]> git.sur5r.net Git - openldap/commitdiff
Add #define FD_SETSIZE 1024
authorKurt Zeilenga <kurt@openldap.org>
Fri, 4 Jun 1999 22:23:52 +0000 (22:23 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 4 Jun 1999 22:23:52 +0000 (22:23 +0000)
include/portable.h.nt

index 6c9780707225a1b2936b6b81bb2419a40d76e7da..00302646aee767a6f971f1dc569fda3205baa6b1 100644 (file)
@@ -24,6 +24,7 @@
 #define DIRSEP "\\"
 
 #if defined( _DEBUG ) && !defined( LDAP_DEBUG )
+#define LDAP_MEMORY_DEBUG 1
 #define LDAP_DEBUG 1
 #endif
 
@@ -52,6 +53,8 @@ typedef char * caddr_t;
 #define openlog( a, b )
 #define closelog()
 
+#define FD_SETSIZE 1024
+
 /* we have NT threads */
 #ifdef _MT
 #define HAVE_NT_THREADS 1
@@ -226,7 +229,7 @@ typedef char * caddr_t;
 /* #undef LDAP_CONNECTIONLESS */
 
 /* define this to add debugging code */
-#define LDAP_DEBUG 1
+/* #undef LDAP_DEBUG */
 
 /* define this to remove -lldap cache support */
 /* #undef LDAP_NOCACHE */
@@ -712,6 +715,7 @@ typedef char * caddr_t;
 #ifdef HAVE_STDDEF_H
 #      include <stddef.h>
 #endif
+#include <ac/assert.h>
 
 #if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
 #define LDAP_TEST
@@ -723,6 +727,4 @@ typedef char * caddr_t;
 #include "ldap_cdefs.h"
 #include "ldap_features.h"
 
-#include <ac/assert.h>
-
 #endif /* _LDAP_PORTABLE_H */