aboutsummaryrefslogtreecommitdiff
path: root/packages/vms/config-vms.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-11 11:57:46 +0000
committerYang Tse <yangsita@gmail.com>2009-06-11 11:57:46 +0000
commit6173ce646333db90e6951ca1fdd0025eee98834a (patch)
tree5b91dfdc3d5bbe605afc53a63e56bacd5c3f5d61 /packages/vms/config-vms.h
parent065a51d2e13b2f4bad0cece7631914a77652cdfc (diff)
added header inclusion guard
Diffstat (limited to 'packages/vms/config-vms.h')
-rw-r--r--packages/vms/config-vms.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h
index fa64b813a..26f5d35a9 100644
--- a/packages/vms/config-vms.h
+++ b/packages/vms/config-vms.h
@@ -1,3 +1,8 @@
+#ifndef HEADER_CONFIG_VMS_H
+#define HEADER_CONFIG_VMS_H
+
+/* $Id$ */
+/* */
/* MSK, 02/05/04, Hand edited for trail build on Alpha V7.3, DEC C 6.5-003 */
/* MSK, 03/09/04, Seems to work for all platforms I've built on so far. */
/* Added HAVE_SYS_IOCTL_H define */
@@ -361,3 +366,4 @@
/* Define to hide dollar sign from compilers in strict ansi mode. */
#define decc_translate_vms(__s) decc$translate_vms(__s)
+#endif /* HEADER_CONFIG_VMS_H */