diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-20 08:06:21 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-20 08:06:21 +0000 |
commit | 4644e6d0fb62412565f1b54d95a8eebf0d46b727 (patch) | |
tree | 493ea7eb22662cdb19f117405288119513932fd9 /configure | |
parent | 8d9a178a223bf4d9810dc35da271f0cab75725ec (diff) | |
download | ATCD-4644e6d0fb62412565f1b54d95a8eebf0d46b727.tar.gz |
Starting to do the "real" ACE+autoconf integration.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4585 |
1 files changed, 2887 insertions, 1698 deletions
diff --git a/configure b/configure index fb363093b32..fcbdb0cc0d3 100755 --- a/configure +++ b/configure @@ -1,43 +1,34 @@ #! /bin/sh -# From configure.in Revision 0.53 +# From configure.in Revision 0.55 +# Do all the work for Automake. This macro actually does too much -- +# some checks are only needed if your package does certain things. +# But this isn't really a big deal. +# serial 1 +# +# Check to make sure that the build environment is sane. +# +# Like AC_CONFIG_HEADER, but automatically create stamp file. - - - - - - - - - - - - - - - - - - +# Define a conditional. @@ -93,28 +84,73 @@ -# Do all the work for Automake. This macro actually does too much -- -# some checks are only needed if your package does certain things. -# But this isn't really a big deal. -# serial 1 -# -# Check to make sure that the build environment is sane. -# -# Like AC_CONFIG_HEADER, but automatically create stamp file. -# Define a conditional. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -141,6 +177,34 @@ ac_help="$ac_help ac_help="$ac_help --disable-libtool-lock force libtool not to do file locking" ac_help="$ac_help + --enable-lib-full build ALL ACE components [default=yes]" +ac_help="$ac_help + --enable-lib-os build libACE_OS library " +ac_help="$ac_help + --enable-lib-utils build libACE_Utils library " +ac_help="$ac_help + --enable-lib-logging build libACE_Logging library " +ac_help="$ac_help + --enable-lib-threads build libACE_Threads library " +ac_help="$ac_help + --enable-lib-demux build libACE_Demux library " +ac_help="$ac_help + --enable-lib-connection build libACE_Connection library " +ac_help="$ac_help + --enable-lib-sockets build libACE_Sockets library " +ac_help="$ac_help + --enable-lib-ipc build libACE_IPC library " +ac_help="$ac_help + --enable-lib-svcconf build libACE_Svcconf library " +ac_help="$ac_help + --enable-lib-streams build libACE_Streams library " +ac_help="$ac_help + --enable-lib-memory build libACE_Memory library " +ac_help="$ac_help + --enable-lib-token build libACE_Token library " +ac_help="$ac_help + --enable-lib-other build libACE_Other library " +ac_help="$ac_help --enable-debug enable debugging [default=yes]" ac_help="$ac_help --enable-exceptions enable C++ exception handling [default=yes]" @@ -742,7 +806,7 @@ ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. # 5. If nonopt is not specified, then target and build default to host. # The aliases save the names the user supplied, while $host etc. -# will get cano +# will get canonicalized. case $host---$target---$nonopt in NONE---*---* | *---NONE---* | *---*---NONE) ;; *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;; @@ -755,7 +819,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } fi echo $ac_n "checking host system type""... $ac_c" 1>&6 -echo "configure:759: checking host system type" >&5 +echo "configure:823: checking host system type" >&5 host_alias=$host case "$host_alias" in @@ -776,7 +840,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$ac_t""$host" 1>&6 echo $ac_n "checking target system type""... $ac_c" 1>&6 -echo "configure:780: checking target system type" >&5 +echo "configure:844: checking target system type" >&5 target_alias=$target case "$target_alias" in @@ -794,7 +858,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$ac_t""$target" 1>&6 echo $ac_n "checking build system type""... $ac_c" 1>&6 -echo "configure:798: checking build system type" >&5 +echo "configure:862: checking build system type" >&5 build_alias=$build case "$build_alias" in @@ -833,7 +897,7 @@ ACE_VERSION=`head -1 ${srcdir}/VERSION | sed 's/.*version \([0-9.]*\).*/\1/'` # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:837: checking for a BSD compatible install" >&5 +echo "configure:901: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -866,7 +930,7 @@ else fi if test "${ac_cv_path_install+set}" = set; then - INSTALL="$ac_cv_path_install" + INSTALL="$ac_cv_path_install" else # As a last resort, use the slow shell script. We don't cache a # path for INSTALL within a source directory, because that will @@ -886,7 +950,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 -echo "configure:890: checking whether build environment is sane" >&5 +echo "configure:954: checking whether build environment is sane" >&5 # Just in case sleep 1 echo timestamp > conftestfile @@ -943,7 +1007,7 @@ test "$program_suffix" != NONE && test "$program_transform_name" = "" && program_transform_name="s,x,x," echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 -echo "configure:947: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "configure:1011: checking whether ${MAKE-make} sets \${MAKE}" >&5 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -989,7 +1053,7 @@ EOF missing_dir=`cd $ac_aux_dir && pwd` echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 -echo "configure:993: checking for working aclocal" >&5 +echo "configure:1057: checking for working aclocal" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -1002,7 +1066,7 @@ else fi echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 -echo "configure:1006: checking for working autoconf" >&5 +echo "configure:1070: checking for working autoconf" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -1015,7 +1079,7 @@ else fi echo $ac_n "checking for working automake""... $ac_c" 1>&6 -echo "configure:1019: checking for working automake" >&5 +echo "configure:1083: checking for working automake" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -1028,7 +1092,7 @@ else fi echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 -echo "configure:1032: checking for working autoheader" >&5 +echo "configure:1096: checking for working autoheader" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -1041,7 +1105,7 @@ else fi echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 -echo "configure:1045: checking for working makeinfo" >&5 +echo "configure:1109: checking for working makeinfo" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -1063,7 +1127,7 @@ fi # Pull the hash mark out of the macro call to avoid m4 problems. ac_msg="whether #! works in shell scripts" echo $ac_n "checking $ac_msg""... $ac_c" 1>&6 -echo "configure:1067: checking $ac_msg" >&5 +echo "configure:1131: checking $ac_msg" >&5 if eval "test \"`echo '$''{'ac_cv_sys_interpreter'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1087,7 +1151,7 @@ interpval="$ac_cv_sys_interpreter" # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1091: checking for $ac_word" >&5 +echo "configure:1155: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1117,7 +1181,7 @@ if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1121: checking for $ac_word" >&5 +echo "configure:1185: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1168,7 +1232,7 @@ fi # Extract the first word of "cl", so it can be a program name with args. set dummy cl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1172: checking for $ac_word" >&5 +echo "configure:1236: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1200,7 +1264,7 @@ fi fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:1204: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:1268: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -1211,12 +1275,12 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext << EOF -#line 1215 "configure" +#line 1279 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:1220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1284: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/null; then @@ -1242,12 +1306,12 @@ if test $ac_cv_prog_cc_works = no; then { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 -echo "configure:1246: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:1310: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 -echo "configure:1251: checking whether we are using GNU C" >&5 +echo "configure:1315: checking whether we are using GNU C" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1256,7 +1320,7 @@ else yes; #endif EOF -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configu +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1324: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ac_cv_prog_gcc=yes else ac_cv_prog_gcc=no @@ -1275,7 +1339,7 @@ ac_test_CFLAGS="${CFLAGS+set}" ac_save_CFLAGS="$CFLAGS" CFLAGS= echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 -echo "configure:1279: checking whether ${CC-cc} accepts -g" >&5 +echo "configure:1343: checking whether ${CC-cc} accepts -g" >&5 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1307,7 +1371,7 @@ else fi echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:1311: checking how to run the C preprocessor" >&5 +echo "configure:1375: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= @@ -1322,13 +1386,13 @@ else # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext <<EOF -#line 1326 "configure" +#line 1390 "configure" #include "confdefs.h" #include <assert.h> Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1332: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1396: \"$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 : @@ -1339,13 +1403,13 @@ else rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext <<EOF -#line 1343 "configure" +#line 1407 "configure" #include "confdefs.h" #include <assert.h> Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1349: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1413: \"$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 : @@ -1356,13 +1420,13 @@ else rm -rf conftest* CPP="${CC-cc} -nologo -E" cat > conftest.$ac_ext <<EOF -#line 1360 "configure" +#line 1424 "configure" #include "confdefs.h" #include <assert.h> Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1366: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1430: \"$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 : @@ -1388,10 +1452,10 @@ echo "$ac_t""$CPP" 1>&6 if test "x$CC" != xcc; then echo $ac_n "checking whether $CC and cc understand -c and -o together""... $ac_c" 1>&6 -echo "configure:1392: checking whether $CC and cc understand -c and -o together" >&5 +echo "configure:1456: checking whether $CC and cc understand -c and -o together" >&5 else echo $ac_n "checking whether cc understands -c and -o together""... $ac_c" 1>&6 -echo "configure:1395: checking whether cc understands -c and -o together" >&5 +echo "configure:1459: checking whether cc understands -c and -o together" >&5 fi set dummy $CC; ac_cc="`echo $2 | sed -e 's/[^a-zA-Z0-9_]/_/g' -e 's/^[0-9]/_/'`" @@ -1403,16 +1467,16 @@ else # We do the test twice because some compilers refuse to overwrite an # existing .o file with -o, though they will create one. ac_try='${CC-cc} -c conftest.c -o conftest.o 1>&5' -if { (eval eho configure:1407: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } && - test -f conftest.o && { (eval echo configure:1408: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; +if { (eval echo configure:1471: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } && + test -f conftest.o && { (eval echo configure:1472: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; then eval ac_cv_prog_cc_${ac_cc}_c_o=yes if test "x$CC" != xcc; then # Test first that cc exists at all. - if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:1413: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then + if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:1477: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then ac_try='cc -c conftest.c -o conftest.o 1>&5' - if { (eval echo configure:1415: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } && - test -f conftest.o && { (eval echo configure:1416: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; + if { (eval echo configure:1479: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } && + test -f conftest.o && { (eval echo configure:1480: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; then # cc works too. : @@ -1444,7 +1508,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1448: checking for $ac_word" >&5 +echo "configure:1512: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1476,7 +1540,7 @@ test -n "$CXX" || CXX="gcc" echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:1480: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 +echo "configure:1544: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 ac_ext=C # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -1487,12 +1551,12 @@ cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext << EOF -#line 1491 "configure" +#line 1555 "configure" #include "confdefs.h" int main(){return(0);} EOF -if { (eval echo configure:1496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cxx_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/null; then @@ -1518,12 +1582,12 @@ if test $ac_cv_prog_cxx_works = no; then { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; } fi echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 -echo "configure:1522: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:1586: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 cross_compiling=$ac_cv_prog_cxx_cross echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 -echo "configure:1527: checking whether we are using GNU C++" >&5 +echo "configure:1591: checking whether we are using GNU C++" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1532,7 +1596,7 @@ else yes; #endif EOF -if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1536: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then +if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1600: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ac_cv_prog_gxx=yes else ac_cv_prog_gxx=no @@ -1551,7 +1615,7 @@ ac_test_CXXFLAGS="${CXXFLAGS+set}" ac_save_CXXFLAGS="$CXXFLAGS" CXXFLAGS= echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 -echo "configure:1555: checking whether ${CXX-g++} accepts -g" >&5 +echo "configure:1619: checking whether ${CXX-g++} accepts -g" >&5 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1583,7 +1647,7 @@ else fi echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 -echo "configure:1587: checking how to run the C++ preprocessor" >&5 +echo "configure:1651: checking how to run the C++ preprocessor" >&5 if test -z "$CXXCPP"; then if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1596,12 +1660,12 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross CXXCPP="${CXX-g++} -E" cat > conftest.$ac_ext <<EOF -#line 1600 "configure" +#line 1664 "configure" #include "confdefs.h" #include <stdlib.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1605: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1669: \"$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 : @@ -1656,7 +1720,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1660: checking for $ac_word" >&5 +echo "configure:1724: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1707,9 +1771,9 @@ fi echo $ac_n "checking for AIX""... $ac_c" 1>&6 -echo "configure:1711: checking for AIX" >&5 +echo "configure:1775: checking for AIX" >&5 cat > conftest.$ac_ext <<EOF -#line 1713 "configure" +#line 1777 "configure" #include "confdefs.h" #ifdef _AIX yes @@ -1731,7 +1795,7 @@ rm -f conftest* echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 -echo "configure:1735: checking for POSIXized ISC" >&5 +echo "configure:1799: checking for POSIXized ISC" >&5 if test -d /etc/conf/kconfig.d && grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 then @@ -1753,17 +1817,17 @@ fi ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6 -echo "configure:1757: checking for minix/config.h" >&5 +echo "configure:1821: checking for minix/config.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 1762 "configure" +#line 1826 "configure" #include "confdefs.h" #include <minix/config.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1767: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1831: \"$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* @@ -1801,12 +1865,12 @@ EOF fi echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 -echo "configure:1805: checking for Cygwin environment" >&5 +echo "configure:1869: checking for Cygwin environment" >&5 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 1810 "configure" +#line 1874 "configure" #include "confdefs.h" int main() { @@ -1817,7 +1881,7 @@ int main() { return __CYGWIN__; ; return 0; } EOF -if { (eval echo configure:1821: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1885: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cygwin=yes else @@ -1846,7 +1910,7 @@ cross_compiling=$ac_cv_prog_cxx_cross echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 -echo "configure:1850: checking whether ln -s works" >&5 +echo "configure:1914: checking whether ln -s works" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1873,7 +1937,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1877: checking +echo "configure:1941: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1906,7 +1970,7 @@ test -n "$LEX" || LEX=""$missing_dir/missing flex"" # Extract the first word of "flex", so it can be a program name with args. set dummy flex; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1910: checking for $ac_word" >&5 +echo "configure:1974: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1940,7 +2004,7 @@ then *) ac_lib=l ;; esac echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 -echo "configure:1944: checking for yywrap in -l$ac_lib" >&5 +echo "configure:2008: checking for yywrap in -l$ac_lib" >&5 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1948,7 +2012,7 @@ else ac_save_LIBS="$LIBS" LIBS="-l$ac_lib $LIBS" cat > conftest.$ac_ext <<EOF -#line 1952 "configure" +#line 2016 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -1962,7 +2026,7 @@ int main() { yywrap() ; return 0; } EOF -if { (eval echo configure:1966: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2030: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -1985,7 +2049,7 @@ fi fi echo $ac_n "checking lex output file root""... $ac_c" 1>&6 -echo "configure:1989: checking lex output file root" >&5 +echo "configure:2053: checking lex output file root" >&5 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2006,7 +2070,7 @@ echo "$ac_t""$ac_cv_prog_lex_root" 1>&6 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6 -echo "configure:2010: checking whether yytext is a pointer" >&5 +echo "configure:2074: checking whether yytext is a pointer" >&5 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2018,14 +2082,14 @@ echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c ac_save_LIBS="$LIBS" LIBS="$LIBS $LEXLIB" cat > conftest.$ac_ext <<EOF -#line 2022 "configure" +#line 2086 "configure" #include "confdefs.h" -`cat $LEX_OUTPUT_OOT.c` +`cat $LEX_OUTPUT_ROOT.c` int main() { ; return 0; } EOF -if { (eval echo configure:2029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_prog_lex_yytext_pointer=yes else @@ -2052,7 +2116,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2056: checking for $ac_word" >&5 +echo "configure:2120: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2086,7 +2150,7 @@ test -n "$YACC" || YACC="yacc" # Extract the first word of "gperf", so it can be a program name with args. set dummy gperf; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2090: checking for $ac_word" >&5 +echo "configure:2154: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_GPERF'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2117,7 +2181,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2121: checking for $ac_word" >&5 +echo "configure:2185: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_PROF'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2337,7 +2401,7 @@ fi # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2341: checking for $ac_word" >&5 +echo "configure:2405: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2376,7 +2440,7 @@ ac_prog=ld if test "$ac_cv_prog_gcc" = yes; then # Check if gcc -print-prog-name=ld gives a path. echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 -echo "configure:2380: checking for ld used by GCC" >&5 +echo "configure:2444: checking for ld used by GCC" >&5 ac_prog=`($CC -print-prog-name=ld) 2>&5` case "$ac_prog" in # Accept absolute paths. @@ -2430,10 +2494,10 @@ echo "configure:2380: checking for ld used by GCC" >&5 esac elif test "$with_gnu_ld" = yes; then echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 -echo "configure:2434: checking for GNU ld" >&5 +echo "configure:2498: checking for GNU ld" >&5 else echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 -echo "configure:2437: checking for non-GNU ld" >&5 +echo "configure:2501: checking for non-GNU ld" >&5 fi if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2469,7 +2533,7 @@ fi test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 -echo "configure:2473: checking if the linker ($LD) is GNU ld" >&5 +echo "configure:2537: checking if the linker ($LD) is GNU ld" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2485,7 +2549,7 @@ echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 -echo "configure:2489: checking for BSD-compatible nm" >&5 +echo "configure:2553: checking for BSD-compatible nm" >&5 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2521,9 +2585,9 @@ NM="$ac_cv_path_NM" echo "$ac_t""$NM" 1>&6 -# Check for command to grab the raw symbol name followe +# Check for command to grab the raw symbol name followed by C symbol from nm. echo $ac_n "checking command to parse $NM output""... $ac_c" 1>&6 -echo "configure:2527: checking command to parse $NM output" >&5 +echo "configure:2591: checking command to parse $NM output" >&5 if eval "test \"`echo '$''{'ac_cv_sys_global_symbol_pipe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2583,11 +2647,11 @@ void nm_test_func(){} int main(){nm_test_var='a';nm_test_func;return 0;} EOF - if { (eval echo configure:2587: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + if { (eval echo configure:2651: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then # Now try to grab the symbols. ac_nlist=conftest.nm - if { (eval echo configure:2591: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then + if { (eval echo configure:2655: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then # Try sorting and uniquifying the output. if sort "$ac_nlist" | uniq > "$ac_nlist"T; then @@ -2639,7 +2703,7 @@ EOF ac_save_CFLAGS="$CFLAGS" LIBS="conftestm.$ac_objext" CFLAGS="$CFLAGS$no_builtin_flag" - if { (eval echo configure:2643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then + if { (eval echo configure:2707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then ac_pipe_works=yes else echo "configure: failed program was:" >&5 @@ -2685,7 +2749,7 @@ fi echo "$ac_t""$ac_result" 1>&6 echo $ac_n "checking for _ prefix in compiled symbols""... $ac_c" 1>&6 -echo "configure:2689: checking for _ prefix in compiled symbols" >&5 +echo "configure:2753: checking for _ prefix in compiled symbols" >&5 if eval "test \"`echo '$''{'ac_cv_sys_symbol_underscore'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2694,10 +2758,10 @@ cat > conftest.$ac_ext <<EOF void nm_test_func(){} int main(){nm_test_func;return 0;} EOF -if { (eval echo configure:2698: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2762: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then # Now try to grab the symbols. ac_nlist=conftest.nm - if { (eval echo configure:2701: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then + if { (eval echo configure:2765: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then # See whether the symbols have a leading underscore. if egrep '^_nm_test_func' "$ac_nlist" >/dev/null; then ac_cv_sys_symbol_underscore=yes @@ -2744,8 +2808,8 @@ test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld" case "$host" in *-*-irix6*) # Find out which ABI we are using. - echo '#line 2748 "configure"' > conftest.$ac_ext - if { (eval echo configure:2749: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + echo '#line 2812 "configure"' > conftest.$ac_ext + if { (eval echo configure:2813: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then case "`/usr/bin/file conftest.o`" in *32-bit*) LD="${LD-ld} -32" @@ -2766,19 +2830,19 @@ case "$host" in SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 -echo "configure:2770: checking whether the C compiler needs -belf" >&5 +echo "configure:2834: checking whether the C compiler needs -belf" >&5 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2775 "configure" +#line 2839 "configure" #include "confdefs.h" int main() { ; return 0; } EOF -if { (eval echo configure:2782: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* lt_cv_cc_needs_belf=yes else @@ -2801,14 +2865,14 @@ echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2805: checking for $ac_word" >&5 +echo "configure:2869: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else - IFS="${IFS= }"; ac_save_ifs="$IS"; IFS=":" + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" ac_dummy="$PATH" for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. @@ -2833,7 +2897,7 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2837: checking for $ac_word" >&5 +echo "configure:2901: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2868,7 +2932,7 @@ fi # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. set dummy ${ac_tool_prefix}as; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2872: checking for $ac_word" >&5 +echo "configure:2936: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2900,7 +2964,7 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "as", so it can be a program name with args. set dummy as; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2904: checking for $ac_word" >&5 +echo "configure:2968: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2974,6 +3038,946 @@ CC="$save_CC" + + +# Check whether --enable-lib-full or --disable-lib-full was given. +if test "${enable_lib_full+set}" = set; then + enableval="$enable_lib_full" + + case "${enableval}" in + yes) + ace_user_enable_lib_full=yes + ;; + no) + ace_user_enable_lib_full=no + ;; + *) + { echo "configure: error: bad value ${enableval} for --enable-lib-full" 1>&2; exit 1; } + ;; + esac + +else + + ace_user_enable_lib_full=yes + +fi + + +# Check whether --enable-lib-os or --disable-lib-os was given. +if test "${enable_lib_os+set}" = set; then + enableval="$enable_lib_os" + + case "${enableval}" in + yes) + + ace_user_enable_lib_os=yes + + ;; + no) + ace_user_enable_lib_os=no + ;; + *) + { echo "configure: error: bad value ${enableval} for --enable-lib-os" 1>&2; exit 1; } + ;; + esac + + ace_user_enable_lib_full=no + +fi + + +# Check whether --enable-lib-utils or --disable-lib-utils was given. +if test "${enable_lib_utils+set}" = set; then + enableval="$enable_lib_utils" + + case "${enableval}" in + yes) + + ace_user_enable_lib_utils=yes + + + ace_user_enable_lib_os=yes + + + ;; + no) + ace_user_enable_lib_utils=no + ;; + *) + { echo "configure: error: bad value ${enableval} for --enable-lib-utils" 1>&2; exit 1; } + ;; + esac + + ace_user_enable_lib_full=no + +fi + + +# Check whether --enable-lib-logging or --disable-lib-logging was given. +if test "${enable_lib_logging+set}" = set; then + enableval="$enable_lib_logging" + + case "${enableval}" in + yes) + + ace_user_enable_lib_logging=yes + + + ace_user_enable_lib_os=yes + + + ;; + no) + ace_user_enable_lib_logging=no + ;; + *) + { echo "configure: error: bad value ${enableval} for --enable-lib-logging" 1>&2; exit 1; } + ;; + esac + + ace_user_enable_lib_full=no + +fi + + +# Check whether --enable-lib-threads or --disable-lib-threads was given. +if test "${enable_lib_threads+set}" = set; then + enableval="$enable_lib_threads" + + case "${enableval}" in + yes) + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + ;; + no) + ace_user_enable_lib_threads=no + ;; + *) + { echo "configure: error: bad value ${enableval} for --enable-lib-threads" 1>&2; exit 1; } + ;; + esac + + ace_user_enable_lib_full=no + +fi + + +# Check whether --enable-lib-demux or --disable-lib-demux was given. +if test "${enable_lib_demux+set}" = set; then + enableval="$enable_lib_demux" + + case "${enableval}" in + yes) + + ace_user_enable_lib_demux=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + ;; + no) + ace_user_enable_lib_demux=no + ;; + *) + { echo "configure: error: bad value ${enableval} for --enable-lib-demux" 1>&2; exit 1; } + ;; + esac + + ace_user_enable_lib_full=no + +fi + + +# Check whether --enable-lib-connection or --disable-lib-connection was given. +if test "${enable_lib_connection+set}" = set; then + enableval="$enable_lib_connection" + + case "${enableval}" in + yes) + + ace_user_enable_lib_connection=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_demux=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + + ;; + no) + ace_user_enable_lib_connection=no + ;; + *) + { echo "configure: error: bad value ${enableval} for --enable-lib-connection" 1>&2; exit 1; } + ;; + esac + + ace_user_enable_lib_full=no + +fi + + +# Check whether --enable-lib-sockets or --disable-lib-sockets was given. +if test "${enable_lib_sockets+set}" = set; then + enableval="$enable_lib_sockets" + + case "${enableval}" in + yes) + + ace_user_enable_lib_sockets=yes + + + ace_user_enable_lib_os=yes + + + ;; + no) + ace_user_enable_lib_sockets=no + ;; + *) + { echo "configure: error: bad value ${enableval} for --enable-lib-sockets" 1>&2; exit 1; } + ;; + esac + + ace_user_enable_lib_full=no + +fi + + +# Check whether --enable-lib-ipc or --disable-lib-ipc was given. +if test "${enable_lib_ipc+set}" = set; then + enableval="$enable_lib_ipc" + + case "${enableval}" in + yes) + + ace_user_enable_lib_ipc=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_sockets=yes + + + ace_user_enable_lib_os=yes + + + + ;; + no) + ace_user_enable_lib_ipc=no + ;; + *) + { echo "configure: error: bad value ${enableval} for --enable-lib-ipc" 1>&2; exit 1; } + ;; + esac + + ace_user_enable_lib_full=no + +fi + + +# Check whether --enable-lib-svcconf or --disable-lib-svcconf was given. +if test "${enable_lib_svcconf+set}" = set; then + enableval="$enable_lib_svcconf" + + case "${enableval}" in + yes) + + ace_user_enable_lib_svcconf=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_demux=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + + ace_user_enable_lib_sockets=yes + + + ace_user_enable_lib_os=yes + + + + ;; + no) + ace_user_enable_lib_svcconf=no + ;; + *) + { echo "configure: error: bad value ${enableval} for --enable-lib-svcconf" 1>&2; exit 1; } + ;; + esac + + ace_user_enable_lib_full=no + +fi + + +# Check whether --enable-lib-streams or --disable-lib-streams was given. +if test "${enable_lib_streams+set}" = set; then + enableval="$enable_lib_streams" + + case "${enableval}" in + yes) + + ace_user_enable_lib_streams=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_demux=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + + ;; + no) + ace_user_enable_lib_streams=no + ;; + *) + { echo "configure: error: bad value ${enableval} for --enable-lib-streams" 1>&2; exit 1; } + ;; + esac + + ace_user_enable_lib_full=no + +fi + + +# Check whether --enable-lib-memory or --disable-lib-memory was given. +if test "${enable_lib_memory+set}" = set; then + enableval="$enable_lib_memory" + + case "${enableval}" in + yes) + + ace_user_enable_lib_memory=yes + + + ace_user_enable_lib_os=yes + + + ;; + no) + ace_user_enable_lib_memory=no + ;; + *) + { echo "configure: error: bad value ${enableval} for --enable-lib-memory" 1>&2; exit 1; } + ;; + esac + + ace_user_enable_lib_full=no + +fi + + +# Check whether --enable-lib-token or --disable-lib-token was given. +if test "${enable_lib_token+set}" = set; then + enableval="$enable_lib_token" + + case "${enableval}" in + yes) + + ace_user_enable_lib_token=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_utils=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_logging=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_demux=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + + ace_user_enable_lib_connection=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_demux=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + + + ace_user_enable_lib_sockets=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_ipc=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_sockets=yes + + + ace_user_enable_lib_os=yes + + + + + ace_user_enable_lib_svcconf=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_demux=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + + ace_user_enable_lib_sockets=yes + + + ace_user_enable_lib_os=yes + + + + + ace_user_enable_lib_streams=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_demux=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + + + ace_user_enable_lib_memory=yes + + + ace_user_enable_lib_os=yes + + + + ;; + no) + ace_user_enable_lib_token=no + ;; + *) + { echo "configure: error: bad value ${enableval} for --enable-lib-token" 1>&2; exit 1; } + ;; + esac + + ace_user_enable_lib_full=no + +fi + + +# Check whether --enable-lib-other or --disable-lib-other was given. +if test "${enable_lib_other+set}" = set; then + enableval="$enable_lib_other" + + case "${enableval}" in + yes) + + ace_user_enable_lib_other=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_utils=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_logging=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_demux=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + + ace_user_enable_lib_connection=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_demux=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + + + ace_user_enable_lib_sockets=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_ipc=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_sockets=yes + + + ace_user_enable_lib_os=yes + + + + + ace_user_enable_lib_svcconf=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_demux=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + + ace_user_enable_lib_sockets=yes + + + ace_user_enable_lib_os=yes + + + + + ace_user_enable_lib_streams=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + ace_user_enable_lib_demux=yes + + + ace_user_enable_lib_os=yes + + + ace_user_enable_lib_threads=yes + + + ace_user_enable_lib_os=yes + + + + + + ace_user_enable_lib_memory=yes + + + ace_user_enable_lib_os=yes + + + + ;; + no) + ace_user_enable_lib_other=no + ;; + *) + { echo "configure: error: bad value ${enableval} for --enable-lib-other" 1>&2; exit 1; } + ;; + esac + + ace_user_enable_lib_full=no + +fi + + + +if test $ace_user_enable_lib_full = yes; then + ace_user_enable_lib_os=yes + ace_user_enable_lib_utils=yes + ace_user_enable_lib_logging=yes + ace_user_enable_lib_threads=yes + ace_user_enable_lib_demux=yes + ace_user_enable_lib_connection=yes + ace_user_enable_lib_sockets=yes + ace_user_enable_lib_ipc=yes + ace_user_enable_lib_svcconf=yes + ace_user_enable_lib_streams=yes + ace_user_enable_lib_memory=yes + ace_user_enable_lib_token=yes + ace_user_enable_lib_other=yes +else + + if test $ace_user_enable_lib_os = no && + test $ace_user_enable_lib_utils = no && + test $ace_user_enable_lib_logging = no && + test $ace_user_enable_lib_threads = no && + test $ace_user_enable_lib_demux = no && + test $ace_user_enable_lib_connection = no && + test $ace_user_enable_lib_sockets = no && + test $ace_user_enable_lib_ipc = no && + test $ace_user_enable_lib_svcconf = no && + test $ace_user_enable_lib_streams = no && + test $ace_user_enable_lib_memory = no && + test $ace_user_enable_lib_token = no && + test $ace_user_enable_lib_other = no; then + { echo "configure: error: no ACE components will be built. Specify which components to build" 1>&2; exit 1; } + fi + +fi + + +if test X$ace_user_enable_lib_os = Xyes; then + BUILD_OS_FILES_TRUE= + BUILD_OS_FILES_FALSE='#' +else + BUILD_OS_FILES_TRUE='#' + BUILD_OS_FILES_FALSE= +fi + + + +if test X$ace_user_enable_lib_utils = Xyes; then + BUILD_UTILS_FILES_TRUE= + BUILD_UTILS_FILES_FALSE='#' +else + BUILD_UTILS_FILES_TRUE='#' + BUILD_UTILS_FILES_FALSE= +fi + + + +if test X$ace_user_enable_lib_logging = Xyes; then + BUILD_LOGGING_FILES_TRUE= + BUILD_LOGGING_FILES_FALSE='#' +else + BUILD_LOGGING_FILES_TRUE='#' + BUILD_LOGGING_FILES_FALSE= +fi + + + +if test X$ace_user_enable_lib_threads = Xyes; then + BUILD_THREADS_FILES_TRUE= + BUILD_THREADS_FILES_FALSE='#' +else + BUILD_THREADS_FILES_TRUE='#' + BUILD_THREADS_FILES_FALSE= +fi + + + +if test X$ace_user_enable_lib_demux = Xyes; then + BUILD_DEMUX_FILES_TRUE= + BUILD_DEMUX_FILES_FALSE='#' +else + BUILD_DEMUX_FILES_TRUE='#' + BUILD_DEMUX_FILES_FALSE= +fi + + + +if test X$ace_user_enable_lib_connection = Xyes; then + BUILD_CONNECTION_FILES_TRUE= + BUILD_CONNECTION_FILES_FALSE='#' +else + BUILD_CONNECTION_FILES_TRUE='#' + BUILD_CONNECTION_FILES_FALSE= +fi + + + +if test X$ace_user_enable_lib_sockets = Xyes; then + BUILD_SOCKETS_FILES_TRUE= + BUILD_SOCKETS_FILES_FALSE='#' +else + BUILD_SOCKETS_FILES_TRUE='#' + BUILD_SOCKETS_FILES_FALSE= +fi + + + +if test X$ace_user_enable_lib_ipc = Xyes; then + BUILD_IPC_FILES_TRUE= + BUILD_IPC_FILES_FALSE='#' +else + BUILD_IPC_FILES_TRUE='#' + BUILD_IPC_FILES_FALSE= +fi + + + +if test X$ace_user_enable_lib_svcconf = Xyes; then + BUILD_SVCCONF_FILES_TRUE= + BUILD_SVCCONF_FILES_FALSE='#' +else + BUILD_SVCCONF_FILES_TRUE='#' + BUILD_SVCCONF_FILES_FALSE= +fi + + + +if test X$ace_user_enable_lib_streams = Xyes; then + BUILD_STREAMS_FILES_TRUE= + BUILD_STREAMS_FILES_FALSE='#' +else + BUILD_STREAMS_FILES_TRUE='#' + BUILD_STREAMS_FILES_FALSE= +fi + + + +if test X$ace_user_enable_lib_memory = Xyes; then + BUILD_MEMORY_FILES_TRUE= + BUILD_MEMORY_FILES_FALSE='#' +else + BUILD_MEMORY_FILES_TRUE='#' + BUILD_MEMORY_FILES_FALSE= +fi + + + +if test X$ace_user_enable_lib_token = Xyes; then + BUILD_TOKEN_FILES_TRUE= + BUILD_TOKEN_FILES_FALSE='#' +else + BUILD_TOKEN_FILES_TRUE='#' + BUILD_TOKEN_FILES_FALSE= +fi + + + +if test X$ace_user_enable_lib_other = Xyes; then + BUILD_OTHER_FILES_TRUE= + BUILD_OTHER_FILES_FALSE='#' +else + BUILD_OTHER_FILES_TRUE='#' + BUILD_OTHER_FILES_FALSE= +fi + + + +if test X$ace_user_enable_lib_full = Xyes; then + BUILD_ALL_COMPONENTS_TRUE= + BUILD_ALL_COMPONENTS_FALSE='#' +else + BUILD_ALL_COMPONENTS_TRUE='#' + BUILD_ALL_COMPONENTS_FALSE= +fi + + + # Check whether --enable-debug or --disable-debug was given. if test "${enable_debug+set}" = set; then enableval="$enable_debug" @@ -3076,7 +4080,7 @@ else cat >> confdefs.h <<\EOF #define __ACE_INLINE__ 1 EOF - + fi @@ -3128,7 +4132,7 @@ if test "${enable_malloc_stats+set}" = set; then enableval="$enable_malloc_stats" case "${enableval}" in - + yes) cat >> confdefs.h <<\EOF #define ACE_HAS_MALLOC_STATS 1 EOF @@ -3237,7 +4241,7 @@ if test "${enable_purify+set}" = set; then # Extract the first word of "purify", so it can be a program name with args. set dummy purify; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3241: checking for $ac_word" >&5 +echo "configure:4245: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_PURIFY'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3264,7 +4268,7 @@ else fi if test -n "$PURIFY"; then - PURE_CACHE_BASE_DIR=/tmp/purifycache + PURE_CACHE_BASE_DIR=/tmp/purifycache PURE_CACHE_DIR=${PURE_CACHE_BASE_DIR}-${LOGNAME}-${notdir ${CXX} } PURELINK="$PURIFY -best-effort -chain-length=20 \ -cache-dir=$PURE_CACHE_DIR \ @@ -3299,7 +4303,7 @@ if test "${enable_quantify+set}" = set; then # Extract the first word of "quantify", so it can be a program name with args. set dummy quantify; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3303: checking for $ac_word" >&5 +echo "configure:4307: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_QUANTIFY'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3534,7 +4538,7 @@ fi # Uses ac_ vars as temps to allow command line to override cache and checks. # --without-x overrides everything else, but does not touch the cache. echo $ac_n "checking for X""... $ac_c" 1>&6 -echo "configure:3538: checking for X" >&5 +echo "configure:4542: checking for X" >&5 # Check whether --with-x or --without-x was given. if test "${with_x+set}" = set; then @@ -3596,12 +4600,12 @@ if test "$ac_x_includes" = NO; then # First, try using that file with no special directory specified. cat > conftest.$ac_ext <<EOF -#line 3600 "configure" +#line 4604 "configure" #include "confdefs.h" #include <$x_direct_test_include> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3605: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4609: \"$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* @@ -3660,7 +4664,7 @@ rm -f conftest* fi # $ac_x_includes = NO if test "$ac_x_libraries" = NO; then - # Check for the l + # Check for the libraries. test -z "$x_direct_test_library" && x_direct_test_library=Xt test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc @@ -3670,14 +4674,14 @@ if test "$ac_x_libraries" = NO; then ac_save_LIBS="$LIBS" LIBS="-l$x_direct_test_library $LIBS" cat > conftest.$ac_ext <<EOF -#line 3674 "configure" +#line 4678 "configure" #include "confdefs.h" int main() { ${x_direct_test_function}() ; return 0; } EOF -if { (eval echo configure:3681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* LIBS="$ac_save_LIBS" # We can link X programs with no special library path. @@ -3789,17 +4793,17 @@ else case "`(uname -sr) 2>/dev/null`" in "SunOS 5"*) echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 -echo "configure:3793: checking whether -R must be followed by a space" >&5 +echo "configure:4797: checking whether -R must be followed by a space" >&5 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" - cat > conftest.$ac_ext <EOF -#line 3796 "configure" + cat > conftest.$ac_ext <<EOF +#line 4800 "configure" #include "confdefs.h" int main() { ; return 0; } EOF -if { (eval echo configure:3803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_R_nospace=yes else @@ -3815,14 +4819,14 @@ rm -f conftest* else LIBS="$ac_xsave_LIBS -R $x_libraries" cat > conftest.$ac_ext <<EOF -#line 3819 "configure" +#line 4823 "configure" #include "confdefs.h" int main() { ; return 0; } EOF -if { (eval echo configure:3826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_R_space=yes else @@ -3854,7 +4858,7 @@ rm -f conftest* # libraries were built with DECnet support. And karl@cs.umb.edu says # the Alpha needs dnet_stub (dnet does not exist). echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 -echo "configure:3858: checking for dnet_ntoa in -ldnet" >&5 +echo "configure:4862: checking for dnet_ntoa in -ldnet" >&5 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3862,7 +4866,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ldnet $LIBS" cat > conftest.$ac_ext <<EOF -#line 3866 "configure" +#line 4870 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -3876,7 +4880,7 @@ int main() { dnet_ntoa() ; return 0; } EOF -if { (eval echo configure:3880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3898,7 +4902,7 @@ fi if test $ac_cv_lib_dnet_dnet_ntoa = no; then echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 -echo "configure:3902: checking for dnet_ntoa in -ldnet_stub" >&5 +echo "configure:4906: checking for dnet_ntoa in -ldnet_stub" >&5 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3906,7 +4910,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ldnet_stub $LIBS" cat > conftest.$ac_ext <<EOF -#line 3910 "configure" +#line 4914 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -3920,7 +4924,7 @@ int main() { dnet_ntoa() ; return 0; } EOF -if { (eval echo configure:3924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3949,12 +4953,12 @@ fi # The nsl library prevents programs from opening the X display # on Irix 5.2, according to dickey@clark.net. echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 -echo "configure:3953: checking for gethostbyname" >&5 +echo "configure:4957: checking for gethostbyname" >&5 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 3958 "configure" +#line 4962 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostbyname(); below. */ @@ -3980,7 +4984,7 @@ gethostbyname(); ; return 0; } EOF -if { (eval echo configure:3984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_gethostbyname=yes" else @@ -4001,7 +5005,7 @@ fi if test $ac_cv_func_gethostbyname = no; then echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 -echo "configure:4005: checking for gethostbyname in -lnsl" >&5 +echo "configure:5009: checking for gethostbyname in -lnsl" >&5 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4009,7 +5013,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lnsl $LIBS" cat > conftest.$ac_ext <<EOF -#line 4013 "configure" +#line 5017 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -4023,7 +5027,7 @@ int main() { gethostbyname() ; return 0; } EOF -if { (eval echo configure:4027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4053,12 +5057,12 @@ fi # -lsocket must be given before -lnsl if both are needed. # We assume that if connect needs -lnsl, so does gethostbyname. echo $ac_n "checking for connect""... $ac_c" 1>&6 -echo "configure:4057: checking for connect" >&5 +echo "configure:5061: checking for connect" >&5 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 4062 "configure" +#line 5066 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char connect(); below. */ @@ -4084,7 +5088,7 @@ connect(); ; return 0; } EOF -if { (eval echo configure:4088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_connect=yes" else @@ -4105,7 +5109,7 @@ fi if test $ac_cv_func_connect = no; then echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 -echo "configure:4109: checking for connect in -lsocket" >&5 +echo "configure:5113: checking for connect in -lsocket" >&5 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4113,7 +5117,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lsocket $X_EXTRA_LIBS $LIBS" cat > conftest.$ac_ext <<EOF -#line 4117 "configure" +#line 5121 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -4127,7 +5131,7 @@ int main() { connect() ; return 0; } EOF -if { (eval echo configure:4131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4151,12 +5155,12 @@ fi # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. echo $ac_n "checking for remove""... $ac_c" 1>&6 -echo "configure:4155: checking for remove" >&5 +echo "configure:5159: checking for remove" >&5 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 4160 "configure" +#line 5164 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char remove(); below. */ @@ -4182,7 +5186,7 @@ remove(); ; return 0; } EOF -if { (eval echo configure:4186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_remove=yes" else @@ -4203,15 +5207,15 @@ fi if test $ac_cv_func_remove = no; then echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 -echo "configure:4207: checking for remove in -lposix" >&5 +echo "configure:5211: checking for remove in -lposix" >&5 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lposix $LIBS" -cat > conf -#line 4215 "configure" +cat > conftest.$ac_ext <<EOF +#line 5219 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -4225,7 +5229,7 @@ int main() { remove() ; return 0; } EOF -if { (eval echo configure:4229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4249,12 +5253,12 @@ fi # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. echo $ac_n "checking for shmat""... $ac_c" 1>&6 -echo "configure:4253: checking for shmat" >&5 +echo "configure:5257: checking for shmat" >&5 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 4258 "configure" +#line 5262 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shmat(); below. */ @@ -4280,7 +5284,7 @@ shmat(); ; return 0; } EOF -if { (eval echo configure:4284: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5288: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_shmat=yes" else @@ -4301,7 +5305,7 @@ fi if test $ac_cv_func_shmat = no; then echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 -echo "configure:4305: checking for shmat in -lipc" >&5 +echo "configure:5309: checking for shmat in -lipc" >&5 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4309,7 +5313,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lipc $LIBS" cat > conftest.$ac_ext <<EOF -#line 4313 "configure" +#line 5317 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -4323,7 +5327,7 @@ int main() { shmat() ; return 0; } EOF -if { (eval echo configure:4327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4354,9 +5358,9 @@ fi # we get undefined symbols. So assume we have SM if we have ICE. # These have to be linked with before -lX11, unlike the other # libraries we check for below, so use a different variable. - # --interran@uluru.Stanford.EDU,kb@cs.umb.edu. + # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 -echo "configure:4360: checking for IceConnectionNumber in -lICE" >&5 +echo "configure:5364: checking for IceConnectionNumber in -lICE" >&5 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4364,7 +5368,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lICE $X_EXTRA_LIBS $LIBS" cat > conftest.$ac_ext <<EOF -#line 4368 "configure" +#line 5372 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -4378,7 +5382,7 @@ int main() { IceConnectionNumber() ; return 0; } EOF -if { (eval echo configure:4382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4706,7 +5710,7 @@ XTREACTOR_TEST_XLIBS="" xt_reactor_go=no echo $ac_n "checking for XmCreateRowColumn in -lXm""... $ac_c" 1>&6 -echo "configure:4710: checking for XmCreateRowColumn in -lXm" >&5 +echo "configure:5714: checking for XmCreateRowColumn in -lXm" >&5 ac_lib_var=`echo Xm'_'XmCreateRowColumn | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4714,7 +5718,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lXm -lXt $LIBS" cat > conftest.$ac_ext <<EOF -#line 4718 "configure" +#line 5722 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -4728,7 +5732,7 @@ int main() { XmCreateRowColumn() ; return 0; } EOF -if { (eval echo configure:4732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4755,7 +5759,7 @@ else EOF echo $ac_n "checking for XawInitializeWidgetSet in -lXaw""... $ac_c" 1>&6 -echo "configure:4759: checking for XawInitializeWidgetSet in -lXaw" >&5 +echo "configure:5763: checking for XawInitializeWidgetSet in -lXaw" >&5 ac_lib_var=`echo Xaw'_'XawInitializeWidgetSet | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4763,7 +5767,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lXaw -lXmu $LIBS" cat > conftest.$ac_ext <<EOF -#line 4767 "configure" +#line 5771 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -4777,7 +5781,7 @@ int main() { XawInitializeWidgetSet() ; return 0; } EOF -if { (eval echo configure:4781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4826,12 +5830,12 @@ fi fi echo $ac_n "checking for dlopen""... $ac_c" 1>&6 -echo "configure:4830: checking for dlopen" >&5 +echo "configure:5834: checking for dlopen" >&5 if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 4835 "configure" +#line 5839 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen(); below. */ @@ -4857,7 +5861,7 @@ dlopen(); ; return 0; } EOF -if { (eval echo configure:4861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_dlopen=yes" else @@ -4875,7 +5879,7 @@ if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 -echo "configure:4879: checking for dlopen in -ldl" >&5 +echo "configure:5883: checking for dlopen in -ldl" >&5 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4883,21 +5887,21 @@ else ac_save_LIBS="$LIBS" LIBS="-ldl $LIBS" cat > conftest.$ac_ext <<EOF -#line 4887 "configure" +#line 5891 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 - builtin and + builtin and then its argument prototype would still apply. */ char dlopen(); int main() { dlopen() ; return 0; } EOF -if { (eval echo configure:4901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4919,7 +5923,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6 -echo "configure:4923: checking for dlopen in -lsvld" >&5 +echo "configure:5927: checking for dlopen in -lsvld" >&5 ac_lib_var=`echo svld'_'dlopen | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4927,7 +5931,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lsvld $LIBS" cat > conftest.$ac_ext <<EOF -#line 4931 "configure" +#line 5935 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -4941,7 +5945,7 @@ int main() { dlopen() ; return 0; } EOF -if { (eval echo configure:4945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4963,7 +5967,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for shl_get in -ldld""... $ac_c" 1>&6 -echo "configure:4967: checking for shl_get in -ldld" >&5 +echo "configure:5971: checking for shl_get in -ldld" >&5 ac_lib_var=`echo dld'_'shl_get | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4971,7 +5975,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ldld $LIBS" cat > conftest.$ac_ext <<EOF -#line 4975 "configure" +#line 5979 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -4985,7 +5989,7 @@ int main() { shl_get() ; return 0; } EOF -if { (eval echo configure:4989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5020,12 +6024,12 @@ fi echo $ac_n "checking for socket""... $ac_c" 1>&6 -echo "configure:5024: checking for socket" >&5 +echo "configure:6028: checking for socket" >&5 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 5029 "configure" +#line 6033 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char socket(); below. */ @@ -5042,7 +6046,7 @@ int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal nme is an alias. */ + something starting with __ and the normal name is an alias. */ #if defined (__stub_socket) || defined (__stub___socket) choke me #else @@ -5051,7 +6055,7 @@ socket(); ; return 0; } EOF -if { (eval echo configure:5055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_socket=yes" else @@ -5069,7 +6073,7 @@ if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 -echo "configure:5073: checking for socket in -lsocket" >&5 +echo "configure:6077: checking for socket in -lsocket" >&5 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5077,7 +6081,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lsocket $LIBS" cat > conftest.$ac_ext <<EOF -#line 5081 "configure" +#line 6085 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5091,7 +6095,7 @@ int main() { socket() ; return 0; } EOF -if { (eval echo configure:5095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5122,12 +6126,12 @@ fi echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 -echo "configure:5126: checking for gethostbyname" >&5 +echo "configure:6130: checking for gethostbyname" >&5 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 5131 "configure" +#line 6135 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostbyname(); below. */ @@ -5153,7 +6157,7 @@ gethostbyname(); ; return 0; } EOF -if { (eval echo configure:5157: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_gethostbyname=yes" else @@ -5171,7 +6175,7 @@ if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 -echo "configure:5175: checking for gethostbyname in -lnsl" >&5 +echo "configure:6179: checking for gethostbyname in -lnsl" >&5 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5179,7 +6183,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lnsl $LIBS" cat > conftest.$ac_ext <<EOF -#line 5183 "configure" +#line 6187 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5193,7 +6197,7 @@ int main() { gethostbyname() ; return 0; } EOF -if { (eval echo configure:5197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5224,12 +6228,12 @@ fi echo $ac_n "checking for getservbyname""... $ac_c" 1>&6 -echo "configure:5228: checking for getservbyname" >&5 +echo "configure:6232: checking for getservbyname" >&5 if eval "test \"`echo '$''{'ac_cv_func_getservbyname'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 5233 "configure" +#line 6237 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getservbyname(); below. */ @@ -5255,7 +6259,7 @@ getservbyname(); ; return 0; } EOF -if { (eval echo configure:5259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getservbyname=yes" else @@ -5273,7 +6277,7 @@ if eval "test \"`echo '$ac_cv_func_'getservbyname`\" = yes"; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for getservbyname in -lxnet""... $ac_c" 1>&6 -echo "configure:5277: checking for getservbyname in -lxnet" >&5 +echo "configure:6281: checking for getservbyname in -lxnet" >&5 ac_lib_var=`echo xnet'_'getservbyname | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5281,7 +6285,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lxnet $LIBS" cat > conftest.$ac_ext <<EOF -#line 5285 "configure" +#line 6289 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5295,7 +6299,7 @@ int main() { getservbyname() ; return 0; } EOF -if { (eval echo configure:5299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5330,12 +6334,12 @@ fi echo $ac_n "checking for compile""... $ac_c" 1>&6 -echo "configure:5334: checking for compile" >&5 +echo "configure:6338: checking for compile" >&5 if eval "test \"`echo '$''{'ac_cv_func_compile'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 5339 "configure" +#line 6343 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char compile(); below. */ @@ -5361,7 +6365,7 @@ compile(); ; return 0; } EOF -if { (eval echo configure:5365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_compile=yes" else @@ -5379,7 +6383,7 @@ if eval "test \"`echo '$ac_cv_func_'compile`\" = yes"; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for compile in -lgen""... $ac_c" 1>&6 -echo "configure:5383: checking for compile in -lgen" >&5 +echo "configure:6387: checking for compile in -lgen" >&5 ac_lib_var=`echo gen'_'compile | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5387,7 +6391,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lgen $LIBS" cat > conftest.$ac_ext <<EOF -#line 5391 "configure" +#line 6395 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5401,7 +6405,7 @@ int main() { compile() ; return 0; } EOF -if { (eval echo configure:5405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5432,12 +6436,12 @@ fi echo $ac_n "checking for exc_continue""... $ac_c" 1>&6 -echo "configure:5436: checking for exc_continue" >&5 +echo "configure:6440: checking for exc_continue" >&5 if eval "test \"`echo '$''{'ac_cv_func_exc_continue'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 5441 "configure" +#line 6445 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char exc_continue(); below. */ @@ -5463,7 +6467,7 @@ exc_continue(); ; return 0; } EOF -if { (eval echo configure:5467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_exc_continue=yes" else @@ -5481,15 +6485,15 @@ if eval "test \"`echo '$ac_cv_func_'exc_continue`\" = yes"; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for exc_continue in -lexc""... $ac_c" 1>&6 -echo "configure:5485: checking for exc_continue in -lexc" >&5 +echo "configure:6489: checking for exc_continue in -lexc" >&5 ac_lib_var=`echo exc'_'exc_continue | sed 'y%./+-%__p_%'` -if eval "te +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lexc $LIBS" cat > conftest.$ac_ext <<EOF -#line 5493 "configure" +#line 6497 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5503,7 +6507,7 @@ int main() { exc_continue() ; return 0; } EOF -if { (eval echo configure:5507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5534,12 +6538,12 @@ fi echo $ac_n "checking for ctime_r""... $ac_c" 1>&6 -echo "configure:5538: checking for ctime_r" >&5 +echo "configure:6542: checking for ctime_r" >&5 if eval "test \"`echo '$''{'ac_cv_func_ctime_r'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 5543 "configure" +#line 6547 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char ctime_r(); below. */ @@ -5565,7 +6569,7 @@ ctime_r(); ; return 0; } EOF -if { (eval echo configure:5569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_ctime_r=yes" else @@ -5583,7 +6587,7 @@ if eval "test \"`echo '$ac_cv_func_'ctime_r`\" = yes"; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for ctime_r in -lc_r""... $ac_c" 1>&6 -echo "configure:5587: checking for ctime_r in -lc_r" >&5 +echo "configure:6591: checking for ctime_r in -lc_r" >&5 ac_lib_var=`echo c_r'_'ctime_r | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5591,7 +6595,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lc_r $LIBS" cat > conftest.$ac_ext <<EOF -#line 5595 "configure" +#line 6599 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5605,7 +6609,7 @@ int main() { ctime_r() ; return 0; } EOF -if { (eval echo configure:5609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5637,12 +6641,12 @@ fi ace_has_tli_funcs=yes echo $ac_n "checking for t_accept""... $ac_c" 1>&6 -echo "configure:5641: checking or t_accept" >&5 +echo "configure:6645: checking for t_accept" >&5 if eval "test \"`echo '$''{'ac_cv_func_t_accept'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 5646 "configure" +#line 6650 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char t_accept(); below. */ @@ -5668,7 +6672,7 @@ t_accept(); ; return 0; } EOF -if { (eval echo configure:5672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_t_accept=yes" else @@ -5686,7 +6690,7 @@ if eval "test \"`echo '$ac_cv_func_'t_accept`\" = yes"; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for t_accept in -lxti""... $ac_c" 1>&6 -echo "configure:5690: checking for t_accept in -lxti" >&5 +echo "configure:6694: checking for t_accept in -lxti" >&5 ac_lib_var=`echo xti'_'t_accept | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5694,7 +6698,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lxti $LIBS" cat > conftest.$ac_ext <<EOF -#line 5698 "configure" +#line 6702 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5708,7 +6712,7 @@ int main() { t_accept() ; return 0; } EOF -if { (eval echo configure:5712: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5734,7 +6738,7 @@ EOF else echo "$ac_t""no" 1>&6 echo $ac_n "checking for t_accept in -ltli_r""... $ac_c" 1>&6 -echo "configure:5738: checking for t_accept in -ltli_r" >&5 +echo "configure:6742: checking for t_accept in -ltli_r" >&5 ac_lib_var=`echo tli_r'_'t_accept | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5742,7 +6746,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ltli_r $LIBS" cat > conftest.$ac_ext <<EOF -#line 5746 "configure" +#line 6750 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5756,7 +6760,7 @@ int main() { t_accept() ; return 0; } EOF -if { (eval echo configure:5760: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6764: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5782,7 +6786,7 @@ EOF else echo "$ac_t""no" 1>&6 echo $ac_n "checking for t_accept in -ltli""... $ac_c" 1>&6 -echo "configure:5786: checking for t_accept in -ltli" >&5 +echo "configure:6790: checking for t_accept in -ltli" >&5 ac_lib_var=`echo tli'_'t_accept | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5790,7 +6794,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ltli $LIBS" cat > conftest.$ac_ext <<EOF -#line 5794 "configure" +#line 6798 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5804,7 +6808,7 @@ int main() { t_accept() ; return 0; } EOF -if { (eval echo configure:5808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5830,7 +6834,7 @@ EOF else echo "$ac_t""no" 1>&6 echo $ac_n "checking for t_accept in -lnsl""... $ac_c" 1>&6 -echo "configure:5834: checking for t_accept in -lnsl" >&5 +echo "configure:6838: checking for t_accept in -lnsl" >&5 ac_lib_var=`echo nsl'_'t_accept | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5838,7 +6842,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lnsl $LIBS" cat > conftest.$ac_ext <<EOF -#line 5842 "configure" +#line 6846 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5852,7 +6856,7 @@ int main() { t_accept() ; 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:6860: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5889,166 +6893,12 @@ fi fi -ace_has_aio_funcs=yes -echo $ac_n "checking for aio_read""... $ac_c" 1>&6 -echo "configure:5895: checking for aio_read" >&5 -if eval "test \"`echo '$''{'ac_cv_func_aio_read'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <<EOF -#line 5900 "configure" -#include "confdefs.h" -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char aio_read(); below. */ -#include <assert.h> -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char aio_read(); - -int main() { - -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined (__stub_aio_read) || defined (__stub___aio_read) -choke me -#else -aio_read(); -#endif - -; return 0; } -EOF -if { (eval echo configure:5926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_aio_read=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_aio_read=no" -fi -rm -f conftest* -fi - -if eval "test \"`echo '$ac_cv_func_'aio_read`\" = yes"; then - echo "$ac_t""yes" 1>&6 - : -else - echo "$ac_t""no" 1>&6 - echo $ac_n "checking for aio_read in -laio""... $ac_c" 1>&6 -echo "configure:5944: checking for aio_read in -laio" >&5 -ac_lib_var=`echo aio'_'aio_read | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - ac_save_LIBS="$LIBS" -LIBS="-laio $LIBS" -cat > conftest.$ac_ext <<EOF -#line 5952 "configure" -#include "confdefs.h" -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char aio_read(); - -int main() { -aio_read() -; return 0; } -EOF -if { (eval echo configure:5966: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo aio | sed -e 's/^a-zA-Z0-9_/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <<EOF -#define $ac_tr_lib 1 -EOF - - LIBS="-laio $LIBS" - -else - echo "$ac_t""no" 1>&6 -echo $ac_n "checking for aio_read in -lposix4""... $ac_c" 1>&6 -echo "configure:5992: checking for aio_read in -lposix4" >&5 -ac_lib_var=`echo posix4'_'aio_read | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+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 6000 "configure" -#include "confdefs.h" -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char aio_read(); - -int main() { -aio_read() -; return 0; } -EOF -if { (eval echo configure:6014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo posix4 | sed -e 's/^a-zA-Z0-9_/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <<EOF -#define $ac_tr_lib 1 -EOF - - LIBS="-lposix4 $LIBS" - -else - echo "$ac_t""no" 1>&6 -ace_has_aio_funcs=no -fi - -fi - -fi - - if test "$ace_user_enable_threads" = yes; then echo $ac_n "checking if compiler may need a thread flag""... $ac_c" 1>&6 -echo "configure:6052: checking if compiler may need a thread flag" >&5 +echo "configure:6902: checking if compiler may need a thread flag" >&5 if eval "test \"`echo '$''{'ace_cv_feature_may_need_thread_flag'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6063,7 +6913,7 @@ else cat > conftest.$ac_ext <<EOF -#line 6067 "configure" +#line 6917 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" @@ -6082,7 +6932,7 @@ thr_create(); ; return 0; } EOF -if { (eval echo configure:6086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ace_cv_feature_may_need_thread_flag=no @@ -6095,14 +6945,14 @@ else cat > conftest.$ac_ext <<EOF -#line 6099 "configure" +#line 6949 "configure" #include "confdefs.h" #include <pthread.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6106: \"$ac +{ (eval echo configure:6956: \"$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* @@ -6135,7 +6985,7 @@ EOF ace_real_function="pthread_create" fi cat > conftest.$ac_ext <<EOF -#line 6139 "configure" +#line 6989 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" @@ -6154,7 +7004,7 @@ $ace_real_function(); ; return 0; } EOF -if { (eval echo configure:6158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ace_cv_feature_may_need_thread_flag=no @@ -6197,7 +7047,7 @@ fi echo $ac_n "checking if compiler can use -mt flag""... $ac_c" 1>&6 -echo "configure:6201: checking if compiler can use -mt flag" >&5 +echo "configure:7051: checking if compiler can use -mt flag" >&5 if eval "test \"`echo '$''{'ace_cv_feature_has_mt_flag'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6212,7 +7062,7 @@ else cat > conftest.$ac_ext <<EOF -#line 6216 "configure" +#line 7066 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" @@ -6231,7 +7081,7 @@ thr_create(); ; return 0; } EOF -if { (eval echo configure:6235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7085: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ace_cv_feature_has_mt_flag=yes @@ -6244,14 +7094,14 @@ else cat > conftest.$ac_ext <<EOF -#line 6248 "configure" +#line 7098 "configure" #include "confdefs.h" #include <pthread.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6255: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7105: \"$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* @@ -6284,7 +7134,7 @@ EOF ace_real_function="pthread_create" fi cat > conftest.$ac_ext <<EOF -#line 6288 "configure" +#line 7138 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" @@ -6303,7 +7153,7 @@ $ace_real_function(); ; return 0; } EOF -if { (eval echo configure:6307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7157: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ace_cv_feature_has_mt_flag=yes @@ -6354,7 +7204,7 @@ fi echo $ac_n "checking if compiler can use -pthread flag""... $ac_c" 1>&6 -echo "configure:6358: checking if compiler can use -pthread flag" >&5 +echo "configure:7208: checking if compiler can use -pthread flag" >&5 if eval "test \"`echo '$''{'ace_cv_feature_has_pthread_flag'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6369,7 +7219,7 @@ else cat > conftest.$ac_ext <<EOF -#line 6373 "configure" +#line 7223 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" @@ -6388,7 +7238,7 @@ thr_create(); ; return 0; } EOF -if { (eval echo configure:6392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ace_cv_feature_has_pthread_flag=yes @@ -6401,14 +7251,14 @@ else cat > conftest.$ac_ext <<EOF -#line 6405 "configure" +#line 7255 "configure" #include "confdefs.h" #include <pthread.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6412: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7262: \"$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* @@ -6441,7 +7291,7 @@ EOF ace_real_function="pthread_create" fi cat > conftest.$ac_ext <<EOF -#line 6445 "configure" +#line 7295 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" @@ -6460,7 +7310,7 @@ $ace_real_function(); ; return 0; } EOF -if { (eval echo configure:6464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7314: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ace_cv_feature_has_pthread_flag=yes @@ -6512,7 +7362,7 @@ fi echo $ac_n "checking if compiler can use -pthreads flag""... $ac_c" 1>&6 -echo "configure:6516: checking if compiler can use -pthreads flag" >&5 +echo "configure:7366: checking if compiler can use -pthreads flag" >&5 if eval "test \"`echo '$''{'ace_cv_feature_has_pthreads_flag'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6527,7 +7377,7 @@ else cat > conftest.$ac_ext <<EOF -#line 6531 "configure" +#line 7381 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" @@ -6546,7 +7396,7 @@ thr_create(); ; return 0; } EOF -if { (eval echo configure:6550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ace_cv_feature_has_pthreads_flag=yes @@ -6559,14 +7409,14 @@ else cat > conftest.$ac_ext <<EOF -#line 6563 "configure" +#line 7413 "configure" #include "confdefs.h" #include <pthread.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6570: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7420: \"$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* @@ -6599,7 +7449,7 @@ EOF ace_real_function="pthread_create" fi cat > conftest.$ac_ext <<EOF -#line 6603 "configure" +#line 7453 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" @@ -6618,7 +7468,7 @@ $ace_real_function(); ; return 0; } EOF -if { (eval echo configure:6622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ace_cv_feature_has_pthreads_flag=yes @@ -6670,7 +7520,7 @@ fi echo $ac_n "checking if compiler can use -mthreads flag""... $ac_c" 1>&6 -echo "configure:6674: checking if compiler can use -mthreads flag" >&5 +echo "configure:7524: checking if compiler can use -mthreads flag" >&5 if eval "test \"`echo '$''{'ace_cv_feature_has_mthreads_flag'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6685,7 +7535,7 @@ else cat > conftest.$ac_ext <<EOF -#line 6689 "configure" +#line 7539 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" @@ -6704,7 +7554,7 @@ thr_create(); ; return 0; } EOF -if { (eval echo configure:6708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ace_cv_feature_has_mthreads_flag=yes @@ -6717,14 +7567,14 @@ else cat > conftest.$ac_ext <<EOF -#line 6721 "configure" +#line 7571 "configure" #include "confdefs.h" #include <pthread.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6728: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7578: \"$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* @@ -6757,7 +7607,7 @@ EOF ace_real_function="pthread_create" fi cat > conftest.$ac_ext <<EOF -#line 6761 "configure" +#line 7611 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" @@ -6776,7 +7626,7 @@ $ace_real_function(); ; return 0; } EOF -if { (eval echo configure:6780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ace_cv_feature_has_mthreads_flag=yes @@ -6828,7 +7678,7 @@ fi echo $ac_n "checking if compiler can use -threads flag""... $ac_c" 1>&6 -echo "configure:6832: checking if compiler can use -threads flag" >&5 +echo "configure:7682: checking if compiler can use -threads flag" >&5 if eval "test \"`echo '$''{'ace_cv_feature_has_dash_threads_flag'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6843,7 +7693,7 @@ else cat > conftest.$ac_ext <<EOF -#line 6847 "configure" +#line 7697 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" @@ -6862,7 +7712,7 @@ thr_create(); ; return 0; } EOF -if { (eval echo configure:6866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ace_cv_feature_has_dash_threads_flag=yes @@ -6875,14 +7725,14 @@ else cat > conftest.$ac_ext <<EOF -#line 6879 "configure" +#line 7729 "configure" #include "confdefs.h" #include <pthread.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6886: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7736: \"$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* @@ -6913,9 +7763,9 @@ EOF fi else ace_real_function="pthread_create" - + fi cat > conftest.$ac_ext <<EOF -#line 6919 "configure" +#line 7769 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" @@ -6934,7 +7784,7 @@ $ace_real_function(); ; return 0; } EOF -if { (eval echo configure:6938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ace_cv_feature_has_dash_threads_flag=yes @@ -6990,12 +7840,12 @@ fi ace_has_sthreads=no echo $ac_n "checking for thr_create""... $ac_c" 1>&6 -echo "configure:6994: checking for thr_create" >&5 +echo "configure:7844: checking for thr_create" >&5 if eval "test \"`echo '$''{'ac_cv_func_thr_create'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 6999 "configure" +#line 7849 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char thr_create(); below. */ @@ -7021,7 +7871,7 @@ thr_create(); ; return 0; } EOF -if { (eval echo configure:7025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_thr_create=yes" else @@ -7046,7 +7896,7 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for thr_create in -lthread""... $ac_c" 1>&6 -echo "configure:7050: checking for thr_create in -lthread" >&5 +echo "configure:7900: checking for thr_create in -lthread" >&5 ac_lib_var=`echo thread'_'thr_create | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7054,7 +7904,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lthread $LIBS" cat > conftest.$ac_ext <<EOF -#line 7058 "configure" +#line 7908 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -7068,7 +7918,7 @@ int main() { thr_create() ; return 0; } EOF -if { (eval echo configure:7072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7090,7 +7940,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then #define ACE_HAS_STHREADS 1 EOF - + else echo "$ac_t""no" 1>&6 fi @@ -7102,13 +7952,13 @@ fi echo $ac_n "checking for pthreads backward compatibility macros""... $ac_c" 1>&6 -echo "configure:7106: checking for pthreads backward compatibility macros" >&5 +echo "configure:7956: checking for pthreads backward compatibility macros" >&5 if eval "test \"`echo '$''{'ace_cv_lib_pthread_compat_macros'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 7112 "configure" +#line 7962 "configure" #include "confdefs.h" #include <pthread.h> @@ -7143,14 +7993,14 @@ echo "$ac_t""$ace_cv_lib_pthread_compat_macros" 1>&6 cat > conftest.$ac_ext <<EOF -#line 7147 "configure" +#line 7997 "configure" #include "confdefs.h" #include <pthread.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7154: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8004: \"$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* @@ -7186,19 +8036,19 @@ EOF if test pthread_create != "$ace_real_function"; then echo $ac_n "checking for real pthread_create from pthread.h""... $ac_c" 1>&6 -echo "configure:7190: checking for real pthread_create from pthread.h" >&5 +echo "configure:8040: checking for real pthread_create from pthread.h" >&5 echo "$ac_t""$ace_real_function" 1>&6 fi else ace_real_function=pthread_create fi echo $ac_n "checking for $ace_real_function""... $ac_c" 1>&6 -echo "configure:7197: checking for $ace_real_function" >&5 +echo "configure:8047: checking for $ace_real_function" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ace_real_function'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 7202 "configure" +#line 8052 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ace_real_function(); below. */ @@ -7224,7 +8074,7 @@ $ace_real_function(); ; return 0; } EOF -if { (eval echo configure:7228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ace_real_function=yes" else @@ -7247,7 +8097,7 @@ EOF else echo "$ac_t""no" 1>&6 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 -echo "configure:7251: checking for pthread_create in -lpthread" >&5 +echo "configure:8101: checking for pthread_create in -lpthread" >&5 ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7255,7 +8105,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lpthread $LIBS" cat > conftest.$ac_ext <<EOF -#line 7259 "configure" +#line 8109 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -7269,7 +8119,7 @@ int main() { pthread_create() ; return 0; } EOF -if { (eval echo configure:7273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7303,14 +8153,14 @@ fi cat > conftest.$ac_ext <<EOF -#line 7307 "configure" +#line 8157 "configure" #include "confdefs.h" #include <pthread.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7314: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8164: \"$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* @@ -7346,14 +8196,14 @@ EOF if test pthread_create != "$ace_real_function"; then echo $ac_n "checking for real pthread_create from pthread.h""... $ac_c" 1>&6 -echo "configure:7350: checking for real pthread_create from pthread.h" >&5 +echo "configure:8200: checking for real pthread_create from pthread.h" >&5 echo "$ac_t""$ace_real_function" 1>&6 fi else ace_real_function=pthread_create fi echo $ac_n "checking for $ace_real_function in -lpthread""... $ac_c" 1>&6 -echo "configure:7357: checking for $ace_real_function in -lpthread" >&5 +echo "configure:8207: checking for $ace_real_function in -lpthread" >&5 ac_lib_var=`echo pthread'_'$ace_real_function | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7361,7 +8211,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lpthread $LIBS" cat > conftest.$ac_ext <<EOF -#line 7365 "configure" +#line 8215 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -7375,7 +8225,7 @@ int main() { $ace_real_function() ; return 0; } EOF -if { (eval echo configure:7379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7405,7 +8255,7 @@ fi fi if test "$ace_has_pthreads" = no; then echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6 -echo "configure:7409: checking for pthread_create in -lpthreads" >&5 +echo "configure:8259: checking for pthread_create in -lpthreads" >&5 ac_lib_var=`echo pthreads'_'pthread_create | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7413,7 +8263,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lpthreads $LIBS" cat > conftest.$ac_ext <<EOF -#line 7417 "configure" +#line 8267 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -7427,7 +8277,7 @@ int main() { pthread_create() ; return 0; } EOF -if { (eval echo configure:7431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7457,7 +8307,7 @@ fi fi if test "$ace_has_pthreads" = no; then echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 -echo "configure:7461: checking for pthread_create in -lc_r" >&5 +echo "configure:8311: checking for pthread_create in -lc_r" >&5 ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7465,7 +8315,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lc_r $LIBS" cat > conftest.$ac_ext <<EOF -#line 7469 "configure" +#line 8319 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -7479,7 +8329,7 @@ int main() { pthread_create() ; return 0; } EOF -if { (eval echo configure:7483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7509,7 +8359,7 @@ fi fi if test "$ace_has_pthreads" = no; then echo $ac_n "checking for pthread_create in -lgthreads""... $ac_c" 1>&6 -echo "configure:7513: checking for pthread_create in -lgthreads" >&5 +echo "configure:8363: checking for pthread_create in -lgthreads" >&5 ac_lib_var=`echo gthreads'_'pthread_create | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7517,7 +8367,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lgthreads $LIBS" cat > conftest.$ac_ext <<EOF -#line 7521 "configure" +#line 8371 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -7531,12 +8381,12 @@ int main() { pthread_create() ; return 0; } EOF -if { (eval echo configure:7535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else echo "configure: failed program was:" >&5 - cat confte + cat conftest.$ac_ext >&5 rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=no" fi @@ -7570,13 +8420,217 @@ fi fi +ace_has_aio_funcs=yes +echo $ac_n "checking for aio_read""... $ac_c" 1>&6 +echo "configure:8426: checking for aio_read" >&5 +if eval "test \"`echo '$''{'ac_cv_func_aio_read'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + cat > conftest.$ac_ext <<EOF +#line 8431 "configure" +#include "confdefs.h" +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char aio_read(); below. */ +#include <assert.h> +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char aio_read(); + +int main() { + +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined (__stub_aio_read) || defined (__stub___aio_read) +choke me +#else +aio_read(); +#endif + +; return 0; } +EOF +if { (eval echo configure:8457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_aio_read=yes" +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + eval "ac_cv_func_aio_read=no" +fi +rm -f conftest* +fi + +if eval "test \"`echo '$ac_cv_func_'aio_read`\" = yes"; then + echo "$ac_t""yes" 1>&6 + : +else + echo "$ac_t""no" 1>&6 + echo $ac_n "checking for aio_read in -laio""... $ac_c" 1>&6 +echo "configure:8475: checking for aio_read in -laio" >&5 +ac_lib_var=`echo aio'_'aio_read | sed 'y%./+-%__p_%'` +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + ac_save_LIBS="$LIBS" +LIBS="-laio $LIBS" +cat > conftest.$ac_ext <<EOF +#line 8483 "configure" +#include "confdefs.h" +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char aio_read(); + +int main() { +aio_read() +; return 0; } +EOF +if { (eval echo configure:8497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=no" +fi +rm -f conftest* +LIBS="$ac_save_LIBS" + +fi +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 + ac_tr_lib=HAVE_LIB`echo aio | sed -e 's/^a-zA-Z0-9_/_/g' \ + -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` + cat >> confdefs.h <<EOF +#define $ac_tr_lib 1 +EOF + + LIBS="-laio $LIBS" + +else + echo "$ac_t""no" 1>&6 +echo $ac_n "checking for aio_read in -lposix4""... $ac_c" 1>&6 +echo "configure:8523: checking for aio_read in -lposix4" >&5 +ac_lib_var=`echo posix4'_'aio_read | sed 'y%./+-%__p_%'` +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+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 8531 "configure" +#include "confdefs.h" +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char aio_read(); + +int main() { +aio_read() +; return 0; } +EOF +if { (eval echo configure:8545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=no" +fi +rm -f conftest* +LIBS="$ac_save_LIBS" + +fi +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 + ac_tr_lib=HAVE_LIB`echo posix4 | sed -e 's/^a-zA-Z0-9_/_/g' \ + -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` + cat >> confdefs.h <<EOF +#define $ac_tr_lib 1 +EOF + + LIBS="-lposix4 $LIBS" + +else + echo "$ac_t""no" 1>&6 +echo $ac_n "checking for aio_read in -lrt""... $ac_c" 1>&6 +echo "configure:8571: checking for aio_read in -lrt" >&5 +ac_lib_var=`echo rt'_'aio_read | sed 'y%./+-%__p_%'` +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+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 8579 "configure" +#include "confdefs.h" +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char aio_read(); + +int main() { +aio_read() +; return 0; } +EOF +if { (eval echo configure:8593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=no" +fi +rm -f conftest* +LIBS="$ac_save_LIBS" + +fi +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 + ac_tr_lib=HAVE_LIB`echo rt | sed -e 's/^a-zA-Z0-9_/_/g' \ + -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` + cat >> confdefs.h <<EOF +#define $ac_tr_lib 1 +EOF + + LIBS="-lrt $LIBS" + +else + echo "$ac_t""no" 1>&6 +ace_has_aio_funcs=no +fi + +fi + +fi + +fi + + echo $ac_n "checking for sched_yield""... $ac_c" 1>&6 -echo "configure:7575: checking for sched_yield" >&5 +echo "configure:8629: checking for sched_yield" >&5 if eval "test \"`echo '$''{'ac_cv_func_sched_yield'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 7580 "configure" +#line 8634 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sched_yield(); below. */ @@ -7602,7 +8656,7 @@ sched_yield(); ; return 0; } EOF -if { (eval echo configure:7606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_sched_yield=yes" else @@ -7620,7 +8674,7 @@ if eval "test \"`echo '$ac_cv_func_'sched_yield`\" = yes"; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6 -echo "configure:7624: checking for sched_yield in -lposix4" >&5 +echo "configure:8678: checking for sched_yield in -lposix4" >&5 ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7628,7 +8682,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lposix4 $LIBS" cat > conftest.$ac_ext <<EOF -#line 7632 "configure" +#line 8686 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -7642,7 +8696,7 @@ int main() { sched_yield() ; return 0; } EOF -if { (eval echo configure:7646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7672,12 +8726,12 @@ for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 -echo "configure:7676: checking for $ac_hdr that defines DIR" >&5 +echo "configure:8730: checking for $ac_hdr that defines DIR" >&5 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 7681 "configure" +#line 8735 "configure" #include "confdefs.h" #include <sys/types.h> #include <$ac_hdr> @@ -7685,13 +8739,13 @@ int main() { DIR *dirp = 0; ; return 0; } EOF -if { (eval echo configure:7689: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8743: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* eval "ac_cv_header_dirent_$ac_safe=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 - rm -r conftest* + rm -rf conftest* eval "ac_cv_header_dirent_$ac_safe=no" fi rm -f conftest* @@ -7710,7 +8764,7 @@ done # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. if test $ac_header_dirent = dirent.h; then echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 -echo "configure:7714: checking for opendir in -ldir" >&5 +echo "configure:8768: checking for opendir in -ldir" >&5 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7718,7 +8772,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ldir $LIBS" cat > conftest.$ac_ext <<EOF -#line 7722 "configure" +#line 8776 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -7732,7 +8786,7 @@ int main() { opendir() ; return 0; } EOF -if { (eval echo configure:7736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7754,7 +8808,7 @@ fi else echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 -echo "configure:7758: checking for opendir in -lx" >&5 +echo "configure:8812: checking for opendir in -lx" >&5 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7762,7 +8816,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lx $LIBS" cat > conftest.$ac_ext <<EOF -#line 7766 "configure" +#line 8820 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -7776,7 +8830,7 @@ int main() { opendir() ; return 0; } EOF -if { (eval echo configure:7780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7810,12 +8864,12 @@ EOF fi echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 -echo "configure:7814: checking for sys/wait.h that is POSIX.1 compatible" >&5 +echo "configure:8868: checking for sys/wait.h that is POSIX.1 compatible" >&5 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 7819 "configure" +#line 8873 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/wait.h> @@ -7831,7 +8885,7 @@ wait (&s); s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; ; return 0; } EOF -if { (eval echo configure:7835: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8889: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_header_sys_wait_h=yes else @@ -7855,17 +8909,17 @@ fi if test "$am_cv_cygwin32" = yes; then ac_safe=`echo "cygwin32/socket.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for cygwin32/socket.h""... $ac_c" 1>&6 -echo "configure:7859: checking for cygwin32/socket.h" >&5 +echo "configure:8913: checking for cygwin32/socket.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 7864 "configure" +#line 8918 "configure" #include "confdefs.h" #include <cygwin32/socket.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7869: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8923: \"$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* @@ -7893,17 +8947,17 @@ fi ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6 -echo "configure:7897: checking for dlfcn.h" >&5 +echo "configure:8951: checking for dlfcn.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 7902 "configure" +#line 8956 "configure" #include "confdefs.h" #include <dlfcn.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7907: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8961: \"$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* @@ -7934,17 +8988,17 @@ fi ac_safe=`echo "malloc.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for malloc.h""... $ac_c" 1>&6 -echo "configure:7938: checking for malloc.h" >&5 +echo "configure:8992: checking for malloc.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 7943 "configure" +#line 8997 "configure" #include "confdefs.h" #include <malloc.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7948: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9002: \"$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* @@ -7972,17 +9026,17 @@ fi ac_safe=`echo "memory.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for memory.h""... $ac_c" 1>&6 -echo "configure:7976: checking for memory.h" >&5 +echo "configure:9030: checking for memory.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 7981 "configure" +#line 9035 "configure" #include "confdefs.h" #include <memory.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7986: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9040: \"$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* @@ -8010,17 +9064,17 @@ fi ac_safe=`echo "bytesex.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for bytesex.h""... $ac_c" 1>&6 -echo "configure:8014: checking for bytesex.h" >&5 +echo "configure:9068: checking for bytesex.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8019 "configure" +#line 9073 "configure" #include "confdefs.h" #include <bytesex.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8024: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9078: \"$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* @@ -8048,17 +9102,17 @@ fi ac_safe=`echo "sys/msg.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/msg.h""... $ac_c" 1>&6 -echo "configure:8052: checking for sys/msg.h" >&5 +echo "configure:9106: checking for sys/msg.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8057 "configure" +#line 9111 "configure" #include "confdefs.h" #include <sys/msg.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8062: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9116: \"$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* @@ -8077,13 +9131,13 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo $ac_n "checking if _KERNEL is needed for msg prototypes""... $ac_c" 1>&6 -echo "configure:8081: checking if _KERNEL is needed for msg prototypes" >&5 +echo "configure:9135: checking if _KERNEL is needed for msg prototypes" >&5 if eval "test \"`echo '$''{'ace_cv_lib_broken_msg_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8087 "configure" +#line 9141 "configure" #include "confdefs.h" #include <sys/msg.h> @@ -8094,7 +9148,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:8098: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:9152: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_broken_msg_h=no @@ -8105,7 +9159,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 8109 "configure" +#line 9163 "configure" #include "confdefs.h" #ifndef _KERNEL @@ -8119,7 +9173,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:8123: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:9177: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_broken_msg_h=yes @@ -8164,17 +9218,17 @@ fi ac_safe=`echo "sys/param.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/param.h""... $ac_c" 1>&6 -echo "configure:8168: checking for sys/param.h" >&5 +echo "configure:9222: checking for sys/param.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8173 "confi +#line 9227 "configure" #include "confdefs.h" #include <sys/param.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8178: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9232: \"$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* @@ -8202,17 +9256,17 @@ fi ac_safe=`echo "sys/priocntl.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/priocntl.h""... $ac_c" 1>&6 -echo "configure:8206: checking for sys/priocntl.h" >&5 +echo "configure:9260: checking for sys/priocntl.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8211 "configure" +#line 9265 "configure" #include "confdefs.h" #include <sys/priocntl.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8216: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9270: \"$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* @@ -8236,17 +9290,17 @@ fi ac_safe=`echo "sys/procfs.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/procfs.h""... $ac_c" 1>&6 -echo "configure:8240: checking for sys/procfs.h" >&5 +echo "configure:9294: checking for sys/procfs.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8245 "configure" +#line 9299 "configure" #include "confdefs.h" #include <sys/procfs.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8250: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9304: \"$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* @@ -8273,17 +9327,17 @@ fi ac_safe=`echo "sys/select.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/select.h""... $ac_c" 1>&6 -echo "configure:8277: checking for sys/select.h" >&5 +echo "configure:9331: checking for sys/select.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8282 "configure" +#line 9336 "configure" #include "confdefs.h" #include <sys/select.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8287: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9341: \"$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* @@ -8310,17 +9364,17 @@ fi ac_safe=`echo "netinet/tcp.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for netinet/tcp.h""... $ac_c" 1>&6 -echo "configure:8314: checking for netinet/tcp.h" >&5 +echo "configure:9368: checking for netinet/tcp.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8319 "configure" +#line 9373 "configure" #include "confdefs.h" #include <netinet/tcp.h> EOF -ac_try="$ac_cpp conftest.$acext >/dev/null 2>conftest.out" -{ (eval echo configure:8324: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +{ (eval echo configure:9378: \"$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* @@ -8348,17 +9402,17 @@ fi ac_safe=`echo "sys/sockio.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/sockio.h""... $ac_c" 1>&6 -echo "configure:8352: checking for sys/sockio.h" >&5 +echo "configure:9406: checking for sys/sockio.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8357 "configure" +#line 9411 "configure" #include "confdefs.h" #include <sys/sockio.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8362: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9416: \"$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* @@ -8385,17 +9439,17 @@ fi ac_safe=`echo "sysent.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sysent.h""... $ac_c" 1>&6 -echo "configure:8389: checking for sysent.h" >&5 +echo "configure:9443: checking for sysent.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8394 "configure" +#line 9448 "configure" #include "confdefs.h" #include <sysent.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8399: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9453: \"$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* @@ -8422,17 +9476,17 @@ fi ac_safe=`echo "sys/systeminfo.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/systeminfo.h""... $ac_c" 1>&6 -echo "configure:8426: checking for sys/systeminfo.h" >&5 +echo "configure:9480: checking for sys/systeminfo.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8431 "configure" +#line 9485 "configure" #include "confdefs.h" #include <sys/systeminfo.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8436: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9490: \"$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* @@ -8455,17 +9509,17 @@ fi ac_safe=`echo "sys/filio.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/filio.h""... $ac_c" 1>&6 -echo "configure:8459: checking for sys/filio.h" >&5 +echo "configure:9513: checking for sys/filio.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8464 "configure" +#line 9518 "configure" #include "confdefs.h" #include <sys/filio.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8469: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9523: \"$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* @@ -8492,17 +9546,17 @@ fi ac_safe=`echo "sys/uio.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/uio.h""... $ac_c" 1>&6 -echo "configure:8496: checking for sys/uio.h" >&5 +echo "configure:9550: checking for sys/uio.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8501 "configure" +#line 9555 "configure" #include "confdefs.h" #include <sys/uio.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8506: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9560: \"$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* @@ -8525,17 +9579,17 @@ fi ac_safe=`echo "sys/ioctl.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/ioctl.h""... $ac_c" 1>&6 -echo "configure:8529: checking for sys/ioctl.h" >&5 +echo "configure:9583: checking for sys/ioctl.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8534 "configure" +#line 9588 "configure" #include "confdefs.h" #include <sys/ioctl.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8539: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9593: \"$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* @@ -8562,17 +9616,17 @@ fi ac_safe=`echo "sys/types.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/types.h""... $ac_c" 1>&6 -echo "configure:8566: checking for sys/types.h" >&5 +echo "configure:9620: checking for sys/types.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8571 "configure" +#line 9625 "configure" #include "confdefs.h" #include <sys/types.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8576: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9630: \"$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* @@ -8600,17 +9654,17 @@ fi ac_safe=`echo "sys/termios.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/termios.h""... $ac_c" 1>&6 -echo "configure:8604: checking for sys/termios.h" >&5 +echo "configure:9658: checking for sys/termios.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8609 "configure" +#line 9663 "configure" #include "confdefs.h" #include <sys/termios.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8614: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9668: \"$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* @@ -8628,7 +9682,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 cat > conftest.$ac_ext <<EOF -#line 8632 "configure" +#line 9686 "configure" #include "confdefs.h" #include <sys/termios.h> @@ -8665,17 +9719,17 @@ fi if test "$ace_has_tli_funcs" = yes; then ac_safe=`echo "xti.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for xti.h""... $ac_c" 1>&6 -echo "configure:8669: checking for xti.h" >&5 +echo "configure:9723: checking for xti.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8674 "configure" +#line 9728 "configure" #include "confdefs.h" #include <xti.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8679: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9733: \"$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* @@ -8709,17 +9763,17 @@ fi ac_safe=`echo "sys/xti.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/xti.h""... $ac_c" 1>&6 -echo "configure:8713: checking for sys/xti.h" >&5 +echo "configure:9767: checking for sys/xti.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8718 "configure" +#line 9772 "configure" #include "confdefs.h" #include <sys/xti.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8723: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9777: \"$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* @@ -8757,17 +9811,17 @@ fi ac_safe=`echo "sys/timod.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/timod.h""... $ac_c" 1>&6 -echo "configure:8761: checking for sys/timod.h" >&5 +echo "configure:9815: checking for sys/timod.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8766 "configure" +#line 9820 "configure" #include "confdefs.h" #include <sys/timod.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8771: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9825: \"$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* @@ -8785,7 +9839,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 cat >> confdefs.h <<\EOF -#define +#define ACE_HAS_TIMOD_H 1 EOF @@ -8794,17 +9848,17 @@ else ac_safe=`echo "tli/timod.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for tli/timod.h""... $ac_c" 1>&6 -echo "configure:8798: checking for tli/timod.h" >&5 +echo "configure:9852: checking for tli/timod.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8803 "configure" +#line 9857 "configure" #include "confdefs.h" #include <tli/timod.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8808: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9862: \"$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* @@ -8836,17 +9890,17 @@ fi ac_safe=`echo "tiuser.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for tiuser.h""... $ac_c" 1>&6 -echo "configure:8840: checking for tiuser.h" >&5 +echo "configure:9894: checking for tiuser.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8845 "configure" +#line 9899 "configure" #include "confdefs.h" #include <tiuser.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8850: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9904: \"$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* @@ -8881,13 +9935,13 @@ fi if test "$ac_cv_header_tiuser_h" = yes; then echo $ac_n "checking if tiuser.h is protected by extern \"C\"""... $ac_c" 1>&6 -echo "configure:8885: checking if tiuser.h is protected by extern \"C\"" >&5 +echo "configure:9939: checking if tiuser.h is protected by extern \"C\"" >&5 if eval "test \"`echo '$''{'ace_cv_lib_tiuser_with_extern_c'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8891 "configure" +#line 9945 "configure" #include "confdefs.h" #include <tiuser.h> EOF @@ -8923,17 +9977,17 @@ EOF fi ac_safe=`echo "xliuser.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for xliuser.h""... $ac_c" 1>&6 -echo "configure:8927: checking for xliuser.h" >&5 +echo "configure:9981: checking for xliuser.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8932 "configure" +#line 9986 "configure" #include "confdefs.h" #include <xliuser.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8937: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9991: \"$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* @@ -8950,7 +10004,8 @@ fi if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 - ace_has_tli=yes cat >> confdefs.h <<\EOF + ace_has_tli=yes + cat >> confdefs.h <<\EOF #define ACE_HAS_XLI 1 EOF @@ -8968,13 +10023,13 @@ fi if test "$ace_has_tli" = yes; then echo $ac_n "checking for TLI prototypes""... $ac_c" 1>&6 -echo "configure:8973: checking for TLI prototypes" >&5 +echo "configure:10027: checking for TLI prototypes" >&5 if eval "test \"`echo '$''{'ace_cv_lib_tli_prototypes'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 8979 "configure" +#line 10033 "configure" #include "confdefs.h" #if defined (ACE_HAS_TIMOD_H) @@ -9039,13 +10094,13 @@ EOF echo $ac_n "checking for t_errno in TLI headers""... $ac_c" 1>&6 -echo "configure:9044: checking for t_errno in TLI headers" >&5 +echo "configure:10098: checking for t_errno in TLI headers" >&5 if eval "test \"`echo '$''{'ace_cv_lib_has_t_errno'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9050 "configure" +#line 10104 "configure" #include "confdefs.h" #if defined (ACE_HAS_TIMOD_H) @@ -9105,12 +10160,12 @@ fi ace_just_a_place_holder=fixme echo $ac_n "checking for _terrno""... $ac_c" 1>&6 -echo "configure:9110: checking for _terrno" >&5 +echo "configure:10164: checking for _terrno" >&5 if eval "test \"`echo '$''{'ac_cv_func__terrno'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9115 "configure" +#line 10169 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _terrno(); below. */ @@ -9136,7 +10191,7 @@ _terrno(); ; return 0; } EOF -if { (eval echo configure:9141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10195: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func__terrno=yes" else @@ -9174,17 +10229,17 @@ EOF fi fi ac_safe=`echo "sys/time.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/time.h""... $ac_c" 1>&6 -echo "configure:9179: checking for sys/time.h" >&5 +echo "configure:10233: checking for sys/time.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9184 "configure" +#line 10238 "configure" #include "confdefs.h" #include <sys/time.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9189: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10243: \"$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* @@ -9202,7 +10257,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 cat > conftest.$ac_ext <<EOF -#line 9207 "configure" +#line 10261 "configure" #include "confdefs.h" #include <time.h> EOF @@ -9228,17 +10283,17 @@ fi ac_safe=`echo "sys/mman.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/mman.h""... $ac_c" 1>&6 -echo "configure:9233: checking for sys/mman.h" >&5 +echo "configure:10287: checking for sys/mman.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9238 "configure" +#line 10292 "configure" #include "confdefs.h" #include <sys/mman.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10297: \"$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* @@ -9256,7 +10311,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 cat > conftest.$ac_ext <<EOF -#line 9261 "configure" +#line 10315 "configure" #include "confdefs.h" #include <sys/mman.h> EOF @@ -9288,17 +10343,17 @@ fi ac_safe=`echo "bstring.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for bstring.h""... $ac_c" 1>&6 -echo "configure:9293: checking for bstring.h" >&5 +echo "configure:10347: checking for bstring.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9298 "configure" +#line 10352 "configure" #include "confdefs.h" #include <bstring.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9303: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10357: \"$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* @@ -9316,7 +10371,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 cat > conftest.$ac_ext <<EOF -#line 9321 "configure" +#line 10375 "configure" #include "confdefs.h" #include <bstring.h> EOF @@ -9340,17 +10395,17 @@ fi ac_safe=`echo "strings.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for strings.h""... $ac_c" 1>&6 -echo "configure:9345: checking for strings.h" >&5 +echo "configure:10399: checking for strings.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9350 "configure" +#line 10404 "configure" #include "confdefs.h" #include <strings.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9355: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10409: \"$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* @@ -9368,7 +10423,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 cat > conftest.$ac_ext <<EOF -#line 9373 "configure" +#line 10427 "configure" #include "confdefs.h" #include <strings.h> EOF @@ -9392,17 +10447,17 @@ fi ac_safe=`echo "sys/syscall.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for sys/syscall.h""... $ac_c" 1>&6 -echo "configure:9397: checking for sys/syscall.h" >&5 +echo "configure:10451: checking for sys/syscall.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9402 "configure" +#line 10456 "configure" #include "confdefs.h" #include <sys/syscall.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9407: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10461: \"$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* @@ -9429,17 +10484,17 @@ fi ac_safe=`echo "poll.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for poll.h""... $ac_c" 1>&6 -echo "configure:9434: checking for poll.h" >&5 +echo "configure:10488: checking for poll.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9439 "configure" +#line 10493 "configure" #include "confdefs.h" #include <poll.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9444: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10498: \"$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* @@ -9468,17 +10523,17 @@ for ac_hdr in pwd.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:9473: checking for $ac_hdr" >&5 +echo "configure:10527: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9478 "configure" +#line 10532 "configure" #include "confdefs.h" -#include <$ac_hdr +#include <$ac_hdr> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9483: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10537: \"$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* @@ -9506,17 +10561,17 @@ done ac_safe=`echo "regexpr.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for regexpr.h""... $ac_c" 1>&6 -echo "configure:9511: checking for regexpr.h" >&5 +echo "configure:10565: checking for regexpr.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9516 "configure" +#line 10570 "configure" #include "confdefs.h" #include <regexpr.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9521: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10575: \"$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* @@ -9543,17 +10598,17 @@ fi ac_safe=`echo "stropts.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for stropts.h""... $ac_c" 1>&6 -echo "configure:9548: checking for stropts.h" >&5 +echo "configure:10602: checking for stropts.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9553 "configure" +#line 10607 "configure" #include "confdefs.h" #include <stropts.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9558: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10612: \"$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* @@ -9580,17 +10635,17 @@ fi ac_safe=`echo "siginfo.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for siginfo.h""... $ac_c" 1>&6 -echo "configure:9585: checking for siginfo.h" >&5 +echo "configure:10639: checking for siginfo.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9590 "configure" +#line 10644 "configure" #include "confdefs.h" #include <siginfo.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9595: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10649: \"$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* @@ -9618,17 +10673,17 @@ fi ac_safe=`echo "unistd.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for unistd.h""... $ac_c" 1>&6 -echo "configure:9623: checking for unistd.h" >&5 +echo "configure:10677: checking for unistd.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9628 "configure" +#line 10682 "configure" #include "confdefs.h" -#includ <unistd.h> +#include <unistd.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9633: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10687: \"$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* @@ -9656,17 +10711,17 @@ fi ac_safe=`echo "ucontext.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for ucontext.h""... $ac_c" 1>&6 -echo "configure:9661: checking for ucontext.h" >&5 +echo "configure:10715: checking for ucontext.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9666 "configure" +#line 10720 "configure" #include "confdefs.h" #include <ucontext.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9671: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10725: \"$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* @@ -9694,17 +10749,17 @@ fi ac_safe=`echo "utime.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for utime.h""... $ac_c" 1>&6 -echo "configure:9699: checking for utime.h" >&5 +echo "configure:10753: checking for utime.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9704 "configure" +#line 10758 "configure" #include "confdefs.h" #include <utime.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9709: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10763: \"$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* @@ -9732,17 +10787,17 @@ fi ac_safe=`echo "libc.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for libc.h""... $ac_c" 1>&6 -echo "configure:9737: checking for libc.h" >&5 +echo "configure:10791: checking for libc.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9742 "configure" +#line 10796 "configure" #include "confdefs.h" #include <libc.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9747: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10801: \"$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* @@ -9769,17 +10824,17 @@ fi ac_safe=`echo "osfcn.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for osfcn.h""... $ac_c" 1>&6 -echo "configure:9774: checking for osfcn.h" >&5 +echo "configure:10828: checking for osfcn.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9779 "configure" +#line 10833 "configure" #include "confdefs.h" #include <osfcn.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9784: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10838: \"$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* @@ -9806,17 +10861,17 @@ fi ac_safe=`echo "new" | sed 'y%./+-%__p_%'` echo $ac_n "checking for new""... $ac_c" 1>&6 -echo "configure:9811: checking for new" >&5 +echo "configure:10865: checking for new" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9816 "configure" +#line 10870 "configure" #include "confdefs.h" #include <new> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9821: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10875: \"$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* @@ -9841,17 +10896,17 @@ else ac_safe=`echo "new.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for new.h""... $ac_c" 1>&6 -echo "configure:9846: checking for new.h" >&5 +echo "configure:10900: checking for new.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9851 "configure" +#line 10905 "configure" #include "confdefs.h" #include <new.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9856: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10910: \"$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* @@ -9881,17 +10936,17 @@ fi ac_safe=`echo "stdexcept" | sed 'y%./+-%__p_%'` echo $ac_n "checking for stdexcept""... $ac_c" 1>&6 -echo "configure:9886: checking for stdexcept" >&5 +echo "configure:10940: checking for stdexcept" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9891 "configure" +#line 10945 "configure" #include "confdefs.h" #include <stdexcept> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9896: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10950: \"$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* @@ -9916,17 +10971,17 @@ else ac_safe=`echo "exception.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for exception.h""... $ac_c" 1>&6 -echo "configure:9921: checking for exception.h" >&5 +echo "configure:10975: checking for exception.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9926 "configure" +#line 10980 "configure" #include "confdefs.h" #include <exception.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9931: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10985: \"$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* @@ -9956,17 +11011,17 @@ fi ac_safe=`echo "iomanip" | sed 'y%./+-%__p_%'` echo $ac_n "checking for iomanip""... $ac_c" 1>&6 -echo "configure:9961: checking for iomanip" >&5 +echo "configure:11015: checking for iomanip" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 9966 "configure" +#line 11020 "configure" #include "confdefs.h" #include <iomanip> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9971: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:11025: \"$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* @@ -9993,17 +11048,17 @@ fi ac_safe=`echo "cstring" | sed 'y%./+-%__p_%'` echo $ac_n "checking for cstring""... $ac_c" 1>&6 -echo "configure:9998: checking for cstring" >&5 +echo "configure:11052: checking for cstring" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10003 "configure" +#line 11057 "configure" #include "confdefs.h" #include <cstring> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10008: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:11062: \"$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* @@ -10030,17 +11085,17 @@ fi ac_safe=`echo "auto_ptr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for auto_ptr""... $ac_c" 1>&6 -echo "configure:10035: checking for auto_ptr" >&5 +echo "configure:11089: checking for auto_ptr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10040 "configure" +#line 11094 "configure" #include "confdefs.h" #include <auto_ptr> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10045: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:11099: \"$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* @@ -10063,17 +11118,17 @@ fi ac_safe=`echo "map" | sed 'y%./+-%__p_%'` echo $ac_n "checking for map""... $ac_c" 1>&6 -echo "configure:10068: checking for map" >&5 +echo "configure:11122: checking for map" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10073 "configure" +#line 11127 "configure" #include "confdefs.h" #include <map> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10078: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:11132: \"$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* @@ -10081,7 +11136,7 @@ if test -z "$ac_err"; then else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 - cat conf + cat conftest.$ac_ext >&5 rm -rf conftest* eval "ac_cv_header_$ac_safe=no" fi @@ -10092,17 +11147,17 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then ac_safe=`echo "net/if.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for net/if.h""... $ac_c" 1>&6 -echo "configure:10097: checking for net/if.h" >&5 +echo "configure:11151: checking for net/if.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10102 "configure" +#line 11156 "configure" #include "confdefs.h" #include <net/if.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10107: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:11161: \"$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* @@ -10121,13 +11176,13 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo $ac_n "checking if STL map class conflicts with <net/if.h> map struct""... $ac_c" 1>&6 -echo "configure:10126: checking if STL map class conflicts with <net/if.h> map struct" >&5 +echo "configure:11180: checking if STL map class conflicts with <net/if.h> map struct" >&5 if eval "test \"`echo '$''{'ace_cv_header_stl_map_conflict'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10132 "configure" +#line 11186 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -10142,7 +11197,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:10147: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:11201: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_header_stl_map_conflict=no @@ -10183,17 +11238,17 @@ fi ac_safe=`echo "queue" | sed 'y%./+-%__p_%'` echo $ac_n "checking for queue""... $ac_c" 1>&6 -echo "configure:10188: checking for queue" >&5 +echo "configure:11242: checking for queue" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10193 "configure" +#line 11247 "configure" #include "confdefs.h" #include <queue> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10198: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:11252: \"$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* @@ -10212,17 +11267,17 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 -echo "configure:10217: checking for netinet/in.h" >&5 +echo "configure:11271: checking for netinet/in.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10222 "configure" +#line 11276 "configure" #include "confdefs.h" #include <netinet/in.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10227: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:11281: \"$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* @@ -10236,18 +11291,18 @@ else fi rm -f conftest* fi -if eval "test \"`echo '$ac_cvheader_'$ac_safe`\" = yes"; then +if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking if STL queue class conflicts with <netinet/in.h> queue struct""... $ac_c" 1>&6 -echo "configure:10246: checking if STL queue class conflicts with <netinet/in.h> queue struct" >&5 +echo "configure:11300: checking if STL queue class conflicts with <netinet/in.h> queue struct" >&5 if eval "test \"`echo '$''{'ace_cv_header_stl_queue_conflict'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10252 "configure" +#line 11306 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -10262,7 +11317,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:10267: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:11321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_header_stl_queue_conflict=no @@ -10305,17 +11360,17 @@ for ac_hdr in iomanip ios iostream istream ostream fstream streambuf do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:10310: checking for $ac_hdr" >&5 +echo "configure:11364: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10315 "configure" +#line 11369 "configure" #include "confdefs.h" #include <$ac_hdr> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10320: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:11374: \"$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* @@ -10348,17 +11403,17 @@ done ac_safe=`echo "iostream.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for iostream.h""... $ac_c" 1>&6 -echo "configure:10353: checking for iostream.h" >&5 +echo "configure:11407: checking for iostream.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10358 "configure" +#line 11412 "configure" #include "confdefs.h" #include <iostream.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10363: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:11417: \"$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* @@ -10376,17 +11431,17 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 ac_safe=`echo "fstream.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for fstream.h""... $ac_c" 1>&6 -echo "configure:10381: checking for fstream.h" >&5 +echo "configure:11435: checking for fstream.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10386 "configure" +#line 11440 "configure" #include "confdefs.h" #include <fstream.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10391: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:11445: \"$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* @@ -10422,13 +11477,13 @@ fi echo $ac_n "checking if platform needs sched.h for thread scheduling definitions""... $ac_c" 1>&6 -echo "configure:10427: checking if platform needs sched.h for thread scheduling definitions" >&5 +echo "configure:11481: checking if platform needs sched.h for thread scheduling definitions" >&5 if eval "test \"`echo '$''{'ace_cv_needs_sched_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10433 "configure" +#line 11487 "configure" #include "confdefs.h" #include <sched.h> EOF @@ -10463,13 +11518,13 @@ EOF echo $ac_n "checking if platform needs regexpr.h for regular expression support""... $ac_c" 1>&6 -echo "configure:10468: checking if platform needs regexpr.h for regular expression support" >&5 +echo "configure:11522: checking if platform needs regexpr.h for regular expression support" >&5 if eval "test \"`echo '$''{'ace_cv_needs_regexpr_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10474 "configure" +#line 11528 "configure" #include "confdefs.h" #include <regexpr.h> EOF @@ -10487,7 +11542,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 10492 "configure" +#line 11546 "configure" #include "confdefs.h" #include <regexpr.h> EOF @@ -10534,13 +11589,13 @@ EOF echo $ac_n "checking if sprintf() returns char*""... $ac_c" 1>&6 -echo "configure:10539: checking if sprintf() returns char*" >&5 +echo "configure:11593: checking if sprintf() returns char*" >&5 if eval "test \"`echo '$''{'ace_cv_lib_charptr_sprintf'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10545 "configure" +#line 11599 "configure" #include "confdefs.h" #include <stdlib.h> @@ -10558,7 +11613,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:10563: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:11617: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_charptr_sprintf=yes @@ -10595,13 +11650,13 @@ EOF echo $ac_n "checking for getopt() prototype""... $ac_c" 1>&6 -echo "configure:10600: checking for getopt() prototype" >&5 +echo "configure:11654: checking for getopt() prototype" >&5 if eval "test \"`echo '$''{'ace_cv_lib_getopt_proto'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10606 "configure" +#line 11660 "configure" #include "confdefs.h" #include <unistd.h> EOF @@ -10615,7 +11670,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 10620 "configure" +#line 11674 "configure" #include "confdefs.h" #include <stdlib.h> EOF @@ -10663,13 +11718,13 @@ EOF echo $ac_n "checking for old malloc() prototype""... $ac_c" 1>&6 -echo "configure:10668: checking for old malloc() prototype" >&5 +echo "configure:11722: checking for old malloc() prototype" >&5 if eval "test \"`echo '$''{'ace_cv_lib_old_malloc_proto'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10674 "configure" +#line 11728 "configure" #include "confdefs.h" #include <stdlib.h> @@ -10684,7 +11739,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:10689: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:11743: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_old_malloc_proto=yes @@ -10721,13 +11776,13 @@ EOF echo $ac_n "checking for *_timedwait() prototypes""... $ac_c" 1>&6 -echo "configure:10726: checking for *_timedwait() prototypes" >&5 +echo "configure:11780: checking for *_timedwait() prototypes" >&5 if eval "test \"`echo '$''{'ace_cv_lib_timedwait_proto'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10732 "configure" +#line 11786 "configure" #include "confdefs.h" #include <pthread.h> EOF @@ -10741,7 +11796,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 10746 "configure" +#line 11800 "configure" #include "confdefs.h" #include <fcntl.h> EOF @@ -10781,13 +11836,13 @@ EOF echo $ac_n "checking for ualarm() prototype""... $ac_c" 1>&6 -echo "configure:10786: checking for ualarm() prototype" >&5 +echo "configure:11840: checking for ualarm() prototype" >&5 if eval "test \"`echo '$''{'ace_cv_lib_ualarm_proto'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10792 "configure" +#line 11846 "configure" #include "confdefs.h" #include <unistd.h> EOF @@ -10809,7 +11864,7 @@ rm -f conftest* fi echo "$ac_t""$ace_cv_lib_ualarm_proto" 1>&6 - + if test "$ace_cv_lib_ualarm_proto" = yes; then ace_just_a_place_holder=fixme : else @@ -10823,13 +11878,13 @@ EOF echo $ac_n "checking for getrusage() in sys/resource.h""... $ac_c" 1>&6 -echo "configure:10828: checking for getrusage() in sys/resource.h" >&5 +echo "configure:11882: checking for getrusage() in sys/resource.h" >&5 if eval "test \"`echo '$''{'ace_cv_lib_has_getrusage_proto'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10834 "configure" +#line 11888 "configure" #include "confdefs.h" #include <sys/resource.h> EOF @@ -10864,13 +11919,13 @@ EOF echo $ac_n "checking for getrlimit() and setrlimit() in sys/resource.h""... $ac_c" 1>&6 -echo "configure:10869: checking for getrlimit() and setrlimit() in sys/resource.h" >&5 +echo "configure:11923: checking for getrlimit() and setrlimit() in sys/resource.h" >&5 if eval "test \"`echo '$''{'ace_cv_lib_has_getsetrlimit_proto'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10875 "configure" +#line 11929 "configure" #include "confdefs.h" #include <sys/resource.h> EOF @@ -10879,7 +11934,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 10884 "configure" +#line 11938 "configure" #include "confdefs.h" #include <sys/resource.h> EOF @@ -10924,13 +11979,13 @@ EOF echo $ac_n "checking if dlfcn.h is protected by extern \"C\"""... $ac_c" 1>&6 -echo "configure:10929: checking if dlfcn.h is protected by extern \"C\"" >&5 +echo "configure:11983: checking if dlfcn.h is protected by extern \"C\"" >&5 if eval "test \"`echo '$''{'ace_cv_lib_dlfcn_with_extern_c'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10935 "configure" +#line 11989 "configure" #include "confdefs.h" #include <dlfcn.h> EOF @@ -10966,12 +12021,12 @@ EOF echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 -echo "configure:10971: checking for uid_t in sys/types.h" >&5 +echo "configure:12025: checking for uid_t in sys/types.h" >&5 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 10976 "configure" +#line 12030 "configure" #include "confdefs.h" #include <sys/types.h> EOF @@ -10999,13 +12054,13 @@ EOF fi -echo $ac_n "checking for ANSI C header fies""... $ac_c" 1>&6 -echo "configure:11005: checking for ANSI C header files" >&5 +echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 +echo "configure:12059: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 11010 "configure" +#line 12064 "configure" #include "confdefs.h" #include <stdlib.h> #include <stdarg.h> @@ -11013,7 +12068,7 @@ else #include <float.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:11018: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:12072: \"$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* @@ -11030,7 +12085,7 @@ rm -f 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 11035 "configure" +#line 12089 "configure" #include "confdefs.h" #include <string.h> EOF @@ -11048,7 +12103,7 @@ fi 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 11053 "configure" +#line 12107 "configure" #include "confdefs.h" #include <stdlib.h> EOF @@ -11069,7 +12124,7 @@ if test "$cross_compiling" = yes; then : else cat > conftest.$ac_ext <<EOF -#line 11074 "configure" +#line 12128 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -11083,7 +12138,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); exit (0); } EOF -if { (eval echo configure:11088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:12142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -11107,12 +12162,12 @@ EOF fi echo $ac_n "checking for mode_t""... $ac_c" 1>&6 -echo "configure:11112: checking for mode_t" >&5 +echo "configure:12166: checking for mode_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 11117 "configure" +#line 12171 "configure" #include "confdefs.h" #include <sys/types.h> #if STDC_HEADERS @@ -11140,12 +12195,12 @@ EOF fi echo $ac_n "checking for off_t""... $ac_c" 1>&6 -echo "configure:11145: checking for off_t" >&5 +echo "configure:12199: checking for off_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 11150 "configure" +#line 12204 "configure" #include "confdefs.h" #include <sys/types.h> #if STDC_HEADERS @@ -11173,12 +12228,12 @@ EOF fi echo $ac_n "checking for pid_t""... $ac_c" 1>&6 -echo "configure:11178: checking for pid_t" >&5 +echo "configure:12232: checking for pid_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 11183 "configure" +#line 12237 "configure" #include "confdefs.h" #include <sys/types.h> #if STDC_HEADERS @@ -11206,12 +12261,12 @@ EOF fi echo $ac_n "checking for size_t""... $ac_c" 1>&6 -echo "configure:11211: checking for size_t" >&5 +echo "configure:12265: checking for size_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 11216 "configure" +#line 12270 "configure" #include "confdefs.h" #include <sys/types.h> #if STDC_HEADERS @@ -11243,13 +12298,13 @@ fi echo $ac_n "checking for idtype_t in signal.h""... $ac_c" 1>&6 -echo "configure:11248: checking for idtype_t in signal.h" >&5 +echo "configure:12302: checking for idtype_t in signal.h" >&5 if eval "test \"`echo '$''{'ace_cv_type_idtype_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 11254 "configure" +#line 12308 "configure" #include "confdefs.h" #include <signal.h> @@ -11260,7 +12315,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11265: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_type_idtype_t=yes @@ -11293,13 +12348,13 @@ EOF echo $ac_n "checking for sem_t in semaphore.h""... $ac_c" 1>&6 -echo "configure:11298: checking for sem_t in semaphore.h" >&5 +echo "configure:12352: checking for sem_t in semaphore.h" >&5 if eval "test \"`echo '$''{'ace_cv_type_sem_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 11304 "configure" +#line 12358 "configure" #include "confdefs.h" #include <semaphore.h> @@ -11310,7 +12365,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11315: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12369: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_type_sem_t=yes @@ -11340,13 +12395,13 @@ fi echo $ac_n "checking for key_t in sys/types.h""... $ac_c" 1>&6 -echo "configure:11345: checking for key_t in sys/types.h" >&5 +echo "configure:12399: checking for key_t in sys/types.h" >&5 if eval "test \"`echo '$''{'ace_cv_type_key_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 11351 "configure" +#line 12405 "configure" #include "confdefs.h" #include <sys/types.h> @@ -11357,7 +12412,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11362: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12416: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_type_key_t=yes @@ -11391,13 +12446,13 @@ EOF echo $ac_n "checking for ssize_t in sys/types.h""... $ac_c" 1>&6 -echo "configure:11396: checking for ssize_t in sys/types.h" >&5 +echo "configure:12450: checking for ssize_t in sys/types.h" >&5 if eval "test \"`echo '$''{'ace_cv_type_ssize_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 11402 "configure" +#line 12456 "configure" #include "confdefs.h" #include <sys/types.h> @@ -11408,7 +12463,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11413: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12467: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_type_ssize_t=yes @@ -11441,13 +12496,13 @@ EOF echo $ac_n "checking for u_longlong_t in sys/types.h""... $ac_c" 1>&6 -echo "configure:11446: checking for u_longlong_t in sys/types.h" >&5 +echo "configure:12500: checking for u_longlong_t in sys/types.h" >&5 if eval "test \"`echo '$''{'ace_cv_type_u_longlong_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 11452 "configure" +#line 12506 "configure" #include "confdefs.h" #include <sys/types.h> @@ -11458,7 +12513,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11463: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12517: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_type_u_longlong_t=yes @@ -11492,13 +12547,13 @@ EOF echo $ac_n "checking for pri_t in sys/types.h""... $ac_c" 1>&6 -echo "configure:11497: checking for pri_t in sys/types.h" >&5 +echo "configure:12551: checking for pri_t in sys/types.h" >&5 if eval "test \"`echo '$''{'ace_cv_type_pri_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 11503 "configure" +#line 12557 "configure" #include "confdefs.h" #include <sys/types.h> @@ -11509,7 +12564,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11514: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12568: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_type_pri_t=yes @@ -11543,13 +12598,13 @@ EOF echo $ac_n "checking for socklen_t in sys/socket.h""... $ac_c" 1>&6 -echo "configure:11548: checking for socklen_t in sys/socket.h" >&5 +echo "configure:12602: checking for socklen_t in sys/socket.h" >&5 if eval "test \"`echo '$''{'ace_cv_type_socklen_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 11554 "configure" +#line 12608 "configure" #include "confdefs.h" #include <sys/socket.h> @@ -11560,7 +12615,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11565: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12619: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_type_socklen_t=yes @@ -11592,14 +12647,14 @@ EOF - echo $ac_n "checking for ucontext_t -echo "configure:11598: checking for ucontext_t in ucontext.h" >&5 + echo $ac_n "checking for ucontext_t in ucontext.h""... $ac_c" 1>&6 +echo "configure:12652: checking for ucontext_t in ucontext.h" >&5 if eval "test \"`echo '$''{'ace_cv_type_ucontext_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 11604 "configure" +#line 12658 "configure" #include "confdefs.h" #include <ucontext.h> @@ -11610,7 +12665,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11615: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12669: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_type_ucontext_t=yes @@ -11643,13 +12698,13 @@ EOF echo $ac_n "checking for wchar_t in wchar.h""... $ac_c" 1>&6 -echo "configure:11648: checking for wchar_t in wchar.h" >&5 +echo "configure:12702: checking for wchar_t in wchar.h" >&5 if eval "test \"`echo '$''{'ace_cv_type_wchar_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 11654 "configure" +#line 12708 "configure" #include "confdefs.h" #include <wchar.h> @@ -11660,7 +12715,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11665: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12719: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_type_wchar_t=yes @@ -11690,13 +12745,13 @@ EOF echo $ac_n "checking for wchar_t in sys/types.h""... $ac_c" 1>&6 -echo "configure:11695: checking for wchar_t in sys/types.h" >&5 +echo "configure:12749: checking for wchar_t in sys/types.h" >&5 if eval "test \"`echo '$''{'ace_cv_type_wchar_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 11701 "configure" +#line 12755 "configure" #include "confdefs.h" #include <sys/types.h> @@ -11707,7 +12762,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11712: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12766: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_type_wchar_t=yes @@ -11744,13 +12799,13 @@ EOF echo $ac_n "checking for sig_atomic_t""... $ac_c" 1>&6 -echo "configure:11749: checking for sig_atomic_t" >&5 +echo "configure:12803: checking for sig_atomic_t" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_defines_sig_atomic_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 11755 "configure" +#line 12809 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -11764,7 +12819,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11769: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12823: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_defines_sig_atomic_t=yes @@ -11798,8 +12853,8 @@ EOF - echo $ac_n "checking for struct flock in fcntl.h""... $ac_c"1>&6 -echo "configure:11804: checking for struct flock in fcntl.h" >&5 + echo $ac_n "checking for struct flock in fcntl.h""... $ac_c" 1>&6 +echo "configure:12858: checking for struct flock in fcntl.h" >&5 if eval "test \"`echo '$''{'ace_cv_struct_flock'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -11807,7 +12862,7 @@ else cat > conftest.$ac_ext <<EOF -#line 11812 "configure" +#line 12866 "configure" #include "confdefs.h" #include <fcntl.h> @@ -11818,7 +12873,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11823: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12877: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -11831,7 +12886,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 11836 "configure" +#line 12890 "configure" #include "confdefs.h" #include <fcntl.h> @@ -11842,7 +12897,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11847: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12901: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -11885,7 +12940,7 @@ EOF echo $ac_n "checking for struct rwlock_t in synch.h""... $ac_c" 1>&6 -echo "configure:11890: checking for struct rwlock_t in synch.h" >&5 +echo "configure:12944: checking for struct rwlock_t in synch.h" >&5 if eval "test \"`echo '$''{'ace_cv_struct_rwlock_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -11893,7 +12948,7 @@ else cat > conftest.$ac_ext <<EOF -#line 11898 "configure" +#line 12952 "configure" #include "confdefs.h" #include <synch.h> @@ -11904,7 +12959,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11909: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12963: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -11917,7 +12972,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 11922 "configure" +#line 12976 "configure" #include "confdefs.h" #include <synch.h> @@ -11928,7 +12983,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11933: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12987: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -11971,7 +13026,7 @@ EOF echo $ac_n "checking for struct strbuf in stropts.h""... $ac_c" 1>&6 -echo "configure:11976: checking for struct strbuf in stropts.h" >&5 +echo "configure:13030: checking for struct strbuf in stropts.h" >&5 if eval "test \"`echo '$''{'ace_cv_struct_strbuf'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -11979,7 +13034,7 @@ else cat > conftest.$ac_ext <<EOF -#line 11984 "configure" +#line 13038 "configure" #include "confdefs.h" #include <stropts.h> @@ -11990,7 +13045,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11995: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13049: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12003,7 +13058,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 12008 "configure" +#line 13062 "configure" #include "confdefs.h" #include <stropts.h> @@ -12014,7 +13069,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12019: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13073: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12056,7 +13111,7 @@ EOF echo $ac_n "checking for struct msgbuf in sys/msg.h""... $ac_c" 1>&6 -echo "configure:12061: checking for struct msgbuf in sys/msg.h" >&5 +echo "configure:13115: checking for struct msgbuf in sys/msg.h" >&5 if eval "test \"`echo '$''{'ace_cv_struct_msgbuf'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12064,7 +13119,7 @@ else cat > conftest.$ac_ext <<EOF -#line 12069 "configure" +#line 13123 "configure" #include "confdefs.h" #include <sys/msg.h> @@ -12075,7 +13130,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12080: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13134: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12088,7 +13143,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 12093 "configure" +#line 13147 "configure" #include "confdefs.h" #include <sys/msg.h> @@ -12099,7 +13154,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12104: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12146,7 +13201,7 @@ case "$target" in echo $ac_n "checking for struct prusage_t in sys/procfs.h""... $ac_c" 1>&6 -echo "configure:12151: checking for struct prusage_t in sys/procfs.h" >&5 +echo "configure:13205: checking for struct prusage_t in sys/procfs.h" >&5 if eval "test \"`echo '$''{'ace_cv_struct_prusage_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12154,7 +13209,7 @@ else cat > conftest.$ac_ext <<EOF -#line 12159 "configure" +#line 13213 "configure" #include "confdefs.h" #include <sys/procfs.h> @@ -12165,7 +13220,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12170: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13224: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12178,7 +13233,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 12183 "configure" +#line 13237 "configure" #include "confdefs.h" #include <sys/procfs.h> @@ -12189,7 +13244,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12194: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13248: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12233,7 +13288,7 @@ esac echo $ac_n "checking for struct strrecvfd in stropts.h""... $ac_c" 1>&6 -echo "configure:12238: checking for struct strrecvfd in stropts.h" >&5 +echo "configure:13292: checking for struct strrecvfd in stropts.h" >&5 if eval "test \"`echo '$''{'ace_cv_struct_strrecvfd'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12241,7 +13296,7 @@ else cat > conftest.$ac_ext <<EOF -#line 12246 "configure" +#line 13300 "configure" #include "confdefs.h" #include <stropts.h> @@ -12252,7 +13307,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12257: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13311: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12265,7 +13320,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 12270 "configure" +#line 13324 "configure" #include "confdefs.h" #include <stropts.h> @@ -12276,7 +13331,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12281: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13335: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12319,7 +13374,7 @@ EOF echo $ac_n "checking for struct sembuf in sys/sem.h""... $ac_c" 1>&6 -echo "configure:12324: checking for struct sembuf in sys/sem.h" >&5 +echo "configure:13378: checking for struct sembuf in sys/sem.h" >&5 if eval "test \"`echo '$''{'ace_cv_struct_sembuf'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12327,7 +13382,7 @@ else cat > conftest.$ac_ext <<EOF -#line 12332 "configure" +#line 13386 "configure" #include "confdefs.h" #include <sys/sem.h> @@ -12338,7 +13393,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12343: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13397: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12351,7 +13406,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 12356 "configure" +#line 13410 "configure" #include "confdefs.h" #include <sys/sem.h> @@ -12362,7 +13417,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12367: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13421: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12405,7 +13460,7 @@ EOF echo $ac_n "checking for struct sigaction in signal.h""... $ac_c" 1>&6 -echo "configure:12410: checking for struct sigaction in signal.h" >&5 +echo "configure:13464: checking for struct sigaction in signal.h" >&5 if eval "test \"`echo '$''{'ace_cv_struct_sigaction'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12413,7 +13468,7 @@ else cat > conftest.$ac_ext <<EOF -#line 12418 "configure" +#line 13472 "configure" #include "confdefs.h" #include <signal.h> @@ -12424,7 +13479,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12429: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13483: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12437,7 +13492,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 12442 "configure" +#line 13496 "configure" #include "confdefs.h" #include <signal.h> @@ -12448,7 +13503,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13507: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12479,7 +13534,7 @@ fi : else ace_just_a_place_holder=fixme -cat +cat >> confdefs.h <<\EOF #define ACE_LACKS_SIGACTION 1 EOF @@ -12491,7 +13546,7 @@ EOF echo $ac_n "checking for struct sigset_t in signal.h""... $ac_c" 1>&6 -echo "configure:12496: checking for struct sigset_t in signal.h" >&5 +echo "configure:13550: checking for struct sigset_t in signal.h" >&5 if eval "test \"`echo '$''{'ace_cv_struct_sigset_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12499,7 +13554,7 @@ else cat > conftest.$ac_ext <<EOF -#line 12504 "configure" +#line 13558 "configure" #include "confdefs.h" #include <signal.h> @@ -12510,7 +13565,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12515: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13569: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12523,7 +13578,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 12528 "configure" +#line 13582 "configure" #include "confdefs.h" #include <signal.h> @@ -12534,7 +13589,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12539: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13593: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12577,7 +13632,7 @@ EOF echo $ac_n "checking for struct utsname in sys/utsname.h""... $ac_c" 1>&6 -echo "configure:12582: checking for struct utsname in sys/utsname.h" >&5 +echo "configure:13636: checking for struct utsname in sys/utsname.h" >&5 if eval "test \"`echo '$''{'ace_cv_struct_utsname'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12585,7 +13640,7 @@ else cat > conftest.$ac_ext <<EOF -#line 12590 "configure" +#line 13644 "configure" #include "confdefs.h" #include <sys/utsname.h> @@ -12596,7 +13651,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12601: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13655: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12609,7 +13664,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 12614 "configure" +#line 13668 "configure" #include "confdefs.h" #include <sys/utsname.h> @@ -12620,7 +13675,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12625: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13679: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12661,7 +13716,7 @@ EOF echo $ac_n "checking for struct siginfo_t""... $ac_c" 1>&6 -echo "configure:12666: checking for struct siginfo_t" >&5 +echo "configure:13720: checking for struct siginfo_t" >&5 if eval "test \"`echo '$''{'ace_cv_struct_siginfo_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12669,7 +13724,7 @@ else cat > conftest.$ac_ext <<EOF -#line 12674 "configure" +#line 13728 "configure" #include "confdefs.h" #include <siginfo.h> @@ -12680,7 +13735,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12685: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13739: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12693,7 +13748,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 12698 "configure" +#line 13752 "configure" #include "confdefs.h" #include <siginfo.h> @@ -12704,7 +13759,7 @@ int main() { ; return 0; } EOF -if { (eval eho configure:12709: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13763: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12720,7 +13775,7 @@ else cat > conftest.$ac_ext <<EOF -#line 12725 "configure" +#line 13779 "configure" #include "confdefs.h" #include <signal.h> @@ -12731,7 +13786,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12736: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13790: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12744,7 +13799,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 12749 "configure" +#line 13803 "configure" #include "confdefs.h" #include <signal.h> @@ -12755,7 +13810,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12760: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13814: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -12804,13 +13859,13 @@ EOF echo $ac_n "checking for struct msghdr""... $ac_c" 1>&6 -echo "configure:12809: checking for struct msghdr" >&5 +echo "configure:13863: checking for struct msghdr" >&5 if eval "test \"`echo '$''{'ace_cv_struct_msghdr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 12815 "configure" +#line 13869 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -12824,7 +13879,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12829: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13883: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_struct_msghdr=yes @@ -12855,13 +13910,13 @@ EOF echo $ac_n "checking for condition variable support""... $ac_c" 1>&6 -echo "configure:12860: checking for condition variable support" >&5 +echo "configure:13914: checking for condition variable support" >&5 if eval "test \"`echo '$''{'ace_cv_struct_cond_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 12866 "configure" +#line 13920 "configure" #include "confdefs.h" #include <pthread.h> @@ -12872,7 +13927,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12877: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13931: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_struct_cond_t=yes @@ -12883,7 +13938,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 12888 "configure" +#line 13942 "configure" #include "confdefs.h" #include <synch.h> @@ -12894,7 +13949,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12899: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13953: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_struct_cond_t=yes @@ -12929,13 +13984,13 @@ EOF echo $ac_n "checking for POSIX timer structure""... $ac_c" 1>&6 -echo "configure:12934: checking for POSIX timer structure" >&5 +echo "configure:13988: checking for POSIX timer structure" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_timer_struct'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 12940 "configure" +#line 13994 "configure" #include "confdefs.h" #include <time.h> @@ -12950,7 +14005,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12955: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14009: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_timer_struct=yes @@ -12961,7 +14016,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 12966 "configure" +#line 14020 "configure" #include "confdefs.h" #include <time.h> @@ -12976,19 +14031,19 @@ int main() { ; return 0; } EOF -if { (eval echo configure:12981: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14035: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_timer_struct=yes echo $ac_n "checking for struct timespec in sys/timers.h""... $ac_c" 1>&6 -echo "configure:12987: checking for struct timespec in sys/timers.h" >&5 +echo "configure:14041: checking for struct timespec in sys/timers.h" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_struct_timespec_broken'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 12993 "configure" +#line 14047 "configure" #include "confdefs.h" #include <sys/timers.h> @@ -12999,7 +14054,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:13004: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14058: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_struct_timespec_broken=yes @@ -13063,13 +14118,13 @@ EOF echo $ac_n "checking for struct timespec in sys/timers.h""... $ac_c" 1>&6 -echo "configure:13068: checking for struct timespec in sys/timers.h" >&5 +echo "configure:14122: checking for struct timespec in sys/timers.h" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_struct_timespec_broken'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 13074 "configure" +#line 14128 "configure" #include "confdefs.h" #include <sys/timers.h> @@ -13080,7 +14135,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:13085: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14139: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_struct_timespec_broken=yes @@ -13114,13 +14169,13 @@ EOF echo $ac_n "checking for timespec_t""... $ac_c" 1>&6 -echo "configure:13119: checking for timespec_t" >&5 +echo "configure:14173: checking for timespec_t" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_timespec_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 13125 "configure" +#line 14179 "configure" #include "confdefs.h" #include <time.h> @@ -13135,7 +14190,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:13140: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14194: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_timespec_t=yes @@ -13167,13 +14222,13 @@ EOF echo $ac_n "checking for union semun""... $ac_c" 1>&6 -echo "configure:13172: checking for union semun" >&5 +echo "configure:14226: checking for union semun" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_defines_union_semun'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 13178 "configure" +#line 14232 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -13187,7 +14242,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:13192: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14246: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_defines_union_semun=yes @@ -13219,13 +14274,13 @@ EOF echo $ac_n "checking for broken struct timespec members""... $ac_c" 1>&6 -echo "configure:13224: checking for broken struct timespec members" >&5 +echo "configure:14278: checking for broken struct timespec members" >&5 if eval "test \"`echo '$''{'ace_cv_lib_broken_timespec'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 13230 "configure" +#line 14284 "configure" #include "confdefs.h" #include <time.h> @@ -13242,7 +14297,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:13247: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14301: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_broken_timespec=yes @@ -13273,13 +14328,13 @@ EOF echo $ac_n "checking for limited struct rusage""... $ac_c" 1>&6 -echo "configure:13278: checking for limited struct rusage" >&5 +echo "configure:14332: checking for limited struct rusage" >&5 if eval "test \"`echo '$''{'ace_cv_lib_limited_rusage'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 13284 "configure" +#line 14338 "configure" #include "confdefs.h" #include <sys/resource.h> @@ -13297,8 +14352,8 @@ int main() { ace_rusage.ru_isrss = 0; ; return 0; } -EO -if { (eval echo configure:13303: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +EOF +if { (eval echo configure:14357: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_limited_rusage=no @@ -13330,13 +14385,13 @@ EOF if test "$ace_cv_struct_siginfo_t" = yes; then echo $ac_n "checking for si_addr member in struct siginfo_t""... $ac_c" 1>&6 -echo "configure:13335: checking for si_addr member in struct siginfo_t" >&5 +echo "configure:14389: checking for si_addr member in struct siginfo_t" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_si_addr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 13341 "configure" +#line 14395 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SIGINFO_H @@ -13351,7 +14406,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:13356: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14410: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_si_addr=yes @@ -13383,13 +14438,13 @@ EOF fi echo $ac_n "checking for sin_len member in struct sockaddr_in""... $ac_c" 1>&6 -echo "configure:13388: checking for sin_len member in struct sockaddr_in" >&5 +echo "configure:14442: checking for sin_len member in struct sockaddr_in" >&5 if eval "test \"`echo '$''{'ace_cv_lib_has_sin_len'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 13394 "configure" +#line 14448 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -13404,7 +14459,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:13409: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14463: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_has_sin_len=yes @@ -13435,13 +14490,13 @@ EOF echo $ac_n "checking for sys_siglist""... $ac_c" 1>&6 -echo "configure:13440: checking for sys_siglist" >&5 +echo "configure:14494: checking for sys_siglist" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_sys_siglist'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 13446 "configure" +#line 14500 "configure" #include "confdefs.h" #ifndef ACE_LACKS_UNISTD_H @@ -13458,7 +14513,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:13463: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14517: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_sys_siglist=yes @@ -13488,14 +14543,14 @@ EOF - echo $ac_n "checking for sys_errlist""... $ac_c 1>&6 -echo "configure:13494: checking for sys_errlist" >&5 + echo $ac_n "checking for sys_errlist""... $ac_c" 1>&6 +echo "configure:14548: checking for sys_errlist" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_sys_errlist'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 13500 "configure" +#line 14554 "configure" #include "confdefs.h" #include <stdio.h> @@ -13510,7 +14565,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:13515: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14569: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_sys_errlist=yes @@ -13541,13 +14596,13 @@ EOF echo $ac_n "checking for sys_nerr in headers""... $ac_c" 1>&6 -echo "configure:13546: checking for sys_nerr in headers" >&5 +echo "configure:14600: checking for sys_nerr in headers" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_sys_nerr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 13552 "configure" +#line 14606 "configure" #include "confdefs.h" #include <stdio.h> @@ -13562,7 +14617,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:13567: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14621: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_sys_nerr=yes @@ -13588,12 +14643,12 @@ fi ace_just_a_place_holder=fixme echo $ac_n "checking for sys_nerr""... $ac_c" 1>&6 -echo "configure:13593: checking for sys_nerr" >&5 +echo "configure:14647: checking for sys_nerr" >&5 if eval "test \"`echo '$''{'ac_cv_func_sys_nerr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 13598 "configure" +#line 14652 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sys_nerr(); below. */ @@ -13619,7 +14674,7 @@ sys_nerr(); ; return 0; } EOF -if { (eval echo configure:13624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_sys_nerr=yes" else @@ -13657,13 +14712,13 @@ fi echo $ac_n "checking if compiler accepts \"pragma once\" directive""... $ac_c" 1>&6 -echo "configure:13662: checking if compiler accepts \"pragma once\" directive" >&5 +echo "configure:14716: checking if compiler accepts \"pragma once\" directive" >&5 if eval "test \"`echo '$''{'ace_cv_has_pragma_once'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 13668 "configure" +#line 14722 "configure" #include "confdefs.h" #pragma once @@ -13674,7 +14729,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:13679: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14733: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_has_pragma_once=yes @@ -13717,20 +14772,20 @@ if test -n "$GXX"; then CFLAGS="$CFLAGS -pipe" echo $ac_n "checking if \"-pipe\" compiler flag is supported""... $ac_c" 1>&6 -echo "configure:13722: checking if \"-pipe\" compiler flag is supported" >&5 +echo "configure:14776: checking if \"-pipe\" compiler flag is supported" >&5 if eval "test \"`echo '$''{'ace_cv_feature_gxx_has_pipe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 13728 "configure" +#line 14782 "configure" #include "confdefs.h" int main() { int a = 0; ; return 0; } EOF -if { (eval echo configure:13735: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14789: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_gxx_has_pipe=yes @@ -13764,21 +14819,21 @@ fi echo $ac_n "checking for inline""... $ac_c" 1>&6 -echo "configure:13769: checking for inline" >&5 +echo "configure:14823: checking for inline" >&5 if eval "test \"`echo '$''{'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 13776 "configure" +#line 14830 "configure" #include "confdefs.h" int main() { } $ac_kw foo() { ; return 0; } EOF -if { (eval echo configure:13783: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14837: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_inline=$ac_kw; break else @@ -13812,14 +14867,14 @@ fi if test "$cross_compiling" != yes; then echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 -echo "configure:13817: checking whether byte ordering is bigendian" >&5 +echo "configure:14871: checking whether byte ordering is bigendian" >&5 if eval "test \"`echo '$''{'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 13824 "configure" +#line 14878 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/param.h> @@ -13830,11 +14885,11 @@ int main() { #endif ; return 0; } EOF -if { (eval echo configure:13835: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14889: \"$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 13839 "configure" +#line 14893 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/param.h> @@ -13845,7 +14900,7 @@ int main() { #endif ; return 0; } EOF -if { (eval echo configure:13850: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14904: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_bigendian=yes else @@ -13865,7 +14920,7 @@ if test "$cross_compiling" = yes; then { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <<EOF -#line 13870 "configure" +#line 14924 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -13881,7 +14936,7 @@ main () { exit (u.c[sizeof (long) - 1] == 1); } EOF -if { (eval echo configure:13886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:14940: \"$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 @@ -13909,7 +14964,7 @@ fi if test "$cross_compiling" != yes; then echo $ac_n "checking size of short""... $ac_c" 1>&6 -echo "configure:13914: checking size of short" >&5 +echo "configure:14968: checking size of short" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -13917,7 +14972,7 @@ else ac_cv_sizeof_short=2 else cat > conftest.$ac_ext <<EOF -#line 13922 "configure" +#line 14976 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -13931,7 +14986,7 @@ main() exit(0); } EOF -if { (eval echo configure:13936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:14990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_short=`cat conftestval` else @@ -13957,7 +15012,7 @@ EOF fi echo $ac_n "checking size of int""... $ac_c" 1>&6 -echo "configure:13962: checking size of int" >&5 +echo "configure:15016: checking size of int" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -13965,7 +15020,7 @@ else ac_cv_sizeof_int=4 else cat > conftest.$ac_ext <<EOF -#line 13970 "configure" +#line 15024 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -13979,7 +15034,7 @@ main() exit(0); } EOF -if { (eval echo configure:13984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:15038: \"$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 @@ -14005,7 +15060,7 @@ EOF fi echo $ac_n "checking size of long""... $ac_c" 1>&6 -echo "configure:14010: checking size of long" >&5 +echo "configure:15064: checking size of long" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -14013,7 +15068,7 @@ else ac_cv_sizeof_long=4 else cat > conftest.$ac_ext <<EOF -#line 14018 "configure" +#line 15072 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -14027,11 +15082,11 @@ main() exit(0); } EOF -if { (eval echo configure:14032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:15086: \"$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 - echo "configure: failed program was:" + echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -fr conftest* ac_cv_sizeof_long=0 @@ -14053,7 +15108,7 @@ EOF fi echo $ac_n "checking size of long long""... $ac_c" 1>&6 -echo "configure:14058: checking size of long long" >&5 +echo "configure:15112: checking size of long long" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -14061,7 +15116,7 @@ else ac_cv_sizeof_long_long=8 else cat > conftest.$ac_ext <<EOF -#line 14066 "configure" +#line 15120 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -14075,7 +15130,7 @@ main() exit(0); } EOF -if { (eval echo configure:14080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:15134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_long_long=`cat conftestval` else @@ -14106,7 +15161,7 @@ EOF fi echo $ac_n "checking size of void *""... $ac_c" 1>&6 -echo "configure:14111: checking size of void *" >&5 +echo "configure:15165: checking size of void *" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_void_p'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -14114,7 +15169,7 @@ else ac_cv_sizeof_void_p=4 else cat > conftest.$ac_ext <<EOF -#line 14119 "configure" +#line 15173 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -14128,7 +15183,7 @@ main() exit(0); } EOF -if { (eval echo configure:14133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:15187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_void_p=`cat conftestval` else @@ -14154,7 +15209,7 @@ EOF fi echo $ac_n "checking size of float""... $ac_c" 1>&6 -echo "configure:14159: checking size of float" >&5 +echo "configure:15213: checking size of float" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_float'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -14162,7 +15217,7 @@ else ac_cv_sizeof_float=4 else cat > conftest.$ac_ext <<EOF -#line 14167 "configure" +#line 15221 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -14176,7 +15231,7 @@ main() exit(0); } EOF -if { (eval echo configure:14181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:15235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_float=`cat conftestval` else @@ -14207,15 +15262,15 @@ EOF fi echo $ac_n "checking size of double""... $ac_c" 1>&6 -echo "configure:14212: checking size of double" >&5 +echo "configure:15266: checking size of double" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then - echo $ac_n "(cached)$ac_c" 1>&6 + echo $ac_n "(cached) $ac_c" 1>&6 else if test "$cross_compiling" = yes; then ac_cv_sizeof_double=8 else cat > conftest.$ac_ext <<EOF -#line 14220 "configure" +#line 15274 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -14229,7 +15284,7 @@ main() exit(0); } EOF -if { (eval echo configure:14234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:15288: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_double=`cat conftestval` else @@ -14260,7 +15315,7 @@ EOF fi echo $ac_n "checking size of long double""... $ac_c" 1>&6 -echo "configure:14265: checking size of long double" >&5 +echo "configure:15319: checking size of long double" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -14268,7 +15323,7 @@ else ac_cv_sizeof_long_double=16 else cat > conftest.$ac_ext <<EOF -#line 14273 "configure" +#line 15327 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -14282,7 +15337,7 @@ main() exit(0); } EOF -if { (eval echo configure:14287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:15341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_long_double=`cat conftestval` else @@ -14320,7 +15375,7 @@ EOF fi echo $ac_n "checking size of signed char""... $ac_c" 1>&6 -echo "configure:14325: checking size of signed char" >&5 +echo "configure:15379: checking size of signed char" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_signed_char'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -14328,7 +15383,7 @@ else ac_cv_sizeof_signed_char=1 else cat > conftest.$ac_ext <<EOF -#line 14333 "configure" +#line 15387 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -14342,7 +15397,7 @@ main() exit(0); } EOF -if { (eval echo configure:14347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:15401: \"$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 @@ -14371,13 +15426,13 @@ fi echo $ac_n "checking for working C++ explicit template destructors""... $ac_c" 1>&6 -echo "configure:14376: checking for working C++ explicit template destructors" >&5 +echo "configure:15430: checking for working C++ explicit template destructors" >&5 if eval "test \"`echo '$''{'ace_cv_feature_working_explicit_des'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 14382 "configure" +#line 15436 "configure" #include "confdefs.h" #include <iostream.h> @@ -14424,7 +15479,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:14429: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15483: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_working_explicit_des=yes @@ -14455,13 +15510,13 @@ EOF echo $ac_n "checking for C++ \"using\" keyword support""... $ac_c" 1>&6 -echo "configure:14460: checking for C++ \"using\" keyword support" >&5 +echo "configure:15514: checking for C++ \"using\" keyword support" >&5 if eval "test \"`echo '$''{'ace_cv_feature_cxx_using_keyword'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 14466 "configure" +#line 15520 "configure" #include "confdefs.h" #include <iostream.h> @@ -14472,7 +15527,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:14477: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15531: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_cxx_using_keyword=yes @@ -14503,13 +15558,13 @@ EOF echo $ac_n "checking for C++ standard namespace""... $ac_c" 1>&6 -echo "configure:14508: checking for C++ standard namespace" >&5 +echo "configure:15562: checking for C++ standard namespace" >&5 if eval "test \"`echo '$''{'ace_cv_feature_posix_uses_std_namespace'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 14514 "configure" +#line 15568 "configure" #include "confdefs.h" #include <vector.h> @@ -14520,7 +15575,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:14525: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15579: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_posix_uses_std_namespace=yes @@ -14551,7 +15606,7 @@ EOF echo $ac_n "checking for new style C++ include file support""... $ac_c" 1>&6 -echo "configure:14556: checking for new style C++ include file support" >&5 +echo "configure:15610: checking for new style C++ include file support" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_standard_includes'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -14559,7 +15614,7 @@ else ace_cv_lib_posix_standard_includes=no if test "$ace_cv_feature_posix_uses_std_namespace" = yes; then cat > conftest.$ac_ext <<EOF -#line 14564 "configure" +#line 15618 "configure" #include "confdefs.h" #include <string> @@ -14570,7 +15625,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:14575: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15629: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_standard_includes=yes else @@ -14580,7 +15635,7 @@ fi rm -f conftest* else cat > conftest.$ac_ext <<EOF -#line 14585 "configure" +#line 15639 "configure" #include "confdefs.h" #include <string> @@ -14591,7 +15646,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:14596: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15650: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_standard_includes=yes else @@ -14623,13 +15678,13 @@ EOF echo $ac_n "checking for ANSI C++ cast support""... $ac_c" 1>&6 -echo "configure:14628: checking for ANSI C++ cast support" >&5 +echo "configure:15682: checking for ANSI C++ cast support" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_standard_casts'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 14634 "configure" +#line 15688 "configure" #include "confdefs.h" /* No headers */ int main() { @@ -14654,7 +15709,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:14659: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15713: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_standard_casts=yes @@ -14671,7 +15726,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 14676 "configure" +#line 15730 "configure" #include "confdefs.h" /* No headers */ int main() { @@ -14692,7 +15747,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:14697: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15751: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_standard_casts=yes @@ -14740,13 +15795,13 @@ EOF echo $ac_n "checking if platform supports explicit template instantiation""... $ac_c" 1>&6 -echo "configure:14745: checking if platform supports explicit template instantiatio +echo "configure:15799: checking if platform supports explicit template instantiation" >&5 if eval "test \"`echo '$''{'ace_cv_feature_explicit_template_instantiation'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 14751 "configure" +#line 15805 "configure" #include "confdefs.h" template <class T> @@ -14765,7 +15820,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:14770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15824: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_explicit_template_instantiation=yes @@ -14796,13 +15851,13 @@ EOF echo $ac_n "checking if platform supports pragma template instantiation""... $ac_c" 1>&6 -echo "configure:14801: checking if platform supports pragma template instantiation" >&5 +echo "configure:15855: checking if platform supports pragma template instantiation" >&5 if eval "test \"`echo '$''{'ace_cv_feature_pragma_template_instantiation'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 14807 "configure" +#line 15861 "configure" #include "confdefs.h" template <class T> @@ -14821,7 +15876,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:14826: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15880: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_pragma_template_instantiation=yes @@ -14855,13 +15910,13 @@ EOF echo $ac_n "checking if templates require source on platform""... $ac_c" 1>&6 -echo "configure:14860: checking if templates require source on platform" >&5 +echo "configure:15914: checking if templates require source on platform" >&5 if eval "test \"`echo '$''{'ace_cv_feature_templates_require_source'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 14866 "configure" +#line 15920 "configure" #include "confdefs.h" /* @@ -14874,7 +15929,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:14879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:15933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ace_cv_feature_templates_require_source=no @@ -14901,7 +15956,7 @@ EOF else - ace_jus_a_place_holder=fixme + ace_just_a_place_holder=fixme fi @@ -14916,13 +15971,13 @@ fi echo $ac_n "checking if platform supports template specialization""... $ac_c" 1>&6 -echo "configure:14921: checking if platform supports template specialization" >&5 +echo "configure:15975: checking if platform supports template specialization" >&5 if eval "test \"`echo '$''{'ace_cv_feature_posix_template_specialization'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 14927 "configure" +#line 15981 "configure" #include "confdefs.h" template <class T> @@ -14947,7 +16002,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:14952: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:16006: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_posix_template_specialization=yes @@ -14978,13 +16033,13 @@ EOF echo $ac_n "checking if platform supports typename keyword""... $ac_c" 1>&6 -echo "configure:14983: checking if platform supports typename keyword" >&5 +echo "configure:16037: checking if platform supports typename keyword" >&5 if eval "test \"`echo '$''{'ace_cv_feature_posix_typename_keyword'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 14989 "configure" +#line 16043 "configure" #include "confdefs.h" class Bar @@ -15020,7 +16075,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:15025: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:16079: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_posix_typename_keyword=yes @@ -15051,13 +16106,13 @@ EOF echo $ac_n "checking if platform supports template typedefs""... $ac_c" 1>&6 -echo "configure:15056: checking if platform supports template typedefs" >&5 +echo "configure:16110: checking if platform supports template typedefs" >&5 if eval "test \"`echo '$''{'ace_cv_feature_posix_template_typedefs'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 15062 "configure" +#line 16116 "configure" #include "confdefs.h" #if defined (ACE_HAS_TYPENAME_KEYWORD) @@ -15100,7 +16155,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:15105: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:16159: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_posix_template_typedefs=yes @@ -15131,13 +16186,13 @@ EOF echo $ac_n "checking if platform supports static data member templates""... $ac_c" 1>&6 -echo "configure:15136: checking if platform supports static data member templates" >&5 +echo "configure:16190: checking if platform supports static data member templates" >&5 if eval "test \"`echo '$''{'ace_cv_feature_posix_static_data_member_templates'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 15142 "configure" +#line 16196 "configure" #include "confdefs.h" template <class T> @@ -15154,7 +16209,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:15159: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:16213: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_posix_static_data_member_templates=yes @@ -15187,13 +16242,13 @@ EOF if test "$ace_user_enable_exceptions" = yes; then echo $ac_n "checking if platform supports C++ exceptions""... $ac_c" 1>&6 -echo "configure:15192: checking if platform supports C++ exceptions" >&5 +echo "configure:16246: checking if platform supports C++ exceptions" >&5 if eval "test \"`echo '$''{'ace_cv_feature_posix_exceptions'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 15198 "configure" +#line 16252 "configure" #include "confdefs.h" int main() { @@ -15211,7 +16266,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:15216: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:16270: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_posix_exceptions=yes @@ -15257,19 +16312,19 @@ fi # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 -echo "configure:15262: checking for working alloca.h" >&5 +echo "configure:16316: checking for working alloca.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 15267 "configure" +#line 16321 "configure" #include "confdefs.h" #include <alloca.h> int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:15274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_header_alloca_h=yes else @@ -15290,12 +16345,12 @@ EOF fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:15295: checking for alloca" >&5 +echo "configure:16349: checking for alloca" >&5 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 15300 "configure" +#line 16354 "configure" #include "confdefs.h" #ifdef __GNUC__ @@ -15323,7 +16378,7 @@ int main() { char *p = (char *) alloca(1); ; return 0; } EOF -if { (eval echo configure:15328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_alloca_works=yes else @@ -15355,12 +16410,12 @@ EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:15360: checking whether alloca needs Cray hooks" >&5 +echo "configure:16414: checking whether alloca needs Cray hooks" >&5 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 15365 "configure" +#line 16419 "configure" #include "confdefs.h" #if defined(CRAY) && ! defined(CRAY2) webecray @@ -15377,7 +16432,7 @@ else rm -rf conftest* ac_cv_os_cray=no fi -rm - +rm -f conftest* fi @@ -15385,12 +16440,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6 if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:15390: checking for $ac_func" >&5 +echo "configure:16444: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 15395 "configure" +#line 16449 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func(); below. */ @@ -15416,7 +16471,7 @@ $ac_func(); ; return 0; } EOF -if { (eval echo configure:15421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -15443,7 +16498,7 @@ done fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:15448: checking stack direction for C alloca" >&5 +echo "configure:16502: checking stack direction for C alloca" >&5 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -15451,7 +16506,7 @@ else ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <<EOF -#line 15456 "configure" +#line 16510 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -15473,7 +16528,7 @@ main () exit (find_stack_direction() < 0); } EOF -if { (eval echo configure:15478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:16532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else @@ -15509,7 +16564,7 @@ fi echo $ac_n "checking whether closedir returns void""... $ac_c" 1>&6 -echo "configure:15514: checking whether closedir returns void" >&5 +echo "configure:16568: checking whether closedir returns void" >&5 if eval "test \"`echo '$''{'ac_cv_func_closedir_void'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -15517,7 +16572,7 @@ else ac_cv_func_closedir_void=yes else cat > conftest.$ac_ext <<EOF -#line 15522 "configure" +#line 16576 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -15526,7 +16581,7 @@ extern "C" void exit(int); #include <$ac_header_dirent> int closedir(); main() { exit(closedir(opendir(".")) != 0); } EOF -if { (eval echo configure:15531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:16585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_func_closedir_void=no else @@ -15544,18 +16599,18 @@ echo "$ac_t""$ac_cv_func_closedir_void" 1>&6 if test $ac_cv_func_closedir_void = yes; then cat >> confdefs.h <<\EOF #define CLOSEDIR_VOID 1 -EF +EOF fi echo $ac_n "checking for getpwnam""... $ac_c" 1>&6 -echo "configure:15555: checking for getpwnam" >&5 +echo "configure:16609: checking for getpwnam" >&5 if eval "test \"`echo '$''{'ac_cv_func_getpwnam'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 15560 "configure" +#line 16614 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getpwnam(); below. */ @@ -15581,7 +16636,7 @@ getpwnam(); ; return 0; } EOF -if { (eval echo configure:15586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getpwnam=yes" else @@ -15600,12 +16655,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for setpwent""... $ac_c" 1>&6 -echo "configure:15605: checking for setpwent" >&5 +echo "configure:16659: checking for setpwent" >&5 if eval "test \"`echo '$''{'ac_cv_func_setpwent'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 15610 "configure" +#line 16664 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char setpwent(); below. */ @@ -15631,7 +16686,7 @@ setpwent(); ; return 0; } EOF -if { (eval echo configure:15636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_setpwent=yes" else @@ -15650,12 +16705,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for endpwent""... $ac_c" 1>&6 -echo "configure:15655: checking for endpwent" >&5 +echo "configure:16709: checking for endpwent" >&5 if eval "test \"`echo '$''{'ac_cv_func_endpwent'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 15660 "configure" +#line 16714 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char endpwent(); below. */ @@ -15681,7 +16736,7 @@ endpwent(); ; return 0; } EOF -if { (eval echo configure:15686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_endpwent=yes" else @@ -15700,12 +16755,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for getpwent""... $ac_c" 1>&6 -echo "configure:15705: checking for getpwent" >&5 +echo "configure:16759: checking for getpwent" >&5 if eval "test \"`echo '$''{'ac_cv_func_getpwent'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 15710 "configure" +#line 16764 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getpwent(); below. */ @@ -15731,7 +16786,7 @@ getpwent(); ; return 0; } EOF -if { (eval echo configure:15736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getpwent=yes" else @@ -15761,12 +16816,12 @@ EOF fi echo $ac_n "checking for strftime""... $ac_c" 1>&6 -echo "configure:15766: checking for strftime" >&5 +echo "configure:16820: checking for strftime" >&5 if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 15771 "configure" +#line 16825 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strftime(); below. */ @@ -15792,7 +16847,7 @@ strftime(); ; return 0; } EOF -if { (eval echo configure:15797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_strftime=yes" else @@ -15814,7 +16869,7 @@ else echo "$ac_t""no" 1>&6 # strftime is in -lintl on SCO UNIX. echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6 -echo "configure:15819: checking for strftime in -lintl" >&5 +echo "configure:16873: checking for strftime in -lintl" >&5 ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -15822,7 +16877,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lintl $LIBS" cat > conftest.$ac_ext <<EOF -#line 15827 "configure" +#line 16881 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -15836,7 +16891,7 @@ int main() { strftime() ; return 0; } EOF -if { (eval echo configure:15841: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -15866,12 +16921,12 @@ fi case "$target" in *win32*) echo $ac_n "checking for CancelIO""... $ac_c" 1>&6 -echo "configure:15871: checking for CancelIO" >&5 +echo "configure:16925: checking for CancelIO" >&5 if eval "test \"`echo '$''{'ac_cv_func_CancelIO'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 15876 "configure" +#line 16930 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char CancelIO(); below. */ @@ -15897,7 +16952,7 @@ CancelIO(); ; return 0; } EOF -if { (eval echo configure:15902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16956: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_CancelIO=yes" else @@ -15921,12 +16976,12 @@ fi echo $ac_n "checking for SignalObjectAndWait""... $ac_c" 1>&6 -echo "configure:15926: checking for SignalObjectAndWait" >&5 +echo "configure:16980: checking for SignalObjectAndWait" >&5 if eval "test \"`echo '$''{'ac_cv_func_SignalObjectAndWait'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 15931 "configure" +#line 16985 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char SignalObjectAndWait(); below. */ @@ -15952,7 +17007,7 @@ SignalObjectAndWait(); ; return 0; } EOF -if { (eval echo configure:15957: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_SignalObjectAndWait=yes" else @@ -15976,12 +17031,12 @@ fi echo $ac_n "checking for TryEnterCriticalSection""... $ac_c" 1>&6 -echo "configure:15981: checking for TryEnterCriticalSection" >&5 -if eval "test \"`echo '$''{'ac_cv_func_TryEnterCriticalSection'+set}'`\" = set"; +echo "configure:17035: checking for TryEnterCriticalSection" >&5 +if eval "test \"`echo '$''{'ac_cv_func_TryEnterCriticalSection'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 15986 "configure" +#line 17040 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char TryEnterCriticalSection(); below. */ @@ -16007,7 +17062,7 @@ TryEnterCriticalSection(); ; return 0; } EOF -if { (eval echo configure:16012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_TryEnterCriticalSection=yes" else @@ -16035,12 +17090,12 @@ fi esac echo $ac_n "checking for access""... $ac_c" 1>&6 -echo "configure:16040: checking for access" >&5 +echo "configure:17094: checking for access" >&5 if eval "test \"`echo '$''{'ac_cv_func_access'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 16045 "configure" +#line 17099 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char access(); below. */ @@ -16066,7 +17121,7 @@ access(); ; return 0; } EOF -if { (eval echo configure:16071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_access=yes" else @@ -16091,12 +17146,12 @@ fi echo $ac_n "checking for bsearch""... $ac_c" 1>&6 -echo "configure:16096: checking for bsearch" >&5 +echo "configure:17150: checking for bsearch" >&5 if eval "test \"`echo '$''{'ac_cv_func_bsearch'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 16101 "configure" +#line 17155 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char bsearch(); below. */ @@ -16122,7 +17177,7 @@ bsearch(); ; return 0; } EOF -if { (eval echo configure:16127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -sconftest${ac_exeext}; then +if { (eval echo configure:17181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_bsearch=yes" else @@ -16147,12 +17202,12 @@ fi echo $ac_n "checking for qsort""... $ac_c" 1>&6 -echo "configure:16152: checking for qsort" >&5 +echo "configure:17206: checking for qsort" >&5 if eval "test \"`echo '$''{'ac_cv_func_qsort'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 16157 "configure" +#line 17211 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char qsort(); below. */ @@ -16178,7 +17233,7 @@ qsort(); ; return 0; } EOF -if { (eval echo configure:16183: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_qsort=yes" else @@ -16205,12 +17260,12 @@ fi for ac_func in execv execvp execve do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:16210: checking for $ac_func" >&5 +echo "configure:17264: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 16215 "configure" +#line 17269 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func(); below. */ @@ -16236,7 +17291,7 @@ $ac_func(); ; return 0; } EOF -if { (eval echo configure:16241: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -16266,12 +17321,12 @@ done echo $ac_n "checking for fcntl""... $ac_c" 1>&6 -echo "configure:16271: checking for fcntl" >&5 +echo "configure:17325: checking for fcntl" >&5 if eval "test \"`echo '$''{'ac_cv_func_fcntl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 16276 "configure" +#line 17330 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char fcntl(); below. */ @@ -16297,7 +17352,7 @@ fcntl(); ; return 0; } EOF -if { (eval echo configure:16302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_fcntl=yes" else @@ -16322,12 +17377,12 @@ fi echo $ac_n "checking for fsync""... $ac_c" 1>&6 -echo "configure:16327: checking for fsync" >&5 +echo "configure:17381: checking for fsync" >&5 if eval "test \"`echo '$''{'ac_cv_func_fsync'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 16332 "configure" +#line 17386 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char fsync(); below. */ @@ -16353,7 +17408,7 @@ fsync(); ; return 0; } EOF -if { (eval echo configure:16358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_fsync=yes" else @@ -16378,12 +17433,12 @@ fi echo $ac_n "checking for getmsg""... $ac_c" 1>&6 -echo "configure:16383: checking for getmsg" >&5 +echo "configure:17437: checking for getmsg" >&5 if eval "test \"`echo '$''{'ac_cv_func_getmsg'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 16388 "configure" +#line 17442 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getmsg(); below. */ @@ -16409,7 +17464,7 @@ getmsg(); ; return 0; } EOF -if { (eval echo configure:16414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getmsg=yes" else @@ -16433,12 +17488,12 @@ fi echo $ac_n "checking for gethostbyaddr""... $ac_c" 1>&6 -echo "configure:16438: checking for gethostbyaddr" >&5 +echo "configure:17492: checking for gethostbyaddr" >&5 if eval "test \"`echo '$''{'ac_cv_func_gethostbyaddr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 16443 "configure" +#line 17497 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostbyaddr(); below. */ @@ -16464,7 +17519,7 @@ gethostbyaddr(); ; return 0; } EOF -if { (eval echo configure:16469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_gethostbyaddr=yes" else @@ -16485,12 +17540,12 @@ fi echo $ac_n "checking for difftime""... $ac_c" 1>&6 -echo "configure:16490: checking for difftime" >&5 +echo "configure:17544: checking for difftime" >&5 if eval "test \"`echo '$''{'ac_cv_func_difftime'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 16495 "configure" +#line 17549 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char difftime(); below. */ @@ -16516,7 +17571,7 @@ difftime(); ; return 0; } EOF -if { (eval echo configure:16521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_difftime=yes" else @@ -16541,12 +17596,12 @@ fi echo $ac_n "checking for bind""... $ac_c" 1>&6 -echo "configure:16546: checking for bind" >&5 +echo "configure:17600: checking for bind" >&5 if eval "test \"`echo '$''{'ac_cv_func_bind'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 16551 "configure" +#line 17605 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char bind(); below. */ @@ -16572,12 +17627,12 @@ bind(); ; return 0; } EOF -if { (eval echo configure:16577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_bind=yes" else echo "configure: failed program was:" >&5 - + cat conftest.$ac_ext >&5 rm -rf conftest* eval "ac_cv_func_bind=no" fi @@ -16589,7 +17644,7 @@ if eval "test \"`echo '$ac_cv_func_'bind`\" = yes"; then echo $ac_n "checking if bind() will select the port if it is zero""... $ac_c" 1>&6 -echo "configure:16594: checking if bind() will select the port if it is zero" >&5 +echo "configure:17648: checking if bind() will select the port if it is zero" >&5 if eval "test \"`echo '$''{'ace_cv_have_wildcard_bind'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -16600,7 +17655,7 @@ else else cat > conftest.$ac_ext <<EOF -#line 16605 "configure" +#line 17659 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -16630,7 +17685,7 @@ extern "C" void exit(int); } EOF -if { (eval echo configure:16635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:17689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ace_cv_have_wildcard_bind=yes @@ -16668,12 +17723,12 @@ fi echo $ac_n "checking for poll""... $ac_c" 1>&6 -echo "configure:16673: checking for poll" >&5 +echo "configure:17727: checking for poll" >&5 if eval "test \"`echo '$''{'ac_cv_func_poll'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 16678 "configure" +#line 17732 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char poll(); below. */ @@ -16699,7 +17754,7 @@ poll(); ; return 0; } EOF -if { (eval echo configure:16704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_poll=yes" else @@ -16716,7 +17771,7 @@ if eval "test \"`echo '$ac_cv_func_'poll`\" = yes"; then echo $ac_n "checking if poll is broken""... $ac_c" 1>&6 -echo "configure:16721: checking if poll is broken" >&5 +echo "configure:17775: checking if poll is broken" >&5 if eval "test \"`echo '$''{'ace_cv_poll_is_broken'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -16727,7 +17782,7 @@ else else cat > conftest.$ac_ext <<EOF -#line 16732 "configure" +#line 17786 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -16755,7 +17810,6 @@ extern "C" void exit(int); result = poll(0, 0, timeout_arg); time_t time2 = time(t); - time_t diff = time2 - time1; /* If (diff * 1000) < timeout then poll() is broken! */ @@ -16767,7 +17821,7 @@ extern "C" void exit(int); } EOF -if { (eval echo configure:16772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:17825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ace_cv_poll_is_broken=no @@ -16808,12 +17862,12 @@ fi echo $ac_n "checking for gethrtime""... $ac_c" 1>&6 -echo "configure:16813: checking for gethrtime" >&5 +echo "configure:17866: checking for gethrtime" >&5 if eval "test \"`echo '$''{'ac_cv_func_gethrtime'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 16818 "configure" +#line 17871 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethrtime(); below. */ @@ -16839,7 +17893,7 @@ gethrtime(); ; return 0; } EOF -if { (eval echo configure:16844: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_gethrtime=yes" else @@ -16858,13 +17912,13 @@ if eval "test \"`echo '$ac_cv_func_'gethrtime`\" = yes"; then echo $ac_n "checking for hrtime_t in sys/time.h""... $ac_c" 1>&6 -echo "configure:16863: checking for hrtime_t in sys/time.h" >&5 +echo "configure:17916: checking for hrtime_t in sys/time.h" >&5 if eval "test \"`echo '$''{'ace_cv_type_hrtime_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 16869 "configure" +#line 17922 "configure" #include "confdefs.h" #include <sys/time.h> @@ -16875,7 +17929,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:16880: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:17933: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_type_hrtime_t=yes @@ -16911,15 +17965,15 @@ fi echo $ac_n "checking for pread""... $ac_c" 1>&6 -echo "configure:16916: checking for pread" >&5 +echo "configure:17969: checking for pread" >&5 if eval "test \"`echo '$''{'ac_cv_func_pread'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 16921 "configure" +#line 17974 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char pread(); beow. */ + which can conflict with char pread(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -16942,7 +17996,7 @@ pread(); ; return 0; } EOF -if { (eval echo configure:16947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pread=yes" else @@ -16957,12 +18011,12 @@ fi if eval "test \"`echo '$ac_cv_func_'pread`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for pwrite""... $ac_c" 1>&6 -echo "configure:16962: checking for pwrite" >&5 +echo "configure:18015: checking for pwrite" >&5 if eval "test \"`echo '$''{'ac_cv_func_pwrite'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 16967 "configure" +#line 18020 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pwrite(); below. */ @@ -16988,7 +18042,7 @@ pwrite(); ; return 0; } EOF -if { (eval echo configure:16993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pwrite=yes" else @@ -17016,12 +18070,12 @@ fi echo $ac_n "checking for readv""... $ac_c" 1>&6 -echo "configure:17021: checking for readv" >&5 +echo "configure:18074: checking for readv" >&5 if eval "test \"`echo '$''{'ac_cv_func_readv'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17026 "configure" +#line 18079 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char readv(); below. */ @@ -17047,7 +18101,7 @@ readv(); ; return 0; } EOF -if { (eval echo configure:17052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_readv=yes" else @@ -17071,12 +18125,12 @@ EOF fi echo $ac_n "checking for writev""... $ac_c" 1>&6 -echo "configure:17076: checking for writev" >&5 +echo "configure:18129: checking for writev" >&5 if eval "test \"`echo '$''{'ac_cv_func_writev'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17081 "configure" +#line 18134 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char writev(); below. */ @@ -17102,7 +18156,7 @@ writev(); ; return 0; } EOF -if { (eval echo configure:17107: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_writev=yes" else @@ -17126,12 +18180,12 @@ EOF fi echo $ac_n "checking for set_t_errno""... $ac_c" 1>&6 -echo "configure:17131: checking for set_t_errno" >&5 +echo "configure:18184: checking for set_t_errno" >&5 if eval "test \"`echo '$''{'ac_cv_func_set_t_errno'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17136 "configure" +#line 18189 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char set_t_errno(); below. */ @@ -17157,7 +18211,7 @@ set_t_errno(); ; return 0; } EOF -if { (eval echo configure:17162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_set_t_errno=yes" else @@ -17180,12 +18234,12 @@ else fi echo $ac_n "checking for socketpair""... $ac_c" 1>&6 -echo "configure:17185: checking for socketpair" >&5 +echo "configure:18238: checking for socketpair" >&5 if eval "test \"`echo '$''{'ac_cv_func_socketpair'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17190 "configure" +#line 18243 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char socketpair(); below. */ @@ -17211,7 +18265,7 @@ socketpair(); ; return 0; } EOF -if { (eval echo configure:17216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; the +if { (eval echo configure:18269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_socketpair=yes" else @@ -17236,12 +18290,12 @@ fi echo $ac_n "checking for strcasecmp""... $ac_c" 1>&6 -echo "configure:17241: checking for strcasecmp" >&5 +echo "configure:18294: checking for strcasecmp" >&5 if eval "test \"`echo '$''{'ac_cv_func_strcasecmp'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17246 "configure" +#line 18299 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strcasecmp(); below. */ @@ -17267,7 +18321,7 @@ strcasecmp(); ; return 0; } EOF -if { (eval echo configure:17272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_strcasecmp=yes" else @@ -17292,12 +18346,12 @@ fi echo $ac_n "checking for strdup""... $ac_c" 1>&6 -echo "configure:17297: checking for strdup" >&5 +echo "configure:18350: checking for strdup" >&5 if eval "test \"`echo '$''{'ac_cv_func_strdup'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17302 "configure" +#line 18355 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strdup(); below. */ @@ -17323,7 +18377,7 @@ strdup(); ; return 0; } EOF -if { (eval echo configure:17328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_strdup=yes" else @@ -17348,12 +18402,12 @@ fi echo $ac_n "checking for strrchr""... $ac_c" 1>&6 -echo "configure:17353: checking for strrchr" >&5 +echo "configure:18406: checking for strrchr" >&5 if eval "test \"`echo '$''{'ac_cv_func_strrchr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17358 "configure" +#line 18411 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strrchr(); below. */ @@ -17379,7 +18433,7 @@ strrchr(); ; return 0; } EOF -if { (eval echo configure:17384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_strrchr=yes" else @@ -17404,12 +18458,12 @@ fi echo $ac_n "checking for syscall""... $ac_c" 1>&6 -echo "configure:17409: checking for syscall" >&5 +echo "configure:18462: checking for syscall" >&5 if eval "test \"`echo '$''{'ac_cv_func_syscall'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17414 "configure" +#line 18467 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char syscall(); below. */ @@ -17435,7 +18489,7 @@ syscall(); ; return 0; } EOF -if { (eval echo configure:17440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_syscall=yes" else @@ -17460,12 +18514,12 @@ fi echo $ac_n "checking for ualarm""... $ac_c" 1>&6 -echo "configure:17465: checking for ualarm" >&5 +echo "configure:18518: checking for ualarm" >&5 if eval "test \"`echo '$''{'ac_cv_func_ualarm'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17470 "configure" +#line 18523 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char ualarm(); below. */ @@ -17491,7 +18545,7 @@ ualarm(); ; return 0; } EOF -if { (eval echo configure:17496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_ualarm=yes" else @@ -17515,12 +18569,12 @@ fi echo $ac_n "checking for alarm""... $ac_c" 1>&6 -echo "configure:17520: checking for alarm" >&5 +echo "configure:18573: checking for alarm" >&5 if eval "test \"`echo '$''{'ac_cv_func_alarm'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17525 "cnfigure" +#line 18578 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char alarm(); below. */ @@ -17546,7 +18600,7 @@ alarm(); ; return 0; } EOF -if { (eval echo configure:17551: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_alarm=yes" else @@ -17565,12 +18619,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for signal""... $ac_c" 1>&6 -echo "configure:17570: checking for signal" >&5 +echo "configure:18623: checking for signal" >&5 if eval "test \"`echo '$''{'ac_cv_func_signal'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17575 "configure" +#line 18628 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char signal(); below. */ @@ -17596,7 +18650,7 @@ signal(); ; return 0; } EOF -if { (eval echo configure:17601: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_signal=yes" else @@ -17624,12 +18678,12 @@ EOF fi echo $ac_n "checking for clock_gettime""... $ac_c" 1>&6 -echo "configure:17629: checking for clock_gettime" >&5 +echo "configure:18682: checking for clock_gettime" >&5 if eval "test \"`echo '$''{'ac_cv_func_clock_gettime'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17634 "configure" +#line 18687 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char clock_gettime(); below. */ @@ -17655,7 +18709,7 @@ clock_gettime(); ; return 0; } EOF -if { (eval echo configure:17660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_clock_gettime=yes" else @@ -17679,12 +18733,12 @@ fi echo $ac_n "checking for fork""... $ac_c" 1>&6 -echo "configure:17684: checking for fork" >&5 +echo "configure:18737: checking for fork" >&5 if eval "test \"`echo '$''{'ac_cv_func_fork'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17689 "configure" +#line 18742 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char fork(); below. */ @@ -17710,7 +18764,7 @@ fork(); ; return 0; } EOF -if { (eval echo configure:17715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_fork=yes" else @@ -17735,12 +18789,12 @@ fi echo $ac_n "checking for getrlimit""... $ac_c" 1>&6 -echo "configure:17740: checking for getrlimit" >&5 +echo "configure:18793: checking for getrlimit" >&5 if eval "test \"`echo '$''{'ac_cv_func_getrlimit'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17745 "configure" +#line 18798 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getrlimit(); below. */ @@ -17766,7 +18820,7 @@ getrlimit(); ; return 0; } EOF -if { (eval echo configure:17771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getrlimit=yes" else @@ -17782,12 +18836,12 @@ if eval "test \"`echo '$ac_cv_func_'getrlimit`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for setrlimit""... $ac_c" 1>&6 -echo "configure:17787: checking for setrlimit" >&5 +echo "configure:18840: checking for setrlimit" >&5 if eval "test \"`echo '$''{'ac_cv_func_setrlimit'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17792 "configure" +#line 18845 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char setrlimit(); below. */ @@ -17805,7 +18859,7 @@ int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ -#if defined (__stub_setrlimit) || define +#if defined (__stub_setrlimit) || defined (__stub___setrlimit) choke me #else setrlimit(); @@ -17813,7 +18867,7 @@ setrlimit(); ; return 0; } EOF -if { (eval echo configure:17818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18871: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_setrlimit=yes" else @@ -17849,12 +18903,12 @@ fi echo $ac_n "checking for sysinfo""... $ac_c" 1>&6 -echo "configure:17854: checking for sysinfo" >&5 +echo "configure:18907: checking for sysinfo" >&5 if eval "test \"`echo '$''{'ac_cv_func_sysinfo'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17859 "configure" +#line 18912 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sysinfo(); below. */ @@ -17880,7 +18934,7 @@ sysinfo(); ; return 0; } EOF -if { (eval echo configure:17885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_sysinfo=yes" else @@ -17908,12 +18962,12 @@ fi echo $ac_n "checking for strerror""... $ac_c" 1>&6 -echo "configure:17913: checking for strerror" >&5 +echo "configure:18966: checking for strerror" >&5 if eval "test \"`echo '$''{'ac_cv_func_strerror'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17918 "configure" +#line 18971 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strerror(); below. */ @@ -17939,7 +18993,7 @@ strerror(); ; return 0; } EOF -if { (eval echo configure:17944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_strerror=yes" else @@ -17963,12 +19017,12 @@ fi echo $ac_n "checking for lstat""... $ac_c" 1>&6 -echo "configure:17968: checking for lstat" >&5 +echo "configure:19021: checking for lstat" >&5 if eval "test \"`echo '$''{'ac_cv_func_lstat'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 17973 "configure" +#line 19026 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char lstat(); below. */ @@ -17994,7 +19048,7 @@ lstat(); ; return 0; } EOF -if { (eval echo configure:17999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_lstat=yes" else @@ -18019,12 +19073,12 @@ fi echo $ac_n "checking for readlink""... $ac_c" 1>&6 -echo "configure:18024: checking for readlink" >&5 +echo "configure:19077: checking for readlink" >&5 if eval "test \"`echo '$''{'ac_cv_func_readlink'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18029 "configure" +#line 19082 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char readlink(); below. */ @@ -18050,7 +19104,7 @@ readlink(); ; return 0; } EOF -if { (eval echo configure:18055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_readlink=yes" else @@ -18074,13 +19128,69 @@ EOF fi +echo $ac_n "checking for rename""... $ac_c" 1>&6 +echo "configure:19133: checking for rename" >&5 +if eval "test \"`echo '$''{'ac_cv_func_rename'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + cat > conftest.$ac_ext <<EOF +#line 19138 "configure" +#include "confdefs.h" +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char rename(); below. */ +#include <assert.h> +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char rename(); + +int main() { + +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined (__stub_rename) || defined (__stub___rename) +choke me +#else +rename(); +#endif + +; return 0; } +EOF +if { (eval echo configure:19164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_rename=yes" +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + eval "ac_cv_func_rename=no" +fi +rm -f conftest* +fi + +if eval "test \"`echo '$ac_cv_func_'rename`\" = yes"; then + echo "$ac_t""yes" 1>&6 + +else + echo "$ac_t""no" 1>&6 +cat >> confdefs.h <<\EOF +#define ACE_LACKS_RENAME 1 +EOF + +fi + + echo $ac_n "checking for recvmsg""... $ac_c" 1>&6 -echo "configure:18080: checking for recvmsg" >&5 +echo "configure:19189: checking for recvmsg" >&5 if eval "test \"`echo '$''{'ac_cv_func_recvmsg'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18085 "configure" +#line 19194 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char recvmsg(); below. */ @@ -18106,7 +19216,7 @@ recvmsg(); ; return 0; } EOF -if { (eval echo configure:18111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_recvmsg=yes" else @@ -18122,7 +19232,7 @@ if eval "test \"`echo '$ac_cv_func_'recvmsg`\" = yes"; then echo "$ac_t""yes" 1>&6 else - ech "$ac_t""no" 1>&6 + echo "$ac_t""no" 1>&6 cat >> confdefs.h <<\EOF #define ACE_LACKS_RECVMSG 1 EOF @@ -18131,12 +19241,12 @@ fi echo $ac_n "checking for sendmsg""... $ac_c" 1>&6 -echo "configure:18136: checking for sendmsg" >&5 +echo "configure:19245: checking for sendmsg" >&5 if eval "test \"`echo '$''{'ac_cv_func_sendmsg'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18141 "configure" +#line 19250 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sendmsg(); below. */ @@ -18162,7 +19272,7 @@ sendmsg(); ; return 0; } EOF -if { (eval echo configure:18167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_sendmsg=yes" else @@ -18188,12 +19298,12 @@ fi if test "$ace_has_tli" = yes; then echo $ac_n "checking for t_getname""... $ac_c" 1>&6 -echo "configure:18193: checking for t_getname" >&5 +echo "configure:19302: checking for t_getname" >&5 if eval "test \"`echo '$''{'ac_cv_func_t_getname'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18198 "configure" +#line 19307 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char t_getname(); below. */ @@ -18219,7 +19329,7 @@ t_getname(); ; return 0; } EOF -if { (eval echo configure:18224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_t_getname=yes" else @@ -18244,12 +19354,12 @@ fi fi echo $ac_n "checking for getrusage""... $ac_c" 1>&6 -echo "configure:18249: checking for getrusage" >&5 +echo "configure:19358: checking for getrusage" >&5 if eval "test \"`echo '$''{'ac_cv_func_getrusage'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18254 "configure" +#line 19363 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getrusage(); below. */ @@ -18275,7 +19385,7 @@ getrusage(); ; return 0; } EOF -if { (eval echo configure:18280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getrusage=yes" else @@ -18299,12 +19409,12 @@ fi echo $ac_n "checking for getpgid""... $ac_c" 1>&6 -echo "configure:18304: checking for getpgid" >&5 +echo "configure:19413: checking for getpgid" >&5 if eval "test \"`echo '$''{'ac_cv_func_getpgid'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18309 "configure" +#line 19418 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getpgid(); below. */ @@ -18330,7 +19440,7 @@ getpgid(); ; return 0; } EOF -if { (eval echo configure:18335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getpgid=yes" else @@ -18355,12 +19465,12 @@ fi echo $ac_n "checking for getpagesize""... $ac_c" 1>&6 -echo "configure:18360: checking for getpagesize" >&5 +echo "configure:19469: checking for getpagesize" >&5 if eval "test \"`echo '$''{'ac_cv_func_getpagesize'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18365 "configure" +#line 19474 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getpagesize(); below. */ @@ -18386,7 +19496,7 @@ getpagesize(); ; return 0; } EOF -if { (eval echo configure:18391: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getpagesize=yes" else @@ -18414,15 +19524,15 @@ fi echo $ac_n "checking for msync""... $ac_c" 1>&6 -echo "configure:18419: checking for msync" >&5 +echo "configure:19528: checking for msync" >&5 if eval "test \"`echo '$''{'ac_cv_func_msync'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18424 "configure" +#line 19533 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char msync(); bel + which can conflict with char msync(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -18445,7 +19555,7 @@ msync(); ; return 0; } EOF -if { (eval echo configure:18450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_msync=yes" else @@ -18470,12 +19580,12 @@ fi echo $ac_n "checking for mprotect""... $ac_c" 1>&6 -echo "configure:18475: checking for mprotect" >&5 +echo "configure:19584: checking for mprotect" >&5 if eval "test \"`echo '$''{'ac_cv_func_mprotect'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18480 "configure" +#line 19589 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char mprotect(); below. */ @@ -18501,7 +19611,7 @@ mprotect(); ; return 0; } EOF -if { (eval echo configure:18506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_mprotect=yes" else @@ -18526,12 +19636,12 @@ fi echo $ac_n "checking for mkfifo""... $ac_c" 1>&6 -echo "configure:18531: checking for mkfifo" >&5 +echo "configure:19640: checking for mkfifo" >&5 if eval "test \"`echo '$''{'ac_cv_func_mkfifo'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18536 "configure" +#line 19645 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char mkfifo(); below. */ @@ -18557,7 +19667,7 @@ mkfifo(); ; return 0; } EOF -if { (eval echo configure:18562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_mkfifo=yes" else @@ -18580,13 +19690,14 @@ EOF fi + echo $ac_n "checking for mktemp""... $ac_c" 1>&6 -echo "configure:18587: checking for mktemp" >&5 +echo "configure:19696: checking for mktemp" >&5 if eval "test \"`echo '$''{'ac_cv_func_mktemp'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18592 "configure" +#line 19701 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char mktemp(); below. */ @@ -18612,7 +19723,7 @@ mktemp(); ; return 0; } EOF -if { (eval echo configure:18618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_mktemp=yes" else @@ -18637,12 +19748,12 @@ fi echo $ac_n "checking for madvise""... $ac_c" 1>&6 -echo "configure:18643: checking for madvise" >&5 +echo "configure:19752: checking for madvise" >&5 if eval "test \"`echo '$''{'ac_cv_func_madvise'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18648 "configure" +#line 19757 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char madvise(); below. */ @@ -18668,7 +19779,7 @@ madvise(); ; return 0; } EOF -if { (eval echo configure:18674: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_madvise=yes" else @@ -18694,12 +19805,12 @@ fi if test "$ac_cv_header_sys_priocntl_h" = yes; then echo $ac_n "checking for priocntl""... $ac_c" 1>&6 -echo "configure:18700: checking for priocntl" >&5 +echo "configure:19809: checking for priocntl" >&5 if eval "test \"`echo '$''{'ac_cv_func_priocntl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18705 "configure" +#line 19814 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char priocntl(); below. */ @@ -18725,7 +19836,7 @@ priocntl(); ; return 0; } EOF -if { (eval echo configure:18731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_priocntl=yes" else @@ -18751,13 +19862,13 @@ fi if test "$ac_cv_func_priocntl" = no; then echo $ac_n "checking if platform defines priocntl as a macro""... $ac_c" 1>&6 -echo "configure:18757: checking if platform defines priocntl as a macro" >&5 +echo "configure:19866: checking if platform defines priocntl as a macro" >&5 if eval "test \"`echo '$''{'ace_cv_lib_has_priocntl_macro'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18763 "configure" +#line 19872 "configure" #include "confdefs.h" #include <sys/priocntl.h> @@ -18797,12 +19908,12 @@ EOF fi fi echo $ac_n "checking for sbrk""... $ac_c" 1>&6 -echo "configure:18803: checking for sbrk" >&5 +echo "configure:19912: checking for sbrk" >&5 if eval "test \"`echo '$''{'ac_cv_func_sbrk'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18808 "configure" +#line 19917 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sbrk(); below. */ @@ -18828,7 +19939,7 @@ sbrk(); ; return 0; } EOF -if { (eval echo configure:18834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_sbrk=yes" else @@ -18853,12 +19964,12 @@ fi echo $ac_n "checking for msgctl""... $ac_c" 1>&6 -echo "configure:18859: checking for msgctl" >&5 +echo "configure:19968: checking for msgctl" >&5 if eval "test \"`echo '$''{'ac_cv_func_msgctl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18864 "configure" +#line 19973 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char msgctl(); below. */ @@ -18884,7 +19995,7 @@ msgctl(); ; return 0; } EOF -if { (eval echo configure:18890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_msgctl=yes" else @@ -18905,12 +20016,12 @@ fi echo $ac_n "checking for msgget""... $ac_c" 1>&6 -echo "configure:18911: checking for msgget" >&5 +echo "configure:20020: checking for msgget" >&5 if eval "test \"`echo '$''{'ac_cv_func_msgget'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18916 "configure" +#line 20025 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char msgget(); below. */ @@ -18936,7 +20047,7 @@ msgget(); ; return 0; } EOF -if { (eval echo configure:18942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_msgget=yes" else @@ -18957,12 +20068,12 @@ fi echo $ac_n "checking for msgrcv""... $ac_c" 1>&6 -echo "configure:18963: checking for msgrcv" >&5 +echo "configure:20072: checking for msgrcv" >&5 if eval "test \"`echo '$''{'ac_cv_func_msgrcv'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 18968 "configure" +#line 20077 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char msgrcv(); below. */ @@ -18988,7 +20099,7 @@ msgrcv(); ; return 0; } EOF -if { (eval echo configure:18994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_msgrcv=yes" else @@ -19009,12 +20120,12 @@ fi echo $ac_n "checking for semctl""... $ac_c" 1>&6 -echo "configure:19015: checking for semctl" >&5 +echo "configure:20124: checking for semctl" >&5 if eval "test \"`echo '$''{'ac_cv_func_semctl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19020 "configure" +#line 20129 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char semctl(); below. */ @@ -19031,7 +20142,7 @@ int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alia + something starting with __ and the normal name is an alias. */ #if defined (__stub_semctl) || defined (__stub___semctl) choke me #else @@ -19040,7 +20151,7 @@ semctl(); ; return 0; } EOF -if { (eval echo configure:19046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_semctl=yes" else @@ -19061,12 +20172,12 @@ fi echo $ac_n "checking for semget""... $ac_c" 1>&6 -echo "configure:19067: checking for semget" >&5 +echo "configure:20176: checking for semget" >&5 if eval "test \"`echo '$''{'ac_cv_func_semget'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19072 "configure" +#line 20181 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char semget(); below. */ @@ -19092,7 +20203,7 @@ semget(); ; return 0; } EOF -if { (eval echo configure:19098: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_semget=yes" else @@ -19113,12 +20224,12 @@ fi echo $ac_n "checking for semop""... $ac_c" 1>&6 -echo "configure:19119: checking for semop" >&5 +echo "configure:20228: checking for semop" >&5 if eval "test \"`echo '$''{'ac_cv_func_semop'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19124 "configure" +#line 20233 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char semop(); below. */ @@ -19144,7 +20255,7 @@ semop(); ; return 0; } EOF -if { (eval echo configure:19150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_semop=yes" else @@ -19165,12 +20276,12 @@ fi echo $ac_n "checking for shmat""... $ac_c" 1>&6 -echo "configure:19171: checking for shmat" >&5 +echo "configure:20280: checking for shmat" >&5 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19176 "configure" +#line 20285 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shmat(); below. */ @@ -19184,6 +20295,7 @@ extern "C" char shmat(); int main() { + /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ @@ -19195,7 +20307,7 @@ shmat(); ; return 0; } EOF -if { (eval echo configure:19202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_shmat=yes" else @@ -19216,12 +20328,12 @@ fi echo $ac_n "checking for shmctl""... $ac_c" 1>&6 -echo "configure:19223: checking for shmctl" >&5 +echo "configure:20332: checking for shmctl" >&5 if eval "test \"`echo '$''{'ac_cv_func_shmctl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19228 "configure" +#line 20337 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shmctl(); below. */ @@ -19247,7 +20359,7 @@ shmctl(); ; return 0; } EOF -if { (eval echo configure:19254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_shmctl=yes" else @@ -19268,12 +20380,12 @@ fi echo $ac_n "checking for shmdt""... $ac_c" 1>&6 -echo "configure:19275: checking for shmdt" >&5 +echo "configure:20384: checking for shmdt" >&5 if eval "test \"`echo '$''{'ac_cv_func_shmdt'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19280 "configure" +#line 20389 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shmdt(); below. */ @@ -19299,7 +20411,7 @@ shmdt(); ; return 0; } EOF -if { (eval echo configure:19306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_shmdt=yes" else @@ -19320,12 +20432,12 @@ fi echo $ac_n "checking for shmget""... $ac_c" 1>&6 -echo "configure:19327: checking for shmget" >&5 +echo "configure:20436: checking for shmget" >&5 if eval "test \"`echo '$''{'ac_cv_func_shmget'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19332 "configure" +#line 20441 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shmget(); below. */ @@ -19351,7 +20463,7 @@ shmget(); ; return 0; } EOF -if { (eval echo configure:19358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_shmget=yes" else @@ -19372,12 +20484,12 @@ fi echo $ac_n "checking for read_real_time""... $ac_c" 1>&6 -echo "configure:19379: checking for read_real_time" >&5 +echo "configure:20488: checking for read_real_time" >&5 if eval "test \"`echo '$''{'ac_cv_func_read_real_time'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19384 "configure" +#line 20493 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char read_real_time(); below. */ @@ -19403,7 +20515,7 @@ read_real_time(); ; return 0; } EOF -if { (eval echo configure:19410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_read_real_time=yes" else @@ -19427,12 +20539,12 @@ fi echo $ac_n "checking for shm_open""... $ac_c" 1>&6 -echo "configure:19434: checking for shm_open" >&5 +echo "configure:20543: checking for shm_open" >&5 if eval "test \"`echo '$''{'ac_cv_func_shm_open'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19439 "configure" +#line 20548 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shm_open(); below. */ @@ -19458,7 +20570,7 @@ shm_open(); ; return 0; } EOF -if { (eval echo configure:19465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_shm_open=yes" else @@ -19482,12 +20594,12 @@ fi echo $ac_n "checking for tempnam""... $ac_c" 1>&6 -echo "configure:19489: checking for tempnam" >&5 +echo "configure:20598: checking for tempnam" >&5 if eval "test \"`echo '$''{'ac_cv_func_tempnam'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19494 "configure" +#line 20603 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char tempnam(); below. */ @@ -19513,7 +20625,7 @@ tempnam(); ; return 0; } EOF -if { (eval echo configure:19520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_tempnam=yes" else @@ -19538,12 +20650,12 @@ fi echo $ac_n "checking for truncate""... $ac_c" 1>&6 -echo "configure:19545: checking for truncate" >&5 +echo "configure:20654: checking for truncate" >&5 if eval "test \"`echo '$''{'ac_cv_func_truncate'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19550 "configure" +#line 20659 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char truncate(); below. */ @@ -19569,7 +20681,7 @@ truncate(); ; return 0; } EOF -if { (eval echo configure:19576: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_truncate=yes" else @@ -19594,12 +20706,12 @@ fi echo $ac_n "checking for recv_timedwait""... $ac_c" 1>&6 -echo "configure:19601: checking for recv_timedwait" >&5 +echo "configure:20710: checking for recv_timedwait" >&5 if eval "test \"`echo '$''{'ac_cv_func_recv_timedwait'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19606 "configure" +#line 20715 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char recv_timedwait(); below. */ @@ -19617,7 +20729,7 @@ int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ -#if defined (__stub_recv_timedwait) || defined (__stub___r +#if defined (__stub_recv_timedwait) || defined (__stub___recv_timedwait) choke me #else recv_timedwait(); @@ -19625,7 +20737,7 @@ recv_timedwait(); ; return 0; } EOF -if { (eval echo configure:19632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_recv_timedwait=yes" else @@ -19649,12 +20761,12 @@ fi echo $ac_n "checking for recvfrom_timedwait""... $ac_c" 1>&6 -echo "configure:19656: checking for recvfrom_timedwait" >&5 +echo "configure:20765: checking for recvfrom_timedwait" >&5 if eval "test \"`echo '$''{'ac_cv_func_recvfrom_timedwait'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19661 "configure" +#line 20770 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char recvfrom_timedwait(); below. */ @@ -19680,7 +20792,7 @@ recvfrom_timedwait(); ; return 0; } EOF -if { (eval echo configure:19687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_recvfrom_timedwait=yes" else @@ -19704,12 +20816,12 @@ fi echo $ac_n "checking for recvmsg_timedwait""... $ac_c" 1>&6 -echo "configure:19711: checking for recvmsg_timedwait" >&5 +echo "configure:20820: checking for recvmsg_timedwait" >&5 if eval "test \"`echo '$''{'ac_cv_func_recvmsg_timedwait'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19716 "configure" +#line 20825 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char recvmsg_timedwait(); below. */ @@ -19735,7 +20847,7 @@ recvmsg_timedwait(); ; return 0; } EOF -if { (eval echo configure:19742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_recvmsg_timedwait=yes" else @@ -19759,12 +20871,12 @@ fi echo $ac_n "checking for send_timedwait""... $ac_c" 1>&6 -echo "configure:19766: checking for send_timedwait" >&5 +echo "configure:20875: checking for send_timedwait" >&5 if eval "test \"`echo '$''{'ac_cv_func_send_timedwait'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > contest.$ac_ext <<EOF -#line 19771 "configure" + cat > conftest.$ac_ext <<EOF +#line 20880 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char send_timedwait(); below. */ @@ -19790,7 +20902,7 @@ send_timedwait(); ; return 0; } EOF -if { (eval echo configure:19797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_send_timedwait=yes" else @@ -19814,12 +20926,12 @@ fi echo $ac_n "checking for sendto_timedwait""... $ac_c" 1>&6 -echo "configure:19821: checking for sendto_timedwait" >&5 +echo "configure:20930: checking for sendto_timedwait" >&5 if eval "test \"`echo '$''{'ac_cv_func_sendto_timedwait'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19826 "configure" +#line 20935 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sendto_timedwait(); below. */ @@ -19845,7 +20957,7 @@ sendto_timedwait(); ; return 0; } EOF -if { (eval echo configure:19852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:20961: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_sendto_timedwait=yes" else @@ -19869,12 +20981,12 @@ fi echo $ac_n "checking for sendmsg_timedwait""... $ac_c" 1>&6 -echo "configure:19876: checking for sendmsg_timedwait" >&5 +echo "configure:20985: checking for sendmsg_timedwait" >&5 if eval "test \"`echo '$''{'ac_cv_func_sendmsg_timedwait'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19881 "configure" +#line 20990 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sendmsg_timedwait(); below. */ @@ -19900,7 +21012,7 @@ sendmsg_timedwait(); ; return 0; } EOF -if { (eval echo configure:19907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:21016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_sendmsg_timedwait=yes" else @@ -19924,12 +21036,12 @@ fi echo $ac_n "checking for read_timedwait""... $ac_c" 1>&6 -echo "configure:19931: checking for read_timedwait" >&5 +echo "configure:21040: checking for read_timedwait" >&5 if eval "test \"`echo '$''{'ac_cv_func_read_timedwait'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19936 "configure" +#line 21045 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char read_timedwait(); below. */ @@ -19955,7 +21067,7 @@ read_timedwait(); ; return 0; } EOF -if { (eval echo configure:19962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:21071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_read_timedwait=yes" else @@ -19979,12 +21091,12 @@ fi echo $ac_n "checking for readv_timedwait""... $ac_c" 1>&6 -echo "configure:19986: checking for readv_timedwait" >&5 +echo "configure:21095: checking for readv_timedwait" >&5 if eval "test \"`echo '$''{'ac_cv_func_readv_timedwait'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 19991 "configure" +#line 21100 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char readv_timedwait(); below. */ @@ -20010,7 +21122,7 @@ readv_timedwait(); ; return 0; } EOF -if { (eval echo configure:20017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:21126: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_readv_timedwait=yes" else @@ -20034,12 +21146,12 @@ fi echo $ac_n "checking for write_timedwait""... $ac_c" 1>&6 -echo "configure:20041: checking for write_timedwait" >&5 +echo "configure:21150: checking for write_timedwait" >&5 if eval "test \"`echo '$''{'ac_cv_func_write_timedwait'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 20046 "configure" +#line 21155 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char write_timedwait(); below. */ @@ -20065,7 +21177,7 @@ write_timedwait(); ; return 0; } EOF -if { (eval echo configure:20072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:21181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_write_timedwait=yes" else @@ -20089,12 +21201,12 @@ fi echo $ac_n "checking for writev_timedwait""... $ac_c" 1>&6 -echo "configure:20096: checking for writev_timedwait" >&5 +echo "configure:21205: checking for writev_timedwait" >&5 if eval "test \"`echo '$''{'ac_cv_func_writev_timedwait'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 20101 "configure" +#line 21210 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char writev_timedwait(); below. */ @@ -20120,7 +21232,7 @@ writev_timedwait(); ; return 0; } EOF -if { (eval echo configure:20127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:21236: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_writev_timedwait=yes" else @@ -20144,12 +21256,12 @@ fi echo $ac_n "checking for sem_init""... $ac_c" 1>&6 -echo "configure:20151: checking for sem_init" >&5 +echo "configure:21260: checking for sem_init" >&5 if eval "test \"`echo '$''{'ac_cv_func_sem_init'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 20156 "configure" +#line 21265 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sem_init(); below. */ @@ -20175,7 +21287,7 @@ sem_init(); ; return 0; } EOF -if { (eval echo configure:20182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:21291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_sem_init=yes" else @@ -20183,7 +21295,7 @@ else cat conftest.$ac_ext >&5 rm -rf conftest* eval "ac_cv_func_sem_init=no" -fi +fi rm -f conftest* fi @@ -20194,12 +21306,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for sem_destroy""... $ac_c" 1>&6 -echo "configure:20201: checking for sem_destroy" >&5 +echo "configure:21310: checking for sem_destroy" >&5 if eval "test \"`echo '$''{'ac_cv_func_sem_destroy'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 20206 "configure" +#line 21315 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sem_destroy(); below. */ @@ -20225,7 +21337,7 @@ sem_destroy(); ; return 0; } EOF -if { (eval echo configure:20232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:21341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_sem_destroy=yes" else @@ -20244,12 +21356,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for sem_open""... $ac_c" 1>&6 -echo "configure:20251: checking for sem_open" >&5 +echo "configure:21360: checking for sem_open" >&5 if eval "test \"`echo '$''{'ac_cv_func_sem_open'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 20256 "configure" +#line 21365 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sem_open(); below. */ @@ -20275,7 +21387,7 @@ sem_open(); ; return 0; } EOF -if { (eval echo configure:20282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:21391: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_sem_open=yes" else @@ -20294,12 +21406,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for sem_close""... $ac_c" 1>&6 -echo "configure:20301: checking for sem_close" >&5 +echo "configure:21410: checking for sem_close" >&5 if eval "test \"`echo '$''{'ac_cv_func_sem_close'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 20306 "configure" +#line 21415 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sem_close(); below. */ @@ -20321,11 +21433,11 @@ int main() { choke me #else sem_close(); -#endi +#endif ; return 0; } EOF -if { (eval echo configure:20332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:21441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_sem_close=yes" else @@ -20367,12 +21479,12 @@ if test "$ace_user_enable_threads" = yes; then if test "$ace_has_pthreads" = yes; then echo $ac_n "checking for pthread_sigmask""... $ac_c" 1>&6 -echo "configure:20374: checking for pthread_sigmask" >&5 +echo "configure:21483: checking for pthread_sigmask" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_sigmask'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 20379 "configure" +#line 21488 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_sigmask(); below. */ @@ -20398,7 +21510,7 @@ pthread_sigmask(); ; return 0; } EOF -if { (eval echo configure:20405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:21514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_sigmask=yes" else @@ -20422,12 +21534,12 @@ fi echo $ac_n "checking for pthread_key_create""... $ac_c" 1>&6 -echo "configure:20429: checking for pthread_key_create" >&5 +echo "configure:21538: checking for pthread_key_create" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_key_create'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 20434 "configure" +#line 21543 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_key_create(); below. */ @@ -20453,7 +21565,7 @@ pthread_key_create(); ; return 0; } EOF -if { (eval echo configure:20460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:21569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_key_create=yes" else @@ -20481,12 +21593,12 @@ fi echo $ac_n "checking for pthread_condattr_setpshared""... $ac_c" 1>&6 -echo "configure:20488: checking for pthread_condattr_setpshared" >&5 +echo "configure:21597: checking for pthread_condattr_setpshared" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_condattr_setpshared'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 20493 "configure" +#line 21602 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_condattr_setpshared(); below. */ @@ -20512,7 +21624,7 @@ pthread_condattr_setpshared(); ; return 0; } EOF -if { (eval echo configure:20519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:21628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_condattr_setpshared=yes" else @@ -20537,12 +21649,12 @@ fi echo $ac_n "checking for pthread_attr_setstackaddr""... $ac_c" 1>&6 -echo "configure:20544: checking for pthread_attr_setstackaddr" >&5 +echo "configure:21653: checking for pthread_attr_setstackaddr" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setstackaddr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 20549 "configure" +#line 21658 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_attr_setstackaddr(); below. */ @@ -20568,7 +21680,7 @@ pthread_attr_setstackaddr(); ; return 0; } EOF -if { (eval echo configure:20575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:21684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_attr_setstackaddr=yes" else @@ -20596,14 +21708,14 @@ fi cat > conftest.$ac_ext <<EOF -#line 20603 "configure" +#line 21712 "configure" #include "confdefs.h" #include <pthread.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:20610: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:21719: \"$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* @@ -20639,19 +21751,19 @@ EOF if test pthread_attr_setstacksize != "$ace_real_function"; then echo $ac_n "checking for real pthread_attr_setstacksize from pthread.h""... $ac_c" 1>&6 -echo "configure:20646: checking for real pthread_attr_setstacksize from pthread.h" >&5 +echo "configure:21755: checking for real pthread_attr_setstacksize from pthread.h" >&5 echo "$ac_t""$ace_real_function" 1>&6 fi else ace_real_function=pthread_attr_setstacksize fi echo $ac_n "checking for $ace_real_function""... $ac_c" 1>&6 -echo "configure:20653: checking for $ace_real_function" >&5 +echo "configure:21762: checking for $ace_real_function" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ace_real_function'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 20658 "configure" +#line 21767 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ace_real_function(); below. */ @@ -20677,7 +21789,7 @@ $ace_real_function(); ; return 0; } EOF -if { (eval echo configure:20684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:21793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ace_real_function=yes" else @@ -20706,14 +21818,14 @@ fi cat > conftest.$ac_ext <<EOF -#line 20713 "configure" +#line 21822 "configure" #include "confdefs.h" #include <pthread.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:20720: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:21829: \"$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* @@ -20749,19 +21861,19 @@ EOF if test pthread_cancel != "$ace_real_function"; then echo $ac_n "checking for real pthread_cancel from pthread.h""... $ac_c" 1>&6 -echo "configure:20756: checking for real pthread_cancel from pthread.h" >&5 +echo "configure:21865: checking for real pthread_cancel from pthread.h" >&5 echo "$ac_t""$ace_real_function" 1>&6 fi else ace_real_function=pthread_cancel fi echo $ac_n "checking for $ace_real_function""... $ac_c" 1>&6 -echo "configure:20763: checking for +echo "configure:21872: checking for $ace_real_function" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ace_real_function'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 20768 "configure" +#line 21877 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ace_real_function(); below. */ @@ -20787,7 +21899,7 @@ $ace_real_function(); ; return 0; } EOF -if { (eval echo configure:20794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:21903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ace_real_function=yes" else @@ -20813,12 +21925,12 @@ fi echo $ac_n "checking for pthread_yield""... $ac_c" 1>&6 -echo "configure:20820: checking for pthread_yield" >&5 +echo "configure:21929: checking for pthread_yield" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_yield'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 20825 "configure" +#line 21934 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_yield(); below. */ @@ -20844,7 +21956,7 @@ pthread_yield(); ; return 0; } EOF -if { (eval echo configure:20851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:21960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_yield=yes" else @@ -20869,12 +21981,12 @@ fi echo $ac_n "checking for pthread_thr_sigsetmask""... $ac_c" 1>&6 -echo "configure:20876: checking for pthread_thr_sigsetmask" >&5 +echo "configure:21985: checking for pthread_thr_sigsetmask" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_thr_sigsetmask'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 20881 "configure" +#line 21990 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_thr_sigsetmask(); below. */ @@ -20900,7 +22012,7 @@ pthread_thr_sigsetmask(); ; return 0; } EOF -if { (eval echo configure:20907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_thr_sigsetmask=yes" else @@ -20925,12 +22037,12 @@ fi echo $ac_n "checking for pthread_attr_setdetachstate""... $ac_c" 1>&6 -echo "configure:20932: checking for pthread_attr_setdetachstate" >&5 +echo "configure:22041: checking for pthread_attr_setdetachstate" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setdetachstate'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 20937 "configure" +#line 22046 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_attr_setdetachstate(); below. */ @@ -20956,7 +22068,7 @@ pthread_attr_setdetachstate(); ; return 0; } EOF -if { (eval echo configure:20963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_attr_setdetachstate=yes" else @@ -20981,12 +22093,12 @@ fi echo $ac_n "checking for pthread_attr_setsched""... $ac_c" 1>&6 -echo "configure:20988: checking for pthread_attr_setsched" >&5 +echo "configure:22097: checking for pthread_attr_setsched" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setsched'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 20993 "configure" +#line 22102 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_attr_setsched(); below. */ @@ -21012,7 +22124,7 @@ pthread_attr_setsched(); ; return 0; } EOF -if { (eval echo configure:21019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22128: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_attr_setsched=yes" else @@ -21029,13 +22141,13 @@ if eval "test \"`echo '$ac_cv_func_'pthread_attr_setsched`\" = yes"; then : else echo "$ac_t""no" 1>&6 - echo $ac_n "checking for pthread_attr_setschedplicy""... $ac_c" 1>&6 -echo "configure:21037: checking for pthread_attr_setschedpolicy" >&5 + echo $ac_n "checking for pthread_attr_setschedpolicy""... $ac_c" 1>&6 +echo "configure:22146: checking for pthread_attr_setschedpolicy" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setschedpolicy'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21042 "configure" +#line 22151 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_attr_setschedpolicy(); below. */ @@ -21061,7 +22173,7 @@ pthread_attr_setschedpolicy(); ; return 0; } EOF -if { (eval echo configure:21068: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22177: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_attr_setschedpolicy=yes" else @@ -21088,12 +22200,12 @@ fi echo $ac_n "checking for pthread_attr_setscope""... $ac_c" 1>&6 -echo "configure:21095: checking for pthread_attr_setscope" >&5 +echo "configure:22204: checking for pthread_attr_setscope" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setscope'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21100 "configure" +#line 22209 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_attr_setscope(); below. */ @@ -21119,7 +22231,7 @@ pthread_attr_setscope(); ; return 0; } EOF -if { (eval echo configure:21126: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_attr_setscope=yes" else @@ -21144,12 +22256,12 @@ fi echo $ac_n "checking for pthread_mutexattr_setpshared""... $ac_c" 1>&6 -echo "configure:21151: checking for pthread_mutexattr_setpshared" >&5 +echo "configure:22260: checking for pthread_mutexattr_setpshared" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_mutexattr_setpshared'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21156 "configure" +#line 22265 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_mutexattr_setpshared(); below. */ @@ -21175,7 +22287,7 @@ pthread_mutexattr_setpshared(); ; return 0; } EOF -if { (eval echo configure:21182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_mutexattr_setpshared=yes" else @@ -21200,12 +22312,12 @@ fi echo $ac_n "checking for pthread_mutexattr_create""... $ac_c" 1>&6 -echo "configure:21207: checking for pthread_mutexattr_create" >&5 +echo "configure:22316: checking for pthread_mutexattr_create" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_mutexattr_create'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21212 "configure" +#line 22321 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_mutexattr_create(); below. */ @@ -21231,7 +22343,7 @@ pthread_mutexattr_create(); ; return 0; } EOF -if { (eval echo configure:21238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_mutexattr_create=yes" else @@ -21250,12 +22362,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_mutexattr_delete""... $ac_c" 1>&6 -echo "configure:21257: checking for pthread_mutexattr_delete" >&5 +echo "configure:22366: checking for pthread_mutexattr_delete" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_mutexattr_delete'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21262 "configure" +#line 22371 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_mutexattr_delete(); below. */ @@ -21281,14 +22393,14 @@ pthread_mutexattr_delete(); ; return 0; } EOF -if { (eval echo configure:21288: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_mutexattr_delete=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_p + eval "ac_cv_func_pthread_mutexattr_delete=no" fi rm -f conftest* fi @@ -21300,12 +22412,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_condattr_delete""... $ac_c" 1>&6 -echo "configure:21307: checking for pthread_condattr_delete" >&5 +echo "configure:22416: checking for pthread_condattr_delete" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_condattr_delete'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21312 "configure" +#line 22421 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_condattr_delete(); below. */ @@ -21331,7 +22443,7 @@ pthread_condattr_delete(); ; return 0; } EOF -if { (eval echo configure:21338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_condattr_delete=yes" else @@ -21350,12 +22462,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_condattr_create""... $ac_c" 1>&6 -echo "configure:21357: checking for pthread_condattr_create" >&5 +echo "configure:22466: checking for pthread_condattr_create" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_condattr_create'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21362 "configure" +#line 22471 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_condattr_create(); below. */ @@ -21381,7 +22493,7 @@ pthread_condattr_create(); ; return 0; } EOF -if { (eval echo configure:21388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_condattr_create=yes" else @@ -21400,12 +22512,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_setprio""... $ac_c" 1>&6 -echo "configure:21407: checking for pthread_setprio" >&5 +echo "configure:22516: checking for pthread_setprio" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_setprio'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21412 "configure" +#line 22521 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_setprio(); below. */ @@ -21415,7 +22527,7 @@ else extern "C" #endif /* We use char because int might match the return type of a gcc2 - builtin and then its agument prototype would still apply. */ + builtin and then its argument prototype would still apply. */ char pthread_setprio(); int main() { @@ -21431,7 +22543,7 @@ pthread_setprio(); ; return 0; } EOF -if { (eval echo configure:21438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_setprio=yes" else @@ -21450,12 +22562,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_getprio""... $ac_c" 1>&6 -echo "configure:21457: checking for pthread_getprio" >&5 +echo "configure:22566: checking for pthread_getprio" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_getprio'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21462 "configure" +#line 22571 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_getprio(); below. */ @@ -21481,7 +22593,7 @@ pthread_getprio(); ; return 0; } EOF -if { (eval echo configure:21488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_getprio=yes" else @@ -21500,12 +22612,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_setcancel""... $ac_c" 1>&6 -echo "configure:21507: checking for pthread_setcancel" >&5 +echo "configure:22616: checking for pthread_setcancel" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_setcancel'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21512 "configure" +#line 22621 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_setcancel(); below. */ @@ -21531,7 +22643,7 @@ pthread_setcancel(); ; return 0; } EOF -if { (eval echo configure:21538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_setcancel=yes" else @@ -21550,12 +22662,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_setasynccancel""... $ac_c" 1>&6 -echo "configure:21557: checking for pthread_setasynccancel" >&5 +echo "configure:22666: checking for pthread_setasynccancel" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_setasynccancel'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21562 "configure" +#line 22671 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_setasynccancel(); below. */ @@ -21581,7 +22693,7 @@ pthread_setasynccancel(); ; return 0; } EOF -if { (eval echo configure:21588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_setasynccancel=yes" else @@ -21600,12 +22712,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_kill""... $ac_c" 1>&6 -echo "configure:21607: checking for pthread_kill" >&5 +echo "configure:22716: checking for pthread_kill" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_kill'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21612 "configure" +#line 22721 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_kill(); below. */ @@ -21631,7 +22743,7 @@ pthread_kill(); ; return 0; } EOF -if { (eval echo configure:21638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_kill=yes" else @@ -21650,12 +22762,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_attr_setprio""... $ac_c" 1>&6 -echo "configure:21657: checking for pthread_attr_setprio" >&5 +echo "configure:22766: checking for pthread_attr_setprio" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setprio'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21662 "configure" +#line 22771 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_attr_setprio(); below. */ @@ -21681,7 +22793,7 @@ pthread_attr_setprio(); ; return 0; } EOF -if { (eval echo configure:21688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_attr_setprio=yes" else @@ -21700,12 +22812,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_attr_getprio""... $ac_c" 1>&6 -echo "configure:21707: checking for pthread_attr_getprio" >&5 +echo "configure:22816: checking for pthread_attr_getprio" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_getprio'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21712 "configure" +#line 22821 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_attr_getprio(); below. */ @@ -21731,7 +22843,7 @@ pthread_attr_getprio(); ; return 0; } EOF -if { (eval echo configure:21738: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_attr_getprio=yes" else @@ -21750,12 +22862,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_setintr""... $ac_c" 1>&6 -echo "configure:21757: checking for pthread_setintr" >&5 +echo "configure:22866: checking for pthread_setintr" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_setintr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21762 "configure" +#line 22871 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_setintr(); below. */ @@ -21781,7 +22893,7 @@ pthread_setintr(); ; return 0; } EOF -if { (eval echo configure:21788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_setintr=yes" else @@ -21800,17 +22912,17 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_setintrtype""... $ac_c" 1>&6 -echo "configure:21807: checking for pthread_setintrtype" >&5 +echo "configure:22916: checking for pthread_setintrtype" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_setintrtype'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21812 "configure" +#line 22921 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_setintrtype(); below. */ #include <assert.h> - +/* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif @@ -21831,7 +22943,7 @@ pthread_setintrtype(); ; return 0; } EOF -if { (eval echo configure:21838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_setintrtype=yes" else @@ -21850,12 +22962,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_mutexattr_init""... $ac_c" 1>&6 -echo "configure:21857: checking for pthread_mutexattr_init" >&5 +echo "configure:22966: checking for pthread_mutexattr_init" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_mutexattr_init'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21862 "configure" +#line 22971 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_mutexattr_init(); below. */ @@ -21881,7 +22993,7 @@ pthread_mutexattr_init(); ; return 0; } EOF -if { (eval echo configure:21888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_mutexattr_init=yes" else @@ -21900,12 +23012,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_mutexattr_destroy""... $ac_c" 1>&6 -echo "configure:21907: checking for pthread_mutexattr_destroy" >&5 +echo "configure:23016: checking for pthread_mutexattr_destroy" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_mutexattr_destroy'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21912 "configure" +#line 23021 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_mutexattr_destroy(); below. */ @@ -21931,11 +23043,11 @@ pthread_mutexattr_destroy(); ; return 0; } EOF -if { (eval echo configure:21938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:23047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_mutexattr_destroy=yes" else - echo "configure: failed program was:" &5 + echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* eval "ac_cv_func_pthread_mutexattr_destroy=no" @@ -21950,12 +23062,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_condattr_init""... $ac_c" 1>&6 -echo "configure:21957: checking for pthread_condattr_init" >&5 +echo "configure:23066: checking for pthread_condattr_init" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_condattr_init'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 21962 "configure" +#line 23071 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_condattr_init(); below. */ @@ -21981,7 +23093,7 @@ pthread_condattr_init(); ; return 0; } EOF -if { (eval echo configure:21988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:23097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_condattr_init=yes" else @@ -22000,12 +23112,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_condattr_destroy""... $ac_c" 1>&6 -echo "configure:22007: checking for pthread_condattr_destroy" >&5 +echo "configure:23116: checking for pthread_condattr_destroy" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_condattr_destroy'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 22012 "configure" +#line 23121 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_condattr_destroy(); below. */ @@ -22031,7 +23143,7 @@ pthread_condattr_destroy(); ; return 0; } EOF -if { (eval echo configure:22038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:23147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_condattr_destroy=yes" else @@ -22050,12 +23162,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_setschedparam""... $ac_c" 1>&6 -echo "configure:22057: checking for pthread_setschedparam" >&5 +echo "configure:23166: checking for pthread_setschedparam" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_setschedparam'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 22062 "configure" +#line 23171 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_setschedparam(); below. */ @@ -22081,7 +23193,7 @@ pthread_setschedparam(); ; return 0; } EOF -if { (eval echo configure:22088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:23197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_setschedparam=yes" else @@ -22100,12 +23212,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_getschedparam""... $ac_c" 1>&6 -echo "configure:22107: checking for pthread_getschedparam" >&5 +echo "configure:23216: checking for pthread_getschedparam" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_getschedparam'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 22112 "configure" +#line 23221 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_getschedparam(); below. */ @@ -22131,7 +23243,7 @@ pthread_getschedparam(); ; return 0; } EOF -if { (eval echo configure:22138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:23247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_getschedparam=yes" else @@ -22150,12 +23262,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_setcancelstate""... $ac_c" 1>&6 -echo "configure:22157: checking for pthread_setcancelstate" >&5 +echo "configure:23266: checking for pthread_setcancelstate" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_setcancelstate'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 22162 "configure" +#line 23271 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_setcancelstate(); below. */ @@ -22181,7 +23293,7 @@ pthread_setcancelstate(); ; return 0; } EOF -if { (eval echo configure:22188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:23297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_setcancelstate=yes" else @@ -22200,12 +23312,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for pthread_setcanceltype""... $ac_c" 1>&6 -echo "configure:22207: checking for pthread_setcanceltype" >&5 +echo "configure:23316: checking for pthread_setcanceltype" >&5 if eval "test \"`echo '$''{'ac_cv_func_pthread_setcanceltype'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 22212 "configure" +#line 23321 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_setcanceltype(); below. */ @@ -22231,7 +23343,7 @@ pthread_setcanceltype(); ; return 0; } EOF -if { (eval echo configure:22238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:23347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_pthread_setcanceltype=yes" else @@ -22254,14 +23366,14 @@ fi cat > conftest.$ac_ext <<EOF -#line 22261 "configure" +#line 23370 "configure" #include "confdefs.h" #include <pthread.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:22268: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:23377: \"$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* @@ -22297,19 +23409,19 @@ EOF if test pthread_self != "$ace_real_function"; then echo $ac_n "checking for real pthread_self from pthread.h""... $ac_c" 1>&6 -echo "configure:22304: checking for real pthread_self from pthread.h" >&5 +echo "configure:23413: checking for real pthread_self from pthread.h" >&5 echo "$ac_t""$ace_real_function" 1>&6 fi else ace_real_function=pthread_self fi echo $ac_n "checking for $ace_real_function""... $ac_c" 1>&6 -echo "configure:22311: checking for $ace_real_function" >&5 +echo "configure:23420: checking for $ace_real_function" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ace_real_function'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 22316 "configure" +#line 23425 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ace_real_function(); below. */ @@ -22327,7 +23439,7 @@ int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ -#if defined (__stub_$ace_real_func +#if defined (__stub_$ace_real_function) || defined (__stub___$ace_real_function) choke me #else $ace_real_function(); @@ -22335,7 +23447,7 @@ $ace_real_function(); ; return 0; } EOF -if { (eval echo configure:22342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:23451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ace_real_function=yes" else @@ -22353,12 +23465,12 @@ if eval "test \"`echo '$ac_cv_func_'$ace_real_function`\" = yes"; then else echo "$ac_t""no" 1>&6 echo $ac_n "checking for thread_self""... $ac_c" 1>&6 -echo "configure:22360: checking for thread_self" >&5 +echo "configure:23469: checking for thread_self" >&5 if eval "test \"`echo '$''{'ac_cv_func_thread_self'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 22365 "configure" +#line 23474 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char thread_self(); below. */ @@ -22384,7 +23496,7 @@ thread_self(); ; return 0; } EOF -if { (eval echo configure:22391: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:23500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_thread_self=yes" else @@ -22415,14 +23527,14 @@ fi echo $ac_n "checking if platform defines a minimum thread priority""... $ac_c" 1>&6 -echo "configure:22422: checking if platform defines a minimum thread priority" >&5 +echo "configure:23531: checking if platform defines a minimum thread priority" >&5 if eval "test \"`echo '$''{'ace_cv_lib_pthread_pthread_min_priority'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ace_cv_lib_pthread_pthread_min_priority=0 cat > conftest.$ac_ext <<EOF -#line 22429 "configure" +#line 23538 "configure" #include "confdefs.h" #include <pthread.h> EOF @@ -22434,7 +23546,7 @@ fi rm -f conftest* cat > conftest.$ac_ext <<EOF -#line 22441 "configure" +#line 23550 "configure" #include "confdefs.h" #include <pthread.h> EOF @@ -22455,7 +23567,7 @@ EOF echo $ac_n "checking if platform defines a maximum thread priority""... $ac_c" 1>&6 -echo "configure:22462: checking if platform defines a maximum thread priority" >&5 +echo "configure:23571: checking if platform defines a maximum thread priority" >&5 if eval "test \"`echo '$''{'ace_cv_lib_pthread_pthread_max_priority'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -22472,19 +23584,19 @@ else *) esac cat > conftest.$ac_ext <<EOF -#line 22479 "configure" +#line 23588 "configure" #include "confdefs.h" #include <pthread.h> EOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "PTHREA_MAX_PRIORITY" >/dev/null 2>&1; then + egrep "PTHREAD_MAX_PRIORITY" >/dev/null 2>&1; then rm -rf conftest* ace_cv_lib_pthread_pthread_max_priority=PTHREAD_MAX_PRIORITY fi rm -f conftest* cat > conftest.$ac_ext <<EOF -#line 22491 "configure" +#line 23600 "configure" #include "confdefs.h" #include <pthread.h> EOF @@ -22507,12 +23619,12 @@ EOF fi if test "$ace_has_sthreads" = yes; then echo $ac_n "checking for thr_keycreate""... $ac_c" 1>&6 -echo "configure:22514: checking for thr_keycreate" >&5 +echo "configure:23623: checking for thr_keycreate" >&5 if eval "test \"`echo '$''{'ac_cv_func_thr_keycreate'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 22519 "configure" +#line 23628 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char thr_keycreate(); below. */ @@ -22538,7 +23650,7 @@ thr_keycreate(); ; return 0; } EOF -if { (eval echo configure:22545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:23654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_thr_keycreate=yes" else @@ -22566,12 +23678,12 @@ fi echo $ac_n "checking for thr_yield""... $ac_c" 1>&6 -echo "configure:22573: checking for thr_yield" >&5 +echo "configure:23682: checking for thr_yield" >&5 if eval "test \"`echo '$''{'ac_cv_func_thr_yield'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 22578 "configure" +#line 23687 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char thr_yield(); below. */ @@ -22597,7 +23709,7 @@ thr_yield(); ; return 0; } EOF -if { (eval echo configure:22604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:23713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_thr_yield=yes" else @@ -22621,12 +23733,12 @@ fi echo $ac_n "checking for thr_keydelete""... $ac_c" 1>&6 -echo "configure:22628: checking for thr_keydelete" >&5 +echo "configure:23737: checking for thr_keydelete" >&5 if eval "test \"`echo '$''{'ac_cv_func_thr_keydelete'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 22633 "configure" +#line 23742 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char thr_keydelete(); below. */ @@ -22652,7 +23764,7 @@ thr_keydelete(); ; return 0; } EOF -if { (eval echo configure:22659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:23768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_thr_keydelete=yes" else @@ -22676,12 +23788,12 @@ fi echo $ac_n "checking for thr_min_stack""... $ac_c" 1>&6 -echo "configure:22683: checking for thr_min_stack" >&5 +echo "configure:23792: checking for thr_min_stack" >&5 if eval "test \"`echo '$''{'ac_cv_func_thr_min_stack'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 22688 "configure" +#line 23797 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char thr_min_stack(); below. */ @@ -22707,7 +23819,7 @@ thr_min_stack(); ; return 0; } EOF -if { (eval echo configure:22714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:23823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_thr_min_stack=yes" else @@ -22726,12 +23838,12 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for thr_minstack""... $ac_c" 1>&6 -echo "configure:22733: checking for thr_minstack" >&5 +echo "configure:23842: checking for thr_minstack" >&5 if eval "test \"`echo '$''{'ac_cv_func_thr_minstack'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 22738 "configure" +#line 23847 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char thr_minstack(); below. */ @@ -22757,7 +23869,7 @@ thr_minstack(); ; return 0; } EOF -if { (eval echo configure:22764: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:23873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_thr_minstack=yes" else @@ -22787,12 +23899,12 @@ fi fi echo $ac_n "checking for sigwait""... $ac_c" 1>&6 -echo "configure:22794: checking for sigwait" >&5 +echo "configure:23903: checking for sigwait" >&5 if eval "test \"`echo '$''{'ac_cv_func_sigwait'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 22799 "configure" +#line 23908 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sigwait(); below. */ @@ -22818,7 +23930,7 @@ sigwait(); ; return 0; } EOF -if { (eval echo configure:22825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:23934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_sigwait=yes" else @@ -22844,12 +23956,12 @@ fi if test "$ace_user_enable_reentrant_funcs" = yes; then echo $ac_n "checking for rand_r""... $ac_c" 1>&6 -echo "configure:22851: checking for rand_r" >&5 +echo "configure:23960: checking for rand_r" >&5 if eval "test \"`echo '$''{'ac_cv_func_rand_r'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 22856 "configure" +#line 23965 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char rand_r(); below. */ @@ -22875,7 +23987,7 @@ rand_r(); ; return 0; } EOF -if { (eval echo configure:22882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:23991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_rand_r=yes" else @@ -22896,12 +24008,12 @@ fi echo $ac_n "checking for strtok_r""... $ac_c" 1>&6 -echo "configure:22903: checking for strtok_r" >&5 +echo "configure:24012: checking for strtok_r" >&5 if eval "test \"`echo '$''{'ac_cv_func_strtok_r'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 22908 "configure" +#line 24017 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strtok_r(); below. */ @@ -22917,7 +24029,7 @@ char strtok_r(); int main() { /* The GNU C library defines this for functions which it implements - to always f + to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_strtok_r) || defined (__stub___strtok_r) choke me @@ -22927,7 +24039,7 @@ strtok_r(); ; return 0; } EOF -if { (eval echo configure:22934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:24043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_strtok_r=yes" else @@ -22948,12 +24060,12 @@ fi echo $ac_n "checking for getpwnam_r""... $ac_c" 1>&6 -echo "configure:22955: checking for getpwnam_r" >&5 +echo "configure:24064: checking for getpwnam_r" >&5 if eval "test \"`echo '$''{'ac_cv_func_getpwnam_r'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 22960 "configure" +#line 24069 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getpwnam_r(); below. */ @@ -22979,7 +24091,7 @@ getpwnam_r(); ; return 0; } EOF -if { (eval echo configure:22986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:24095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getpwnam_r=yes" else @@ -23004,12 +24116,12 @@ fi echo $ac_n "checking for ctime_r""... $ac_c" 1>&6 -echo "configure:23011: checking for ctime_r" >&5 +echo "configure:24120: checking for ctime_r" >&5 if eval "test \"`echo '$''{'ac_cv_func_ctime_r'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 23016 "configure" +#line 24125 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char ctime_r(); below. */ @@ -23035,7 +24147,7 @@ ctime_r(); ; return 0; } EOF -if { (eval echo configure:23042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:24151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_ctime_r=yes" else @@ -23056,15 +24168,15 @@ fi echo $ac_n "checking for localtime_r""... $ac_c" 1>&6 -echo "configure:23063: checking for localtime_r" >&5 +echo "configure:24172: checking for localtime_r" >&5 if eval "test \"`echo '$''{'ac_cv_func_localtime_r'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 23068 "configure" +#line 24177 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char localtime_r); below. */ + which can conflict with char localtime_r(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -23087,7 +24199,7 @@ localtime_r(); ; return 0; } EOF -if { (eval echo configure:23094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:24203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_localtime_r=yes" else @@ -23108,12 +24220,12 @@ fi echo $ac_n "checking for gmtime_r""... $ac_c" 1>&6 -echo "configure:23115: checking for gmtime_r" >&5 +echo "configure:24224: checking for gmtime_r" >&5 if eval "test \"`echo '$''{'ac_cv_func_gmtime_r'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 23120 "configure" +#line 24229 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gmtime_r(); below. */ @@ -23139,7 +24251,7 @@ gmtime_r(); ; return 0; } EOF -if { (eval echo configure:23146: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:24255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_gmtime_r=yes" else @@ -23160,12 +24272,12 @@ fi echo $ac_n "checking for asctime_r""... $ac_c" 1>&6 -echo "configure:23167: checking for asctime_r" >&5 +echo "configure:24276: checking for asctime_r" >&5 if eval "test \"`echo '$''{'ac_cv_func_asctime_r'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 23172 "configure" +#line 24281 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char asctime_r(); below. */ @@ -23191,7 +24303,7 @@ asctime_r(); ; return 0; } EOF -if { (eval echo configure:23198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:24307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_asctime_r=yes" else @@ -23212,12 +24324,12 @@ fi echo $ac_n "checking for getprotobyname_r""... $ac_c" 1>&6 -echo "configure:23219: checking for getprotobyname_r" >&5 +echo "configure:24328: checking for getprotobyname_r" >&5 if eval "test \"`echo '$''{'ac_cv_func_getprotobyname_r'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 23224 "configure" +#line 24333 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getprotobyname_r(); below. */ @@ -23243,7 +24355,7 @@ getprotobyname_r(); ; return 0; } EOF -if { (eval echo configure:23250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:24359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getprotobyname_r=yes" else @@ -23264,12 +24376,12 @@ fi echo $ac_n "checking for getprotobynumber_r""... $ac_c" 1>&6 -echo "configure:23271: checking for getprotobynumber_r" >&5 +echo "configure:24380: checking for getprotobynumber_r" >&5 if eval "test \"`echo '$''{'ac_cv_func_getprotobynumber_r'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 23276 "configure" +#line 24385 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getprotobynumber_r(); below. */ @@ -23295,7 +24407,7 @@ getprotobynumber_r(); ; return 0; } EOF -if { (eval echo configure:23302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:24411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getprotobynumber_r=yes" else @@ -23316,12 +24428,12 @@ fi echo $ac_n "checking for gethostbyaddr_r""... $ac_c" 1>&6 -echo "configure:23323: checking for gethostbyaddr_r" >&5 +echo "configure:24432: checking for gethostbyaddr_r" >&5 if eval "test \"`echo '$''{'ac_cv_func_gethostbyaddr_r'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 23328 "configure" +#line 24437 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostbyaddr_r(); below. */ @@ -23347,7 +24459,7 @@ gethostbyaddr_r(); ; return 0; } EOF -if { (eval echo configure:23354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:24463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_gethostbyaddr_r=yes" else @@ -23368,12 +24480,12 @@ fi echo $ac_n "checking for gethostbyname_r""... $ac_c" 1>&6 -echo "configure:23375: checking for gethostbyname_r" >&5 +echo "configure:24484: checking for gethostbyname_r" >&5 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname_r'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 23380 "configure" +#line 24489 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostbyname_r(); below. */ @@ -23399,7 +24511,7 @@ gethostbyname_r(); ; return 0; } EOF -if { (eval echo configure:23406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:24515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_gethostbyname_r=yes" else @@ -23420,12 +24532,12 @@ fi echo $ac_n "checking for getservbyname_r""... $ac_c" 1>&6 -echo "configure:23427: checking for getservbyname_r" >&5 +echo "configure:24536: checking for getservbyname_r" >&5 if eval "test \"`echo '$''{'ac_cv_func_getservbyname_r'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 23432 "configure" +#line 24541 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getservbyname_r(); below. */ @@ -23451,7 +24563,7 @@ getservbyname_r(); ; return 0; } EOF -if { (eval echo configure:23458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:24567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getservbyname_r=yes" else @@ -23472,12 +24584,12 @@ fi fi echo $ac_n "checking for readdir_r""... $ac_c" 1>&6 -echo "configure:23479: checking for readdir_r" >&5 +echo "configure:24588: checking for readdir_r" >&5 if eval "test \"`echo '$''{'ac_cv_func_readdir_r'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 23484 "configure" +#line 24593 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char readdir_r(); below. */ @@ -23486,7 +24598,7 @@ else #ifdef __cplusplus extern "C" #endif -/* We us +/* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char readdir_r(); @@ -23503,7 +24615,7 @@ readdir_r(); ; return 0; } EOF -if { (eval echo configure:23510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:24619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_readdir_r=yes" else @@ -23528,12 +24640,12 @@ fi echo $ac_n "checking for seekdir""... $ac_c" 1>&6 -echo "configure:23535: checking for seekdir" >&5 +echo "configure:24644: checking for seekdir" >&5 if eval "test \"`echo '$''{'ac_cv_func_seekdir'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 23540 "configure" +#line 24649 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char seekdir(); below. */ @@ -23559,7 +24671,7 @@ seekdir(); ; return 0; } EOF -if { (eval echo configure:23566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:24675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_seekdir=yes" else @@ -23584,12 +24696,12 @@ fi echo $ac_n "checking for telldir""... $ac_c" 1>&6 -echo "configure:23591: checking for telldir" >&5 +echo "configure:24700: checking for telldir" >&5 if eval "test \"`echo '$''{'ac_cv_func_telldir'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 23596 "configure" +#line 24705 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char telldir(); below. */ @@ -23615,7 +24727,7 @@ telldir(); ; return 0; } EOF -if { (eval echo configure:23622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:24731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_telldir=yes" else @@ -23645,20 +24757,20 @@ fi TEMPCXXFLAGS="" if test -n "$GXX"; then TEMPCXXFLAGS="$CXXFLAGS" - CXXFLAGS="$CXXFLAGS -error" + CXXFLAGS="$CXXFLAGS -Werror" fi if test "$ace_has_svr4_dynamic_linking" = yes; then echo $ac_n "checking if dlopen takes a char *""... $ac_c" 1>&6 -echo "configure:23659: checking if dlopen takes a char *" >&5 +echo "configure:24768: checking if dlopen takes a char *" >&5 if eval "test \"`echo '$''{'ace_cv_lib_charptr_dl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 23665 "configure" +#line 24774 "configure" #include "confdefs.h" #include <dlfcn.h> @@ -23671,7 +24783,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:23678: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:24787: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_charptr_dl=no @@ -23682,7 +24794,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 23689 "configure" +#line 24798 "configure" #include "confdefs.h" #include <dlfcn.h> @@ -23695,7 +24807,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:23702: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:24811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_charptr_dl=yes @@ -23744,13 +24856,13 @@ EOF if test "$ac_cv_func_gethostbyaddr" = yes; then echo $ac_n "checking \"getby\" functions take a non-const char *""... $ac_c" 1>&6 -echo "configure:23751: checking \"getby\" functions take a non-const char *" >&5 +echo "configure:24860: checking \"getby\" functions take a non-const char *" >&5 if eval "test \"`echo '$''{'ace_cv_lib_nonconst_getby'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 23757 "configure" +#line 24866 "configure" #include "confdefs.h" #include <sys/socket.h> @@ -23766,7 +24878,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:23773: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:24882: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_nonconst_getby=yes @@ -23804,7 +24916,7 @@ EOF if test "$ace_user_enable_exceptions" = yes; then echo $ac_n "checking if new throws bad_alloc exception on failure""... $ac_c" 1>&6 -echo "configure:23811: checking if new throws bad_alloc exception on failure" >&5 +echo "configure:24920: checking if new throws bad_alloc exception on failure" >&5 if eval "test \"`echo '$''{'ace_cv_new_throws_bad_alloc_exception'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -23815,7 +24927,7 @@ else else cat > conftest.$ac_ext <<EOF -#line 23822 "configure" +#line 24931 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -23846,13 +24958,13 @@ extern "C" void exit(int); { return 0; /* new() does throw exceptions */ } - }; + }; return 1; /* ERROR: We shouldn't get this far! */ } EOF -if { (eval echo configure:23859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:24968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ace_cv_new_throws_bad_alloc_exception=yes @@ -23886,7 +24998,7 @@ EOF if test "$ace_cv_new_throws_bad_alloc_exception" != yes; then echo $ac_n "checking if new throws xalloc exception on failure""... $ac_c" 1>&6 -echo "configure:23893: checking if new throws xalloc exception on failure" >&5 +echo "configure:25002: checking if new throws xalloc exception on failure" >&5 if eval "test \"`echo '$''{'ace_cv_new_throws_xalloc_exception'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -23897,7 +25009,7 @@ else else cat > conftest.$ac_ext <<EOF -#line 23904 "configure" +#line 25013 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -23934,7 +25046,7 @@ extern "C" void exit(int); } EOF -if { (eval echo configure:23941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:25050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ace_cv_new_throws_xalloc_exception=yes @@ -23977,13 +25089,13 @@ EOF test "$ac_cv_header_stropts_h" = yes; then echo $ac_n "checking if putmsg takes a const struct strbuf*""... $ac_c" 1>&6 -echo "configure:23984: checking if putmsg takes a const struct strbuf*" >&5 +echo "configure:25093: checking if putmsg takes a const struct strbuf*" >&5 if eval "test \"`echo '$''{'ace_cv_lib_const_strbufptr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 23990 "configure" +#line 25099 "configure" #include "confdefs.h" #include <stropts.h> @@ -23999,7 +25111,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:24006: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:25115: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_const_strbufptr=yes @@ -24045,13 +25157,13 @@ EOF echo $ac_n "checking if select takes int instead of fd_set""... $ac_c" 1>&6 -echo "configure:24052: checking if select takes int instead of fd_set" >&5 +echo "configure:25161: checking if select takes int instead of fd_set" >&5 if eval "test \"`echo '$''{'ace_cv_lib_select_takes_int'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 24058 "configure" +#line 25167 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -24078,7 +25190,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:24085: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:25194: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_select_takes_int=no @@ -24089,7 +25201,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 24096 "configure" +#line 25205 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -24116,7 +25228,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:24123: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:25232: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_select_takes_int=yes @@ -24156,14 +25268,14 @@ EOF echo $ac_n "checking if setrlimit() takes an enum as 1st parameter (a)""... $ac_c" 1>&6 -echo "configure:24163: checking if setrlimit() takes an enum as 1st parameter (a)" >&5 +echo "configure:25272: checking if setrlimit() takes an enum as 1st parameter (a)" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_setrlimit_enum_1_a'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ace_cv_lib_posix_setrlimit_enum_1_a=no cat > conftest.$ac_ext <<EOF -#line 24170 "configure" +#line 25279 "configure" #include "confdefs.h" #include <sys/resource.h> int main() { @@ -24172,7 +25284,7 @@ enum __rlimit_resource rsrc; setrlimit(rsrc, rlp); ; return 0; } EOF -if { (eval echo configure:24179: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:25288: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_setrlimit_enum_1_a=yes else @@ -24186,23 +25298,23 @@ fi echo "$ac_t""$ace_cv_lib_posix_setrlimit_enum_1_a" 1>&6 echo $ac_n "checking if setrlimit() takes an enum as 1st parameter (b)""... $ac_c" 1>&6 -echo "configure:24193: checking if setrlimit() takes an enum as 1st parameter (b)" >&5 +echo "configure:25302: checking if setrlimit() takes an enum as 1st parameter (b)" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_setrlimit_enum_1_b'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ace_cv_lib_posix_setrlimit_enum_1_b=no cat > conftest.$ac_ext <<EOF -#line 24200 "configure" +#line 25309 "configure" #include "confdefs.h" #include <sys/resource.h> int main() { enum __rlimit_resource rsrc; struct rlimit* rlp; - setr + setrlimit(rsrc, rlp); ; return 0; } EOF -if { (eval echo configure:24209: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:25318: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_setrlimit_enum_1_b=yes else @@ -24233,13 +25345,13 @@ fi echo $ac_n "checking if setrlimit() takes a const pointer as 2nd parameter (a)""... $ac_c" 1>&6 -echo "configure:24240: checking if setrlimit() takes a const pointer as 2nd parameter (a)" >&5 +echo "configure:25349: checking if setrlimit() takes a const pointer as 2nd parameter (a)" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_setrlimit_const_2_a'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 24246 "configure" +#line 25355 "configure" #include "confdefs.h" #include <sys/resource.h> @@ -24252,7 +25364,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:24259: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:25368: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_setrlimit_const_2_a=yes @@ -24272,14 +25384,14 @@ fi echo "$ac_t""$ace_cv_lib_posix_setrlimit_const_2_a" 1>&6 echo $ac_n "checking if setrlimit() takes a const pointer as 2nd parameter (b)""... $ac_c" 1>&6 -echo "configure:24279: checking if setrlimit() takes a const pointer as 2nd parameter (b)" >&5 +echo "configure:25388: checking if setrlimit() takes a const pointer as 2nd parameter (b)" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_setrlimit_const_2_b'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ace_cv_lib_posix_setrlimit_const_2_b=no cat > conftest.$ac_ext <<EOF -#line 24286 "configure" +#line 25395 "configure" #include "confdefs.h" #include <sys/resource.h> int main() { @@ -24288,7 +25400,7 @@ enum __rlimit_resource rsrc; setrlimit(rsrc, rlp); ; return 0; } EOF -if { (eval echo configure:24295: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:25404: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_setrlimit_const_2_b=yes else @@ -24318,13 +25430,13 @@ fi if test "$ac_cv_func_getrusage" = yes; then echo $ac_n "checking if getrusage() takes an enum as 1st parameter""... $ac_c" 1>&6 -echo "configure:24325: checking if getrusage() takes an enum as 1st parameter" >&5 +echo "configure:25434: checking if getrusage() takes an enum as 1st parameter" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_getrusage_enum_1'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 24331 "configure" +#line 25440 "configure" #include "confdefs.h" #include <sys/resource.h> @@ -24337,7 +25449,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:24344: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:25453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_getrusage_enum_1=yes @@ -24371,19 +25483,19 @@ fi TEMPCXXFLAGS="" if test -n "$GXX"; then TEMPCXXFLAGS="$CXXFLAGS" - CXXFLAGS="$CXXFLAGS -Werror" + CXXFLAGS="$CXXFLAGS -Werror" fi echo $ac_n "checking if select takes a const fifth parameter""... $ac_c" 1>&6 -echo "configure:24384: checking if select takes a const fifth parameter" >&5 +echo "configure:25493: checking if select takes a const fifth parameter" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_select_const_5'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 24390 "configure" +#line 25499 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -24408,7 +25520,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:24415: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:25524: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_select_const_5=yes @@ -24456,13 +25568,13 @@ if test "$ace_cv_struct_msghdr" = yes && echo $ac_n "checking if sendmsg omits the const from the second parameter""... $ac_c" 1>&6 -echo "configure:24463: checking if sendmsg omits the const from the second parameter" >&5 +echo "configure:25572: checking if sendmsg omits the const from the second parameter" >&5 if eval "test \"`echo '$''{'ace_cv_lib_broken_sendmsg'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 24469 "configure" +#line 25578 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -24482,7 +25594,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:24489: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:25598: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_broken_sendmsg=no @@ -24529,13 +25641,13 @@ if test "$ac_cv_header_sys_uio_h" = yes && echo $ac_n "checking if writev omits the const from the iovec parameter""... $ac_c" 1>&6 -echo "configure:24536: checking if writev omits the const from the iovec parameter" >&5 +echo "configure:25645: checking if writev omits the const from the iovec parameter" >&5 if eval "test \"`echo '$''{'ace_cv_lib_broken_writev'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 24542 "configure" +#line 25651 "configure" #include "confdefs.h" #ifdef ACE_HAS_UNISTD_H @@ -24556,7 +25668,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:24563: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:25672: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_broken_writev=no @@ -24602,13 +25714,13 @@ EOF echo $ac_n "checking if socket size is denoted by size_t""... $ac_c" 1>&6 -echo "configure:24609: checking if socket size is denoted by size_t" >&5 +echo "configure:25718: checking if socket size is denoted by size_t" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_socket_len_size_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 24615 "configure" +#line 25724 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -24625,7 +25737,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:24632: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:25741: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_socket_len_size_t=no @@ -24636,7 +25748,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 24643 "configure" +#line 25752 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -24653,7 +25765,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:24660: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:25769: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_socket_len_size_t=yes @@ -24701,13 +25813,13 @@ EOF echo $ac_n "checking for (struct sockaddr *) msg_name field""... $ac_c" 1>&6 -echo "configure:24708: checking for (struct sockaddr *) msg_name field" >&5 +echo "configure:25817: checking for (struct sockaddr *) msg_name field" >&5 if eval "test \"`echo '$''{'ace_cv_lib_sockaddr_msg_name'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 24714 "configure" +#line 25823 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -24724,7 +25836,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:24731: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:25840: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_sockaddr_msg_name=yes @@ -24770,13 +25882,13 @@ EOF echo $ac_n "checking if setsockopt() takes a char* fourth parameter""... $ac_c" 1>&6 -echo "configure:24777: checking if setsockopt() takes a char* fourth parameter" >&5 +echo "configure:25886: checking if setsockopt() takes a char* fourth parameter" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_setsockopt_charp_4'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 24783 "configure" +#line 25892 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -24799,7 +25911,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:24806: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:25915: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_setsockopt_charp_4=yes @@ -24844,13 +25956,13 @@ EOF echo $ac_n "checking if setsockopt() takes a void* fourth parameter""... $ac_c" 1>&6 -echo "configure:24851: checking if setsockopt() takes a void* fourth parameter" >&5 +echo "configure:25960: checking if setsockopt() takes a void* fourth parameter" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_setsockopt_voidp_4'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 24857 "configure" +#line 25966 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -24873,7 +25985,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:24880: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:25989: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_setsockopt_voidp_4=yes @@ -24918,13 +26030,13 @@ EOF echo $ac_n "checking if mmap() takes a void* first argument""... $ac_c" 1>&6 -echo "configure:24925: checking if mmap() takes a void* first argument" >&5 +echo "configure:26034: checking if mmap() takes a void* first argument" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_voidptr_mmap'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 24931 "configure" +#line 26040 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -24950,7 +26062,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:24957: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26066: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_voidptr_mmap=yes @@ -24969,7 +26081,7 @@ fi echo "$ac_t""$ace_cv_lib_posix_voidptr_mmap" 1>&6 if test "$ace_cv_lib_posix_voidptr_mmap" = yes; then - ace_just_a_ + ace_just_a_place_holder=fixme cat >> confdefs.h <<\EOF #define ACE_HAS_VOIDPTR_MMAP 1 EOF @@ -24988,13 +26100,13 @@ EOF if test "$ac_cv_func_msync" = yes; then echo $ac_n "checking if msync accepts a third "sync" argument""... $ac_c" 1>&6 -echo "configure:24995: checking if msync accepts a third "sync" argument" >&5 +echo "configure:26104: checking if msync accepts a third "sync" argument" >&5 if eval "test \"`echo '$''{'ace_cv_lib_broken_msync'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25001 "configure" +#line 26110 "configure" #include "confdefs.h" #include <sys/mman.h> @@ -25018,7 +26130,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25025: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26134: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_broken_msync=no @@ -25029,7 +26141,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 25036 "configure" +#line 26145 "configure" #include "confdefs.h" #include <sys/mman.h> @@ -25052,7 +26164,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25059: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26168: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_broken_msync=yes @@ -25086,13 +26198,13 @@ EOF fi echo $ac_n "checking if platform has iostream method ipfx()""... $ac_c" 1>&6 -echo "configure:25093: checking if platform has iostream method ipfx()" >&5 +echo "configure:26202: checking if platform has iostream method ipfx()" >&5 if eval "test \"`echo '$''{'ace_cv_feature_has_iostream_ipfx'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25099 "configure" +#line 26208 "configure" #include "confdefs.h" #include <iostream.h> @@ -25103,7 +26215,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25110: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26219: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_has_iostream_ipfx=yes @@ -25135,13 +26247,13 @@ EOF echo $ac_n "checking if platform has line-buffered streambufs""... $ac_c" 1>&6 -echo "configure:25142: checking if platform has line-buffered streambufs" >&5 +echo "configure:26251: checking if platform has line-buffered streambufs" >&5 if eval "test \"`echo '$''{'ace_cv_feature_has_linebuffered_streambuf'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25148 "configure" +#line 26257 "configure" #include "confdefs.h" #include <iostream.h> @@ -25152,13 +26264,13 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25159: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26268: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_has_linebuffered_streambuf=yes else - echo "configure: faile program was:" >&5 + echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -25184,13 +26296,13 @@ EOF echo $ac_n "checking if platform has unbuffered streambufs""... $ac_c" 1>&6 -echo "configure:25191: checking if platform has unbuffered streambufs" >&5 +echo "configure:26300: checking if platform has unbuffered streambufs" >&5 if eval "test \"`echo '$''{'ace_cv_feature_has_unbuffered_streambuf'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25197 "configure" +#line 26306 "configure" #include "confdefs.h" #include <iostream.h> @@ -25201,7 +26313,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25208: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26317: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_has_unbuffered_streambuf=yes @@ -25232,13 +26344,13 @@ EOF echo $ac_n "checking if signal takes a void (*)(int) as second parameter""... $ac_c" 1>&6 -echo "configure:25239: checking if signal takes a void (*)(int) as second parameter" >&5 +echo "configure:26348: checking if signal takes a void (*)(int) as second parameter" >&5 if eval "test \"`echo '$''{'ace_cv_lib_signal_vi1_2'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25245 "configure" +#line 26354 "configure" #include "confdefs.h" #include <signal.h> @@ -25254,7 +26366,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25261: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26370: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_signal_vi1_2=yes @@ -25274,13 +26386,13 @@ fi echo "$ac_t""$ace_cv_lib_signal_vi1_2" 1>&6 echo $ac_n "checking if signal takes a void (*)(void) as second parameter""... $ac_c" 1>&6 -echo "configure:25281: checking if signal takes a void (*)(void) as second parameter" >&5 +echo "configure:26390: checking if signal takes a void (*)(void) as second parameter" >&5 if eval "test \"`echo '$''{'ace_cv_lib_signal_vv1_2'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25287 "configure" +#line 26396 "configure" #include "confdefs.h" #include <signal.h> @@ -25294,7 +26406,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25301: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26410: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_signal_vv1_2=yes @@ -25314,13 +26426,13 @@ fi echo "$ac_t""$ace_cv_lib_signal_vv1_2" 1>&6 echo $ac_n "checking if signal takes a void (*)(int, ...) as second parameter""... $ac_c" 1>&6 -echo "configure:25321: checking if signal takes a void (*)(int, ...) as second parameter" >&5 +echo "configure:26430: checking if signal takes a void (*)(int, ...) as second parameter" >&5 if eval "test \"`echo '$''{'ace_cv_lib_signal_vi1a2_2'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25327 "configure" +#line 26436 "configure" #include "confdefs.h" #include <signal.h> @@ -25334,7 +26446,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25341: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26450: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_signal_vi1a2_2=yes @@ -25354,13 +26466,13 @@ fi echo "$ac_t""$ace_cv_lib_signal_vi1a2_2" 1>&6 echo $ac_n "checking if signal takes a void (*)(...) as second parameter""... $ac_c" 1>&6 -echo "configure:25361: checking if signal takes a void (*)(...) as second parameter" >&5 +echo "configure:26470: checking if signal takes a void (*)(...) as second parameter" >&5 if eval "test \"`echo '$''{'ace_cv_lib_signal_va1_2'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25367 "configure" +#line 26476 "configure" #include "confdefs.h" #include <signal.h> @@ -25374,7 +26486,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25381: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26490: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_signal_va1_2=yes @@ -25394,13 +26506,13 @@ fi echo "$ac_t""$ace_cv_lib_signal_va1_2" 1>&6 echo $ac_n "checking if signal returns a void (*)(int)""... $ac_c" 1>&6 -echo "configure:25401: checking if signal returns a void (*)(int)" >&5 +echo "configure:26510: checking if signal returns a void (*)(int)" >&5 if eval "test \"`echo '$''{'ace_cv_lib_signal_vi1_ret'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25407 "configure" +#line 26516 "configure" #include "confdefs.h" #include <signal.h> @@ -25415,7 +26527,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26531: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_signal_vi1_ret=yes @@ -25435,13 +26547,13 @@ fi echo "$ac_t""$ace_cv_lib_signal_vi1_ret" 1>&6 echo $ac_n "checking if signal returns a void (*)(void)""... $ac_c" 1>&6 -echo "configure:25442: checking if signal returns a void (*)(void)" >&5 +echo "configure:26551: checking if signal returns a void (*)(void)" >&5 if eval "test \"`echo '$''{'ace_cv_lib_signal_vv1_ret'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25448 "configure" +#line 26557 "configure" #include "confdefs.h" #include <signal.h> @@ -25456,7 +26568,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25463: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26572: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_signal_vv1_ret=yes @@ -25476,13 +26588,13 @@ fi echo "$ac_t""$ace_cv_lib_signal_vv1_ret" 1>&6 echo $ac_n "checking if signal returns a void (*)(int, ...)""... $ac_c" 1>&6 -echo "configure:25483: checking if signal returns a void (*)(int, ...)" >&5 +echo "configure:26592: checking if signal returns a void (*)(int, ...)" >&5 if eval "test \"`echo '$''{'ace_cv_lib_signal_vi1a2_ret'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25489 "configure" +#line 26598 "configure" #include "confdefs.h" #include <signal.h> @@ -25494,7 +26606,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25501: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26610: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_signal_vi1a2_ret=yes @@ -25514,13 +26626,13 @@ fi echo "$ac_t""$ace_cv_lib_signal_vi1a2_ret" 1>&6 echo $ac_n "checking if signal returns a void (*)(...)""... $ac_c" 1>&6 -echo "configure:25521: checking if signal returns a void (*)(...)" >&5 +echo "configure:26630: checking if signal returns a void (*)(...)" >&5 if eval "test \"`echo '$''{'ace_cv_lib_signal_va1_ret'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25527 "configure" +#line 26636 "configure" #include "confdefs.h" #include <signal.h> @@ -25532,7 +26644,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25539: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26648: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_signal_va1_ret=yes @@ -25553,13 +26665,13 @@ echo "$ac_t""$ace_cv_lib_signal_va1_ret" 1>&6 if test "$ace_cv_struct_sigaction" = yes; then echo $ac_n "checking if struct sigaction takes a void (*)(int) handler""... $ac_c" 1>&6 -echo "configure:25560: checking if struct sigaction takes a void (*)(int) handler" >&5 +echo "configure:26669: checking if struct sigaction takes a void (*)(int) handler" >&5 if eval "test \"`echo '$''{'ace_cv_lib_struct_sigaction_vi1_handler'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25566 "configure" +#line 26675 "configure" #include "confdefs.h" #include <signal.h> @@ -25575,7 +26687,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26691: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_struct_sigaction_vi1_handler=yes @@ -25595,13 +26707,13 @@ fi echo "$ac_t""$ace_cv_lib_struct_sigaction_vi1_handler" 1>&6 echo $ac_n "checking if struct sigaction takes a void (*)(void) handler""... $ac_c" 1>&6 -echo "configure:25602: checking if struct sigaction takes a void (*)(void) handler" >&5 +echo "configure:26711: checking if struct sigaction takes a void (*)(void) handler" >&5 if eval "test \"`echo '$''{'ace_cv_lib_struct_sigaction_vv1_handler'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25608 "configure" +#line 26717 "configure" #include "confdefs.h" #include <signal.h> @@ -25617,7 +26729,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25624: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26733: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_struct_sigaction_vv1_handler=yes @@ -25637,13 +26749,13 @@ fi echo "$ac_t""$ace_cv_lib_struct_sigaction_vv1_handler" 1>&6 echo $ac_n "checking if struct sigaction takes a void (*)(int, ...) handler""... $ac_c" 1>&6 -echo "configure:25644: checking if struct sigaction takes a void (*)(int, ...) handler" >&5 +echo "configure:26753: checking if struct sigaction takes a void (*)(int, ...) handler" >&5 if eval "test \"`echo '$''{'ace_cv_lib_struct_sigaction_vi1a2_handler'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25650 "configure" +#line 26759 "configure" #include "confdefs.h" #include <signal.h> @@ -25659,7 +26771,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25666: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26775: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_struct_sigaction_vi1a2_handler=yes @@ -25679,13 +26791,13 @@ fi echo "$ac_t""$ace_cv_lib_struct_sigaction_vi1a2_handler" 1>&6 echo $ac_n "checking if struct sigaction takes a void (*)(...) handler""... $ac_c" 1>&6 -echo "configure:25686: checking if struct sigaction takes a void (*)(...) handler" >&5 -if eval "test +echo "configure:26795: checking if struct sigaction takes a void (*)(...) handler" >&5 +if eval "test \"`echo '$''{'ace_cv_lib_struct_sigaction_va1_handler'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25692 "configure" +#line 26801 "configure" #include "confdefs.h" #include <signal.h> @@ -25701,7 +26813,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25708: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26817: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_struct_sigaction_va1_handler=yes @@ -25730,13 +26842,13 @@ fi echo $ac_n "checking if msgsnd() takes a struct msgbuf* second parameter""... $ac_c" 1>&6 -echo "configure:25737: checking if msgsnd() takes a struct msgbuf* second parameter" >&5 +echo "configure:26846: checking if msgsnd() takes a struct msgbuf* second parameter" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_msgsnd_msgbufp_2'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25743 "configure" +#line 26852 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -25757,7 +26869,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25764: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26873: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_msgsnd_msgbufp_2=yes @@ -25784,13 +26896,13 @@ fi echo $ac_n "checking if msgsnd() takes a const void* second parameter""... $ac_c" 1>&6 -echo "configure:25791: checking if msgsnd() takes a const void* second parameter" >&5 +echo "configure:26900: checking if msgsnd() takes a const void* second parameter" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_msgsnd_cvoidp_2'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25797 "configure" +#line 26906 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -25811,7 +26923,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25818: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:26927: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_msgsnd_cvoidp_2=yes @@ -25862,13 +26974,13 @@ EOF echo $ac_n "checking if msgrcv() takes a void* second parameter""... $ac_c" 1>&6 -echo "configure:25869: checking if msgrcv() takes a void* second parameter" >&5 +echo "configure:26978: checking if msgrcv() takes a void* second parameter" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_msgrcv_voidp_2'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1&6 + echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25875 "configure" +#line 26984 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -25890,7 +27002,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:25897: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:27006: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_msgrcv_voidp_2=yes @@ -25924,13 +27036,13 @@ echo "$ac_t""$ace_cv_lib_posix_msgrcv_voidp_2" 1>&6 echo $ac_n "checking if shmat() takes a void* second parameter""... $ac_c" 1>&6 -echo "configure:25931: checking if shmat() takes a void* second parameter" >&5 +echo "configure:27040: checking if shmat() takes a void* second parameter" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_shmat_voidp_2'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25937 "configure" +#line 27046 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -25947,7 +27059,7 @@ int shmid; ; return 0; } EOF -if { (eval echo configure:25954: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:27063: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_shmat_voidp_2=yes @@ -25981,13 +27093,13 @@ echo "$ac_t""$ace_cv_lib_posix_shmat_voidp_2" 1>&6 echo $ac_n "checking if sigaction() takes a const* second parameter""... $ac_c" 1>&6 -echo "configure:25988: checking if sigaction() takes a const* second parameter" >&5 +echo "configure:27097: checking if sigaction() takes a const* second parameter" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_sigaction_constp_2'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 25994 "configure" +#line 27103 "configure" #include "confdefs.h" #include <signal.h> @@ -26001,7 +27113,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:26008: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:27117: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_sigaction_constp_2=yes @@ -26028,13 +27140,13 @@ echo "$ac_t""$ace_cv_lib_posix_sigaction_constp_2" 1>&6 echo $ac_n "checking if wait() takes a (union wait *) rather than int *""... $ac_c" 1>&6 -echo "configure:26035: checking if wait() takes a (union wait *) rather than int *" >&5 +echo "configure:27144: checking if wait() takes a (union wait *) rather than int *" >&5 if eval "test \"`echo '$''{'ace_cv_lib_wait_takes_union_wait_ptr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 26041 "configure" +#line 27150 "configure" #include "confdefs.h" #include <sys/wait.h> @@ -26047,7 +27159,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:26054: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:27163: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_wait_takes_union_wait_ptr=no @@ -26058,7 +27170,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 26065 "configure" +#line 27174 "configure" #include "confdefs.h" #include <sys/wait.h> @@ -26071,7 +27183,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:26078: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:27187: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_wait_takes_union_wait_ptr=yes @@ -26114,13 +27226,13 @@ EOF echo $ac_n "checking if gettimeofday() takes a void * second argument""... $ac_c" 1>&6 -echo "configure:26121: checking if gettimeofday() takes a void * second argument" >&5 +echo "configure:27230: checking if gettimeofday() takes a void * second argument" >&5 if eval "test \"`echo '$''{'ace_cv_lib_voidptr_gettimeofday'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 26127 "configure" +#line 27236 "configure" #include "confdefs.h" #include <sys/time.h> @@ -26137,7 +27249,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:26144: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:27253: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_voidptr_gettimeofday=yes @@ -26172,13 +27284,13 @@ if test "$ace_cv_lib_voidptr_gettimeofday" = no; then echo $ac_n "checking if gettimeofday() takes a timzeone * second argument""... $ac_c" 1>&6 -echo "configure:26179: checking if gettimeofday() takes a timzeone * second argument" >&5 +echo "configure:27288: checking if gettimeofday() takes a timzeone * second argument" >&5 if eval "test \"`echo '$''{'ace_cv_lib_timezone_gettimeofday'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 26185 "configure" +#line 27294 "configure" #include "confdefs.h" #include <sys/time.h> @@ -26195,7 +27307,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:26202: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:27311: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_timezone_gettimeofday=yes @@ -26224,13 +27336,13 @@ if test "$ace_cv_lib_voidptr_gettimeofday" = yes || test "$ace_cv_lib_timezone_gettimeofday" = yes; then echo $ac_n "checking for gettimeofday() protoype""... $ac_c" 1>&6 -echo "configure:26231: checking for gettimeofday() protoype" >&5 +echo "configure:27340: checking for gettimeofday() protoype" >&5 if eval "test \"`echo '$''{'ace_cv_lib_has_gettimeofday_prototype'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 26237 "configure" +#line 27346 "configure" #include "confdefs.h" #include <time.h> @@ -26295,13 +27407,13 @@ fi if test "$ac_cv_func_ctime_r" = yes; then echo $ac_n "checking if ctime_r() takes two parameters""... $ac_c" 1>&6 -echo "configure:26302: checking if ctime_r() takes two parameters" >&5 +echo "configure:27411: checking if ctime_r() takes two parameters" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_ctime_r_2_params'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 26308 "configure" +#line 27417 "configure" #include "confdefs.h" #ifndef _REENTRANT @@ -26322,7 +27434,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:26329: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:27438: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_ctime_r_2_params=yes @@ -26357,13 +27469,13 @@ if test "$ace_cv_struct_msghdr" = yes; then echo $ac_n "checking if struct msghdr has a msg_accrights member""... $ac_c" 1>&6 -echo "configure:26364: checking if struct msghdr has a msg_accrights member" >&5 +echo "configure:27473: checking if struct msghdr has a msg_accrights member" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_struct_msghdr_has_msg_accrights'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 26370 "configure" +#line 27479 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -26378,7 +27490,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:26385: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:27494: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_posix_struct_msghdr_has_msg_accrights=yes @@ -26406,13 +27518,13 @@ fi echo $ac_n "checking if struct msghdr has a msg_accrights_len member""... $ac_c" 1>&6 -echo "configure:26413: checking if struct msghdr has a msg_accrights_len member" >&5 +echo "configure:27522: checking if struct msghdr has a msg_accrights_len member" >&5 if eval "test \"`echo '$''{'ace_cv_lib_posix_struct_msghdr_has_msg_accrights_len'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 26419 "configure" +#line 27528 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -26427,10 +27539,10 @@ int main() { ; return 0; } EOF -if { (eval echo configure:26434: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:27543: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - ace_cv_lib_posix_st + ace_cv_lib_posix_struct_msghdr_has_msg_accrights_len=yes else echo "configure: failed program was:" >&5 @@ -26461,13 +27573,13 @@ EOF echo $ac_n "checking for 4.4 BSD style struct msghdr""... $ac_c" 1>&6 -echo "configure:26468: checking for 4.4 BSD style struct msghdr" >&5 +echo "configure:27577: checking for 4.4 BSD style struct msghdr" >&5 if eval "test \"`echo '$''{'ace_cv_lib_4_4bsd_msghdr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 26474 "configure" +#line 27583 "configure" #include "confdefs.h" #include <sys/socket.h> EOF @@ -26509,13 +27621,13 @@ EOF if test "$ace_cv_lib_4_4bsd_msghdr" = yes; then echo $ac_n "checking if CMSG_DATA is defined""... $ac_c" 1>&6 -echo "configure:26516: checking if CMSG_DATA is defined" >&5 +echo "configure:27625: checking if CMSG_DATA is defined" >&5 if eval "test \"`echo '$''{'ace_cv_lib_cmsg_data'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 26522 "configure" +#line 27631 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -26540,7 +27652,7 @@ else ace_cv_lib_cmsg_data=no cat > conftest.$ac_ext <<EOF -#line 26547 "configure" +#line 27656 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -26559,7 +27671,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:26566: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:27675: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* @@ -26569,7 +27681,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 26576 "configure" +#line 27685 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -26588,7 +27700,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:26595: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:27704: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* { echo "configure: error: cmsgmdr member '__cmsg_data0' not supported by ACE's CMSG_DATA macro" 1>&2; exit 1; } @@ -26599,10 +27711,10 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 26606 "configure" +#line 27715 "configure" #include "confdefs.h" -#ifdef ACE_LACKS_SYS_TYPES_H +#ifndef ACE_LACKS_SYS_TYPES_H # include <sys/types.h> #endif #include <sys/socket.h> @@ -26614,7 +27726,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:26621: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:27730: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* if eval "test \"`echo '$''{'ace_cv_lib_cmsg_data_member'+set}'`\" = set"; then @@ -26672,7 +27784,7 @@ fi if test "$cross_compiling" != yes; then echo $ac_n "checking for restartable system calls""... $ac_c" 1>&6 -echo "configure:26679: checking for restartable system calls" >&5 +echo "configure:27788: checking for restartable system calls" >&5 if eval "test \"`echo '$''{'ac_cv_sys_restartable_syscalls'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -26680,7 +27792,7 @@ else { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <<EOF -#line 26687 "configure" +#line 27796 "configure" #include "confdefs.h" #ifdef __cplusplus extern "C" void exit(int); @@ -26701,7 +27813,7 @@ main () { } EOF -if { (eval echo configure:26708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:27817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sys_restartable_syscalls=yes else @@ -26733,13 +27845,13 @@ fi echo $ac_n "checking if platform defines ctime() as a macro""... $ac_c" 1>&6 -echo "configure:26740: checking if platform defines ctime() as a macro" >&5 +echo "configure:27849: checking if platform defines ctime() as a macro" >&5 if eval "test \"`echo '$''{'ace_cv_feature_have_ctime_macro'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 26746 "configure" +#line 27855 "configure" #include "confdefs.h" #include <time.h> @@ -26784,13 +27896,13 @@ EOF echo $ac_n "checking if platform defines some reentrant functions as macros""... $ac_c" 1>&6 -echo "configure:26791: checking if platform defines some reentrant functions as macros" >&5 +echo "configure:27900: checking if platform defines some reentrant functions as macros" >&5 if eval "test \"`echo '$''{'ace_cv_feature_has_broken_r_routines'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 26797 "configure" +#line 27906 "configure" #include "confdefs.h" #ifndef _REENTRANT @@ -26846,13 +27958,13 @@ EOF echo $ac_n "checking if platform defines sig{empty fill add del}set as macros""... $ac_c" 1>&6 -echo "configure:26853: checking if platform defines sig{empty fill add del}set as macros" >&5 +echo "configure:27962: checking if platform defines sig{empty fill add del}set as macros" >&5 if eval "test \"`echo '$''{'ace_cv_feature_have_sig_macros'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 26859 "configure" +#line 27968 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -26900,13 +28012,13 @@ EOF echo $ac_n "checking for open() mode masks""... $ac_c" 1>&6 -echo "configure:26907: checking for open() mode masks" >&5 +echo "configure:28016: checking for open() mode masks" >&5 if eval "test \"`echo '$''{'ace_cv_feature_have_open_mode_masks'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 26913 "configure" +#line 28022 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -26966,13 +28078,13 @@ EOF echo $ac_n "checking for POSIX O_NONBLOCK semantics""... $ac_c" 1>&6 -echo "configure:26973: checking for POSIX O_NONBLOCK semantics" >&5 +echo "configure:28082: checking for POSIX O_NONBLOCK semantics" >&5 if eval "test \"`echo '$''{'ace_cv_feature_posix_o_nonblock'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 26979 "configure" +#line 28088 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -27017,13 +28129,13 @@ EOF echo $ac_n "checking if platform defines MAP_FAILED as a long constant""... $ac_c" 1>&6 -echo "configure:27024: checking if platform defines MAP_FAILED as a long constant" >&5 +echo "configure:28133: checking if platform defines MAP_FAILED as a long constant" >&5 if eval "test \"`echo '$''{'ace_cv_feature_long_map_failed'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 27030 "configure" +#line 28139 "configure" #include "confdefs.h" #include <sys/mman.h> @@ -27061,13 +28173,13 @@ EOF echo $ac_n "checking if platform supports SO_SNDBUF/SO_RCVBUF socket options""... $ac_c" 1>&6 -echo "configure:27068: checking if platform supports SO_SNDBUF/SO_RCVBUF socket options" >&5 +echo "configure:28177: checking if platform supports SO_SNDBUF/SO_RCVBUF socket options" >&5 if eval "test \"`echo '$''{'ace_cv_feature_so_sndbuf_rcvbuf'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 27074 "configure" +#line 28183 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -27115,7 +28227,7 @@ if test "$ac_cv_header_dlfcn_h" = yes && test "$ace_has_svr4_dynamic_linking" = yes; then echo $ac_n "checking if platform calls init/fini automatically""... $ac_c" 1>&6 -echo "configure:27122: checking if platform calls init/fini automatically" >&5 +echo "configure:28231: checking if platform calls init/fini automatically" >&5 if eval "test \"`echo '$''{'ace_cv_feature_auto_init_fini'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -27146,8 +28258,8 @@ fi if test "$ace_user_enable_threads" = yes; then echo $ac_n "checking for recursive thread exit semantics""... $ac_c" 1>&6 -echo "configure:27153: checking for recursive thread exit semantics" >&5 - if eval "test \"`echo '$''{ +echo "configure:28262: checking for recursive thread exit semantics" >&5 + if eval "test \"`echo '$''{'ace_cv_feature_recursive_thr_exit'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -27172,13 +28284,13 @@ fi if test "$ace_has_aio_funcs" = yes; then echo $ac_n "checking for asynchronous IO calls""... $ac_c" 1>&6 -echo "configure:27179: checking for asynchronous IO calls" >&5 +echo "configure:28288: checking for asynchronous IO calls" >&5 if eval "test \"`echo '$''{'ace_cv_feature_aio_calls'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 27185 "configure" +#line 28294 "configure" #include "confdefs.h" #include <aio.h> @@ -27189,7 +28301,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:27196: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:28305: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_aio_calls=yes @@ -27220,13 +28332,13 @@ EOF fi echo $ac_n "checking for UNIX domain sockets""... $ac_c" 1>&6 -echo "configure:27227: checking for UNIX domain sockets" >&5 +echo "configure:28336: checking for UNIX domain sockets" >&5 if eval "test \"`echo '$''{'ace_cv_feature_unix_sockets'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 27233 "configure" +#line 28342 "configure" #include "confdefs.h" #include <sys/un.h> @@ -27237,7 +28349,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:27244: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:28353: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_unix_sockets=yes @@ -27269,7 +28381,7 @@ EOF echo $ac_n "checking for ACE_Handle_Set optimized for select()""... $ac_c" 1>&6 -echo "configure:27276: checking for ACE_Handle_Set optimized for select()" >&5 +echo "configure:28385: checking for ACE_Handle_Set optimized for select()" >&5 if eval "test \"`echo '$''{'ace_cv_feature_handle_set_optimized_for_select'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -27298,13 +28410,13 @@ EOF echo $ac_n "checking for IP multicast support""... $ac_c" 1>&6 -echo "configure:27305: checking for IP multicast support" >&5 +echo "configure:28414: checking for IP multicast support" >&5 if eval "test \"`echo '$''{'ace_cv_feature_ip_multicast'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 27311 "configure" +#line 28420 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -27318,7 +28430,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:27325: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:28434: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_ip_multicast=yes @@ -27326,10 +28438,10 @@ if { (eval echo configure:27325: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 - rm -r conftest* + rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 27336 "configure" +#line 28445 "configure" #include "confdefs.h" #ifndef ACE_LACKS_SYS_TYPES_H @@ -27343,7 +28455,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:27350: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:28459: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_ip_multicast=yes @@ -27377,7 +28489,7 @@ EOF echo $ac_n "checking if platform runs on an Alpha""... $ac_c" 1>&6 -echo "configure:27384: checking if platform runs on an Alpha" >&5 +echo "configure:28493: checking if platform runs on an Alpha" >&5 if eval "test \"`echo '$''{'ace_cv_feature_alpha'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -27415,7 +28527,7 @@ EOF echo $ac_n "checking if platform runs on a Power PC""... $ac_c" 1>&6 -echo "configure:27422: checking if platform runs on a Power PC" >&5 +echo "configure:28531: checking if platform runs on a Power PC" >&5 if eval "test \"`echo '$''{'ace_cv_feature_powerpc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -27455,7 +28567,7 @@ EOF echo $ac_n "checking if platform runs on a Pentium(tm) processor""... $ac_c" 1>&6 -echo "configure:27462: checking if platform runs on a Pentium(tm) processor" >&5 +echo "configure:28571: checking if platform runs on a Pentium(tm) processor" >&5 if eval "test \"`echo '$''{'ace_cv_feature_pentium'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -27504,13 +28616,13 @@ fi echo $ac_n "checking if platform requires _GNU_SOURCE for getpgid definition""... $ac_c" 1>&6 -echo "configure:27511: checking if platform requires _GNU_SOURCE for getpgid definition" >&5 +echo "configure:28620: checking if platform requires _GNU_SOURCE for getpgid definition" >&5 if eval "test \"`echo '$''{'ace_cv_feature_gnu_source'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 27517 "configure" +#line 28626 "configure" #include "confdefs.h" #ifndef ACE_LACKS_UNISTD_H @@ -27523,7 +28635,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:27530: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:28639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_gnu_source=no @@ -27534,7 +28646,7 @@ else rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 27541 "configure" +#line 28650 "configure" #include "confdefs.h" #define _GNU_SOURCE @@ -27549,7 +28661,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:27556: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:28665: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_gnu_source=yes @@ -27589,13 +28701,13 @@ EOF echo $ac_n "checking if platform only supports SCHED_OTHER scheduling policy""... $ac_c" 1>&6 -echo "configure:27596: checking if platform only supports SCHED_OTHER scheduling policy" >&5 +echo "configure:28705: checking if platform only supports SCHED_OTHER scheduling policy" >&5 if eval "test \"`echo '$''{'ace_cv_feature_only_have_sched_other'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 27602 "configure" +#line 28711 "configure" #include "confdefs.h" #ifdef ACE_HAS_PTHREADS @@ -27720,7 +28832,7 @@ EOF fi echo $ac_n "checking which POSIX thread library was found""... $ac_c" 1>&6 -echo "configure:27727: checking which POSIX thread library was found" >&5 +echo "configure:28836: checking which POSIX thread library was found" >&5 ace_has_pthreads=no @@ -27788,7 +28900,7 @@ else echo "$ac_t""none" 1>&6 fi echo $ac_n "checking if a UNIX International thread library was found""... $ac_c" 1>&6 -echo "configure:27795: checking if a UNIX International thread library was found" >&5 +echo "configure:28904: checking if a UNIX International thread library was found" >&5 if test "$ace_has_sthreads" = yes; then echo "$ac_t""yes" 1>&6 else @@ -27834,7 +28946,7 @@ EOF EOF cat >> confdefs.h <<\EOF - +#define _POSIX_PTHREAD_SEMANTICS 1 EOF fi fi @@ -28023,12 +29135,12 @@ EOF #define HPUX 1 EOF - cat >> condefs.h <<\EOF + cat >> confdefs.h <<\EOF #define HPUX_11 1 EOF cat > conftest.$ac_ext <<EOF -#line 28035 "configure" +#line 29144 "configure" #include "confdefs.h" #ifdef __LP64__ @@ -28176,7 +29288,7 @@ EOF ;; *osf3.2*) cat > conftest.$ac_ext <<EOF -#line 28183 "configure" +#line 29292 "configure" #include "confdefs.h" #if defined(__DECCXX) @@ -28199,7 +29311,7 @@ rm -f conftest* ;; *osf4.0*) cat > conftest.$ac_ext <<EOF -#line 28206 "configure" +#line 29315 "configure" #include "confdefs.h" #if defined(__DECCXX) @@ -28220,7 +29332,7 @@ fi rm -f conftest* cat > conftest.$ac_ext <<EOF -#line 28227 "configure" +#line 29336 "configure" #include "confdefs.h" /* Include unistd.h to define _POSIX_C_SOURCE. */ @@ -28272,7 +29384,7 @@ EOF EOF cat > conftest.$ac_ext <<EOF -#line 28279 "configure" +#line 29388 "configure" #include "confdefs.h" #if defined (ACE_HAS_TSS_EMULATION) @@ -28438,7 +29550,7 @@ EOF EOF cat > conftest.$ac_ext <<EOF -#line 28445 "configure" +#line 29554 "configure" #include "confdefs.h" #if defined (ACE_HAS_TSS_EMULATION) @@ -28516,7 +29628,7 @@ LDFLAGS="$ACE_LDFLAGS $LDFLAGS" echo $ac_n "checking for ACE iostream support""... $ac_c" 1>&6 -echo "configure:28523: checking for ACE iostream support" >&5 +echo "configure:29632: checking for ACE iostream support" >&5 if eval "test \"`echo '$''{'ace_cv_feature_ace_iostream'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -28537,7 +29649,7 @@ else CFLAGS="$CFLAGS -I. -I${srcdir}" cat > conftest.$ac_ext <<EOF -#line 28544 "configure" +#line 29653 "configure" #include "confdefs.h" #if defined(ACE_UINT64_TYPEDEF) typedef ACE_UINT64_TYPEDEF ACE_UINT64; @@ -28550,7 +29662,7 @@ int a=0; a += 1; ; return 0; } EOF -if { (eval echo configure:28557: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:29666: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_feature_ace_iostream=yes @@ -28593,7 +29705,7 @@ EOF echo $ac_n "checking if ACE needs minimum iostream header inclusion""... $ac_c" 1>&6 -echo "configure:28600: checking if ACE needs minimum iostream header inclusion" >&5 +echo "configure:29709: checking if ACE needs minimum iostream header inclusion" >&5 if eval "test \"`echo '$''{'ace_cv_lib_minimum_iostream'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -28614,7 +29726,7 @@ else CFLAGS="$CFLAGS -I. -I${srcdir}" cat > conftest.$ac_ext <<EOF -#line 28621 "configure" +#line 29730 "configure" #include "confdefs.h" #if defined(ACE_UINT64_TYPEDEF) typedef ACE_UINT64_TYPEDEF ACE_UINT64; @@ -28627,7 +29739,7 @@ int a=0; a += 1; ; return 0; } EOF -if { (eval echo configure:28634: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:29743: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_minimum_iostream=no @@ -28643,7 +29755,7 @@ else CFLAGS="$CFLAGS -I. -I${srcdir}" cat > conftest.$ac_ext <<EOF -#line 28650 "configure" +#line 29759 "configure" #include "confdefs.h" #if defined(ACE_UINT64_TYPEDEF) typedef ACE_UINT64_TYPEDEF ACE_UINT64; @@ -28657,7 +29769,7 @@ int a=0; a += 1; ; return 0; } EOF -if { (eval echo configure:28664: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:29773: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_minimum_iostream=yes @@ -28707,7 +29819,7 @@ EOF echo $ac_n "checking for ACE_addr::sap_any support""... $ac_c" 1>&6 -ech +echo "configure:29823: checking for ACE_addr::sap_any support" >&5 if eval "test \"`echo '$''{'ace_cv_lib_sap_any_support'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -28728,7 +29840,7 @@ else CFLAGS="$CFLAGS -I. -I${srcdir}" cat > conftest.$ac_ext <<EOF -#line 28735 "configure" +#line 29844 "configure" #include "confdefs.h" #if defined(ACE_UINT64_TYPEDEF) typedef ACE_UINT64_TYPEDEF ACE_UINT64; @@ -28741,7 +29853,7 @@ int a=0; a += 1; ; return 0; } EOF -if { (eval echo configure:28748: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:29857: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_sap_any_support=yes @@ -28757,7 +29869,7 @@ else CFLAGS="$CFLAGS -I. -I${srcdir}" cat > conftest.$ac_ext <<EOF -#line 28764 "configure" +#line 29873 "configure" #include "confdefs.h" #if defined(ACE_UINT64_TYPEDEF) typedef ACE_UINT64_TYPEDEF ACE_UINT64; @@ -28771,7 +29883,7 @@ int a=0; a += 1; ; return 0; } EOF -if { (eval echo configure:28778: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:29887: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ace_cv_lib_sap_any_support=no @@ -28872,7 +29984,7 @@ EOF -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" ;; *) - # `set' quotes correctly as required by POSIX, so do not ad quotes. + # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' ;; esac >> confcache @@ -28942,8 +30054,32 @@ ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" trap 'rm -fr `echo " + Makefile ace-config ace-diff-config + ace/Makefile + apps/Makefile + apps/gperf/Makefile + apps/gperf/src/Makefile + man/Makefile + man/man3/Makefile + netsvcs/Makefile + netsvcs/clients/Makefile + netsvcs/clients/Logger/Makefile + netsvcs/clients/Naming/Makefile + netsvcs/clients/Naming/Client/Makefile + netsvcs/clients/Naming/Dump_Restore/Makefile + netsvcs/clients/Tokens/Makefile + netsvcs/clients/Tokens/collection/Makefile + netsvcs/clients/Tokens/deadlock/Makefile + netsvcs/clients/Tokens/invariant/Makefile + netsvcs/clients/Tokens/manual/Makefile + netsvcs/clients/Tokens/mutex/Makefile + netsvcs/clients/Tokens/rw_lock/Makefile + netsvcs/lib/Makefile + netsvcs/servers/Makefile + tests/Makefile + tests/log/Makefile ace/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -29026,6 +30162,34 @@ s%@USE_SYMBOL_UNDERSCORE@%$USE_SYMBOL_UNDERSCORE%g s%@LIBTOOL@%$LIBTOOL%g s%@DLLTOOL@%$DLLTOOL%g s%@AS@%$AS%g +s%@BUILD_OS_FILES_TRUE@%$BUILD_OS_FILES_TRUE%g +s%@BUILD_OS_FILES_FALSE@%$BUILD_OS_FILES_FALSE%g +s%@BUILD_UTILS_FILES_TRUE@%$BUILD_UTILS_FILES_TRUE%g +s%@BUILD_UTILS_FILES_FALSE@%$BUILD_UTILS_FILES_FALSE%g +s%@BUILD_LOGGING_FILES_TRUE@%$BUILD_LOGGING_FILES_TRUE%g +s%@BUILD_LOGGING_FILES_FALSE@%$BUILD_LOGGING_FILES_FALSE%g +s%@BUILD_THREADS_FILES_TRUE@%$BUILD_THREADS_FILES_TRUE%g +s%@BUILD_THREADS_FILES_FALSE@%$BUILD_THREADS_FILES_FALSE%g +s%@BUILD_DEMUX_FILES_TRUE@%$BUILD_DEMUX_FILES_TRUE%g +s%@BUILD_DEMUX_FILES_FALSE@%$BUILD_DEMUX_FILES_FALSE%g +s%@BUILD_CONNECTION_FILES_TRUE@%$BUILD_CONNECTION_FILES_TRUE%g +s%@BUILD_CONNECTION_FILES_FALSE@%$BUILD_CONNECTION_FILES_FALSE%g +s%@BUILD_SOCKETS_FILES_TRUE@%$BUILD_SOCKETS_FILES_TRUE%g +s%@BUILD_SOCKETS_FILES_FALSE@%$BUILD_SOCKETS_FILES_FALSE%g +s%@BUILD_IPC_FILES_TRUE@%$BUILD_IPC_FILES_TRUE%g +s%@BUILD_IPC_FILES_FALSE@%$BUILD_IPC_FILES_FALSE%g +s%@BUILD_SVCCONF_FILES_TRUE@%$BUILD_SVCCONF_FILES_TRUE%g +s%@BUILD_SVCCONF_FILES_FALSE@%$BUILD_SVCCONF_FILES_FALSE%g +s%@BUILD_STREAMS_FILES_TRUE@%$BUILD_STREAMS_FILES_TRUE%g +s%@BUILD_STREAMS_FILES_FALSE@%$BUILD_STREAMS_FILES_FALSE%g +s%@BUILD_MEMORY_FILES_TRUE@%$BUILD_MEMORY_FILES_TRUE%g +s%@BUILD_MEMORY_FILES_FALSE@%$BUILD_MEMORY_FILES_FALSE%g +s%@BUILD_TOKEN_FILES_TRUE@%$BUILD_TOKEN_FILES_TRUE%g +s%@BUILD_TOKEN_FILES_FALSE@%$BUILD_TOKEN_FILES_FALSE%g +s%@BUILD_OTHER_FILES_TRUE@%$BUILD_OTHER_FILES_TRUE%g +s%@BUILD_OTHER_FILES_FALSE@%$BUILD_OTHER_FILES_FALSE%g +s%@BUILD_ALL_COMPONENTS_TRUE@%$BUILD_ALL_COMPONENTS_TRUE%g +s%@BUILD_ALL_COMPONENTS_FALSE@%$BUILD_ALL_COMPONENTS_FALSE%g s%@PURIFY@%$PURIFY%g s%@QUANTIFY@%$QUANTIFY%g s%@X_CFLAGS@%$X_CFLAGS%g @@ -29087,8 +30251,32 @@ EOF cat >> $CONFIG_STATUS <<EOF -CONFIG_FILES=\${CONFIG_FILES-" ace-config +CONFIG_FILES=\${CONFIG_FILES-"Makefile + ace-config ace-diff-config + ace/Makefile + apps/Makefile + apps/gperf/Makefile + apps/gperf/src/Makefile + man/Makefile + man/man3/Makefile + netsvcs/Makefile + netsvcs/clients/Makefile + netsvcs/clients/Logger/Makefile + netsvcs/clients/Naming/Makefile + netsvcs/clients/Naming/Client/Makefile + netsvcs/clients/Naming/Dump_Restore/Makefile + netsvcs/clients/Tokens/Makefile + netsvcs/clients/Tokens/collection/Makefile + netsvcs/clients/Tokens/deadlock/Makefile + netsvcs/clients/Tokens/invariant/Makefile + netsvcs/clients/Tokens/manual/Makefile + netsvcs/clients/Tokens/mutex/Makefile + netsvcs/clients/Tokens/rw_lock/Makefile + netsvcs/lib/Makefile + netsvcs/servers/Makefile + tests/Makefile + tests/log/Makefile "} EOF cat >> $CONFIG_STATUS <<\EOF @@ -29270,6 +30458,7 @@ rm -fr confdefs* $ac_clean_files test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 +chmod 755 ace-diff-config echo "" echo "Configuration of ACE is now complete." |