aboutsummaryrefslogtreecommitdiffstats
path: root/custom.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-04-13 10:58:50 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-04-13 10:58:50 +0300
commit0900989f28eb43fe5744b622a1f8ae02f53f26f0 (patch)
tree0292b1d055ba5023bc9def76dab31b42dd9f21d6 /custom.h
parentd047b198dca5da3577f696ac868c19feb030bc7a (diff)
parent06a351f8774409db0d9c72ac4a51652f7c855c06 (diff)
downloadegawk-0900989f28eb43fe5744b622a1f8ae02f53f26f0.tar.gz
egawk-0900989f28eb43fe5744b622a1f8ae02f53f26f0.tar.bz2
egawk-0900989f28eb43fe5744b622a1f8ae02f53f26f0.zip
Merge branch 'master' into feature/cmake
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