From 692d2a9c7e95234cb4fa2c8f91c3a1f106ec578c Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 16 Jul 2001 04:55:31 +0000 Subject: [PATCH] regen --- lib/bind/configure | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/bind/configure b/lib/bind/configure index 953009ade6..e224a56859 100644 --- a/lib/bind/configure +++ b/lib/bind/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.in Revision: 1.68 +# From configure.in Revision: 1.69 # libtool.m4 - Configure libtool for the host system. -*-Shell-script-*- ## Copyright 1996, 1997, 1998, 1999, 2000, 2001 @@ -9888,7 +9888,7 @@ HOST_R_COPY_ARGS="#define HOST_R_COPY_ARGS char *buf, int buflen" HOST_R_ERRNO="#define HOST_R_ERRNO *h_errnop = h_errno" HOST_R_OK="#define HOST_R_OK hptr" HOST_R_RETURN="#define HOST_R_RETURN struct hostent *" -HOST_R_SETANSWER=#undef HOST_R_SETANSWER" +HOST_R_SETANSWER="#undef HOST_R_SETANSWER" HOSTENT_DATA="#undef HOSTENT_DATA" @@ -9919,7 +9919,7 @@ HOST_R_COPY_ARGS="#define HOST_R_COPY_ARGS HOST_R_ARGS" HOST_R_ERRNO="#define HOST_R_ERRNO NULL" HOST_R_OK="#define HOST_R_OK 0" HOST_R_RETURN="#define HOST_R_RETURN int" -HOST_R_SETANSWER=#undef HOST_R_SETANSWER" +HOST_R_SETANSWER="#undef HOST_R_SETANSWER" HOSTENT_DATA="#define HOSTENT_DATA 1" else @@ -9932,11 +9932,11 @@ else #define __USE_MISC #include -extern int gethostbyname_r __P ((__const char *, +extern int gethostbyname_r (const char *, struct hostent *, char *, size_t, struct hostent **, - int *)); + int *); int main() { @@ -9952,7 +9952,7 @@ HOST_R_COPY_ARGS="#define HOST_R_COPY_ARGS char *buf, int buflen" HOST_R_ERRNO="#define HOST_R_ERRNO *h_errnop = h_errno" HOST_R_OK="#define HOST_R_OK 0" HOST_R_RETURN="#define HOST_R_RETURN int" -HOST_R_SETANSWER=#define HOST_R_SETANSWER 1" +HOST_R_SETANSWER="#define HOST_R_SETANSWER 1" HOSTENT_DATA="#undef HOSTENT_DATA" else @@ -9974,7 +9974,7 @@ HOST_R_COPY_ARGS="#define HOST_R_COPY_ARGS char *buf, int buflen" HOST_R_ERRNO="#define HOST_R_ERRNO *h_errnop = h_errno" HOST_R_OK="#define HOST_R_OK hptr" HOST_R_RETURN="#define HOST_R_RETURN struct hostent *" -HOST_R_SETANSWER=#undef HOST_R_SETANSWER" +HOST_R_SETANSWER="#undef HOST_R_SETANSWER" HOSTENT_DATA="#undef HOSTENT_DATA" fi