]> git.sur5r.net Git - openldap/commitdiff
Make that LDAP_NEEDS_PROTOTYPES... might as well use proper English
authorKurt Zeilenga <kurt@openldap.org>
Mon, 19 Jun 2000 22:20:36 +0000 (22:20 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 19 Jun 2000 22:20:36 +0000 (22:20 +0000)
acconfig.h
include/ldap_cdefs.h
include/portable.h.in
include/portable.nt

index 23d8aa4955df817b89215517df8ebb5bd515c9c9..e7581bed8a6fcac58b568fd42d957d638abde70e 100644 (file)
@@ -78,9 +78,9 @@
 #      define WIN32_LEAN_AND_MEAN 1
 #endif
 
-#ifndef LDAP_NEED_PROTOTYPES
+#ifndef LDAP_NEEDS_PROTOTYPES
 /* force LDAP_P to always include prototypes */
-#define LDAP_NEED_PROTOTYPES 1
+#define LDAP_NEEDS_PROTOTYPES 1
 #endif
 
 #ifdef HAVE_STDDEF_H
index 02889b8a9e2bd737151b07a8cb9a6c3b75c6c228..37c88b8cd0d43f8128ba617d3ef82f4a61826745 100644 (file)
@@ -21,7 +21,7 @@
 #      define LDAP_END_DECL    /* end declarations */
 #endif
 
-#if !defined(LDAP_NO_PROTOTYPES) && ( defined(LDAP_NEED_PROTOTYPES) || \
+#if !defined(LDAP_NO_PROTOTYPES) && ( defined(LDAP_NEEDS_PROTOTYPES) || \
        defined(__STDC__) || defined(__cplusplus) || defined(c_plusplus) )
 
        /* ANSI C or C++ */
index af9a3511e4e8fea1b48e6c79fe3457aabead3dfe..7cfb384983bacc6dcca87b2b5dc2887637b21c05 100644 (file)
 #      define WIN32_LEAN_AND_MEAN 1
 #endif
 
-#ifndef LDAP_NEED_PROTOTYPES
+#ifndef LDAP_NEEDS_PROTOTYPES
 /* force LDAP_P to always include prototypes */
-#define LDAP_NEED_PROTOTYPES 1
+#define LDAP_NEEDS_PROTOTYPES 1
 #endif
 
 #ifdef HAVE_STDDEF_H
index a216f877eac5667c8ac1a68439e1920857530129..8e478479da58fdb46718e6642a104b859d2938b6 100644 (file)
@@ -725,9 +725,9 @@ typedef signed int ssize_t;
 
 /* begin of postamble */
 
-#ifndef LDAP_NEED_PROTOTYPES
+#ifndef LDAP_NEEDS_PROTOTYPES
 /* force LDAP_P to always include prototypes */
-#define LDAP_NEED_PROTOTYPES 1 
+#define LDAP_NEEDS_PROTOTYPES 1 
 #endif
 
 #ifdef HAVE_STDDEF_H