mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fix NEEDS typo
This commit is contained in:
parent
0211b35d8d
commit
7ee686dbb4
@ -845,9 +845,9 @@
|
||||
|
||||
/* begin of postamble */
|
||||
|
||||
#ifndef __NEEDS_PROTOTYPES
|
||||
#ifndef __NEED_PROTOTYPES
|
||||
/* force LDAP_P to always include prototypes */
|
||||
#define __NEEDS_PROTOTYPES 1
|
||||
#define __NEED_PROTOTYPES 1
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STDDEF_H
|
||||
|
@ -734,9 +734,9 @@ typedef char * caddr_t;
|
||||
|
||||
/* begin of postamble */
|
||||
|
||||
#ifndef __NEEDS_PROTOTYPES
|
||||
#ifndef __NEED_PROTOTYPES
|
||||
/* force LDAP_P to always include prototypes */
|
||||
#define __NEEDS_PROTOTYPES 1
|
||||
#define __NEED_PROTOTYPES 1
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STDDEF_H
|
||||
|
Loading…
Reference in New Issue
Block a user