]> git.sur5r.net Git - openldap/commitdiff
NT does have STD C headers....
authorKurt Zeilenga <kurt@openldap.org>
Tue, 20 Oct 1998 18:10:53 +0000 (18:10 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 20 Oct 1998 18:10:53 +0000 (18:10 +0000)
include/portable.h.nt

index 20d1c73e27b13c2c4e337345f52a702cf8ada1de..641fdb685474a2c3acb72278ccbd79dd3a0a1bb0 100644 (file)
@@ -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 <sys/time.h> and <time.h>.  */
 #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