From 8fd94ff199084fadb1c32d3d320ea5e395523bd9 Mon Sep 17 00:00:00 2001 From: Dabb Date: Wed, 24 Jan 2001 19:25:39 +0000 Subject: [PATCH] Add HAVE_WINSOCK_H --- include/win32/bc/config.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/win32/bc/config.h b/include/win32/bc/config.h index 4ceebc9..4455a7d 100644 --- a/include/win32/bc/config.h +++ b/include/win32/bc/config.h @@ -251,10 +251,10 @@ #undef HAVE_LIBM /* Define if you have the zlib library (-lz). */ -#define HAVE_ZLIB +#define HAVE_ZLIB 1 /* Posix, needed for limits.h and Unix stuffs to work right */ -#define _POSIX_ +#define _POSIX_ 1 /* Define if you've string.h #define HAVE_STRING_H 1 @@ -280,7 +280,9 @@ /* Define if you have the header file */ #undef HAVE_NETINET_IN_H -#define ZERO_LENGTH_ARRAY +#define ZERO_LENGTH_ARRAY 1 +/* Define if you have the header file */ +#define HAVE_WINSOCK_H 1 /* Experimental 3DNOW support */ #ifdef HAVE_3DNOW_ASM