]> git.sur5r.net Git - openldap/commitdiff
Regenerate
authorKurt Zeilenga <kurt@openldap.org>
Mon, 10 Mar 2003 03:35:55 +0000 (03:35 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 10 Mar 2003 03:35:55 +0000 (03:35 +0000)
configure
include/portable.h.in

index d3884ee43745ac10724f8649e99928c368157130..59e03974282941b11835f72c0497e2e70514e901 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.462 2003/03/02 20:46:41 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.408.2.33 2003/03/05 23:48:30 kurt Exp  
 
 # Copyright 1998-2003 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -10217,7 +10217,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:10224: checking for $ac_func" >&5
@@ -10665,7 +10665,7 @@ EOF
 
                else
                        have_krb5=no
-                       echo "configure: warning: Unrecongized Kerberos5 Implementation" 1>&2
+                       echo "configure: warning: Unrecognized Kerberos5 Implementation" 1>&2
                fi
 
                if test $have_krb5 = yes ; then
index 83d03f3ab8cd2c3d39833173edd502404cdd1985..b33608f20a442537523ec478dec0a808ad3de2de 100644 (file)
 /* 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