]> git.sur5r.net Git - openldap/blobdiff - servers/slurpd/slurp.h
Removed active_threads count and associated mutex/cond. Replaced with
[openldap] / servers / slurpd / slurp.h
index 5dcce03befc8b784d61daffb2437a716378d8172..26368bd4876fa2e1c4ffc08afedee795f49ceaf7 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenLDAP$ */
 /*
  * Copyright (c) 1996 Regents of the University of Michigan.
  * All rights reserved.
 #endif
 
 #include <ac/errno.h>
+#include <ac/param.h>
 #include <ac/signal.h>
 #include <ac/syslog.h>
 #include <ac/time.h>
 
-#ifdef HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
 #include <sys/types.h>
 
-#include "lber.h"
-#include "ldap.h"
+#include <ldap.h>
 
+#undef  ldap_debug
 #define ldap_debug slurp_debug
 #include "ldap_log.h"