summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2002-03-18 21:09:23 +0000
committerFrank M. Kromann <fmk@php.net>2002-03-18 21:09:23 +0000
commitce24409e86cdc833b8b233dc3b4718218c300422 (patch)
treed48ca19ec47a37fcfcf222a78b901a60666e6b56
parent30454e237b997ef9179a7aa4e0c6c44aecd46d70 (diff)
downloadphp-git-ce24409e86cdc833b8b233dc3b4718218c300422.tar.gz
Adding HAVE_SHUTDOWN on win32. Needed for the sockets extension to compile
-rw-r--r--main/config.w32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/config.w32.h b/main/config.w32.h
index 287e8c5cf0..4e62856d19 100644
--- a/main/config.w32.h
+++ b/main/config.w32.h
@@ -188,6 +188,9 @@
#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