openldap/include/portable.h.bot
Kurt Zeilenga 4646b76608 define _REENTRANT & _THREAD_SAFE to pull in reentrant/threadsafe prototypes.
modify apps to use TOLOWER/TOUPPER macros to ensure isupper/islower is
called when approprate.
1998-11-05 06:11:47 +00:00

11 lines
159 B
Text

/* portable.h.bot begin */
#ifdef HAVE_STDDEF_H
# include <stddef.h>
#endif
#include "ldap_cdefs.h"
#endif /* _LDAP_PORTABLE_H */
/* portable.h.bot end */