From 1cae09c09a4ae6d908d99c51ec17dc34854bb62a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 20 Oct 1998 18:10:53 +0000 Subject: [PATCH] NT does have STD C headers.... --- include/portable.h.nt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/portable.h.nt b/include/portable.h.nt index 20d1c73e27..641fdb6854 100644 --- a/include/portable.h.nt +++ b/include/portable.h.nt @@ -108,7 +108,7 @@ typedef char * caddr_t; #undef size_t /* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS +#define STDC_HEADERS 1 /* Define if you can safely include both and . */ #undef TIME_WITH_SYS_TIME @@ -285,7 +285,7 @@ typedef char * caddr_t; #undef HAVE_SIGSET /* Define if you have the socket function. */ -#define HAVE_SOCKET 1 +#undef HAVE_SOCKET /* Define if you have the strdup function. */ #define HAVE_STRDUP 1 -- 2.39.5