Rebuild autoconf/autoheader generated files after TLS and gethostbyname_r

changes.
This commit is contained in:
Kurt Zeilenga 1999-03-01 18:55:52 +00:00
parent 5d2699b7ce
commit 180eed16fe
2 changed files with 774 additions and 469 deletions

1228
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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