mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
rebuild
This commit is contained in:
parent
bc35e4bc0d
commit
3520850df7
2 changed files with 856 additions and 836 deletions
|
|
@ -236,6 +236,9 @@
|
|||
/* Define if you have the send function. */
|
||||
#undef HAVE_SEND
|
||||
|
||||
/* Define if you have the sendmsg function. */
|
||||
#undef HAVE_SENDMSG
|
||||
|
||||
/* Define if you have the sendto function. */
|
||||
#undef HAVE_SENDTO
|
||||
|
||||
|
|
@ -890,6 +893,12 @@
|
|||
/* define if you actually have sys_errlist in your libs */
|
||||
#undef HAVE_SYS_ERRLIST
|
||||
|
||||
/* define if you have libtool -ltdl */
|
||||
#undef HAVE_LIBLTDL
|
||||
|
||||
/* define this to add SLAPI code */
|
||||
#undef LDAP_SLAPI
|
||||
|
||||
/* define this to add debugging code */
|
||||
#undef LDAP_DEBUG
|
||||
|
||||
|
|
@ -1010,6 +1019,9 @@
|
|||
/* define to enable rewriting in back-ldap and back-meta */
|
||||
#undef ENABLE_REWRITE
|
||||
|
||||
/* define to enable slapi library */
|
||||
#undef ENABLE_SLAPI
|
||||
|
||||
|
||||
/* begin of postamble */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue