rejen
This commit is contained in:
180
lib/bind/configure
vendored
180
lib/bind/configure
vendored
@@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
|
||||
|
||||
# From configure.in Revision: 1.54
|
||||
# From configure.in Revision: 1.55
|
||||
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated automatically using autoconf version 2.13
|
||||
@@ -6082,6 +6082,37 @@ NGR_R_RETURN="#define NGR_R_RETURN int"
|
||||
else
|
||||
echo "configure: failed program was:" >&5
|
||||
cat conftest.$ac_ext >&5
|
||||
rm -rf conftest*
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6088 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#include <netdb.h>
|
||||
extern int getnetgrent_r( char **, char **, char **, void **);
|
||||
|
||||
|
||||
int main() {
|
||||
return (0);
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6099: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
rm -rf conftest*
|
||||
|
||||
NGR_R_ARGS="#define NGR_R_ARGS void **buf"
|
||||
NGR_R_BAD="#define NGR_R_BAD (0)"
|
||||
NGR_R_COPY="#define NGR_R_COPY buf"
|
||||
NGR_R_COPY_ARGS="#define NGR_R_COPY_ARGS NGR_R_ARGS"
|
||||
NGR_R_OK="#define NGR_R_OK 1"
|
||||
NGR_R_RETURN="#define NGR_R_RETURN int"
|
||||
NGR_R_PRIVATE="#define NGR_R_PRIVATE 1"
|
||||
|
||||
|
||||
else
|
||||
echo "configure: failed program was:" >&5
|
||||
cat conftest.$ac_ext >&5
|
||||
fi
|
||||
rm -f conftest*
|
||||
|
||||
fi
|
||||
rm -f conftest*
|
||||
|
||||
@@ -6106,13 +6137,14 @@ fi
|
||||
|
||||
|
||||
|
||||
|
||||
echo $ac_n "checking for endnetgrent_r""... $ac_c" 1>&6
|
||||
echo "configure:6111: checking for endnetgrent_r" >&5
|
||||
echo "configure:6143: checking for endnetgrent_r" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_func_endnetgrent_r'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6116 "configure"
|
||||
#line 6148 "configure"
|
||||
#include "confdefs.h"
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char endnetgrent_r(); below. */
|
||||
@@ -6135,7 +6167,7 @@ endnetgrent_r();
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:6171: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
rm -rf conftest*
|
||||
eval "ac_cv_func_endnetgrent_r=yes"
|
||||
else
|
||||
@@ -6149,7 +6181,10 @@ fi
|
||||
|
||||
if eval "test \"`echo '$ac_cv_func_'endnetgrent_r`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
:
|
||||
NGR_R_END_RESULT="#define NGR_R_END_RESULT(x) return (x)"
|
||||
NGR_R_END_RETURN="#define NGR_R_END_RETURN int"
|
||||
NGR_R_ENT_ARGS="#define NGR_R_ENT_ARGS NGR_R_ARGS"
|
||||
|
||||
else
|
||||
echo "$ac_t""no" 1>&6
|
||||
NGR_R_END_RESULT="#define NGR_R_END_RESULT(x) /*empty*/"
|
||||
@@ -6167,12 +6202,12 @@ fi
|
||||
|
||||
|
||||
echo $ac_n "checking for setnetgrent_r""... $ac_c" 1>&6
|
||||
echo "configure:6171: checking for setnetgrent_r" >&5
|
||||
echo "configure:6206: checking for setnetgrent_r" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_func_setnetgrent_r'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6176 "configure"
|
||||
#line 6211 "configure"
|
||||
#include "confdefs.h"
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char setnetgrent_r(); below. */
|
||||
@@ -6195,7 +6230,7 @@ setnetgrent_r();
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:6234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
rm -rf conftest*
|
||||
eval "ac_cv_func_setnetgrent_r=yes"
|
||||
else
|
||||
@@ -6209,15 +6244,13 @@ fi
|
||||
|
||||
if eval "test \"`echo '$ac_cv_func_'setnetgrent_r`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
:
|
||||
NGR_R_SET_RESULT="#define NGR_R_SET_RESULT NGR_R_OK"
|
||||
NGR_R_SET_RETURN="#define NGR_R_SET_RETURN int"
|
||||
|
||||
else
|
||||
echo "$ac_t""no" 1>&6
|
||||
NGR_R_SET_RESULT="#undef NGR_R_SET_RESULT /*empty*/"
|
||||
NGR_R_SET_RETURN="#define NGR_R_SET_RETURN void"
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define NEED_SETNETGRENT_R 1
|
||||
EOF
|
||||
|
||||
|
||||
fi
|
||||
|
||||
@@ -6225,12 +6258,12 @@ fi
|
||||
|
||||
|
||||
echo $ac_n "checking for innetgr_r""... $ac_c" 1>&6
|
||||
echo "configure:6229: checking for innetgr_r" >&5
|
||||
echo "configure:6262: checking for innetgr_r" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_func_innetgr_r'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6234 "configure"
|
||||
#line 6267 "configure"
|
||||
#include "confdefs.h"
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char innetgr_r(); below. */
|
||||
@@ -6253,7 +6286,7 @@ innetgr_r();
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:6290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
rm -rf conftest*
|
||||
eval "ac_cv_func_innetgr_r=yes"
|
||||
else
|
||||
@@ -6278,12 +6311,12 @@ fi
|
||||
|
||||
|
||||
echo $ac_n "checking for getprotoent_r""... $ac_c" 1>&6
|
||||
echo "configure:6282: checking for getprotoent_r" >&5
|
||||
echo "configure:6315: checking for getprotoent_r" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_func_getprotoent_r'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6287 "configure"
|
||||
#line 6320 "configure"
|
||||
#include "confdefs.h"
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char getprotoent_r(); below. */
|
||||
@@ -6306,7 +6339,7 @@ getprotoent_r();
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:6343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
rm -rf conftest*
|
||||
eval "ac_cv_func_getprotoent_r=yes"
|
||||
else
|
||||
@@ -6321,7 +6354,7 @@ fi
|
||||
if eval "test \"`echo '$ac_cv_func_'getprotoent_r`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6325 "configure"
|
||||
#line 6358 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#include <netdb.h>
|
||||
@@ -6334,7 +6367,7 @@ return (0);
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6338: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
if { (eval echo configure:6371: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
rm -rf conftest*
|
||||
|
||||
PROTO_R_ARGS="#define PROTO_R_ARGS char *buf, int buflen"
|
||||
@@ -6370,12 +6403,12 @@ fi
|
||||
|
||||
|
||||
echo $ac_n "checking for endprotoent_r""... $ac_c" 1>&6
|
||||
echo "configure:6374: checking for endprotoent_r" >&5
|
||||
echo "configure:6407: checking for endprotoent_r" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_func_endprotoent_r'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6379 "configure"
|
||||
#line 6412 "configure"
|
||||
#include "confdefs.h"
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char endprotoent_r(); below. */
|
||||
@@ -6398,7 +6431,7 @@ endprotoent_r();
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:6435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
rm -rf conftest*
|
||||
eval "ac_cv_func_endprotoent_r=yes"
|
||||
else
|
||||
@@ -6426,12 +6459,12 @@ fi
|
||||
|
||||
|
||||
echo $ac_n "checking for setprotoent_r""... $ac_c" 1>&6
|
||||
echo "configure:6430: checking for setprotoent_r" >&5
|
||||
echo "configure:6463: checking for setprotoent_r" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_func_setprotoent_r'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6435 "configure"
|
||||
#line 6468 "configure"
|
||||
#include "confdefs.h"
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char setprotoent_r(); below. */
|
||||
@@ -6454,7 +6487,7 @@ setprotoent_r();
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:6491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
rm -rf conftest*
|
||||
eval "ac_cv_func_setprotoent_r=yes"
|
||||
else
|
||||
@@ -6480,12 +6513,12 @@ fi
|
||||
|
||||
|
||||
echo $ac_n "checking for getpwent_r""... $ac_c" 1>&6
|
||||
echo "configure:6484: checking for getpwent_r" >&5
|
||||
echo "configure:6517: checking for getpwent_r" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_func_getpwent_r'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6489 "configure"
|
||||
#line 6522 "configure"
|
||||
#include "confdefs.h"
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char getpwent_r(); below. */
|
||||
@@ -6508,7 +6541,7 @@ getpwent_r();
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6512: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:6545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
rm -rf conftest*
|
||||
eval "ac_cv_func_getpwent_r=yes"
|
||||
else
|
||||
@@ -6523,7 +6556,7 @@ fi
|
||||
if eval "test \"`echo '$ac_cv_func_'getpwent_r`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6527 "configure"
|
||||
#line 6560 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
@@ -6537,7 +6570,7 @@ int main() {
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6541: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
if { (eval echo configure:6574: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
rm -rf conftest*
|
||||
PASS_R_ARGS="#define PASS_R_ARGS char *buf, int buflen"
|
||||
PASS_R_BAD="#define PASS_R_BAD NULL"
|
||||
@@ -6575,12 +6608,12 @@ fi
|
||||
|
||||
|
||||
echo $ac_n "checking for endpwent_r""... $ac_c" 1>&6
|
||||
echo "configure:6579: checking for endpwent_r" >&5
|
||||
echo "configure:6612: checking for endpwent_r" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_func_endpwent_r'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6584 "configure"
|
||||
#line 6617 "configure"
|
||||
#include "confdefs.h"
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char endpwent_r(); below. */
|
||||
@@ -6603,7 +6636,7 @@ endpwent_r();
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:6640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
rm -rf conftest*
|
||||
eval "ac_cv_func_endpwent_r=yes"
|
||||
else
|
||||
@@ -6618,7 +6651,7 @@ fi
|
||||
if eval "test \"`echo '$ac_cv_func_'endpwent_r`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6622 "configure"
|
||||
#line 6655 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#include <pwd.h>
|
||||
@@ -6628,7 +6661,7 @@ int main() {
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6632: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
if { (eval echo configure:6665: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
rm -rf conftest*
|
||||
PASS_R_END_RESULT="#define PASS_R_END_RESULT(x) /*empty*/"
|
||||
PASS_R_END_RETURN="#define PASS_R_END_RETURN void"
|
||||
@@ -6656,12 +6689,12 @@ fi
|
||||
|
||||
|
||||
echo $ac_n "checking for setpassent_r""... $ac_c" 1>&6
|
||||
echo "configure:6660: checking for setpassent_r" >&5
|
||||
echo "configure:6693: checking for setpassent_r" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_func_setpassent_r'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6665 "configure"
|
||||
#line 6698 "configure"
|
||||
#include "confdefs.h"
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char setpassent_r(); below. */
|
||||
@@ -6684,7 +6717,7 @@ setpassent_r();
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:6721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
rm -rf conftest*
|
||||
eval "ac_cv_func_setpassent_r=yes"
|
||||
else
|
||||
@@ -6708,12 +6741,12 @@ EOF
|
||||
fi
|
||||
|
||||
echo $ac_n "checking for setpassent""... $ac_c" 1>&6
|
||||
echo "configure:6712: checking for setpassent" >&5
|
||||
echo "configure:6745: checking for setpassent" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_func_setpassent'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6717 "configure"
|
||||
#line 6750 "configure"
|
||||
#include "confdefs.h"
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char setpassent(); below. */
|
||||
@@ -6736,7 +6769,7 @@ setpassent();
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:6773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
rm -rf conftest*
|
||||
eval "ac_cv_func_setpassent=yes"
|
||||
else
|
||||
@@ -6761,12 +6794,12 @@ fi
|
||||
|
||||
|
||||
echo $ac_n "checking for setpwent_r""... $ac_c" 1>&6
|
||||
echo "configure:6765: checking for setpwent_r" >&5
|
||||
echo "configure:6798: checking for setpwent_r" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_func_setpwent_r'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6770 "configure"
|
||||
#line 6803 "configure"
|
||||
#include "confdefs.h"
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char setpwent_r(); below. */
|
||||
@@ -6789,7 +6822,7 @@ setpwent_r();
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:6826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
rm -rf conftest*
|
||||
eval "ac_cv_func_setpwent_r=yes"
|
||||
else
|
||||
@@ -6804,7 +6837,7 @@ fi
|
||||
if eval "test \"`echo '$ac_cv_func_'setpwent_r`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6808 "configure"
|
||||
#line 6841 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#include <pwd.h>
|
||||
@@ -6814,7 +6847,7 @@ int main() {
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6818: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
if { (eval echo configure:6851: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
rm -rf conftest*
|
||||
PASS_R_SET_RESULT="#undef PASS_R_SET_RESULT /* empty */"
|
||||
PASS_R_SET_RETURN="#define PASS_R_SET_RETURN int"
|
||||
@@ -6824,7 +6857,7 @@ else
|
||||
cat conftest.$ac_ext >&5
|
||||
rm -rf conftest*
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6828 "configure"
|
||||
#line 6861 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#include <pwd.h>
|
||||
@@ -6834,7 +6867,7 @@ int main() {
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6838: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
if { (eval echo configure:6871: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
rm -rf conftest*
|
||||
PASS_R_SET_RESULT="#define PASS_R_SET_RESULT 0"
|
||||
PASS_R_SET_RETURN="#define PASS_R_SET_RETURN int"
|
||||
@@ -6863,12 +6896,12 @@ fi
|
||||
|
||||
|
||||
echo $ac_n "checking for getpwnam_r""... $ac_c" 1>&6
|
||||
echo "configure:6867: checking for getpwnam_r" >&5
|
||||
echo "configure:6900: checking for getpwnam_r" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_func_getpwnam_r'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6872 "configure"
|
||||
#line 6905 "configure"
|
||||
#include "confdefs.h"
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char getpwnam_r(); below. */
|
||||
@@ -6891,7 +6924,7 @@ getpwnam_r();
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:6928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
rm -rf conftest*
|
||||
eval "ac_cv_func_getpwnam_r=yes"
|
||||
else
|
||||
@@ -6915,12 +6948,12 @@ EOF
|
||||
fi
|
||||
|
||||
echo $ac_n "checking for getpwuid_r""... $ac_c" 1>&6
|
||||
echo "configure:6919: checking for getpwuid_r" >&5
|
||||
echo "configure:6952: checking for getpwuid_r" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_func_getpwuid_r'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6924 "configure"
|
||||
#line 6957 "configure"
|
||||
#include "confdefs.h"
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char getpwuid_r(); below. */
|
||||
@@ -6943,7 +6976,7 @@ getpwuid_r();
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:6947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:6980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
rm -rf conftest*
|
||||
eval "ac_cv_func_getpwuid_r=yes"
|
||||
else
|
||||
@@ -6968,12 +7001,12 @@ fi
|
||||
|
||||
|
||||
echo $ac_n "checking for getservent_r""... $ac_c" 1>&6
|
||||
echo "configure:6972: checking for getservent_r" >&5
|
||||
echo "configure:7005: checking for getservent_r" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_func_getservent_r'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6977 "configure"
|
||||
#line 7010 "configure"
|
||||
#include "confdefs.h"
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char getservent_r(); below. */
|
||||
@@ -6996,7 +7029,7 @@ getservent_r();
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:7000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:7033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
rm -rf conftest*
|
||||
eval "ac_cv_func_getservent_r=yes"
|
||||
else
|
||||
@@ -7011,7 +7044,7 @@ fi
|
||||
if eval "test \"`echo '$ac_cv_func_'getservent_r`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 7015 "configure"
|
||||
#line 7048 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#include <netdb.h>
|
||||
@@ -7022,7 +7055,7 @@ int main() {
|
||||
return (0);
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:7026: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
if { (eval echo configure:7059: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
rm -rf conftest*
|
||||
|
||||
SERV_R_ARGS="#define SERV_R_ARGS char *buf, int buflen"
|
||||
@@ -7058,12 +7091,12 @@ fi
|
||||
|
||||
|
||||
echo $ac_n "checking for endservent_r""... $ac_c" 1>&6
|
||||
echo "configure:7062: checking for endservent_r" >&5
|
||||
echo "configure:7095: 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 7067 "configure"
|
||||
#line 7100 "configure"
|
||||
#include "confdefs.h"
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char endservent_r(); below. */
|
||||
@@ -7086,7 +7119,7 @@ endservent_r();
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:7090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:7123: \"$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
|
||||
@@ -7114,12 +7147,12 @@ fi
|
||||
|
||||
|
||||
echo $ac_n "checking for setservent_r""... $ac_c" 1>&6
|
||||
echo "configure:7118: checking for setservent_r" >&5
|
||||
echo "configure:7151: 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 7123 "configure"
|
||||
#line 7156 "configure"
|
||||
#include "confdefs.h"
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char setservent_r(); below. */
|
||||
@@ -7142,7 +7175,7 @@ setservent_r();
|
||||
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:7146: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:7179: \"$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
|
||||
@@ -7245,7 +7278,7 @@ do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||
echo "configure:7249: checking for $ac_word" >&5
|
||||
echo "configure:7282: checking for $ac_word" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_path_JADE'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
@@ -7292,7 +7325,7 @@ do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||
echo "configure:7296: checking for $ac_word" >&5
|
||||
echo "configure:7329: checking for $ac_word" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_path_TEX'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
@@ -7334,7 +7367,7 @@ do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||
echo "configure:7338: checking for $ac_word" >&5
|
||||
echo "configure:7371: checking for $ac_word" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_path_PDFTEX'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
@@ -7379,7 +7412,7 @@ done
|
||||
SGMLDIR=""
|
||||
|
||||
echo $ac_n "checking for SGML files""... $ac_c" 1>&6
|
||||
echo "configure:7383: checking for SGML files" >&5
|
||||
echo "configure:7416: checking for SGML files" >&5
|
||||
for d in /usr/pkg/share/sgml /usr/local/share/sgml
|
||||
do
|
||||
if test -f $d/docbook/dsssl/modular/html/docbook.dsl
|
||||
@@ -7404,7 +7437,7 @@ fi
|
||||
XGMLDIR=""
|
||||
|
||||
echo $ac_n "checking for XML files""... $ac_c" 1>&6
|
||||
echo "configure:7408: checking for XML files" >&5
|
||||
echo "configure:7441: checking for XML files" >&5
|
||||
for d in /usr/pkg/share/xml /usr/local/share/xml
|
||||
do
|
||||
if test -f $d/dtd/docbook/docbookx.dtd
|
||||
@@ -7761,6 +7794,7 @@ s%@NGR_R_COPY@%$NGR_R_COPY%g
|
||||
s%@NGR_R_COPY_ARGS@%$NGR_R_COPY_ARGS%g
|
||||
s%@NGR_R_OK@%$NGR_R_OK%g
|
||||
s%@NGR_R_RETURN@%$NGR_R_RETURN%g
|
||||
s%@NGR_R_PRIVATE@%$NGR_R_PRIVATE%g
|
||||
s%@NGR_R_END_RESULT@%$NGR_R_END_RESULT%g
|
||||
s%@NGR_R_END_RETURN@%$NGR_R_END_RETURN%g
|
||||
s%@NGR_R_ENT_ARGS@%$NGR_R_ENT_ARGS%g
|
||||
@@ -7834,7 +7868,7 @@ cat >> $CONFIG_STATUS <<\EOF
|
||||
|
||||
# Split the substitutions into bite-sized pieces for seds with
|
||||
# small command number limits, like on Digital OSF/1 and HP-UX.
|
||||
ac_max_sed_cmds=50 # Maximum number of lines to put in a sed script.
|
||||
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
|
||||
ac_file=1 # Number of current file.
|
||||
ac_beg=1 # First line for current file.
|
||||
ac_end=$ac_max_sed_cmds # Line after last line for current file.
|
||||
|
||||
Reference in New Issue
Block a user