aboutsummaryrefslogtreecommitdiffstats
path: root/custom.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-04-09 11:19:10 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-04-09 11:19:10 +0300
commit9091a155190093c3d2dbbed4bd29b0feec50c8ce (patch)
treec4ffb7997068829fa0093ac1efd7a59f484cfdc2 /custom.h
parent850078f7e3b3b777bb908fe15ca55f2c024721f2 (diff)
parent894bf983b22e22e46c1df0460a6f215ca21fc76e (diff)
downloadegawk-9091a155190093c3d2dbbed4bd29b0feec50c8ce.tar.gz
egawk-9091a155190093c3d2dbbed4bd29b0feec50c8ce.tar.bz2
egawk-9091a155190093c3d2dbbed4bd29b0feec50c8ce.zip
Merge branch 'master' into feature/wasted-byte
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