]> git.sur5r.net Git - openldap/commitdiff
Fix NEEDS_PROTOTYPES
authorKurt Zeilenga <kurt@openldap.org>
Mon, 19 Jun 2000 21:48:10 +0000 (21:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 19 Jun 2000 21:48:10 +0000 (21:48 +0000)
acconfig.h
include/portable.h.in

index 86b6d5531b989d09ba783292648ad646bbd31f92..23d8aa4955df817b89215517df8ebb5bd515c9c9 100644 (file)
@@ -78,9 +78,9 @@
 #      define WIN32_LEAN_AND_MEAN 1
 #endif
 
-#ifndef __NEED_PROTOTYPES
+#ifndef LDAP_NEED_PROTOTYPES
 /* force LDAP_P to always include prototypes */
-#define __NEED_PROTOTYPES 1
+#define LDAP_NEED_PROTOTYPES 1
 #endif
 
 #ifdef HAVE_STDDEF_H
index c99ba7db1de1a45cd70ef2e22f4ca6fea31ea062..af9a3511e4e8fea1b48e6c79fe3457aabead3dfe 100644 (file)
 #      define WIN32_LEAN_AND_MEAN 1
 #endif
 
-#ifndef __NEED_PROTOTYPES
+#ifndef LDAP_NEED_PROTOTYPES
 /* force LDAP_P to always include prototypes */
-#define __NEED_PROTOTYPES 1
+#define LDAP_NEED_PROTOTYPES 1
 #endif
 
 #ifdef HAVE_STDDEF_H