diff options
author | Zeev Suraski <zeev@php.net> | 2004-02-10 18:50:10 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2004-02-10 18:50:10 +0000 |
commit | ed113a65b016a29ac01502fb6a95fc59c7ebc6c4 (patch) | |
tree | 7aaabd2ac99093aa58c9be0c28bd2833870cd12c | |
parent | acb1f365d2f67d1fefa929638e7a060325ba5760 (diff) | |
download | php-git-ed113a65b016a29ac01502fb6a95fc59c7ebc6c4.tar.gz |
Clear that up
-rw-r--r-- | main/config.w32.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/main/config.w32.h b/main/config.w32.h index 7ef05a7fae..6bfe3879a6 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -189,7 +189,12 @@ #define PHP_SHLIB_SUFFIX "dll" #define HAVE_SQLDATASOURCES #define POSIX_MALLOC_THRESHOLD 10 -//#define HAVE_SOCKLEN_T 1 + + +/* + * defining HAVE_SOCKLEN_T prevents PHP from building with the latest platform SDK... + * #define HAVE_SOCKLEN_T + */ /* Win32 supports strcoll */ #define HAVE_STRCOLL 1 |