From 3532ba04b2ba6dfa5bdfa677de110128cfdde4dd Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 19 Jun 2000 21:48:10 +0000 Subject: [PATCH] Fix NEEDS_PROTOTYPES --- acconfig.h | 4 ++-- include/portable.h.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/acconfig.h b/acconfig.h index 86b6d5531b..23d8aa4955 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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 diff --git a/include/portable.h.in b/include/portable.h.in index c99ba7db1d..af9a3511e4 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -941,9 +941,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 -- 2.39.5