From: Kurt Zeilenga Date: Wed, 25 Aug 1999 06:31:56 +0000 (+0000) Subject: Fix NEEDS typo X-Git-Tag: TWEB_OL_BASE~117 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7ee686dbb4b0397047bd68ecfd0d65c9390abeb1;p=openldap Fix NEEDS typo --- diff --git a/include/portable.h.in b/include/portable.h.in index c372fad871..52822fab4f 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -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 diff --git a/include/portable.nt b/include/portable.nt index 8e515f34a2..07886f78f4 100644 --- a/include/portable.nt +++ b/include/portable.nt @@ -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