mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 09:37:10 -04:00
gethostbyaddr test update
This commit is contained in:
parent
a272a55631
commit
cdc6537495
1 changed files with 4 additions and 4 deletions
8
configure
vendored
8
configure
vendored
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
|
||||
# From configure.in Revision: 1.80
|
||||
# From configure.in Revision: 1.82
|
||||
|
||||
|
||||
|
||||
|
|
@ -2302,14 +2302,14 @@ fi
|
|||
rm -f conftest*
|
||||
|
||||
|
||||
echo $ac_n "checking for gethostbyadd(const void *,...)""... $ac_c" 1>&6
|
||||
echo "configure:2307: checking for gethostbyadd(const void *,...)" >&5
|
||||
echo $ac_n "checking for gethostbyadd(const void *, size_t, ...)""... $ac_c" 1>&6
|
||||
echo "configure:2307: checking for gethostbyadd(const void *, size_t, ...)" >&5
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 2309 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#include <netdb.h>
|
||||
struct hostent *gethostbyaddr(const void *, int, int);
|
||||
struct hostent *gethostbyaddr(const void *, size_t, int);
|
||||
int main() {
|
||||
return(0);
|
||||
; return 0; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue