mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
regen
This commit is contained in:
14
lib/bind/configure
vendored
14
lib/bind/configure
vendored
@@ -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 <netdb.h>
|
||||
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
|
||||
|
Reference in New Issue
Block a user