]> git.sur5r.net Git - openldap/blobdiff - clients/gopher/go500gw.c
Fixed ldapconfig.h.edit/Make-template to generate ldapconfig.h correctly.
[openldap] / clients / gopher / go500gw.c
index 16674d0e80bc79777f9f97aad487f152c6b5afeb..df93aa7f0c910667ef67eff4248ebdaf101cbd3c 100644 (file)
@@ -10,9 +10,6 @@
  * is provided ``as is'' without express or implied warranty.
  */
 
-#include "lber.h"
-#include "ldap.h"
-#include "disptmpl.h"
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>
 #ifdef aix
 #include <sys/select.h>
 #endif /* aix */
-#include "portable.h"
-#include "ldapconfig.h"
 
 #ifdef USE_SYSCONF
 #include <unistd.h>
 #endif /* USE_SYSCONF */
 
+#include "lber.h"
+#include "ldap.h"
+#include "disptmpl.h"
+
+#include "portable.h"
+#include "ldapconfig.h"
+
 int    debug;
 int    dosyslog;
 int    inetd;