]> git.sur5r.net Git - openldap/blobdiff - include/ac/fdset.h
Add server side sorting
[openldap] / include / ac / fdset.h
index 45ed4247abccb7cb27b0197c4a78430a2a1ec13f..28f26d5c781d247c0a9209a0f645f958d6fa09de 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2004 The OpenLDAP Foundation.
+ * Copyright 1998-2008 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * <http://www.OpenLDAP.org/license.html>.
  */
 
+/*
+ * This header is to be included by portable.h to ensure
+ * tweaking of FD_SETSIZE is done early enough to be effective.
+ */
+
 #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