checkpoint

This commit is contained in:
Mark Andrews 2001-04-11 03:39:01 +00:00
parent 53e274dc39
commit ea5aa5c36c
2 changed files with 4 additions and 4 deletions

4
lib/bind/configure vendored
View file

@ -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

View file

@ -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"
,
)
,