From 6bc00aa2ab7130100410aff99121fd560325f9cb Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 9 Apr 2015 11:14:11 +0300 Subject: VMS build and compilation fixes. --- custom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'custom.h') 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 -- cgit v1.2.3