Fix NEEDS typo

This commit is contained in:
Kurt Zeilenga 1999-08-25 06:31:56 +00:00
parent 0211b35d8d
commit 7ee686dbb4
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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