From 52569170cc2cda0e48038f951e58eee40a81772d Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 19 Jun 2000 22:17:47 +0000 Subject: [PATCH] NEEDS_PROTOTYPE fix --- include/portable.nt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/portable.nt b/include/portable.nt index 080089649f..a216f877ea 100644 --- a/include/portable.nt +++ b/include/portable.nt @@ -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 -- 2.39.5