summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-08-14 16:52:28 +0000
committerZeev Suraski <zeev@php.net>1999-08-14 16:52:28 +0000
commit4e33a1d677fb4bc98224e3f20c294c2719a4d49d (patch)
treebaa9e46157d25a092e09db29b9ccc7c8526a4017 /main/php.h
parent796c4a021af252cc25d71172fa73d10232c4691f (diff)
downloadphp-git-4e33a1d677fb4bc98224e3f20c294c2719a4d49d.tar.gz
Close bug #1742
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
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 <dlfcn.h>
#endif
# endif