diff options
| -rw-r--r-- | apMakefile.tmpl | 2 | ||||
| -rw-r--r-- | main/php.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apMakefile.tmpl b/apMakefile.tmpl index d5927e6734..e396f65051 100644 --- a/apMakefile.tmpl +++ b/apMakefile.tmpl @@ -1,5 +1,5 @@ ## -## Apache 1.3 Makefile template for PHP3 Module +## Apache 1.3 Makefile template for PHP 4.0 Module ## [src/modules/php4/Makefile.tmpl] ## 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 |
