summaryrefslogtreecommitdiff
path: root/config.h-vms.template
diff options
context:
space:
mode:
authorpsmith <>2002-08-08 00:11:19 +0000
committerpsmith <>2002-08-08 00:11:19 +0000
commit01fc473f6a306924ac458b2304bfc40b6540d724 (patch)
tree0bea2c7b8b244b4476476fc0470b6aa2163b61a1 /config.h-vms.template
parent9bf98e9711b2b08244e3a121201c9e527e980529 (diff)
downloadmake-01fc473f6a306924ac458b2304bfc40b6540d724.tar.gz
Incorporate some VMS fixes.
Add -B option docs. Add .VARIABLES variable. Add a few new tests. Add a new translation: Swedish
Diffstat (limited to 'config.h-vms.template')
-rw-r--r--config.h-vms.template17
1 files changed, 10 insertions, 7 deletions
diff --git a/config.h-vms.template b/config.h-vms.template
index 1dbf04ce..7d7d9b0c 100644
--- a/config.h-vms.template
+++ b/config.h-vms.template
@@ -9,13 +9,6 @@
/* #undef _ALL_SOURCE */
#endif
-/* Define if using alloca.c. */
-/* #undef C_ALLOCA */
-/* maybe this should be placed into make.h */
-#if defined(__VAX) && defined(__DECC)
-#define alloca(n) __ALLOCA(n)
-#endif
-
/* Define to 1 if NLS is requested. */
/* #undef ENABLE_NLS */
@@ -345,6 +338,9 @@
/* Define if you have the sun library (-lsun). */
/* #undef HAVE_LIBSUN */
+/* Use high resolution file timestamps if nonzero. */
+#define FILE_TIMESTAMP_HI_RES 0
+
/* Define for case insensitve filenames */
#define HAVE_CASE_INSENSITIVE_FS 1
@@ -396,5 +392,12 @@
#define PARAMS(protos) ()
#endif /* C++ or ANSI C. */
+/* Define if using alloca.c. */
+/* #undef C_ALLOCA */
+/* maybe this should be placed into make.h */
+#if defined(__VAX) && defined(__DECC)
+#define alloca(n) __ALLOCA(n)
+#endif
+
/* Build host information. */
#define MAKE_HOST "VMS"