]> git.sur5r.net Git - openldap/commitdiff
Don't include portable.h. Headers can and should assume portable.h
authorKurt Zeilenga <kurt@openldap.org>
Wed, 11 Nov 1998 01:38:02 +0000 (01:38 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 11 Nov 1998 01:38:02 +0000 (01:38 +0000)
has been included.

clients/ud/ud.h
servers/slapd/slap.h
servers/slurpd/slurp.h

index 9a54cafae3a57255f666be3b676e40288f75730c..e4868c1be7b6608ecdd8b78023dee94de63e8355 100644 (file)
@@ -10,8 +10,6 @@
  * is provided ``as is'' without express or implied warranty.
  */
 
-#include "portable.h"
-
 #ifdef DOS
 #define MAX_VALUES     8
 #else
index a51bca022b3c79d7962e815ed8ba77276fac2340..a17eed4a4db1dea4e6c73e3747ca2dc4fa119036 100644 (file)
@@ -3,8 +3,6 @@
 #ifndef _SLDAPD_H_
 #define _SLDAPD_H_
 
-#include "portable.h"
-
 #include <stdlib.h>
 
 #include <sys/types.h>
index f055a36c956d09500f1eb34ed6bff0c75a14c810..f9e4ff567caa86986dad5b0996dc1aa63f125363 100644 (file)
@@ -15,8 +15,6 @@
 #ifndef _SLURPD_H_
 #define _SLURPD_H_
 
-#include "portable.h"
-
 #define LDAP_SYSLOG
 
 #include <ac/syslog.h>