From 4e33a1d677fb4bc98224e3f20c294c2719a4d49d Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 14 Aug 1999 16:52:28 +0000 Subject: Close bug #1742 --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index d70efbf25c..49966d2a9c 100644 --- a/main/php.h +++ b/main/php.h @@ -104,7 +104,7 @@ extern unsigned char second_arg_allow_ref[]; # define dlopen(a,b) LoadLibrary(a) # define dlsym GetProcAddress # else -#if HAVE_DLFCN_H && !(defined(_AIX) && APACHE) +#if HAVE_DLFCN_H && !((defined(_AIX) || defined(AIX)) && APACHE) # include #endif # endif -- cgit v1.2.1