mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Set OPENLDAP_FD_SETSIZE to 4096 (if not defined)
This commit is contained in:
parent
4f6bc23c2c
commit
afffdeec68
@ -22,6 +22,10 @@
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user