From ce24409e86cdc833b8b233dc3b4718218c300422 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Mon, 18 Mar 2002 21:09:23 +0000 Subject: [PATCH] Adding HAVE_SHUTDOWN on win32. Needed for the sockets extension to compile --- main/config.w32.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1