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
659b41ec
Commit
659b41ec
authored
Apr 25, 2004
by
Kurt Zeilenga
Browse files
Add check for hstrerror
parent
62da0b67
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
configure
View file @
659b41ec
This diff is collapsed.
Click to expand it.
configure.in
View file @
659b41ec
...
...
@@ -984,6 +984,8 @@ if test "$ol_enable_dnssrv" != no -a "$ol_link_dnssrv" = no ; then
AC_MSG_ERROR([DNSSRV requires res_query()])
fi
AC_CHECK_FUNCS( hstrerror )
dnl ----------------------------------------------------------------
dnl PF_INET6 support requires getaddrinfo and INET6_ADDRSTRLEN
dnl PF_LOCAL may use getaddrinfo in available
...
...
include/portable.h.in
View file @
659b41ec
...
...
@@ -185,6 +185,9 @@
/* Define if you have the gettimeofday function. */
#undef HAVE_GETTIMEOFDAY
/* Define if you have the hstrerror function. */
#undef HAVE_HSTRERROR
/* Define if you have the inet_ntop function. */
#undef HAVE_INET_NTOP
...
...
@@ -674,6 +677,12 @@
/* define if you have winsock2 */
#undef HAVE_WINSOCK2
/* define if sys_errlist is not declared in stdio.h or errno.h */
#undef DECL_SYS_ERRLIST
/* define if you actually have sys_errlist in your libs */
#undef HAVE_SYS_ERRLIST
/* define if strerror_r returns char* instead of int */
#undef HAVE_NONPOSIX_STRERROR_R
...
...
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