]> git.sur5r.net Git - openldap/blobdiff - include/ac/fdset.h
Add server side sorting
[openldap] / include / ac / fdset.h
index 994828e40fd4161c52d4d50baebd75cb916975c7..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
 #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