summaryrefslogtreecommitdiff
path: root/packages/vms/vms_eco_level.h
diff options
context:
space:
mode:
authorJohn Malmberg <wb8tyw@qsl.net>2013-08-06 23:10:40 -0500
committerYang Tse <yangsita@gmail.com>2013-08-07 12:16:08 +0200
commit0994d737c8ab3badfe695c77ae42ea81b20a5fa8 (patch)
tree6061d9cbacc5f5a9751ca413319fdaa61730229f /packages/vms/vms_eco_level.h
parent96749554fdce97f0432b2fcc56da555e533c81d5 (diff)
downloadcurl-0994d737c8ab3badfe695c77ae42ea81b20a5fa8.tar.gz
Building_vms_pcsi_kit
These are the files needed to build VMS distribution packages known as PCSI kits. Also minor update to the existing files, mainly to the documentation and file clean up code.
Diffstat (limited to 'packages/vms/vms_eco_level.h')
-rw-r--r--packages/vms/vms_eco_level.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/vms/vms_eco_level.h b/packages/vms/vms_eco_level.h
new file mode 100644
index 000000000..435340775
--- /dev/null
+++ b/packages/vms/vms_eco_level.h
@@ -0,0 +1,30 @@
+/* File: vms_eco_level.h
+ *
+ * $Id$
+ *
+ * Copyright 2012, John Malmberg
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+ */
+
+/* This file should be incremented for each ECO that is kit */
+/* for a specific cURL x.y-z release. */
+/* When any part of x.y-z is incremented, the ECO should be set back to 0 */
+
+#ifndef _VMS_ECO_LEVEL_H
+#define _VMS_ECO_LEVEL_H
+
+#define VMS_ECO_LEVEL "0"
+
+#endif