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
1b4180fa
Commit
1b4180fa
authored
Mar 06, 2003
by
Kurt Zeilenga
Browse files
rebuild
parent
31a4149f
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
1b4180fa
#! /bin/sh
# $OpenLDAP$
# from OpenLDAP: pkg/ldap/configure.in,v 1.46
2
2003/03/0
2 20:46:41 kurt
Exp
# from OpenLDAP: pkg/ldap/configure.in,v 1.46
4
2003/03/0
5 00:32:41 hyc
Exp
# Copyright 1998-2003 The OpenLDAP Foundation. All Rights Reserved.
#
...
...
@@ -10308,7 +10308,7 @@ if test "$ol_enable_dnssrv" = yes -a "$ol_link_dnssrv" = no ; then
{ echo "configure: error: DNSSRV requires res_query()" 1>&2; exit 1; }
fi
for ac_func in getaddrinfo gai_strerror inet_ntop
for ac_func in getaddrinfo
getnameinfo
gai_strerror inet_ntop
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:10315: checking for $ac_func" >&5
...
...
@@ -10756,7 +10756,7 @@ EOF
else
have_krb5=no
echo "configure: warning: Unreco
n
gized Kerberos5 Implementation" 1>&2
echo "configure: warning: Unrecog
n
ized Kerberos5 Implementation" 1>&2
fi
if test $have_krb5 = yes ; then
...
...
@@ -22952,8 +22952,8 @@ if test "$ac_cv_func_getopt" != yes; then
LIBSRCS="$LIBSRCS getopt.c"
fi
if test "$ac_cv_func_getpeereid" != yes; then
echo $ac_n "checking msg_accrights in msghdr""... $ac_c" 1>&6
echo "configure:22957: checking msg_accrights in msghdr" >&5
echo $ac_n "checking
for
msg_accrights in msghdr""... $ac_c" 1>&6
echo "configure:22957: checking
for
msg_accrights in msghdr" >&5
if eval "test \"\${ol_cv_msghdr_msg_accrights+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
...
...
include/portable.h.in
View file @
1b4180fa
...
...
@@ -155,6 +155,9 @@
/* Define if you have the gethostname function. */
#undef HAVE_GETHOSTNAME
/* Define if you have the getnameinfo function. */
#undef HAVE_GETNAMEINFO
/* Define if you have the getopt function. */
#undef HAVE_GETOPT
...
...
Write
Preview
Markdown
is supported
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