mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
1fc810bfe5
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.
13 lines
186 B
Plaintext
13 lines
186 B
Plaintext
/* 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 */
|