]> git.sur5r.net Git - openldap/commitdiff
Set OPENLDAP_FD_SETSIZE to 4096 (if not defined)
authorKurt Zeilenga <kurt@openldap.org>
Wed, 17 Nov 2004 04:07:14 +0000 (04:07 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 17 Nov 2004 04:07:14 +0000 (04:07 +0000)
include/ac/fdset.h

index 994828e40fd4161c52d4d50baebd75cb916975c7..e0a8980c142400240ec080a0112104f61545aba9 100644 (file)
 #ifndef _AC_FDSET_H
 #define _AC_FDSET_H
 
+#if !defined( OPENLDAP_FD_SETSIZE ) && !defined( FD_SETSIZE )
+#  define OPENLDAP_FD_SETSIZE 4096
+#endif
+
 #ifdef OPENLDAP_FD_SETSIZE
     /* assume installer desires to enlarge fd_set */
 #  ifdef HAVE_BITS_TYPES_H