From: Frank M. Kromann Date: Mon, 18 Mar 2002 21:09:23 +0000 (+0000) Subject: Adding HAVE_SHUTDOWN on win32. Needed for the sockets extension to compile X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1253 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce24409e86cdc833b8b233dc3b4718218c300422;p=php Adding HAVE_SHUTDOWN on win32. Needed for the sockets extension to compile --- 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