]> git.sur5r.net Git - openldap/blobdiff - clients/rcpt500/main.c
Update the announcement for 2.0-alpha (needs work... suggestions welcomed).
[openldap] / clients / rcpt500 / main.c
index 449c1b8a5ac252ae0066a6898c65b6d714632f5c..9a37edae751195bd4bb18e08aa1d460668934899 100644 (file)
@@ -9,7 +9,8 @@
 #include "portable.h"
 
 #include <stdio.h>
-#include <stdlib.h>
+
+#include <ac/stdlib.h>
 
 #include <ac/ctype.h>
 #include <ac/signal.h>
@@ -17,7 +18,7 @@
 #include <ac/syslog.h>
 #include <ac/unistd.h>
 
-#include "ldapconfig.h"
+#include "ldap_defaults.h"
 #include "rcpt500.h"
 
 int dosyslog = 0;
@@ -55,7 +56,6 @@ main( int argc, char **argv )
     char               *prog, *usage = "%s [-l] [-U] [-h ldaphost] [-p ldapport] [-b searchbase] [-a] [-z sizelimit] [-u dapuser] [-f filterfile] [-t templatefile] [-c rdncount]\n";
     struct msginfo     msg;
     int                        c, errflg;
-    char               *replytext;
 
     *reply = '\0';