diff options
-rw-r--r-- | main/config.w32.h | 3 |
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 |