diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-23 19:50:29 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-23 19:50:29 +0000 |
commit | f53afa6eddaf46646f49e2579efbdf3dfb0d167e (patch) | |
tree | 3a4c437cc8b9f11a8bb28f82c7d4605e16bcae65 | |
parent | b2c5ef42d34d4d071d73ebd53044c8f77f1ac931 (diff) | |
download | php-git-f53afa6eddaf46646f49e2579efbdf3dfb0d167e.tar.gz |
cleanups
-rw-r--r-- | ext/imap/imap.c | 3 | ||||
-rw-r--r-- | ext/ldap/ldap.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/ext/imap/imap.c b/ext/imap/imap.c index cabdeb7549..ac23fc5d85 100644 --- a/ext/imap/imap.c +++ b/ext/imap/imap.c @@ -39,9 +39,6 @@ #undef ERROR #endif -#if !(WIN32|WINNT) -#include "config.h" -#endif #include "php.h" #if COMPILE_DL diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 2d0a470fd9..85207f9629 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -42,9 +42,6 @@ static int numthreads=0; void *ldap_mutex; #endif -#if !(WIN32|WINNT) -#include "config.h" -#endif #include "php.h" #if HAVE_LDAP |