mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Set OPENLDAP_FD_SETSIZE to 4096 (if not defined)
This commit is contained in:
parent
4f6bc23c2c
commit
afffdeec68
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue