mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
modify apps to use TOLOWER/TOUPPER macros to ensure isupper/islower is called when approprate.
11 lines
159 B
Text
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 */
|