Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
180eed16
Commit
180eed16
authored
Mar 01, 1999
by
Kurt Zeilenga
Browse files
Rebuild autoconf/autoheader generated files after TLS and gethostbyname_r
changes.
parent
5d2699b7
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
configure
View file @
180eed16
This diff is collapsed.
Click to expand it.
include/portable.h.in
View file @
180eed16
...
@@ -115,6 +115,12 @@
...
@@ -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 @@
...
@@ -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 @@
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment