aboutsummaryrefslogtreecommitdiffstats
path: root/custom.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-04-09 11:18:48 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-04-09 11:18:48 +0300
commit894bf983b22e22e46c1df0460a6f215ca21fc76e (patch)
tree74d2b5266d978b204ef5475d67b3d157497bd178 /custom.h
parent969a8d5a0353c756199c0b354d0e8fa91977db86 (diff)
parentd1c4ec6d173fbe7348b7a40dda9937bad8f8fc6e (diff)
downloadegawk-894bf983b22e22e46c1df0460a6f215ca21fc76e.tar.gz
egawk-894bf983b22e22e46c1df0460a6f215ca21fc76e.tar.bz2
egawk-894bf983b22e22e46c1df0460a6f215ca21fc76e.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'custom.h')
-rw-r--r--custom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom.h b/custom.h
index efaa0f27..1f57a83a 100644
--- a/custom.h
+++ b/custom.h
@@ -59,8 +59,8 @@
#define _TZSET 1
#endif
-/* For z/OS, from Dave Pitts */
-#ifdef ZOS_USS
+/* For z/OS, from Dave Pitts - VMS using some ZOS_USS code paths */
+#if defined(ZOS_USS) && !defined(__VMS)
#undef HAVE_DLFCN_H
#undef HAVE_SYS_PARAM_H
#undef HAVE_MCHECK_H