From 7ee686dbb4b0397047bd68ecfd0d65c9390abeb1 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 25 Aug 1999 06:31:56 +0000 Subject: [PATCH] Fix NEEDS typo --- include/portable.h.in | 4 ++-- include/portable.nt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5