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

Set OPENLDAP_FD_SETSIZE to 4096 (if not defined)

parent 4f6bc23c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment