mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
Add #define FD_SETSIZE 1024
This commit is contained in:
parent
95889bc7d8
commit
5cb35c2827
1 changed files with 5 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue