From: Kurt Zeilenga Date: Thu, 10 Dec 1998 19:37:08 +0000 (+0000) Subject: Move includes of portable.h and ldapconfig.h ahead of USE_SYSCONF use. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e55fb42c9a17ed207941a6210139ef09276c7c;p=thirdparty%2Fopenldap.git Move includes of portable.h and ldapconfig.h ahead of USE_SYSCONF use. --- diff --git a/clients/gopher/go500gw.c b/clients/gopher/go500gw.c index 6d1ed89bf1..ecdc6c2553 100644 --- a/clients/gopher/go500gw.c +++ b/clients/gopher/go500gw.c @@ -28,6 +28,9 @@ #include #endif /* aix */ +#include "portable.h" +#include "ldapconfig.h" + #ifdef USE_SYSCONF #include #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;