]> git.sur5r.net Git - openldap/blobdiff - configure.in
Add avl_find2 returning the Avlnode, allowing its data to be reset directly
[openldap] / configure.in
index f47ce81d68a24305d45d6112509e65b6decec0e7..2599a0884e62257c699f9ffdc45b673ca1872e6e 100644 (file)
@@ -886,6 +886,11 @@ dnl ----------------------------------------------------------------
 AC_CHECK_FUNCS( poll )
 AC_CHECK_HEADERS( poll.h )
 
+dnl ----------------------------------------------------------------
+AC_CHECK_FUNC(epoll_create, AC_DEFINE(HAVE_EPOLL,1,
+                       [define if you have epoll]))
+AC_CHECK_HEADERS( sys/epoll.h )
+
 dnl ----------------------------------------------------------------
 # strerror checks
 OL_STRERROR
@@ -2902,17 +2907,8 @@ cat > $BACKEND_HEADER << EOF
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
-/* Portions Copyright (c) 1995 Regents of the University of Michigan.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms are permitted
- * provided that this notice is preserved and that due credit is given
- * to the University of Michigan at Ann Arbor. The name of the University
- * may not be used to endorse or promote products derived from this
- * software without specific prior written permission. This software
- * is provided ``as is'' without express or implied warranty.
+/* This file is automatically generated by configure; please do not edit.
  */
-/* this file is automatically generated by configure; do not edit */
 
 EOF
 
@@ -2934,7 +2930,6 @@ for b in $SLAPD_STATIC_BACKENDS; do
        
        cat >> $BACKEND_HEADER << EOF
        { "$bb", ${bb}_back_initialize },
-
 EOF
 done