mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Make that LDAP_NEEDS_PROTOTYPES... might as well use proper English
This commit is contained in:
parent
52569170cc
commit
3b42f9ce2e
4 changed files with 7 additions and 7 deletions
|
|
@ -78,9 +78,9 @@
|
|||
# define WIN32_LEAN_AND_MEAN 1
|
||||
#endif
|
||||
|
||||
#ifndef LDAP_NEED_PROTOTYPES
|
||||
#ifndef LDAP_NEEDS_PROTOTYPES
|
||||
/* force LDAP_P to always include prototypes */
|
||||
#define LDAP_NEED_PROTOTYPES 1
|
||||
#define LDAP_NEEDS_PROTOTYPES 1
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STDDEF_H
|
||||
|
|
|
|||
|
|
@ -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_NEEDS_PROTOTYPES) || \
|
||||
defined(__STDC__) || defined(__cplusplus) || defined(c_plusplus) )
|
||||
|
||||
/* ANSI C or C++ */
|
||||
|
|
|
|||
|
|
@ -941,9 +941,9 @@
|
|||
# define WIN32_LEAN_AND_MEAN 1
|
||||
#endif
|
||||
|
||||
#ifndef LDAP_NEED_PROTOTYPES
|
||||
#ifndef LDAP_NEEDS_PROTOTYPES
|
||||
/* force LDAP_P to always include prototypes */
|
||||
#define LDAP_NEED_PROTOTYPES 1
|
||||
#define LDAP_NEEDS_PROTOTYPES 1
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STDDEF_H
|
||||
|
|
|
|||
|
|
@ -725,9 +725,9 @@ typedef signed int ssize_t;
|
|||
|
||||
/* begin of postamble */
|
||||
|
||||
#ifndef LDAP_NEED_PROTOTYPES
|
||||
#ifndef LDAP_NEEDS_PROTOTYPES
|
||||
/* force LDAP_P to always include prototypes */
|
||||
#define LDAP_NEED_PROTOTYPES 1
|
||||
#define LDAP_NEEDS_PROTOTYPES 1
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STDDEF_H
|
||||
|
|
|
|||
Loading…
Reference in a new issue