]> git.sur5r.net Git - openldap/commitdiff
Fix NEEDS typo in the right place
authorKurt Zeilenga <kurt@openldap.org>
Wed, 25 Aug 1999 06:44:18 +0000 (06:44 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 25 Aug 1999 06:44:18 +0000 (06:44 +0000)
acconfig.h

index bd5d6e258b74ce23af9a2be66d0d13dba2124732..9c89097b37d696485674aa432e138f6c2f9f923f 100644 (file)
@@ -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