]> git.sur5r.net Git - openldap/commitdiff
Fix NEEDS typo
authorKurt Zeilenga <kurt@openldap.org>
Wed, 25 Aug 1999 06:31:56 +0000 (06:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 25 Aug 1999 06:31:56 +0000 (06:31 +0000)
include/portable.h.in
include/portable.nt

index c372fad8718f955223337f3b3c540ddab850ae99..52822fab4ff1205d9e2d18e76f659f046e1e7174 100644 (file)
 
 /* 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
index 8e515f34a210df811abc88d9de8b41508020cff9..07886f78f4e8f7b80360c4a4b3a3bfe774c0e134 100644 (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