Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
ac1f7680
Commit
ac1f7680
authored
Jul 16, 2001
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regen
parent
47dfc702
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
15 deletions
+20
-15
lib/bind/configure
lib/bind/configure
+20
-15
No files found.
lib/bind/configure
View file @
ac1f7680
#! /bin/sh
# From configure.in Revision: 1.7
2
# From configure.in Revision: 1.7
3
# libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
## Copyright 1996, 1997, 1998, 1999, 2000, 2001
...
...
@@ -11416,6 +11416,7 @@ SERV_R_BAD="#define SERV_R_BAD NULL"
SERV_R_COPY
=
"#define SERV_R_COPY buf, buflen"
SERV_R_COPY_ARGS
=
"#define SERV_R_COPY_ARGS SERV_R_ARGS"
SERV_R_OK
=
"#define SERV_R_OK sptr"
SERV_R_SETANSWER
=
"#undef SERV_R_SETANSWER"
SERV_R_RETURN
=
"#define SERV_R_RETURN struct servent *"
...
...
@@ -11424,26 +11425,27 @@ else
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
cat
>
conftest.
$ac_ext
<<
EOF
#line 1142
8
"configure"
#line 1142
9
"configure"
#include "confdefs.h"
#include <netdb.h>
struct servent *
getservent_r
__P (
(struct servent *, char *, size_t, struct servent **)
)
;
int
getservent_r (struct servent *, char *, size_t, struct servent **);
int main() {
return (0);
; return 0; }
EOF
if
{
(
eval echo
configure:114
39
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:114
40
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
SERV_R_ARGS
=
"#define SERV_R_ARGS char *buf,
in
t buflen, struct servent **answer"
SERV_R_BAD
=
"#define SERV_R_BAD
(-1)
"
SERV_R_ARGS
=
"#define SERV_R_ARGS char *buf,
size_
t buflen, struct servent **answer
p
"
SERV_R_BAD
=
"#define SERV_R_BAD
ERANGE
"
SERV_R_COPY
=
"#define SERV_R_COPY buf, buflen"
SERV_R_COPY_ARGS
=
"#define SERV_R_COPY_ARGS
SERV_R_ARGS
"
SERV_R_COPY_ARGS
=
"#define SERV_R_COPY_ARGS
char *buf, size_t buflen
"
SERV_R_OK
=
"#define SERV_R_OK (0)"
SERV_R_RETURN
=
"#define SERV_R_RETURN 1"
SERV_R_SETANSWER
=
"#define SERV_R_SETANSWER 1"
SERV_R_RETURN
=
"#define SERV_R_RETURN int"
else
...
...
@@ -11462,6 +11464,7 @@ SERV_R_BAD="#define SERV_R_BAD NULL"
SERV_R_COPY
=
"#define SERV_R_COPY buf, buflen"
SERV_R_COPY_ARGS
=
"#define SERV_R_COPY_ARGS SERV_R_ARGS"
SERV_R_OK
=
"#define SERV_R_OK sptr"
SERV_R_SETANSWER
=
"#undef SERV_R_SETANSWER"
SERV_R_RETURN
=
"#define SERV_R_RETURN struct servent *"
fi
...
...
@@ -11473,13 +11476,14 @@ fi
echo
$ac_n
"checking for endservent_r""...
$ac_c
"
1>&6
echo
"configure:114
7
8: checking for endservent_r"
>
&5
echo
"configure:1148
2
: checking for endservent_r"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_endservent_r
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 1148
3
"configure"
#line 1148
7
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char endservent_r(); below. */
...
...
@@ -11502,7 +11506,7 @@ endservent_r();
; return 0; }
EOF
if
{
(
eval echo
configure:1150
6
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:115
1
0:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func_endservent_r=yes"
else
...
...
@@ -11530,12 +11534,12 @@ fi
echo
$ac_n
"checking for setservent_r""...
$ac_c
"
1>&6
echo
"configure:1153
4
: checking for setservent_r"
>
&5
echo
"configure:1153
8
: checking for setservent_r"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_setservent_r
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 1153
9
"configure"
#line 115
4
3 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char setservent_r(); below. */
...
...
@@ -11558,7 +11562,7 @@ setservent_r();
; return 0; }
EOF
if
{
(
eval echo
configure:1156
2
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:1156
6
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func_setservent_r=yes"
else
...
...
@@ -12014,6 +12018,7 @@ s%@SERV_R_BAD@%$SERV_R_BAD%g
s%@SERV_R_COPY@%
$SERV_R_COPY
%g
s%@SERV_R_COPY_ARGS@%
$SERV_R_COPY_ARGS
%g
s%@SERV_R_OK@%
$SERV_R_OK
%g
s%@SERV_R_SETANSWER@%
$SERV_R_SETANSWER
%g
s%@SERV_R_RETURN@%
$SERV_R_RETURN
%g
s%@SERV_R_END_RESULT@%
$SERV_R_END_RESULT
%g
s%@SERV_R_END_RETURN@%
$SERV_R_END_RETURN
%g
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment