diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-25 21:41:40 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-25 21:41:40 +0200 |
commit | ca298b87ce3da706ba7f4854c978b32936fe5b41 (patch) | |
tree | cafb01a4e9a3ee3784d72a44f63eee3e11d8e972 /custom.h | |
parent | 548860a1ea062487312538d31026c5801d294860 (diff) | |
download | egawk-ca298b87ce3da706ba7f4854c978b32936fe5b41.tar.gz egawk-ca298b87ce3da706ba7f4854c978b32936fe5b41.tar.bz2 egawk-ca298b87ce3da706ba7f4854c978b32936fe5b41.zip |
Some fixes for z/OS and also Autoconf.
Diffstat (limited to 'custom.h')
-rw-r--r-- | custom.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,8 @@ /* For z/OS, from Dave Pitts */ #ifdef ZOS_USS #undef HAVE_DLFCN_H +#undef HAVE_SYS_PARAM_H +#undef HAVE_MCHECK_H #undef HAVE_SETENV #define setenv zos_setenv #define unsetenv zos_unsetenv |