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
3532ba04
Commit
3532ba04
authored
Jun 19, 2000
by
Kurt Zeilenga
Browse files
Fix NEEDS_PROTOTYPES
parent
f9f1a9e3
Changes
2
Show whitespace changes
Inline
Side-by-side
acconfig.h
View file @
3532ba04
...
...
@@ -78,9 +78,9 @@
# define WIN32_LEAN_AND_MEAN 1
#endif
#ifndef
_
_NEED_PROTOTYPES
#ifndef
LDAP
_NEED_PROTOTYPES
/* force LDAP_P to always include prototypes */
#define
_
_NEED_PROTOTYPES 1
#define
LDAP
_NEED_PROTOTYPES 1
#endif
#ifdef HAVE_STDDEF_H
...
...
include/portable.h.in
View file @
3532ba04
...
...
@@ -941,9 +941,9 @@
# define WIN32_LEAN_AND_MEAN 1
#endif
#ifndef
_
_NEED_PROTOTYPES
#ifndef
LDAP
_NEED_PROTOTYPES
/* force LDAP_P to always include prototypes */
#define
_
_NEED_PROTOTYPES 1
#define
LDAP
_NEED_PROTOTYPES 1
#endif
#ifdef HAVE_STDDEF_H
...
...
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