]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/modrdn.c
Commit preliminary fix for ldap.conf base usage.
[openldap] / libraries / libldap / modrdn.c
index 1532f8691750fb2dfd42ef08e3dc0b10cb5465e2..8cee157a8bb00f9a2dd5a06e11d24b71a94106ee 100644 (file)
@@ -5,24 +5,18 @@
  *  modrdn.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( 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"
 
 /*