]> granicus.if.org Git - php/commitdiff
Adding HAVE_SHUTDOWN on win32. Needed for the sockets extension to compile
authorFrank M. Kromann <fmk@php.net>
Mon, 18 Mar 2002 21:09:23 +0000 (21:09 +0000)
committerFrank M. Kromann <fmk@php.net>
Mon, 18 Mar 2002 21:09:23 +0000 (21:09 +0000)
main/config.w32.h

index 287e8c5cf0e59a3a8c6fca7be1c00e14cc6b18ca..4e62856d19fb7b789d8ef1a493796f811c45090d 100644 (file)
 #define HAVE_SETVBUF 1
 #endif
 
+/* Define if you have the `shutdown' function. */
+#define HAVE_SHUTDOWN 1
+
 /* Define if you have the snprintf function.  */
 #define HAVE_SNPRINTF 1
 #define HAVE_VSNPRINTF 1