mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
rebuild
This commit is contained in:
parent
4c256c4181
commit
4e06e2d48c
2 changed files with 1116 additions and 917 deletions
|
|
@ -359,12 +359,18 @@
|
|||
/* Define if you have the <bits/types.h> header file. */
|
||||
#undef HAVE_BITS_TYPES_H
|
||||
|
||||
/* Define if you have the <bn.h> header file. */
|
||||
#undef HAVE_BN_H
|
||||
|
||||
/* Define if you have the <conio.h> header file. */
|
||||
#undef HAVE_CONIO_H
|
||||
|
||||
/* Define if you have the <crypt.h> header file. */
|
||||
#undef HAVE_CRYPT_H
|
||||
|
||||
/* Define if you have the <crypto.h> header file. */
|
||||
#undef HAVE_CRYPTO_H
|
||||
|
||||
/* Define if you have the <cthreads.h> header file. */
|
||||
#undef HAVE_CTHREADS_H
|
||||
|
||||
|
|
@ -464,6 +470,12 @@
|
|||
/* Define if you have the <netinet/tcp.h> header file. */
|
||||
#undef HAVE_NETINET_TCP_H
|
||||
|
||||
/* Define if you have the <openssl/bn.h> header file. */
|
||||
#undef HAVE_OPENSSL_BN_H
|
||||
|
||||
/* Define if you have the <openssl/crypto.h> header file. */
|
||||
#undef HAVE_OPENSSL_CRYPTO_H
|
||||
|
||||
/* Define if you have the <openssl/ssl.h> header file. */
|
||||
#undef HAVE_OPENSSL_SSL_H
|
||||
|
||||
|
|
@ -836,6 +848,9 @@
|
|||
/* define if you have -lslp */
|
||||
#undef HAVE_SLP
|
||||
|
||||
/* define if you have SSLeay or OpenSSL's BIGNUM */
|
||||
#undef HAVE_BIGNUM
|
||||
|
||||
/* define if you have -lgmp */
|
||||
#undef HAVE_GMP
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue