From: Kurt Zeilenga Date: Tue, 20 Oct 1998 18:10:53 +0000 (+0000) Subject: NT does have STD C headers.... X-Git-Tag: PHP3_TOOL_0_0~18^2~50 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1cae09c09a4ae6d908d99c51ec17dc34854bb62a;p=openldap NT does have STD C headers.... --- 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