]> git.sur5r.net Git - openldap/commitdiff
NEEDS_PROTOTYPE fix
authorKurt Zeilenga <kurt@openldap.org>
Mon, 19 Jun 2000 22:17:47 +0000 (22:17 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 19 Jun 2000 22:17:47 +0000 (22:17 +0000)
include/portable.nt

index 080089649ffd351ec1ae162701e594286364b1a2..a216f877eac5667c8ac1a68439e1920857530129 100644 (file)
@@ -725,9 +725,9 @@ typedef signed int ssize_t;
 
 /* begin of postamble */
 
-#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