mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 23:51:21 -05:00
Fix NEEDS_PROTOTYPES
This commit is contained in:
parent
f9f1a9e3a4
commit
3532ba04b2
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue