Fix NEEDS_PROTOTYPES

This commit is contained in:
Kurt Zeilenga 2000-06-19 21:48:10 +00:00
parent f9f1a9e3a4
commit 3532ba04b2
2 changed files with 4 additions and 4 deletions

View 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

View file

@ -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