mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
remake configure.
git-svn-id: file:///svn/unbound/trunk@2592 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
c44ef11de5
commit
6f6ccee95b
1 changed files with 8 additions and 0 deletions
8
configure
vendored
8
configure
vendored
|
|
@ -4950,6 +4950,8 @@ int test() {
|
|||
a = getopt(2, opts, "a");
|
||||
a = isascii(32);
|
||||
str = gai_strerror(0);
|
||||
if(str && t && tv.tv_usec && msg.msg_control)
|
||||
a = 0;
|
||||
return a;
|
||||
}
|
||||
' > conftest.c
|
||||
|
|
@ -5039,6 +5041,8 @@ int test() {
|
|||
a = getopt(2, opts, "a");
|
||||
a = isascii(32);
|
||||
str = gai_strerror(0);
|
||||
if(str && t && tv.tv_usec && msg.msg_control)
|
||||
a = 0;
|
||||
return a;
|
||||
}
|
||||
' > conftest.c
|
||||
|
|
@ -5375,6 +5379,8 @@ int test() {
|
|||
const char* str = NULL;
|
||||
t = ctime_r(&time, buf);
|
||||
str = gai_strerror(0);
|
||||
if(t && str)
|
||||
a = 0;
|
||||
return a;
|
||||
}
|
||||
' > conftest.c
|
||||
|
|
@ -5455,6 +5461,8 @@ int test() {
|
|||
srandom(32);
|
||||
a = getopt(2, opts, "a");
|
||||
a = isascii(32);
|
||||
if(tv.tv_usec)
|
||||
a = 0;
|
||||
return a;
|
||||
}
|
||||
' > conftest.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue