From: Kurt Zeilenga Date: Wed, 25 Aug 1999 06:44:18 +0000 (+0000) Subject: Fix NEEDS typo in the right place X-Git-Tag: TWEB_OL_BASE~115 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d08e16cb850f30764467ed2b846f5793191fa186;p=openldap Fix NEEDS typo in the right place --- diff --git a/acconfig.h b/acconfig.h index bd5d6e258b..9c89097b37 100644 --- a/acconfig.h +++ b/acconfig.h @@ -65,9 +65,9 @@ @BOTTOM@ /* 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