Browse Source

Clear that up

PEAR_1_4DEV
Zeev Suraski 22 years ago
parent
commit
ed113a65b0
  1. 7
      main/config.w32.h

7
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

Loading…
Cancel
Save