]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/delete.c
Commit preliminary fix for ldap.conf base usage.
[openldap] / libraries / libldap / delete.c
index 75344ddd889b6cb69368149ecb996ff516bc5fea..5e8ea7605649f9716a073858410e4e2a906acf0a 100644 (file)
@@ -5,28 +5,18 @@
  *  delete.c
  */
 
+#include "portable.h"
+
 #ifndef lint 
 static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of Michigan.\nAll rights reserved.\n";
 #endif
 
 #include <stdio.h>
-#include <string.h>
-
-#ifdef MACOS
-#include "macos.h"
-#endif /* MACOS */
 
-#if defined( DOS ) || defined( _WIN32 )
-#include "msdos.h"
-#endif /* DOS */
-
-#if !defined( MACOS ) && !defined( DOS )
-#include <sys/types.h>
-#include <sys/socket.h>
-#endif
+#include <ac/socket.h>
+#include <ac/string.h>
+#include <ac/time.h>
 
-#include "lber.h"
-#include "ldap.h"
 #include "ldap-int.h"
 
 /*