]> git.sur5r.net Git - openldap/commitdiff
Move includes of portable.h and ldapconfig.h ahead of USE_SYSCONF use.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 10 Dec 1998 19:37:08 +0000 (19:37 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 10 Dec 1998 19:37:08 +0000 (19:37 +0000)
clients/gopher/go500gw.c

index 6d1ed89bf16b1dbca212a4b5864a38f93442acec..ecdc6c2553fbe26c545385b648d7def388bc4186 100644 (file)
@@ -28,6 +28,9 @@
 #include <sys/select.h>
 #endif /* aix */
 
+#include "portable.h"
+#include "ldapconfig.h"
+
 #ifdef USE_SYSCONF
 #include <unistd.h>
 #endif /* USE_SYSCONF */
@@ -36,9 +39,6 @@
 #include "ldap.h"
 #include "disptmpl.h"
 
-#include "portable.h"
-#include "ldapconfig.h"
-
 int    debug;
 int    dosyslog;
 int    inetd;