NEEDS_PROTOTYPE fix

This commit is contained in:
Kurt Zeilenga 2000-06-19 22:17:47 +00:00
parent 3532ba04b2
commit 52569170cc

View File

@ -725,9 +725,9 @@ typedef signed int ssize_t;
/* begin of postamble */ /* begin of postamble */
#ifndef __NEED_PROTOTYPES #ifndef LDAP_NEED_PROTOTYPES
/* force LDAP_P to always include prototypes */ /* force LDAP_P to always include prototypes */
#define __NEED_PROTOTYPES 1 #define LDAP_NEED_PROTOTYPES 1
#endif #endif
#ifdef HAVE_STDDEF_H #ifdef HAVE_STDDEF_H