fi
+echo $ac_n "checking for readline in -lreadline... $ac_c" 1>&6
+echo "configure:2537: checking for readline in -lreadline" 1>&5
+if test "${ac_cv_lib_readline_readline+set}" = set; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+else
+ ac_save_LIBS="$LIBS"
+LIBS="-lreadline $LIBS"
+cat >conftest.$ac_ext <<EOF
+#line 2544 "configure"
+#include "confdefs.h"
+/* Override any gcc2 internal prototype to avoid an error. */
+/* We use char because int might match the return type of a gcc2
+ builtin and then its argument prototype would still apply. */
+char readline();
+
+int
+main()
+{
+readline()
+ ;
+ return 0;
+}
+EOF
+if { (eval echo configure:2559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ rm -rf conftest*
+ ac_cv_lib_readline_readline=yes
+else
+ echo "configure: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+ rm -rf conftest*
+ ac_cv_lib_readline_readline=no
+fi
+rm -f conftest*
+
+LIBS="$ac_save_LIBS"
+fi
+echo "$ac_t""$ac_cv_lib_readline_readline" 1>&6
+if test $ac_cv_lib_readline_readline = yes; then
+ cat >>confdefs.h <<EOF
+#define HAVE_LIBREADLINE 1
+EOF
+
+ LIBS="-lreadline $LIBS"
+
+fi
+
echo $ac_n "checking for sched_setscheduler in -lrt... $ac_c" 1>&6
-echo "configure:2537: checking for sched_setscheduler in -lrt" 1>&5
+echo "configure:2583: checking for sched_setscheduler in -lrt" 1>&5
if test "${ac_cv_lib_rt_sched_setscheduler+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-lrt $LIBS"
cat >conftest.$ac_ext <<EOF
-#line 2544 "configure"
+#line 2590 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
return 0;
}
EOF
-if { (eval echo configure:2559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_lib_rt_sched_setscheduler=yes
else
else
echo $ac_n "checking for sched_setscheduler in -lposix4... $ac_c" 1>&6
-echo "configure:2582: checking for sched_setscheduler in -lposix4" 1>&5
+echo "configure:2628: checking for sched_setscheduler in -lposix4" 1>&5
if test "${ac_cv_lib_posix4_sched_setscheduler+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-lposix4 $LIBS"
cat >conftest.$ac_ext <<EOF
-#line 2589 "configure"
+#line 2635 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
return 0;
}
EOF
-if { (eval echo configure:2604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_lib_posix4_sched_setscheduler=yes
else
fi
echo $ac_n "checking for setsockopt... $ac_c" 1>&6
-echo "configure:2630: checking for setsockopt" 1>&5
+echo "configure:2676: checking for setsockopt" 1>&5
if test "${ac_cv_func_setsockopt+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2635 "configure"
+#line 2681 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char setsockopt(); below. */
return 0;
}
EOF
-if { (eval echo configure:2663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_func_setsockopt=yes
else
:
else
echo $ac_n "checking for setsockopt in -lsocket... $ac_c" 1>&6
-echo "configure:2680: checking for setsockopt in -lsocket" 1>&5
+echo "configure:2726: checking for setsockopt in -lsocket" 1>&5
if test "${ac_cv_lib_socket_setsockopt+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-lsocket $LIBS"
cat >conftest.$ac_ext <<EOF
-#line 2687 "configure"
+#line 2733 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
return 0;
}
EOF
-if { (eval echo configure:2702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_lib_socket_setsockopt=yes
else
fi
echo $ac_n "checking for ANSI C header files... $ac_c" 1>&6
-echo "configure:2728: checking for ANSI C header files" 1>&5
+echo "configure:2774: checking for ANSI C header files" 1>&5
if test "${ac_cv_header_stdc+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2733 "configure"
+#line 2779 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2742: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2788: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<EOF
-#line 2759 "configure"
+#line 2805 "configure"
#include "confdefs.h"
#include <string.h>
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat >conftest.$ac_ext <<EOF
-#line 2778 "configure"
+#line 2824 "configure"
#include "confdefs.h"
#include <stdlib.h>
:
else
cat >conftest.$ac_ext <<EOF
-#line 2800 "configure"
+#line 2846 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
exit (0);
}
EOF
-if { (eval echo configure:2825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:2871: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
:
else
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:2852: checking for $ac_header" 1>&5
+echo "configure:2898: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2857 "configure"
+#line 2903 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2863: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2909: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:2890: checking for $ac_header" 1>&5
+echo "configure:2936: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2895 "configure"
+#line 2941 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2901: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2947: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:2928: checking for $ac_header" 1>&5
+echo "configure:2974: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2933 "configure"
+#line 2979 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2939: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2985: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:2966: checking for $ac_header" 1>&5
+echo "configure:3012: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2971 "configure"
+#line 3017 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2977: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3023: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3004: checking for $ac_header" 1>&5
+echo "configure:3050: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3009 "configure"
+#line 3055 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3015: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3061: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3045: checking for $ac_header" 1>&5
+echo "configure:3091: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3050 "configure"
+#line 3096 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3056: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3102: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3083: checking for $ac_header" 1>&5
+echo "configure:3129: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3088 "configure"
+#line 3134 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3094: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3140: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3123: checking for $ac_header" 1>&5
+echo "configure:3169: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3128 "configure"
+#line 3174 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3134: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3180: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3163: checking for $ac_header" 1>&5
+echo "configure:3209: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3168 "configure"
+#line 3214 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3174: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3220: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3201: checking for $ac_header" 1>&5
+echo "configure:3247: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3206 "configure"
+#line 3252 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3212: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3258: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3241: checking for $ac_header" 1>&5
+echo "configure:3287: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3246 "configure"
+#line 3292 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3252: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3298: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3281: checking for $ac_header" 1>&5
+echo "configure:3327: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3286 "configure"
+#line 3332 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3292: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3338: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3319: checking for $ac_header" 1>&5
+echo "configure:3365: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3324 "configure"
+#line 3370 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3330: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3376: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3357: checking for $ac_header" 1>&5
+echo "configure:3403: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3362 "configure"
+#line 3408 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3368: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3414: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
done
cat >conftest.$ac_ext <<EOF
-#line 3392 "configure"
+#line 3438 "configure"
#include "confdefs.h"
#include <sys/timepps.h>
#ifdef PPS_API_VERS_1
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3407: checking for $ac_header" 1>&5
+echo "configure:3453: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3412 "configure"
+#line 3458 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3418: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3464: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3448: checking for $ac_header" 1>&5
+echo "configure:3494: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3453 "configure"
+#line 3499 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3459: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3505: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
done
echo $ac_n "checking whether time.h and sys/time.h may both be included... $ac_c" 1>&6
-echo "configure:3483: checking whether time.h and sys/time.h may both be included" 1>&5
+echo "configure:3529: checking whether time.h and sys/time.h may both be included" 1>&5
if test "${ac_cv_header_time+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3488 "configure"
+#line 3534 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
return 0;
}
EOF
-if { (eval echo configure:3502: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3548: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_header_time=yes
else
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3527: checking for $ac_header" 1>&5
+echo "configure:3573: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3532 "configure"
+#line 3578 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3538: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3584: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3567: checking for $ac_header" 1>&5
+echo "configure:3613: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3572 "configure"
+#line 3618 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3578: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3624: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
esac
echo $ac_n "checking for nlist.h... $ac_c" 1>&6
-echo "configure:3605: checking for nlist.h" 1>&5
+echo "configure:3651: checking for nlist.h" 1>&5
if test "${ac_cv_header_nlist_h+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3610 "configure"
+#line 3656 "configure"
#include "confdefs.h"
#include <nlist.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3616: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3662: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
EOF
echo $ac_n "checking for n_un in struct nlist... $ac_c" 1>&6
-echo "configure:3637: checking for n_un in struct nlist" 1>&5
+echo "configure:3683: checking for n_un in struct nlist" 1>&5
if test "${ac_cv_struct_nlist_n_un+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3642 "configure"
+#line 3688 "configure"
#include "confdefs.h"
#include <nlist.h>
int
return 0;
}
EOF
-if { (eval echo configure:3653: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3699: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_nlist_n_un=yes
else
fi
echo $ac_n "checking for basic volatile support... $ac_c" 1>&6
-echo "configure:3675: checking for basic volatile support" 1>&5
+echo "configure:3721: checking for basic volatile support" 1>&5
if test "${ac_cv_c_volatile+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3680 "configure"
+#line 3726 "configure"
#include "confdefs.h"
int
return 0;
}
EOF
-if { (eval echo configure:3692: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3738: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_volatile=yes
else
echo $ac_n "checking for ${CC-cc} option to accept ANSI C... $ac_c" 1>&6
-echo "configure:3723: checking for ${CC-cc} option to accept ANSI C" 1>&5
+echo "configure:3769: checking for ${CC-cc} option to accept ANSI C" 1>&5
if test "${am_cv_prog_cc_stdc+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
do
CC="$ac_save_CC $ac_arg"
cat >conftest.$ac_ext <<EOF
-#line 3740 "configure"
+#line 3786 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
return 0;
}
EOF
-if { (eval echo configure:3781: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3827: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
am_cv_prog_cc_stdc="$ac_arg"; break
else
esac
echo $ac_n "checking for function prototypes... $ac_c" 1>&6
-echo "configure:3805: checking for function prototypes" 1>&5
+echo "configure:3851: checking for function prototypes" 1>&5
if test "$am_cv_prog_cc_stdc" != no; then
echo "$ac_t""yes" 1>&6
cat >>confdefs.h <<\EOF
U=_ ANSI2KNR=./ansi2knr
# Ensure some checks needed by ansi2knr itself.
echo $ac_n "checking for ANSI C header files... $ac_c" 1>&6
-echo "configure:3818: checking for ANSI C header files" 1>&5
+echo "configure:3864: checking for ANSI C header files" 1>&5
if test "${ac_cv_header_stdc+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3823 "configure"
+#line 3869 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3832: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3878: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<EOF
-#line 3849 "configure"
+#line 3895 "configure"
#include "confdefs.h"
#include <string.h>
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat >conftest.$ac_ext <<EOF
-#line 3868 "configure"
+#line 3914 "configure"
#include "confdefs.h"
#include <stdlib.h>
:
else
cat >conftest.$ac_ext <<EOF
-#line 3890 "configure"
+#line 3936 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
exit (0);
}
EOF
-if { (eval echo configure:3915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:3961: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
:
else
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3942: checking for $ac_header" 1>&5
+echo "configure:3988: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3947 "configure"
+#line 3993 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3953: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3999: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
;;
esac
echo $ac_n "checking if C compiler permits function prototypes... $ac_c" 1>&6
-echo "configure:3981: checking if C compiler permits function prototypes" 1>&5
+echo "configure:4027: checking if C compiler permits function prototypes" 1>&5
if test "${ac_cv_have_prototypes+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3986 "configure"
+#line 4032 "configure"
#include "confdefs.h"
extern int foo (short);
return 0;
}
EOF
-if { (eval echo configure:4000: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4046: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_have_prototypes=yes
else
fi
echo $ac_n "checking for ${CC-cc} option to accept ANSI C... $ac_c" 1>&6
-echo "configure:4021: checking for ${CC-cc} option to accept ANSI C" 1>&5
+echo "configure:4067: checking for ${CC-cc} option to accept ANSI C" 1>&5
if test "${ac_cv_prog_cc_stdc+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
do
CC="$ac_save_CC $ac_arg"
cat >conftest.$ac_ext <<EOF
-#line 4038 "configure"
+#line 4084 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
return 0;
}
EOF
-if { (eval echo configure:4076: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4122: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_prog_cc_stdc="$ac_arg"; break
else
esac
echo $ac_n "checking for an ANSI C conforming const... $ac_c" 1>&6
-echo "configure:4098: checking for an ANSI C conforming const" 1>&5
+echo "configure:4144: checking for an ANSI C conforming const" 1>&5
if test "${ac_cv_c_const+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4103 "configure"
+#line 4149 "configure"
#include "confdefs.h"
int
return 0;
}
EOF
-if { (eval echo configure:4160: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4206: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_const=yes
else
case "$host" in
$target)
echo $ac_n "checking whether byte ordering is bigendian... $ac_c" 1>&6
-echo "configure:4182: checking whether byte ordering is bigendian" 1>&5
+echo "configure:4228: checking whether byte ordering is bigendian" 1>&5
if test "${ac_cv_c_bigendian+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_c_bigendian=unknown
# See if sys/param.h defines the BYTE_ORDER macro.
cat >conftest.$ac_ext <<EOF
-#line 4189 "configure"
+#line 4235 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
return 0;
}
EOF
-if { (eval echo configure:4205: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4251: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
# It does; now see whether it defined to BIG_ENDIAN or not.
cat >conftest.$ac_ext <<EOF
-#line 4209 "configure"
+#line 4255 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
return 0;
}
EOF
-if { (eval echo configure:4225: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4271: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_bigendian=yes
else
{ echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; }
else
cat >conftest.$ac_ext <<EOF
-#line 4245 "configure"
+#line 4291 "configure"
#include "confdefs.h"
int
main ()
exit (u.c[sizeof (long) - 1] == 1);
}
EOF
-if { (eval echo configure:4260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:4306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_c_bigendian=no
else
;;
esac
echo $ac_n "checking return type of signal handlers... $ac_c" 1>&6
-echo "configure:4300: checking return type of signal handlers" 1>&5
+echo "configure:4346: checking return type of signal handlers" 1>&5
if test "${ac_cv_type_signal+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4305 "configure"
+#line 4351 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
return 0;
}
EOF
-if { (eval echo configure:4326: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4372: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_type_signal=void
else
EOF
echo $ac_n "checking for off_t... $ac_c" 1>&6
-echo "configure:4343: checking for off_t" 1>&5
+echo "configure:4389: checking for off_t" 1>&5
if test "${ac_cv_type_off_t+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4348 "configure"
+#line 4394 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
EOF
-if { (eval echo configure:4362: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4408: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_type_off_t=yes
else
fi
echo $ac_n "checking for size_t... $ac_c" 1>&6
-echo "configure:4384: checking for size_t" 1>&5
+echo "configure:4430: checking for size_t" 1>&5
if test "${ac_cv_type_size_t+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4389 "configure"
+#line 4435 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
EOF
-if { (eval echo configure:4403: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4449: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_type_size_t=yes
else
fi
echo $ac_n "checking for time_t... $ac_c" 1>&6
-echo "configure:4425: checking for time_t" 1>&5
+echo "configure:4471: checking for time_t" 1>&5
if test "${ac_cv_type_time_t+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4430 "configure"
+#line 4476 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
EOF
-if { (eval echo configure:4444: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4490: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_type_time_t=yes
else
fi
echo $ac_n "checking whether struct tm is in sys/time.h or time.h... $ac_c" 1>&6
-echo "configure:4466: checking whether struct tm is in sys/time.h or time.h" 1>&5
+echo "configure:4512: checking whether struct tm is in sys/time.h or time.h" 1>&5
if test "${ac_cv_struct_tm+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4471 "configure"
+#line 4517 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <time.h>
return 0;
}
EOF
-if { (eval echo configure:4484: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4530: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_tm=time.h
else
fi
echo $ac_n "checking for a fallback value for HZ... $ac_c" 1>&6
-echo "configure:4504: checking for a fallback value for HZ" 1>&5
+echo "configure:4550: checking for a fallback value for HZ" 1>&5
if test "${ac_cv_var_default_hz+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
EOF
echo $ac_n "checking if we need to override the system's value for HZ... $ac_c" 1>&6
-echo "configure:4524: checking if we need to override the system's value for HZ" 1>&5
+echo "configure:4570: checking if we need to override the system's value for HZ" 1>&5
if test "${ac_cv_var_override_hz+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking struct sigaction for sa_sigaction... $ac_c" 1>&6
-echo "configure:4555: checking struct sigaction for sa_sigaction" 1>&5
+echo "configure:4601: checking struct sigaction for sa_sigaction" 1>&5
if test "${ac_cv_struct_sigaction_has_sa_sigaction+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4561 "configure"
+#line 4607 "configure"
#include "confdefs.h"
#include <signal.h>
int
return 0;
}
EOF
-if { (eval echo configure:4572: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4618: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_sigaction_has_sa_sigaction=yes
else
fi
echo $ac_n "checking for struct ppsclockev... $ac_c" 1>&6
-echo "configure:4595: checking for struct ppsclockev" 1>&5
+echo "configure:4641: checking for struct ppsclockev" 1>&5
if test "${ac_cv_struct_ppsclockev+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4600 "configure"
+#line 4646 "configure"
#include "confdefs.h"
#include <sys/types.h>
return 0;
}
EOF
-if { (eval echo configure:4623: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4669: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_ppsclockev=yes
else
fi
echo $ac_n "checking struct sockaddr for sa_len... $ac_c" 1>&6
-echo "configure:4644: checking struct sockaddr for sa_len" 1>&5
+echo "configure:4690: checking struct sockaddr for sa_len" 1>&5
if test "${ac_cv_struct_sockaddr_has_sa_len+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4649 "configure"
+#line 4695 "configure"
#include "confdefs.h"
#include <sys/types.h>
return 0;
}
EOF
-if { (eval echo configure:4664: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4710: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_sockaddr_has_sa_len=yes
else
fi
echo $ac_n "checking struct clockinfo for hz... $ac_c" 1>&6
-echo "configure:4685: checking struct clockinfo for hz" 1>&5
+echo "configure:4731: checking struct clockinfo for hz" 1>&5
if test "${ac_cv_struct_clockinfo_has_hz+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4690 "configure"
+#line 4736 "configure"
#include "confdefs.h"
#include <sys/time.h>
return 0;
}
EOF
-if { (eval echo configure:4704: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4750: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_clockinfo_has_hz=yes
else
fi
echo $ac_n "checking struct clockinfo for tickadj... $ac_c" 1>&6
-echo "configure:4725: checking struct clockinfo for tickadj" 1>&5
+echo "configure:4771: checking struct clockinfo for tickadj" 1>&5
if test "${ac_cv_struct_clockinfo_has_tickadj+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4730 "configure"
+#line 4776 "configure"
#include "confdefs.h"
#include <sys/time.h>
return 0;
}
EOF
-if { (eval echo configure:4744: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4790: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_clockinfo_has_tickadj=yes
else
fi
echo $ac_n "checking for struct ntptimeval... $ac_c" 1>&6
-echo "configure:4765: checking for struct ntptimeval" 1>&5
+echo "configure:4811: checking for struct ntptimeval" 1>&5
if test "${ac_cv_struct_ntptimeval+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4770 "configure"
+#line 4816 "configure"
#include "confdefs.h"
#include <sys/time.h>
return 0;
}
EOF
-if { (eval echo configure:4783: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4829: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_ntptimeval=yes
else
fi
echo $ac_n "checking struct ntptimeval for time.tv_nsec... $ac_c" 1>&6
-echo "configure:4803: checking struct ntptimeval for time.tv_nsec" 1>&5
+echo "configure:4849: checking struct ntptimeval for time.tv_nsec" 1>&5
if test "${ac_cv_struct_ntptimeval_tv_nsec+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4808 "configure"
+#line 4854 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TIME_H
return 0;
}
EOF
-if { (eval echo configure:4835: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4881: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_ntptimeval_tv_nsec=yes
else
fi
echo $ac_n "checking for struct timespec in struct ntptimeval... $ac_c" 1>&6
-echo "configure:4856: checking for struct timespec in struct ntptimeval" 1>&5
+echo "configure:4902: checking for struct timespec in struct ntptimeval" 1>&5
if test "${ac_cv_struct_ntptimeval_timespec+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4861 "configure"
+#line 4907 "configure"
#include "confdefs.h"
#include <sys/time.h>
#include <sys/timex.h>
return 0;
}
EOF
-if { (eval echo configure:4873: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4919: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_ntptimeval_timespec=yes
else
fi
echo $ac_n "checking for inline... $ac_c" 1>&6
-echo "configure:4893: checking for inline" 1>&5
+echo "configure:4939: checking for inline" 1>&5
if test "${ac_cv_c_inline+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat >conftest.$ac_ext <<EOF
-#line 4900 "configure"
+#line 4946 "configure"
#include "confdefs.h"
int
return 0;
}
EOF
-if { (eval echo configure:4914: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4960: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_inline=$ac_kw; break
else
esac
echo $ac_n "checking whether char is unsigned... $ac_c" 1>&6
-echo "configure:4939: checking whether char is unsigned" 1>&5
+echo "configure:4985: checking whether char is unsigned" 1>&5
if test "${ac_cv_c_char_unsigned+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
if test "$GCC" = yes; then
# GCC predefines this symbol on systems where it applies.
cat >conftest.$ac_ext <<EOF
-#line 4946 "configure"
+#line 4992 "configure"
#include "confdefs.h"
#ifdef __CHAR_UNSIGNED__
yes
{ echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; }
else
cat >conftest.$ac_ext <<EOF
-#line 4968 "configure"
+#line 5014 "configure"
#include "confdefs.h"
/* volatile prevents gcc2 from optimizing the test away on sparcs. */
#if !defined(__STDC__) || __STDC__ != 1
exit(c < 0);
}
EOF
-if { (eval echo configure:4981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:5027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_c_char_unsigned=yes
else
case "$host" in
$target)
echo $ac_n "checking size of signed char... $ac_c" 1>&6
-echo "configure:5006: checking size of signed char" 1>&5
+echo "configure:5052: checking size of signed char" 1>&5
if test "${ac_cv_sizeof_signed_char+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
{ echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; }
else
cat >conftest.$ac_ext <<EOF
-#line 5014 "configure"
+#line 5060 "configure"
#include "confdefs.h"
$ac_includes_default
int
exit (0);
}
EOF
-if { (eval echo configure:5027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:5073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_signed_char=`cat conftestval`
else
*) case "$target" in
*-*-vxworks*)
echo $ac_n "checking size of signed char... $ac_c" 1>&6
-echo "configure:5050: checking size of signed char" 1>&5
+echo "configure:5096: checking size of signed char" 1>&5
if test "${ac_cv_sizeof_signed_char+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_sizeof_signed_char=1
else
cat >conftest.$ac_ext <<EOF
-#line 5058 "configure"
+#line 5104 "configure"
#include "confdefs.h"
$ac_includes_default
int
exit (0);
}
EOF
-if { (eval echo configure:5071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:5117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_signed_char=`cat conftestval`
else
case "$host" in
$target)
echo $ac_n "checking size of int... $ac_c" 1>&6
-echo "configure:5100: checking size of int" 1>&5
+echo "configure:5146: checking size of int" 1>&5
if test "${ac_cv_sizeof_int+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
{ echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; }
else
cat >conftest.$ac_ext <<EOF
-#line 5108 "configure"
+#line 5154 "configure"
#include "confdefs.h"
$ac_includes_default
int
exit (0);
}
EOF
-if { (eval echo configure:5121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:5167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_int=`cat conftestval`
else
*) case "$target" in
*-*-vxworks*)
echo $ac_n "checking size of int... $ac_c" 1>&6
-echo "configure:5144: checking size of int" 1>&5
+echo "configure:5190: checking size of int" 1>&5
if test "${ac_cv_sizeof_int+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_sizeof_int=4
else
cat >conftest.$ac_ext <<EOF
-#line 5152 "configure"
+#line 5198 "configure"
#include "confdefs.h"
$ac_includes_default
int
exit (0);
}
EOF
-if { (eval echo configure:5165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:5211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_int=`cat conftestval`
else
case "$host" in
$target)
echo $ac_n "checking size of long... $ac_c" 1>&6
-echo "configure:5194: checking size of long" 1>&5
+echo "configure:5240: checking size of long" 1>&5
if test "${ac_cv_sizeof_long+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
{ echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; }
else
cat >conftest.$ac_ext <<EOF
-#line 5202 "configure"
+#line 5248 "configure"
#include "confdefs.h"
$ac_includes_default
int
exit (0);
}
EOF
-if { (eval echo configure:5215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:5261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_long=`cat conftestval`
else
*) case "$target" in
*-*-vxworks*)
echo $ac_n "checking size of long... $ac_c" 1>&6
-echo "configure:5238: checking size of long" 1>&5
+echo "configure:5284: checking size of long" 1>&5
if test "${ac_cv_sizeof_long+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_sizeof_long=4
else
cat >conftest.$ac_ext <<EOF
-#line 5246 "configure"
+#line 5292 "configure"
#include "confdefs.h"
$ac_includes_default
int
exit (0);
}
EOF
-if { (eval echo configure:5259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:5305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_long=`cat conftestval`
else
esac
echo $ac_n "checking for s_char... $ac_c" 1>&6
-echo "configure:5286: checking for s_char" 1>&5
+echo "configure:5332: checking for s_char" 1>&5
if test "${ac_cv_type_s_char+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5291 "configure"
+#line 5337 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
EOF
-if { (eval echo configure:5305: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5351: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_type_s_char=yes
else
;;
esac
echo $ac_n "checking for uid_t in sys/types.h... $ac_c" 1>&6
-echo "configure:5355: checking for uid_t in sys/types.h" 1>&5
+echo "configure:5401: checking for uid_t in sys/types.h" 1>&5
if test "${ac_cv_type_uid_t+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5360 "configure"
+#line 5406 "configure"
#include "confdefs.h"
#include <sys/types.h>
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:5394: checking for $ac_func" 1>&5
+echo "configure:5440: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5399 "configure"
+#line 5445 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:5427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5473: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:5462: checking for $ac_func" 1>&5
+echo "configure:5508: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5467 "configure"
+#line 5513 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:5495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:5522: checking for $ac_func" 1>&5
+echo "configure:5568: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5527 "configure"
+#line 5573 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:5555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5601: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:5580: checking for $ac_func" 1>&5
+echo "configure:5626: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5585 "configure"
+#line 5631 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:5613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:5641: checking for $ac_func" 1>&5
+echo "configure:5687: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5646 "configure"
+#line 5692 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:5674: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5720: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:5701: checking for $ac_func" 1>&5
+echo "configure:5747: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5706 "configure"
+#line 5752 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:5734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:5763: checking for $ac_func" 1>&5
+echo "configure:5809: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5768 "configure"
+#line 5814 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:5796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:5823: checking for $ac_func" 1>&5
+echo "configure:5869: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5828 "configure"
+#line 5874 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:5856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:5896: checking for $ac_func" 1>&5
+echo "configure:5942: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5901 "configure"
+#line 5947 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:5929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5975: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:5954: checking for $ac_func" 1>&5
+echo "configure:6000: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5959 "configure"
+#line 6005 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:5987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:6013: checking for $ac_func" 1>&5
+echo "configure:6059: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6018 "configure"
+#line 6064 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:6046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:6073: checking for $ac_func" 1>&5
+echo "configure:6119: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6078 "configure"
+#line 6124 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:6106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:6135: checking for $ac_func" 1>&5
+echo "configure:6181: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6140 "configure"
+#line 6186 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:6168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:6195: checking for $ac_func" 1>&5
+echo "configure:6241: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6200 "configure"
+#line 6246 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:6228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:6255: checking for $ac_func" 1>&5
+echo "configure:6301: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6260 "configure"
+#line 6306 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:6288: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:6324: checking for $ac_func" 1>&5
+echo "configure:6370: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6329 "configure"
+#line 6375 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:6357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:6384: checking for $ac_func" 1>&5
+echo "configure:6430: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6389 "configure"
+#line 6435 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:6417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:6442: checking for $ac_func" 1>&5
+echo "configure:6488: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6447 "configure"
+#line 6493 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:6475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:6500: checking for $ac_func" 1>&5
+echo "configure:6546: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6505 "configure"
+#line 6551 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:6533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:6558: checking for $ac_func" 1>&5
+echo "configure:6604: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6563 "configure"
+#line 6609 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:6591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:6628: checking for $ac_func" 1>&5
+echo "configure:6674: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6633 "configure"
+#line 6679 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:6661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:6692: checking for $ac_func" 1>&5
+echo "configure:6738: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6697 "configure"
+#line 6743 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:6725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:6752: checking for $ac_func" 1>&5
+echo "configure:6798: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6757 "configure"
+#line 6803 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
return 0;
}
EOF
-if { (eval echo configure:6785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "$ac_ac_var=yes"
else
done
echo $ac_n "checking number of arguments to gettimeofday()... $ac_c" 1>&6
-echo "configure:6807: checking number of arguments to gettimeofday()" 1>&5
+echo "configure:6853: checking number of arguments to gettimeofday()" 1>&5
if test "${ac_cv_func_Xettimeofday_nargs+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6812 "configure"
+#line 6858 "configure"
#include "confdefs.h"
#include <sys/time.h>
int
return 0;
}
EOF
-if { (eval echo configure:6826: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:6872: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_func_Xettimeofday_nargs=2
else
fi
echo $ac_n "checking number of arguments taken by setpgrp()... $ac_c" 1>&6
-echo "configure:6847: checking number of arguments taken by setpgrp()" 1>&5
+echo "configure:6893: checking number of arguments taken by setpgrp()" 1>&5
if test "${ac_cv_func_setpgrp_nargs+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6852 "configure"
+#line 6898 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
return 0;
}
EOF
-if { (eval echo configure:6870: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:6916: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_func_setpgrp_nargs=2
else
CFLAGS="$CFLAGS -I$srcdir/include"
echo $ac_n "checking argument pointer type of qsort()'s compare function and base... $ac_c" 1>&6
-echo "configure:6894: checking argument pointer type of qsort()'s compare function and base" 1>&5
+echo "configure:6940: checking argument pointer type of qsort()'s compare function and base" 1>&5
if test "${ac_cv_func_qsort_argtype+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6899 "configure"
+#line 6945 "configure"
#include "confdefs.h"
#include "l_stdlib.h"
return 0;
}
EOF
-if { (eval echo configure:6926: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:6972: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_func_qsort_argtype=void
else
CFLAGS=$save_CFLAGS
echo $ac_n "checking if we need to declare 'errno'... $ac_c" 1>&6
-echo "configure:6951: checking if we need to declare 'errno'" 1>&5
+echo "configure:6997: checking if we need to declare 'errno'" 1>&5
if test "${ac_cv_decl_errno+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6956 "configure"
+#line 7002 "configure"
#include "confdefs.h"
#ifdef HAVE_ERRNO_H
#include <errno.h>
return 0;
}
EOF
-if { (eval echo configure:6969: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7015: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_decl_errno=no
else
esac
echo $ac_n "checking if we may declare 'h_errno'... $ac_c" 1>&6
-echo "configure:6989: checking if we may declare 'h_errno'" 1>&5
+echo "configure:7035: checking if we may declare 'h_errno'" 1>&5
if test "${ac_cv_decl_h_errno+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6994 "configure"
+#line 7040 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_NETINET_IN_H
return 0;
}
EOF
-if { (eval echo configure:7017: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7063: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_decl_h_errno=yes
else
esac
echo $ac_n "checking if declaring 'char *sys_errlist[]' is ok... $ac_c" 1>&6
-echo "configure:7037: checking [if declaring 'char *sys_errlist[]' is ok]" 1>&5
+echo "configure:7083: checking [if declaring 'char *sys_errlist[]' is ok]" 1>&5
if test "${ac_cv_decl_sys_errlist+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7042 "configure"
+#line 7088 "configure"
#include "confdefs.h"
#include <stdio.h>
#ifdef HAVE_ERRNO_H
return 0;
}
EOF
-if { (eval echo configure:7057: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7103: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_decl_sys_errlist=yes
else
esac
echo $ac_n "checking if declaring 'syscall()' is ok... $ac_c" 1>&6
-echo "configure:7077: checking if declaring 'syscall()' is ok" 1>&5
+echo "configure:7123: checking if declaring 'syscall()' is ok" 1>&5
if test "${ac_cv_decl_syscall+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7082 "configure"
+#line 7128 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
return 0;
}
EOF
-if { (eval echo configure:7105: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7151: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_decl_syscall=yes
else
esac
echo $ac_n "checking if we should use a streams device for ifconfig... $ac_c" 1>&6
-echo "configure:7391: checking if we should use a streams device for ifconfig" 1>&5
+echo "configure:7437: checking if we should use a streams device for ifconfig" 1>&5
if test "${ac_cv_var_use_streams_device_for_ifconfig+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
echo "$ac_t""$ac_cv_var_use_streams_device_for_ifconfig" 1>&6
echo $ac_n "checking if we need extra room for SO_RCVBUF... $ac_c" 1>&6
-echo "configure:7400: checking if we need extra room for SO_RCVBUF" 1>&5
+echo "configure:7446: checking if we need extra room for SO_RCVBUF" 1>&5
if test "${ac_cv_var_rcvbuf_slop+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if we will open the broadcast socket... $ac_c" 1>&6
-echo "configure:7421: checking if we will open the broadcast socket" 1>&5
+echo "configure:7467: checking if we will open the broadcast socket" 1>&5
if test "${ac_cv_var_open_bcast_socket+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if we want the HPUX version of FindConfig()... $ac_c" 1>&6
-echo "configure:7445: checking if we want the HPUX version of FindConfig()" 1>&5
+echo "configure:7491: checking if we want the HPUX version of FindConfig()" 1>&5
if test "${ac_cv_var_hpux_findconfig+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if process groups are set with -pid... $ac_c" 1>&6
-echo "configure:7466: checking if process groups are set with -pid" 1>&5
+echo "configure:7512: checking if process groups are set with -pid" 1>&5
if test "${ac_cv_arg_setpgrp_negpid+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if we need a ctty for F_SETOWN... $ac_c" 1>&6
-echo "configure:7501: checking if we need a ctty for F_SETOWN" 1>&5
+echo "configure:7547: checking if we need a ctty for F_SETOWN" 1>&5
if test "${ac_cv_func_ctty_for_f_setown+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ntp_warning='GRONK'
echo $ac_n "checking if we'll use clock_settime or settimeofday or stime... $ac_c" 1>&6
-echo "configure:7536: checking if we'll use clock_settime or settimeofday or stime" 1>&5
+echo "configure:7582: checking if we'll use clock_settime or settimeofday or stime" 1>&5
case "$ac_cv_func_clock_settime$ac_cv_func_settimeofday$ac_cv_func_stime" in
yes*)
ntp_warning=''
esac
echo $ac_n "checking if we have a losing syscall()... $ac_c" 1>&6
-echo "configure:7565: checking if we have a losing syscall()" 1>&5
+echo "configure:7611: checking if we have a losing syscall()" 1>&5
if test "${ac_cv_var_syscall_bug+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking for Streams/TLI... $ac_c" 1>&6
-echo "configure:7587: checking for Streams/TLI" 1>&5
+echo "configure:7633: checking for Streams/TLI" 1>&5
if test "${ac_cv_var_streams_tli+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking for SIGIO... $ac_c" 1>&6
-echo "configure:7615: checking for SIGIO" 1>&5
+echo "configure:7661: checking for SIGIO" 1>&5
if test "${ac_cv_hdr_def_sigio+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7620 "configure"
+#line 7666 "configure"
#include "confdefs.h"
#include <signal.h>
#ifdef SIGIO
echo "$ac_t""$ac_cv_hdr_def_sigio" 1>&6
echo $ac_n "checking if we want to use signalled IO... $ac_c" 1>&6
-echo "configure:7642: checking if we want to use signalled IO" 1>&5
+echo "configure:7688: checking if we want to use signalled IO" 1>&5
if test "${ac_cv_var_signalled_io+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking for SIGPOLL... $ac_c" 1>&6
-echo "configure:7692: checking for SIGPOLL" 1>&5
+echo "configure:7738: checking for SIGPOLL" 1>&5
if test "${ac_cv_hdr_def_sigpoll+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7697 "configure"
+#line 7743 "configure"
#include "confdefs.h"
#include <signal.h>
#ifdef SIGPOLL
echo "$ac_t""$ac_cv_hdr_def_sigpoll" 1>&6
echo $ac_n "checking for SIGSYS... $ac_c" 1>&6
-echo "configure:7719: checking for SIGSYS" 1>&5
+echo "configure:7765: checking for SIGSYS" 1>&5
if test "${ac_cv_hdr_def_sigsys+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7724 "configure"
+#line 7770 "configure"
#include "confdefs.h"
#include <signal.h>
#ifdef SIGSYS
echo "$ac_t""$ac_cv_hdr_def_sigsys" 1>&6
echo $ac_n "checking if we can use SIGPOLL for UDP I/O... $ac_c" 1>&6
-echo "configure:7746: checking if we can use SIGPOLL for UDP I/O" 1>&5
+echo "configure:7792: checking if we can use SIGPOLL for UDP I/O" 1>&5
if test "${ac_cv_var_use_udp_sigpoll+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if we can use SIGPOLL for TTY I/O... $ac_c" 1>&6
-echo "configure:7800: checking if we can use SIGPOLL for TTY I/O" 1>&5
+echo "configure:7846: checking if we can use SIGPOLL for TTY I/O" 1>&5
if test "${ac_cv_var_use_tty_sigpoll+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
case "$ac_cv_header_sys_sio_h" in
yes)
echo $ac_n "checking sys/sio.h for TIOCDCDTIMESTAMP... $ac_c" 1>&6
-echo "configure:7856: checking sys/sio.h for TIOCDCDTIMESTAMP" 1>&5
+echo "configure:7902: checking sys/sio.h for TIOCDCDTIMESTAMP" 1>&5
if test "${ac_cv_hdr_def_tiocdcdtimestamp+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7861 "configure"
+#line 7907 "configure"
#include "confdefs.h"
#include <sys/sio.h>
#ifdef TIOCDCDTIMESTAMP
esac
echo $ac_n "checking if nlist() values might require extra indirection... $ac_c" 1>&6
-echo "configure:7891: checking if nlist() values might require extra indirection" 1>&5
+echo "configure:7937: checking if nlist() values might require extra indirection" 1>&5
if test "${ac_cv_var_nlist_extra_indirection+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking for a minimum recommended value of tickadj... $ac_c" 1>&6
-echo "configure:7912: checking for a minimum recommended value of tickadj" 1>&5
+echo "configure:7958: checking for a minimum recommended value of tickadj" 1>&5
if test "${ac_cv_var_min_rec_tickadj+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if the TTY code permits PARENB and IGNPAR... $ac_c" 1>&6
-echo "configure:7934: checking if the TTY code permits PARENB and IGNPAR" 1>&5
+echo "configure:7980: checking if the TTY code permits PARENB and IGNPAR" 1>&5
if test "${ac_cv_var_no_parenb_ignpar+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if we're including debugging code... $ac_c" 1>&6
-echo "configure:7958: checking if we're including debugging code" 1>&5
+echo "configure:8004: checking if we're including debugging code" 1>&5
# Check whether --enable-debugging or --disable-debugging was given.
if test "${enable_debugging+set}" = set; then
enableval="$enable_debugging"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking for a the number of minutes in a DST adjustment... $ac_c" 1>&6
-echo "configure:7976: checking for a the number of minutes in a DST adjustment" 1>&5
+echo "configure:8022: checking for a the number of minutes in a DST adjustment" 1>&5
# Check whether --enable-dst_minutes or --disable-dst_minutes was given.
if test "${enable_dst_minutes+set}" = set; then
enableval="$enable_dst_minutes"
echo "$ac_t""$ans" 1>&6
echo $ac_n "checking if we have the tty_clk line discipline/streams module... $ac_c" 1>&6
-echo "configure:7992: checking if we have the tty_clk line discipline/streams module" 1>&5
+echo "configure:8038: checking if we have the tty_clk line discipline/streams module" 1>&5
if test "${ac_cv_var_tty_clk+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking for the ppsclock streams module... $ac_c" 1>&6
-echo "configure:8009: checking for the ppsclock streams module" 1>&5
+echo "configure:8055: checking for the ppsclock streams module" 1>&5
if test "${ac_cv_var_ppsclock+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking for kernel multicast support... $ac_c" 1>&6
-echo "configure:8024: checking for kernel multicast support" 1>&5
+echo "configure:8070: checking for kernel multicast support" 1>&5
if test "${ac_cv_var_mcast+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
case "$target" in
i386-sequent-sysv4) ;;
*) cat >conftest.$ac_ext <<EOF
-#line 8032 "configure"
+#line 8078 "configure"
#include "confdefs.h"
#include <netinet/in.h>
#ifdef IP_ADD_MEMBERSHIP
esac
echo $ac_n "checking availability of ntp_{adj,get}time()... $ac_c" 1>&6
-echo "configure:8058: checking [availability of ntp_{adj,get}time()]" 1>&5
+echo "configure:8104: checking [availability of ntp_{adj,get}time()]" 1>&5
if test "${ac_cv_var_ntp_syscalls+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_var_ntp_syscalls=libc
;;
*) cat >conftest.$ac_ext <<EOF
-#line 8072 "configure"
+#line 8118 "configure"
#include "confdefs.h"
#include <sys/syscall.h>
#if defined(SYS_ntp_gettime) && defined(SYS_ntp_adjtime)
esac
echo $ac_n "checking if sys/timex.h has STA_FLL... $ac_c" 1>&6
-echo "configure:8111: checking if sys/timex.h has STA_FLL" 1>&5
+echo "configure:8157: checking if sys/timex.h has STA_FLL" 1>&5
if test "${ac_cv_var_sta_fll+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8116 "configure"
+#line 8162 "configure"
#include "confdefs.h"
#include <sys/timex.h>
#ifdef STA_FLL
echo "$ac_t""$ac_cv_var_sta_fll" 1>&6
echo $ac_n "checking if we have kernel PLL support... $ac_c" 1>&6
-echo "configure:8138: checking if we have kernel PLL support" 1>&5
+echo "configure:8184: checking if we have kernel PLL support" 1>&5
if test "${ac_cv_var_kernel_pll+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if SIOCGIFCONF returns buffer size in the buffer... $ac_c" 1>&6
-echo "configure:8161: checking if SIOCGIFCONF returns buffer size in the buffer" 1>&5
+echo "configure:8207: checking if SIOCGIFCONF returns buffer size in the buffer" 1>&5
if test "${ac_cv_var_size_returned_in_buffer+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Check for ioctls TIOCGPPSEV
echo $ac_n "checking ioctl TIOCGPPSEV... $ac_c" 1>&6
-echo "configure:8189: checking ioctl TIOCGPPSEV" 1>&5
+echo "configure:8235: checking ioctl TIOCGPPSEV" 1>&5
if test "$ac_cv_header_termios_h" = "yes"; then
cat >conftest.$ac_ext <<EOF
-#line 8192 "configure"
+#line 8238 "configure"
#include "confdefs.h"
#include <termios.h>
#ifdef TIOCGPPSEV
# Check for ioctls TIOCSPPS
echo $ac_n "checking ioctl TIOCSPPS... $ac_c" 1>&6
-echo "configure:8224: checking ioctl TIOCSPPS" 1>&5
+echo "configure:8270: checking ioctl TIOCSPPS" 1>&5
if test "$ac_cv_header_termios_h" = "yes"; then
cat >conftest.$ac_ext <<EOF
-#line 8227 "configure"
+#line 8273 "configure"
#include "confdefs.h"
#include <termios.h>
#ifdef TIOCSPPS
# Check for ioctls CIOGETEV
echo $ac_n "checking ioctl CIOGETEV... $ac_c" 1>&6
-echo "configure:8259: checking ioctl CIOGETEV" 1>&5
+echo "configure:8305: checking ioctl CIOGETEV" 1>&5
if test "$ac_cv_header_sys_ppsclock_h" = "yes"; then
cat >conftest.$ac_ext <<EOF
-#line 8262 "configure"
+#line 8308 "configure"
#include "confdefs.h"
#include <sys/ppsclock.h>
#ifdef CIOGETEV
# Check for ioctls TIOCGSERIAL, TIOCSSERIAL, ASYNC_PPS_CD_POS, ASYNC_PPS_CD_NEG
echo $ac_n "checking for linux/serial.h... $ac_c" 1>&6
-echo "configure:8312: checking for linux/serial.h" 1>&5
+echo "configure:8358: checking for linux/serial.h" 1>&5
if test "${ac_cv_header_linux_serial_h+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8317 "configure"
+#line 8363 "configure"
#include "confdefs.h"
#include <linux/serial.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8323: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8369: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
echo "$ac_t""$ac_cv_header_linux_serial_h" 1>&6
echo $ac_n "checking ioctl TIOCGSERIAL... $ac_c" 1>&6
-echo "configure:8340: checking ioctl TIOCGSERIAL" 1>&5
+echo "configure:8386: checking ioctl TIOCGSERIAL" 1>&5
case "$ac_cv_header_sys_ppsclock_h$ac_cv_header_linux_serial_h" in
yesyes)
cat >conftest.$ac_ext <<EOF
-#line 8344 "configure"
+#line 8390 "configure"
#include "confdefs.h"
#include <sys/time.h>
typedef int u_int;
# Check for SHMEM_STATUS support
echo $ac_n "checking SHMEM_STATUS support... $ac_c" 1>&6
-echo "configure:8387: checking SHMEM_STATUS support" 1>&5
+echo "configure:8433: checking SHMEM_STATUS support" 1>&5
case "$ac_cv_header_sys_mman_h" in
yes) ntp_ok=yes ;;
*) ntp_ok=no ;;
# HPUX only, and by explicit request
echo $ac_n "checking Datum/Bancomm bc635/VME interface... $ac_c" 1>&6
-echo "configure:8404: checking Datum/Bancomm bc635/VME interface" 1>&5
+echo "configure:8450: checking Datum/Bancomm bc635/VME interface" 1>&5
# Check whether --enable-BANCOMM or --disable-BANCOMM was given.
if test "${enable_BANCOMM+set}" = set; then
enableval="$enable_BANCOMM"
#HPUX only, and only by explicit request
echo $ac_n "checking TrueTime GPS receiver/VME interface... $ac_c" 1>&6
-echo "configure:8428: checking TrueTime GPS receiver/VME interface" 1>&5
+echo "configure:8474: checking TrueTime GPS receiver/VME interface" 1>&5
# Check whether --enable-GPSVME or --disable-GPSVME was given.
if test "${enable_GPSVME+set}" = set; then
enableval="$enable_GPSVME"
esac
echo $ac_n "checking for PCL720 clock support... $ac_c" 1>&6
-echo "configure:8451: checking for PCL720 clock support" 1>&5
+echo "configure:8497: checking for PCL720 clock support" 1>&5
case "$ac_cv_header_machine_inline_h$ac_cv_header_sys_pcl720_h$ac_cv_header_sys_i8253_h" in
yesyesyes)
cat >>confdefs.h <<\EOF
echo "$ac_t""$ans" 1>&6
echo $ac_n "checking for SHM clock attached thru shared memory... $ac_c" 1>&6
-echo "configure:8467: checking for SHM clock attached thru shared memory" 1>&5
+echo "configure:8513: checking for SHM clock attached thru shared memory" 1>&5
# Check whether --enable-SHM or --disable-SHM was given.
if test "${enable_SHM+set}" = set; then
enableval="$enable_SHM"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking for default inclusion of all suitable non-PARSE clocks... $ac_c" 1>&6
-echo "configure:8486: checking for default inclusion of all suitable non-PARSE clocks" 1>&5
+echo "configure:8532: checking for default inclusion of all suitable non-PARSE clocks" 1>&5
# Check whether --enable-all-clocks or --disable-all-clocks was given.
if test "${enable_all_clocks+set}" = set; then
enableval="$enable_all_clocks"
echo "$ac_t""$ntp_eac" 1>&6
echo $ac_n "checking if we have support for PARSE clocks... $ac_c" 1>&6
-echo "configure:8498: checking if we have support for PARSE clocks" 1>&5
+echo "configure:8544: checking if we have support for PARSE clocks" 1>&5
case "$ac_cv_header_termio_h$ac_cv_header_termios_h" in
*yes*)
ntp_canparse=yes
echo "$ac_t""$ntp_canparse" 1>&6
echo $ac_n "checking if we have support for audio clocks... $ac_c" 1>&6
-echo "configure:8509: checking if we have support for audio clocks" 1>&5
+echo "configure:8555: checking if we have support for audio clocks" 1>&5
case "$ac_cv_header_sun_audioio_h$ac_cv_header_sys_audioio_h" in
*yes*) ntp_canaudio=yes ;;
*) ntp_canaudio=no ;;
echo "$ac_t""$ntp_canaudio" 1>&6
echo $ac_n "checking for struct audio_info.monitor_gain... $ac_c" 1>&6
-echo "configure:8517: checking for struct audio_info.monitor_gain" 1>&5
+echo "configure:8563: checking for struct audio_info.monitor_gain" 1>&5
if test "${ac_cv_member_struct_audio_info_monitor_gain+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8522 "configure"
+#line 8568 "configure"
#include "confdefs.h"
#ifdef HAVE_SUN_AUDIO_H
#include <sun/audio.h>
return 0;
}
EOF
-if { (eval echo configure:8540: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8586: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_member_struct_audio_info_monitor_gain=yes
else
fi
echo $ac_n "checking for struct audio_info.output_muted... $ac_c" 1>&6
-echo "configure:8560: checking for struct audio_info.output_muted" 1>&5
+echo "configure:8606: checking for struct audio_info.output_muted" 1>&5
if test "${ac_cv_member_struct_audio_info_output_muted+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8565 "configure"
+#line 8611 "configure"
#include "confdefs.h"
#ifdef HAVE_SUN_AUDIO_H
#include <sun/audio.h>
return 0;
}
EOF
-if { (eval echo configure:8583: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8629: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_member_struct_audio_info_output_muted=yes
else
fi
echo $ac_n "checking for struct audio_info.blocksize... $ac_c" 1>&6
-echo "configure:8603: checking for struct audio_info.blocksize" 1>&5
+echo "configure:8649: checking for struct audio_info.blocksize" 1>&5
if test "${ac_cv_member_struct_audio_info_blocksize+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8608 "configure"
+#line 8654 "configure"
#include "confdefs.h"
#ifdef HAVE_SUN_AUDIO_H
#include <sun/audio.h>
return 0;
}
EOF
-if { (eval echo configure:8626: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8672: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_member_struct_audio_info_blocksize=yes
else
fi
echo $ac_n "checking for struct audio_info.hiwat... $ac_c" 1>&6
-echo "configure:8646: checking for struct audio_info.hiwat" 1>&5
+echo "configure:8692: checking for struct audio_info.hiwat" 1>&5
if test "${ac_cv_member_struct_audio_info_hiwat+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8651 "configure"
+#line 8697 "configure"
#include "confdefs.h"
#ifdef HAVE_SUN_AUDIO_H
#include <sun/audio.h>
return 0;
}
EOF
-if { (eval echo configure:8669: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8715: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_member_struct_audio_info_hiwat=yes
else
fi
echo $ac_n "checking for struct audio_info.lowat... $ac_c" 1>&6
-echo "configure:8689: checking for struct audio_info.lowat" 1>&5
+echo "configure:8735: checking for struct audio_info.lowat" 1>&5
if test "${ac_cv_member_struct_audio_info_lowat+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8694 "configure"
+#line 8740 "configure"
#include "confdefs.h"
#ifdef HAVE_SUN_AUDIO_H
#include <sun/audio.h>
return 0;
}
EOF
-if { (eval echo configure:8712: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8758: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_member_struct_audio_info_lowat=yes
else
fi
echo $ac_n "checking for struct audio_info.mode... $ac_c" 1>&6
-echo "configure:8732: checking for struct audio_info.mode" 1>&5
+echo "configure:8778: checking for struct audio_info.mode" 1>&5
if test "${ac_cv_member_struct_audio_info_mode+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8737 "configure"
+#line 8783 "configure"
#include "confdefs.h"
#ifdef HAVE_SUN_AUDIO_H
#include <sun/audio.h>
return 0;
}
EOF
-if { (eval echo configure:8755: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8801: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_member_struct_audio_info_mode=yes
else
# Requires modem control
echo $ac_n "checking ACTS modem service... $ac_c" 1>&6
-echo "configure:8776: checking ACTS modem service" 1>&5
+echo "configure:8822: checking ACTS modem service" 1>&5
# Check whether --enable-ACTS or --disable-ACTS was given.
if test "${enable_ACTS+set}" = set; then
enableval="$enable_ACTS"
ntp_ok=$enableval
else
cat >conftest.$ac_ext <<EOF
-#line 8783 "configure"
+#line 8829 "configure"
#include "confdefs.h"
#include <termios.h>
#ifdef HAVE_SYS_IOCTL_H
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking Arbiter 1088A/B GPS receiver... $ac_c" 1>&6
-echo "configure:8816: checking Arbiter 1088A/B GPS receiver" 1>&5
+echo "configure:8862: checking Arbiter 1088A/B GPS receiver" 1>&5
# Check whether --enable-ARBITER or --disable-ARBITER was given.
if test "${enable_ARBITER+set}" = set; then
enableval="$enable_ARBITER"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking Arcron MSF receiver... $ac_c" 1>&6
-echo "configure:8835: checking Arcron MSF receiver" 1>&5
+echo "configure:8881: checking Arcron MSF receiver" 1>&5
# Check whether --enable-ARCRON_MSF or --disable-ARCRON_MSF was given.
if test "${enable_ARCRON_MSF+set}" = set; then
enableval="$enable_ARCRON_MSF"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking Austron 2200A/2201A GPS receiver... $ac_c" 1>&6
-echo "configure:8854: checking Austron 2200A/2201A GPS receiver" 1>&5
+echo "configure:8900: checking Austron 2200A/2201A GPS receiver" 1>&5
# Check whether --enable-AS2201 or --disable-AS2201 was given.
if test "${enable_AS2201+set}" = set; then
enableval="$enable_AS2201"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking PPS interface... $ac_c" 1>&6
-echo "configure:8873: checking PPS interface" 1>&5
+echo "configure:8919: checking PPS interface" 1>&5
# Check whether --enable-ATOM or --disable-ATOM was given.
if test "${enable_ATOM+set}" = set; then
enableval="$enable_ATOM"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking CHU modem/decoder... $ac_c" 1>&6
-echo "configure:8892: checking CHU modem/decoder" 1>&5
+echo "configure:8938: checking CHU modem/decoder" 1>&5
# Check whether --enable-CHU or --disable-CHU was given.
if test "${enable_CHU+set}" = set; then
enableval="$enable_CHU"
ac_refclock_chu=$ntp_ok
echo $ac_n "checking CHU audio/decoder... $ac_c" 1>&6
-echo "configure:8912: checking CHU audio/decoder" 1>&5
+echo "configure:8958: checking CHU audio/decoder" 1>&5
# Check whether --enable-AUDIO-CHU or --disable-AUDIO-CHU was given.
if test "${enable_AUDIO_CHU+set}" = set; then
enableval="$enable_AUDIO_CHU"
# Not under HP-UX
echo $ac_n "checking Datum Programmable Time System... $ac_c" 1>&6
-echo "configure:8938: checking Datum Programmable Time System" 1>&5
+echo "configure:8984: checking Datum Programmable Time System" 1>&5
# Check whether --enable-DATUM or --disable-DATUM was given.
if test "${enable_DATUM+set}" = set; then
enableval="$enable_DATUM"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking Forum Graphic GPS... $ac_c" 1>&6
-echo "configure:8963: checking Forum Graphic GPS" 1>&5
+echo "configure:9009: checking Forum Graphic GPS" 1>&5
# Check whether --enable-FG or --disable-FG was given.
if test "${enable_FG+set}" = set; then
enableval="$enable_FG"
# Requires modem control
echo $ac_n "checking Heath GC-1000 WWV/WWVH receiver... $ac_c" 1>&6
-echo "configure:8983: checking Heath GC-1000 WWV/WWVH receiver" 1>&5
+echo "configure:9029: checking Heath GC-1000 WWV/WWVH receiver" 1>&5
# Check whether --enable-HEATH or --disable-HEATH was given.
if test "${enable_HEATH+set}" = set; then
enableval="$enable_HEATH"
ntp_ok=$enableval
else
cat >conftest.$ac_ext <<EOF
-#line 8990 "configure"
+#line 9036 "configure"
#include "confdefs.h"
#include <termios.h>
#ifdef HAVE_SYS_IOCTL_H
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking HP 58503A GPS receiver... $ac_c" 1>&6
-echo "configure:9023: checking HP 58503A GPS receiver" 1>&5
+echo "configure:9069: checking HP 58503A GPS receiver" 1>&5
# Check whether --enable-HPGPS or --disable-HPGPS was given.
if test "${enable_HPGPS+set}" = set; then
enableval="$enable_HPGPS"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking Sun IRIG audio decoder... $ac_c" 1>&6
-echo "configure:9042: checking Sun IRIG audio decoder" 1>&5
+echo "configure:9088: checking Sun IRIG audio decoder" 1>&5
# Check whether --enable-IRIG or --disable-IRIG was given.
if test "${enable_IRIG+set}" = set; then
enableval="$enable_IRIG"
esac
echo $ac_n "checking Leitch CSD 5300 Master Clock System Driver... $ac_c" 1>&6
-echo "configure:9067: checking Leitch CSD 5300 Master Clock System Driver" 1>&5
+echo "configure:9113: checking Leitch CSD 5300 Master Clock System Driver" 1>&5
# Check whether --enable-LEITCH or --disable-LEITCH was given.
if test "${enable_LEITCH+set}" = set; then
enableval="$enable_LEITCH"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking local clock reference... $ac_c" 1>&6
-echo "configure:9086: checking local clock reference" 1>&5
+echo "configure:9132: checking local clock reference" 1>&5
# Check whether --enable-LOCAL-CLOCK or --disable-LOCAL-CLOCK was given.
if test "${enable_LOCAL_CLOCK+set}" = set; then
enableval="$enable_LOCAL_CLOCK"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking EES M201 MSF receiver... $ac_c" 1>&6
-echo "configure:9105: checking EES M201 MSF receiver" 1>&5
+echo "configure:9151: checking EES M201 MSF receiver" 1>&5
# Check whether --enable-MSFEES or --disable-MSFEES was given.
if test "${enable_MSFEES+set}" = set; then
enableval="$enable_MSFEES"
# Not Ultrix
echo $ac_n "checking Magnavox MX4200 GPS receiver... $ac_c" 1>&6
-echo "configure:9125: checking Magnavox MX4200 GPS receiver" 1>&5
+echo "configure:9171: checking Magnavox MX4200 GPS receiver" 1>&5
# Check whether --enable-MX4200 or --disable-MX4200 was given.
if test "${enable_MX4200+set}" = set; then
enableval="$enable_MX4200"
esac
echo $ac_n "checking NMEA GPS receiver... $ac_c" 1>&6
-echo "configure:9152: checking NMEA GPS receiver" 1>&5
+echo "configure:9198: checking NMEA GPS receiver" 1>&5
# Check whether --enable-NMEA or --disable-NMEA was given.
if test "${enable_NMEA+set}" = set; then
enableval="$enable_NMEA"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking for ONCORE Motorola VP/UT Oncore GPS... $ac_c" 1>&6
-echo "configure:9171: checking for ONCORE Motorola VP/UT Oncore GPS" 1>&5
+echo "configure:9217: checking for ONCORE Motorola VP/UT Oncore GPS" 1>&5
# Check whether --enable-ONCORE or --disable-ONCORE was given.
if test "${enable_ONCORE+set}" = set; then
enableval="$enable_ONCORE"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking for Palisade clock... $ac_c" 1>&6
-echo "configure:9193: checking for Palisade clock" 1>&5
+echo "configure:9239: checking for Palisade clock" 1>&5
# Check whether --enable-PALISADE or --disable-PALISADE was given.
if test "${enable_PALISADE+set}" = set; then
enableval="$enable_PALISADE"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking PST/Traconex 1020 WWV/WWVH receiver... $ac_c" 1>&6
-echo "configure:9218: checking PST/Traconex 1020 WWV/WWVH receiver" 1>&5
+echo "configure:9264: checking PST/Traconex 1020 WWV/WWVH receiver" 1>&5
# Check whether --enable-PST or --disable-PST was given.
if test "${enable_PST+set}" = set; then
enableval="$enable_PST"
# Not Ultrix
echo $ac_n "checking Rockwell Jupiter GPS receiver... $ac_c" 1>&6
-echo "configure:9238: checking Rockwell Jupiter GPS receiver" 1>&5
+echo "configure:9284: checking Rockwell Jupiter GPS receiver" 1>&5
# Check whether --enable-JUPITER or --disable-JUPITER was given.
if test "${enable_JUPITER+set}" = set; then
enableval="$enable_JUPITER"
# Requires modem control
echo $ac_n "checking PTB modem service... $ac_c" 1>&6
-echo "configure:9266: checking PTB modem service" 1>&5
+echo "configure:9312: checking PTB modem service" 1>&5
# Check whether --enable-PTBACTS or --disable-PTBACTS was given.
if test "${enable_PTBACTS+set}" = set; then
enableval="$enable_PTBACTS"
ntp_ok=$enableval
else
cat >conftest.$ac_ext <<EOF
-#line 9273 "configure"
+#line 9319 "configure"
#include "confdefs.h"
#include <termios.h>
#ifdef HAVE_SYS_IOCTL_H
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking KSI/Odetics TPRO/S GPS receiver/IRIG interface... $ac_c" 1>&6
-echo "configure:9306: checking KSI/Odetics TPRO/S GPS receiver/IRIG interface" 1>&5
+echo "configure:9352: checking KSI/Odetics TPRO/S GPS receiver/IRIG interface" 1>&5
# Check whether --enable-TPRO or --disable-TPRO was given.
if test "${enable_TPRO+set}" = set; then
enableval="$enable_TPRO"
esac
echo $ac_n "checking TRAK 8810 GPS receiver... $ac_c" 1>&6
-echo "configure:9334: checking TRAK 8810 GPS receiver" 1>&5
+echo "configure:9380: checking TRAK 8810 GPS receiver" 1>&5
# Check whether --enable-TRAK or --disable-TRAK was given.
if test "${enable_TRAK+set}" = set; then
enableval="$enable_TRAK"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking Chrono-log K-series WWVB receiver... $ac_c" 1>&6
-echo "configure:9353: checking Chrono-log K-series WWVB receiver" 1>&5
+echo "configure:9399: checking Chrono-log K-series WWVB receiver" 1>&5
# Check whether --enable-CHRONOLOG or --disable-CHRONOLOG was given.
if test "${enable_CHRONOLOG+set}" = set; then
enableval="$enable_CHRONOLOG"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking Dumb generic hh:mm:ss local clock... $ac_c" 1>&6
-echo "configure:9372: checking Dumb generic hh:mm:ss local clock" 1>&5
+echo "configure:9418: checking Dumb generic hh:mm:ss local clock" 1>&5
# Check whether --enable-DUMBCLOCK or --disable-DUMBCLOCK was given.
if test "${enable_DUMBCLOCK+set}" = set; then
enableval="$enable_DUMBCLOCK"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking Conrad parallel port radio clock... $ac_c" 1>&6
-echo "configure:9391: checking Conrad parallel port radio clock" 1>&5
+echo "configure:9437: checking Conrad parallel port radio clock" 1>&5
# Check whether --enable-PCF or --disable-PCF was given.
if test "${enable_PCF+set}" = set; then
enableval="$enable_PCF"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking Spectracom 8170/Netclock/2 WWVB receiver... $ac_c" 1>&6
-echo "configure:9410: checking Spectracom 8170/Netclock/2 WWVB receiver" 1>&5
+echo "configure:9456: checking Spectracom 8170/Netclock/2 WWVB receiver" 1>&5
# Check whether --enable-SPECTRACOM or --disable-SPECTRACOM was given.
if test "${enable_SPECTRACOM+set}" = set; then
enableval="$enable_SPECTRACOM"
# Not on a vax-dec-bsd
echo $ac_n "checking Kinemetrics/TrueTime receivers... $ac_c" 1>&6
-echo "configure:9430: checking Kinemetrics/TrueTime receivers" 1>&5
+echo "configure:9476: checking Kinemetrics/TrueTime receivers" 1>&5
# Check whether --enable-TRUETIME or --disable-TRUETIME was given.
if test "${enable_TRUETIME+set}" = set; then
enableval="$enable_TRUETIME"
esac
echo $ac_n "checking Ultralink M320 WWVB receiver... $ac_c" 1>&6
-echo "configure:9459: checking Ultralink M320 WWVB receiver" 1>&5
+echo "configure:9505: checking Ultralink M320 WWVB receiver" 1>&5
# Check whether --enable-ULINK or --disable-ULINK was given.
if test "${enable_ULINK+set}" = set; then
enableval="$enable_ULINK"
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking WWV receiver... $ac_c" 1>&6
-echo "configure:9478: checking WWV receiver" 1>&5
+echo "configure:9524: checking WWV receiver" 1>&5
# Check whether --enable-WWV or --disable-WWV was given.
if test "${enable_WWV+set}" = set; then
enableval="$enable_WWV"
# Requires modem control
echo $ac_n "checking USNO modem service... $ac_c" 1>&6
-echo "configure:9504: checking USNO modem service" 1>&5
+echo "configure:9550: checking USNO modem service" 1>&5
# Check whether --enable-USNO or --disable-USNO was given.
if test "${enable_USNO+set}" = set; then
enableval="$enable_USNO"
ntp_ok=$enableval
else
cat >conftest.$ac_ext <<EOF
-#line 9511 "configure"
+#line 9557 "configure"
#include "confdefs.h"
#include <termios.h>
#ifdef HAVE_SYS_IOCTL_H
echo "$ac_t""$ntp_ok" 1>&6
echo $ac_n "checking for default inclusion of all suitable PARSE clocks... $ac_c" 1>&6
-echo "configure:9544: checking for default inclusion of all suitable PARSE clocks" 1>&5
+echo "configure:9590: checking for default inclusion of all suitable PARSE clocks" 1>&5
# Check whether --enable-parse-clocks or --disable-parse-clocks was given.
if test "${enable_parse_clocks+set}" = set; then
enableval="$enable_parse_clocks"
ntp_rawdcf=no
echo $ac_n "checking Diem Computime Radio Clock... $ac_c" 1>&6
-echo "configure:9574: checking Diem Computime Radio Clock" 1>&5
+echo "configure:9620: checking Diem Computime Radio Clock" 1>&5
# Check whether --enable-COMPUTIME or --disable-COMPUTIME was given.
if test "${enable_COMPUTIME+set}" = set; then
enableval="$enable_COMPUTIME"
esac
echo $ac_n "checking ELV/DCF7000 clock... $ac_c" 1>&6
-echo "configure:9599: checking ELV/DCF7000 clock" 1>&5
+echo "configure:9645: checking ELV/DCF7000 clock" 1>&5
# Check whether --enable-DCF7000 or --disable-DCF7000 was given.
if test "${enable_DCF7000+set}" = set; then
enableval="$enable_DCF7000"
esac
echo $ac_n "checking HOPF 6021 clock... $ac_c" 1>&6
-echo "configure:9624: checking HOPF 6021 clock" 1>&5
+echo "configure:9670: checking HOPF 6021 clock" 1>&5
# Check whether --enable-HOPF6021 or --disable-HOPF6021 was given.
if test "${enable_HOPF6021+set}" = set; then
enableval="$enable_HOPF6021"
esac
echo $ac_n "checking Meinberg clocks... $ac_c" 1>&6
-echo "configure:9649: checking Meinberg clocks" 1>&5
+echo "configure:9695: checking Meinberg clocks" 1>&5
# Check whether --enable-MEINBERG or --disable-MEINBERG was given.
if test "${enable_MEINBERG+set}" = set; then
enableval="$enable_MEINBERG"
esac
echo $ac_n "checking DCF77 raw time code... $ac_c" 1>&6
-echo "configure:9674: checking DCF77 raw time code" 1>&5
+echo "configure:9720: checking DCF77 raw time code" 1>&5
# Check whether --enable-RAWDCF or --disable-RAWDCF was given.
if test "${enable_RAWDCF+set}" = set; then
enableval="$enable_RAWDCF"
case "$ntp_rawdcf" in
yes)
echo $ac_n "checking if we must enable parity for RAWDCF... $ac_c" 1>&6
-echo "configure:9703: checking if we must enable parity for RAWDCF" 1>&5
+echo "configure:9749: checking if we must enable parity for RAWDCF" 1>&5
if test "${ac_cv_var_rawdcf_parity+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking RCC 8000 clock... $ac_c" 1>&6
-echo "configure:9730: checking RCC 8000 clock" 1>&5
+echo "configure:9776: checking RCC 8000 clock" 1>&5
# Check whether --enable-RCC8000 or --disable-RCC8000 was given.
if test "${enable_RCC8000+set}" = set; then
enableval="$enable_RCC8000"
esac
echo $ac_n "checking Schmid DCF77 clock... $ac_c" 1>&6
-echo "configure:9755: checking Schmid DCF77 clock" 1>&5
+echo "configure:9801: checking Schmid DCF77 clock" 1>&5
# Check whether --enable-SCHMID or --disable-SCHMID was given.
if test "${enable_SCHMID+set}" = set; then
enableval="$enable_SCHMID"
esac
echo $ac_n "checking Trimble GPS receiver/TAIP protocol... $ac_c" 1>&6
-echo "configure:9780: checking Trimble GPS receiver/TAIP protocol" 1>&5
+echo "configure:9826: checking Trimble GPS receiver/TAIP protocol" 1>&5
# Check whether --enable-TRIMTAIP or --disable-TRIMTAIP was given.
if test "${enable_TRIMTAIP+set}" = set; then
enableval="$enable_TRIMTAIP"
esac
echo $ac_n "checking Trimble GPS receiver/TSIP protocol... $ac_c" 1>&6
-echo "configure:9805: checking Trimble GPS receiver/TSIP protocol" 1>&5
+echo "configure:9851: checking Trimble GPS receiver/TSIP protocol" 1>&5
# Check whether --enable-TRIMTSIP or --disable-TRIMTSIP was given.
if test "${enable_TRIMTSIP+set}" = set; then
enableval="$enable_TRIMTSIP"
esac
echo $ac_n "checking WHARTON 400A Series clock... $ac_c" 1>&6
-echo "configure:9830: checking WHARTON 400A Series clock" 1>&5
+echo "configure:9876: checking WHARTON 400A Series clock" 1>&5
# Check whether --enable-WHARTON or --disable-WHARTON was given.
if test "${enable_WHARTON+set}" = set; then
enableval="$enable_WHARTON"
esac
echo $ac_n "checking VARITEXT clock... $ac_c" 1>&6
-echo "configure:9855: checking VARITEXT clock" 1>&5
+echo "configure:9901: checking VARITEXT clock" 1>&5
# Check whether --enable-VARITEXT or --disable-VARITEXT was given.
if test "${enable_VARITEXT+set}" = set; then
enableval="$enable_VARITEXT"
esac
echo $ac_n "checking if we need to make and use the parse libraries... $ac_c" 1>&6
-echo "configure:9880: checking if we need to make and use the parse libraries" 1>&5
+echo "configure:9926: checking if we need to make and use the parse libraries" 1>&5
ans=no
case "$ntp_libparse" in
yes)
echo "$ac_t""$ans" 1>&6
echo $ac_n "checking for the level of crypto support... $ac_c" 1>&6
-echo "configure:9905: checking for the level of crypto support" 1>&5
+echo "configure:9951: checking for the level of crypto support" 1>&5
# Check whether --with-crypto or --without-crypto was given.
if test "${with_crypto+set}" = set; then
withval="$with_crypto"
echo "$ac_t""$ans" 1>&6
echo $ac_n "checking if we can make dcf parse utilities... $ac_c" 1>&6
-echo "configure:9949: checking if we can make dcf parse utilities" 1>&5
+echo "configure:9995: checking if we can make dcf parse utilities" 1>&5
ans=no
if test "$ntp_parseutil" = "yes"; then
case "$target" in
echo "$ac_t""$ans" 1>&6
echo $ac_n "checking if we can build kernel streams modules for parse... $ac_c" 1>&6
-echo "configure:9963: checking if we can build kernel streams modules for parse" 1>&5
+echo "configure:10009: checking if we can build kernel streams modules for parse" 1>&5
ans=no
case "$ntp_parseutil$ac_cv_header_sys_stropts_h" in
yesyes)
echo "$ac_t""$ans" 1>&6
echo $ac_n "checking if we need basic refclock support... $ac_c" 1>&6
-echo "configure:9990: checking if we need basic refclock support" 1>&5
+echo "configure:10036: checking if we need basic refclock support" 1>&5
if test "$ntp_refclock" = "yes"; then
cat >>confdefs.h <<\EOF
#define REFCLOCK 1
echo $ac_n "checking if we want HP-UX adjtimed support... $ac_c" 1>&6
-echo "configure:10002: checking if we want HP-UX adjtimed support" 1>&5
+echo "configure:10048: checking if we want HP-UX adjtimed support" 1>&5
case "$target" in
*-*-hpux[56789]*)
ans=yes
echo "$ac_t""$ans" 1>&6
echo $ac_n "checking if we can read kmem... $ac_c" 1>&6
-echo "configure:10020: checking if we can read kmem" 1>&5
+echo "configure:10066: checking if we can read kmem" 1>&5
if test "${ac_cv_var_can_kmem+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if adjtime is accurate... $ac_c" 1>&6
-echo "configure:10072: checking if adjtime is accurate" 1>&5
+echo "configure:10118: checking if adjtime is accurate" 1>&5
if test "${ac_cv_var_adjtime_is_accurate+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking the name of 'tick' in the kernel... $ac_c" 1>&6
-echo "configure:10123: checking the name of 'tick' in the kernel" 1>&5
+echo "configure:10169: checking the name of 'tick' in the kernel" 1>&5
if test "${ac_cv_var_nlist_tick+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
#
echo $ac_n "checking for the units of 'tick'... $ac_c" 1>&6
-echo "configure:10166: checking for the units of 'tick'" 1>&5
+echo "configure:10212: checking for the units of 'tick'" 1>&5
if test "${ac_cv_var_tick_nano+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
#
echo $ac_n "checking the name of 'tickadj' in the kernel... $ac_c" 1>&6
-echo "configure:10189: checking the name of 'tickadj' in the kernel" 1>&5
+echo "configure:10235: checking the name of 'tickadj' in the kernel" 1>&5
if test "${ac_cv_var_nlist_tickadj+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
#
echo $ac_n "checking for the units of 'tickadj'... $ac_c" 1>&6
-echo "configure:10241: checking for the units of 'tickadj'" 1>&5
+echo "configure:10287: checking for the units of 'tickadj'" 1>&5
if test "${ac_cv_var_tickadj_nano+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
#
echo $ac_n "checking half-heartedly for 'dosynctodr' in the kernel... $ac_c" 1>&6
-echo "configure:10264: checking half-heartedly for 'dosynctodr' in the kernel" 1>&5
+echo "configure:10310: checking half-heartedly for 'dosynctodr' in the kernel" 1>&5
if test "${ac_cv_var_nlist_dosynctodr+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
#
echo $ac_n "checking half-heartedly for 'noprintf' in the kernel... $ac_c" 1>&6
-echo "configure:10316: checking half-heartedly for 'noprintf' in the kernel" 1>&5
+echo "configure:10362: checking half-heartedly for 'noprintf' in the kernel" 1>&5
if test "${ac_cv_var_nlist_noprintf+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking for a default value for 'tick'... $ac_c" 1>&6
-echo "configure:10362: checking for a default value for 'tick'" 1>&5
+echo "configure:10408: checking for a default value for 'tick'" 1>&5
if test "${ac_cv_var_tick+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking for a default value for 'tickadj'... $ac_c" 1>&6
-echo "configure:10405: checking for a default value for 'tickadj'" 1>&5
+echo "configure:10451: checking for a default value for 'tickadj'" 1>&5
if test "${ac_cv_var_tickadj+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if we want and can make the tickadj utility... $ac_c" 1>&6
-echo "configure:10536: checking if we want and can make the tickadj utility" 1>&5
+echo "configure:10582: checking if we want and can make the tickadj utility" 1>&5
if test "${ac_cv_make_tickadj+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if we want and can make the ntptime utility... $ac_c" 1>&6
-echo "configure:10550: checking if we want and can make the ntptime utility" 1>&5
+echo "configure:10596: checking if we want and can make the ntptime utility" 1>&5
if test "${ac_cv_make_ntptime+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if we want UDP wildcard delivery... $ac_c" 1>&6
-echo "configure:10575: checking if we want UDP wildcard delivery" 1>&5
+echo "configure:10621: checking if we want UDP wildcard delivery" 1>&5
if test "${ac_cv_var_udp_wildcard_delivery+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if we should always slew the time... $ac_c" 1>&6
-echo "configure:10653: checking if we should always slew the time" 1>&5
+echo "configure:10699: checking if we should always slew the time" 1>&5
if test "${ac_cv_var_slew_always+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if we should step and slew the time... $ac_c" 1>&6
-echo "configure:10692: checking if we should step and slew the time" 1>&5
+echo "configure:10738: checking if we should step and slew the time" 1>&5
if test "${ac_cv_var_step_slew+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if ntpdate should step the time... $ac_c" 1>&6
-echo "configure:10734: checking if ntpdate should step the time" 1>&5
+echo "configure:10780: checking if ntpdate should step the time" 1>&5
if test "${ac_cv_var_ntpdate_step+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if we should sync TODR clock every hour... $ac_c" 1>&6
-echo "configure:10764: checking if we should sync TODR clock every hour" 1>&5
+echo "configure:10810: checking if we should sync TODR clock every hour" 1>&5
if test "${ac_cv_var_sync_todr+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if we should avoid kernel FLL bug... $ac_c" 1>&6
-echo "configure:10796: checking if we should avoid kernel FLL bug" 1>&5
+echo "configure:10842: checking if we should avoid kernel FLL bug" 1>&5
if test "${ac_cv_var_kernel_fll_bug+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else