Skip to content
Snippets Groups Projects
Commit 5cb35c28 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add #define FD_SETSIZE 1024

parent 95889bc7
Branches
Tags
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment