openldap/include/portable.h.bot
Kurt Zeilenga 1fc810bfe5 Added support for ldap.conf file. See ldap.conf(5) for details.
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.
1998-11-10 23:37:30 +00:00

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 */