mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Rebuild autoconf/autoheader generated files after TLS and gethostbyname_r
changes.
This commit is contained in:
parent
5d2699b7ce
commit
180eed16fe
2 changed files with 774 additions and 469 deletions
|
|
@ -115,6 +115,12 @@
|
||||||
/* define this to the number of arguments ctime_r() expects */
|
/* define this to the number of arguments ctime_r() expects */
|
||||||
#undef CTIME_R_NARGS
|
#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 */
|
/* define this if sys_errlist is not defined in stdio.h or errno.h */
|
||||||
#undef DECL_SYS_ERRLIST
|
#undef DECL_SYS_ERRLIST
|
||||||
|
|
||||||
|
|
@ -456,6 +462,9 @@
|
||||||
/* Define if you have the <sgtty.h> header file. */
|
/* Define if you have the <sgtty.h> header file. */
|
||||||
#undef HAVE_SGTTY_H
|
#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. */
|
/* Define if you have the <stdarg.h> header file. */
|
||||||
#undef HAVE_STDARG_H
|
#undef HAVE_STDARG_H
|
||||||
|
|
||||||
|
|
@ -579,6 +588,12 @@
|
||||||
/* define if you have Kerberos */
|
/* define if you have Kerberos */
|
||||||
#undef 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 */
|
/* define if pthreads API compatible with final spec */
|
||||||
#undef HAVE_PTHREADS_FINAL
|
#undef HAVE_PTHREADS_FINAL
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue