mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-14 19:20:03 -04:00
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 */
|