diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-09 11:14:11 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-09 11:14:11 +0300 |
commit | 6bc00aa2ab7130100410aff99121fd560325f9cb (patch) | |
tree | 0f6a58e5926a56d13db5dffd82e9e456eb7f39fe /custom.h | |
parent | f930a62c2dc2e4c6415b4ddd36cede366217b0ed (diff) | |
download | egawk-6bc00aa2ab7130100410aff99121fd560325f9cb.tar.gz egawk-6bc00aa2ab7130100410aff99121fd560325f9cb.tar.bz2 egawk-6bc00aa2ab7130100410aff99121fd560325f9cb.zip |
VMS build and compilation fixes.
Diffstat (limited to 'custom.h')
-rw-r--r-- | custom.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |