#define DIRSEP "\\"
#if defined( _DEBUG ) && !defined( LDAP_DEBUG )
+#define LDAP_MEMORY_DEBUG 1
#define LDAP_DEBUG 1
#endif
#define openlog( a, b )
#define closelog()
+#define FD_SETSIZE 1024
+
/* we have NT threads */
#ifdef _MT
#define HAVE_NT_THREADS 1
/* #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 */
#ifdef HAVE_STDDEF_H
# include <stddef.h>
#endif
+#include <ac/assert.h>
#if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
#define LDAP_TEST
#include "ldap_cdefs.h"
#include "ldap_features.h"
-#include <ac/assert.h>
-
#endif /* _LDAP_PORTABLE_H */