mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
gethostbyaddr test update
This commit is contained in:
8
configure
vendored
8
configure
vendored
@@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
# From configure.in Revision: 1.80
|
# From configure.in Revision: 1.82
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -2302,14 +2302,14 @@ fi
|
|||||||
rm -f conftest*
|
rm -f conftest*
|
||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking for gethostbyadd(const void *,...)""... $ac_c" 1>&6
|
echo $ac_n "checking for gethostbyadd(const void *, size_t, ...)""... $ac_c" 1>&6
|
||||||
echo "configure:2307: checking for gethostbyadd(const void *,...)" >&5
|
echo "configure:2307: checking for gethostbyadd(const void *, size_t, ...)" >&5
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 2309 "configure"
|
#line 2309 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
struct hostent *gethostbyaddr(const void *, int, int);
|
struct hostent *gethostbyaddr(const void *, size_t, int);
|
||||||
int main() {
|
int main() {
|
||||||
return(0);
|
return(0);
|
||||||
; return 0; }
|
; return 0; }
|
||||||
|
Reference in New Issue
Block a user