summaryrefslogtreecommitdiff
path: root/config.h-vms.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-04-25 04:30:55 +0000
committerPaul Smith <psmith@gnu.org>1999-04-25 04:30:55 +0000
commit4e24de26a8b8ce079ac2c3f5bfb3216122c59724 (patch)
tree7f2a029706a5547af16132ae451a673936b353bf /config.h-vms.template
parente68996955edf14deaef43ff34b39dbb44d1bf119 (diff)
downloadmake-4e24de26a8b8ce079ac2c3f5bfb3216122c59724.tar.gz
* Add new jobserver feature.
* Small updates to the manual * E.Zaretskii fix for new DJGPP version.
Diffstat (limited to 'config.h-vms.template')
-rw-r--r--config.h-vms.template7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h-vms.template b/config.h-vms.template
index e44af440..dca4bda8 100644
--- a/config.h-vms.template
+++ b/config.h-vms.template
@@ -180,6 +180,13 @@
/* Define this if the SCCS `get' command understands the `-G<file>' option. */
/* #undef SCCS_GET_MINUS_G */
+/* Define this to enable job server support in GNU make. */
+/* #undef MAKE_JOBSERVER */
+
+/* Define to be the nanoseconds member of struct stat's st_mtim,
+ if it exists. */
+/* #undef ST_MTIM_NSEC */
+
/* Define this if the C library defines the variable `sys_siglist'. */
/* #undefine HAVE_SYS_SIGLIST */