Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
01e55fb4
Commit
01e55fb4
authored
Dec 10, 1998
by
Kurt Zeilenga
Browse files
Move includes of portable.h and ldapconfig.h ahead of USE_SYSCONF use.
parent
f857387f
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/gopher/go500gw.c
View file @
01e55fb4
...
@@ -28,6 +28,9 @@
...
@@ -28,6 +28,9 @@
#include
<sys/select.h>
#include
<sys/select.h>
#endif
/* aix */
#endif
/* aix */
#include
"portable.h"
#include
"ldapconfig.h"
#ifdef USE_SYSCONF
#ifdef USE_SYSCONF
#include
<unistd.h>
#include
<unistd.h>
#endif
/* USE_SYSCONF */
#endif
/* USE_SYSCONF */
...
@@ -36,9 +39,6 @@
...
@@ -36,9 +39,6 @@
#include
"ldap.h"
#include
"ldap.h"
#include
"disptmpl.h"
#include
"disptmpl.h"
#include
"portable.h"
#include
"ldapconfig.h"
int
debug
;
int
debug
;
int
dosyslog
;
int
dosyslog
;
int
inetd
;
int
inetd
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment