mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Rebuild autoconf/autoheader generated files after TLS and gethostbyname_r
changes.
This commit is contained in:
parent
5d2699b7ce
commit
180eed16fe
@ -115,6 +115,12 @@
|
||||
/* define this to the number of arguments ctime_r() expects */
|
||||
#undef CTIME_R_NARGS
|
||||
|
||||
/* define this to the number of arguments gethostbyaddr_r expects */
|
||||
#undef GETHOSTBYADDR_R_NARGS
|
||||
|
||||
/* define this to the number of arguments gethostbyname_r expects */
|
||||
#undef GETHOSTBYNAME_R_NARGS
|
||||
|
||||
/* define this if sys_errlist is not defined in stdio.h or errno.h */
|
||||
#undef DECL_SYS_ERRLIST
|
||||
|
||||
@ -456,6 +462,9 @@
|
||||
/* Define if you have the <sgtty.h> header file. */
|
||||
#undef HAVE_SGTTY_H
|
||||
|
||||
/* Define if you have the <ssl.h> header file. */
|
||||
#undef HAVE_SSL_H
|
||||
|
||||
/* Define if you have the <stdarg.h> header file. */
|
||||
#undef HAVE_STDARG_H
|
||||
|
||||
@ -579,6 +588,12 @@
|
||||
/* define if you have Kerberos */
|
||||
#undef HAVE_KERBEROS
|
||||
|
||||
/* define if you have SSLeay */
|
||||
#undef HAVE_SSLEAY
|
||||
|
||||
/* define if you have TLS */
|
||||
#undef HAVE_TLS
|
||||
|
||||
/* define if pthreads API compatible with final spec */
|
||||
#undef HAVE_PTHREADS_FINAL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user