diff --git a/lib/bind/configure b/lib/bind/configure index acf15918f6..91770a4205 100644 --- a/lib/bind/configure +++ b/lib/bind/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.in Revision: 1.35 +# From configure.in Revision: 1.36 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -5563,7 +5563,7 @@ if { (eval echo configure:5563: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; rm -rf conftest* HOST_R_END_RESULT="#define HOST_R_END_RESULT(x) return (x)" HOST_R_END_RETURN="#define HOST_R_END_RETURN int" -HOST_R_ENT_ARGS="#undef HOST_R_ENT_ARGS struct hostent_data *hdptr" +HOST_R_ENT_ARGS="#define HOST_R_ENT_ARGS struct hostent_data *hdptr" else echo "configure: failed program was:" >&5 diff --git a/lib/bind/configure.in b/lib/bind/configure.in index 7078d5d219..b36f5c9158 100644 --- a/lib/bind/configure.in +++ b/lib/bind/configure.in @@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.36 $) +AC_REVISION($Revision: 1.37 $) AC_INIT(resolv/herror.c) AC_PREREQ(2.13) @@ -1491,7 +1491,7 @@ int endhostent_r(struct hostent_data *buffer); ], , HOST_R_END_RESULT="#define HOST_R_END_RESULT(x) return (x)" HOST_R_END_RETURN="#define HOST_R_END_RETURN int" -HOST_R_ENT_ARGS="#undef HOST_R_ENT_ARGS struct hostent_data *hdptr" +HOST_R_ENT_ARGS="#define HOST_R_ENT_ARGS struct hostent_data *hdptr" , ) ,