mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Modified clients to reduce use of ldapconfig.h.edit.
ldap_{get,set}_option support is relatively complete. Needs
to be extended to support other "features" of OpenLDAP.
12 lines
186 B
Text
12 lines
186 B
Text
/* portable.h.bot begin */
|
|
|
|
#ifdef HAVE_STDDEF_H
|
|
# include <stddef.h>
|
|
#endif
|
|
|
|
#include "ldap_cdefs.h"
|
|
#include "ldap_features.h"
|
|
|
|
#endif /* _LDAP_PORTABLE_H */
|
|
|
|
/* portable.h.bot end */
|