]> git.sur5r.net Git - openldap/blobdiff - acconfig.h
Merge OPENLDAP_FD_SETSIZE fix from HEAD
[openldap] / acconfig.h
index ab65e5b726512ee6b826ff22daf55ba4697068bf..f6f86c05c9c1d3d2449c33d5dbb28a3d9f418275 100644 (file)
 #define vsprintf ber_pvt_vsprintf
 #endif
 
-#ifdef OPENLDAP_FD_SETSIZE
-       /* assume installer desires to enlarge fd_set */
-#ifdef HAVE_BITS_TYPES_H
-#include <bits/types.h>
-#endif
-#ifdef __FD_SETSIZE
-#undef __FD_SETSIZE
-#define        __FD_SETSIZE OPENLDAP_FD_SETSIZE
-#else
-#define        FD_SETSIZE OPENLDAP_FD_SETSIZE
-#endif
-#endif
+#include "ac/fdset.h"
 
 #include "ldap_cdefs.h"
 #include "ldap_features.h"