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
3b42f9ce
Commit
3b42f9ce
authored
Jun 19, 2000
by
Kurt Zeilenga
Browse files
Make that LDAP_NEEDS_PROTOTYPES... might as well use proper English
parent
52569170
Changes
4
Show whitespace changes
Inline
Side-by-side
acconfig.h
View file @
3b42f9ce
...
...
@@ -78,9 +78,9 @@
# define WIN32_LEAN_AND_MEAN 1
#endif
#ifndef LDAP_NEED_PROTOTYPES
#ifndef LDAP_NEED
S
_PROTOTYPES
/* force LDAP_P to always include prototypes */
#define LDAP_NEED_PROTOTYPES 1
#define LDAP_NEED
S
_PROTOTYPES 1
#endif
#ifdef HAVE_STDDEF_H
...
...
include/ldap_cdefs.h
View file @
3b42f9ce
...
...
@@ -21,7 +21,7 @@
# define LDAP_END_DECL
/* end declarations */
#endif
#if !defined(LDAP_NO_PROTOTYPES) && ( defined(LDAP_NEED_PROTOTYPES) || \
#if !defined(LDAP_NO_PROTOTYPES) && ( defined(LDAP_NEED
S
_PROTOTYPES) || \
defined(__STDC__) || defined(__cplusplus) || defined(c_plusplus) )
/* ANSI C or C++ */
...
...
include/portable.h.in
View file @
3b42f9ce
...
...
@@ -941,9 +941,9 @@
# define WIN32_LEAN_AND_MEAN 1
#endif
#ifndef LDAP_NEED_PROTOTYPES
#ifndef LDAP_NEED
S
_PROTOTYPES
/* force LDAP_P to always include prototypes */
#define LDAP_NEED_PROTOTYPES 1
#define LDAP_NEED
S
_PROTOTYPES 1
#endif
#ifdef HAVE_STDDEF_H
...
...
include/portable.nt
View file @
3b42f9ce
...
...
@@ -725,9 +725,9 @@ typedef signed int ssize_t;
/* begin of postamble */
#ifndef LDAP_NEED_PROTOTYPES
#ifndef LDAP_NEED
S
_PROTOTYPES
/* force LDAP_P to always include prototypes */
#define LDAP_NEED_PROTOTYPES 1
#define LDAP_NEED
S
_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