Changeset bdd18d in git
- Timestamp:
- May 2, 2005, 5:57:05 PM (19 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 4ccb094912c3d207b99c43160c7025659aa6cf24
- Parents:
- 73d2b6b610c56a25c7300ab4043c65fd41ede195
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/configure
r73d2b6 rbdd18d 1720 1720 LIBS= 1721 1721 1722 echo $ac_n "checking for setenv in -lbsd""... $ac_c" 1>&6 1723 echo "configure:1724: checking for setenv in -lbsd" >&5 1724 ac_lib_var=`echo bsd'_'setenv | sed 'y%./+-%__p_%'` 1725 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 1726 echo $ac_n "(cached) $ac_c" 1>&6 1727 else 1728 ac_save_LIBS="$LIBS" 1729 LIBS="-lbsd $LIBS" 1730 cat > conftest.$ac_ext <<EOF 1731 #line 1732 "configure" 1732 #include "confdefs.h" 1733 /* Override any gcc2 internal prototype to avoid an error. */ 1734 /* We use char because int might match the return type of a gcc2 1735 builtin and then its argument prototype would still apply. */ 1736 char setenv(); 1737 1738 int main() { 1739 setenv() 1740 ; return 0; } 1741 EOF 1742 if { (eval echo configure:1743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1743 rm -rf conftest* 1744 eval "ac_cv_lib_$ac_lib_var=yes" 1745 else 1746 echo "configure: failed program was:" >&5 1747 cat conftest.$ac_ext >&5 1748 rm -rf conftest* 1749 eval "ac_cv_lib_$ac_lib_var=no" 1750 fi 1751 rm -f conftest* 1752 LIBS="$ac_save_LIBS" 1753 1754 fi 1755 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 1756 echo "$ac_t""yes" 1>&6 1757 ac_tr_lib=HAVE_LIB`echo bsd | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 1758 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` 1759 cat >> confdefs.h <<EOF 1760 #define $ac_tr_lib 1 1761 EOF 1762 1763 LIBS="-lbsd $LIBS" 1764 1765 else 1766 echo "$ac_t""no" 1>&6 1767 fi 1768 1722 1769 # check for dl lib 1723 1770 case "$ac_cv_singuname" in 1724 1771 HPUX*) 1725 1772 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 1726 echo "configure:17 27: checking for shl_load in -ldld" >&51773 echo "configure:1774: checking for shl_load in -ldld" >&5 1727 1774 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 1728 1775 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1732 1779 LIBS="-ldld $LIBS" 1733 1780 cat > conftest.$ac_ext <<EOF 1734 #line 17 35"configure"1781 #line 1782 "configure" 1735 1782 #include "confdefs.h" 1736 1783 /* Override any gcc2 internal prototype to avoid an error. */ … … 1743 1790 ; return 0; } 1744 1791 EOF 1745 if { (eval echo configure:17 46: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1792 if { (eval echo configure:1793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1746 1793 rm -rf conftest* 1747 1794 eval "ac_cv_lib_$ac_lib_var=yes" … … 1780 1827 *Linux*) 1781 1828 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 1782 echo "configure:1 783: checking for dlopen in -ldl" >&51829 echo "configure:1830: checking for dlopen in -ldl" >&5 1783 1830 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 1784 1831 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1788 1835 LIBS="-ldl $LIBS" 1789 1836 cat > conftest.$ac_ext <<EOF 1790 #line 1 791"configure"1837 #line 1838 "configure" 1791 1838 #include "confdefs.h" 1792 1839 /* Override any gcc2 internal prototype to avoid an error. */ … … 1799 1846 ; return 0; } 1800 1847 EOF 1801 if { (eval echo configure:18 02: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1848 if { (eval echo configure:1849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1802 1849 rm -rf conftest* 1803 1850 eval "ac_cv_lib_$ac_lib_var=yes" … … 1843 1890 SunOS-5) 1844 1891 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 1845 echo "configure:18 46: checking for dlopen in -ldl" >&51892 echo "configure:1893: checking for dlopen in -ldl" >&5 1846 1893 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 1847 1894 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1851 1898 LIBS="-ldl $LIBS" 1852 1899 cat > conftest.$ac_ext <<EOF 1853 #line 1 854"configure"1900 #line 1901 "configure" 1854 1901 #include "confdefs.h" 1855 1902 /* Override any gcc2 internal prototype to avoid an error. */ … … 1862 1909 ; return 0; } 1863 1910 EOF 1864 if { (eval echo configure:1 865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1911 if { (eval echo configure:1912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1865 1912 rm -rf conftest* 1866 1913 eval "ac_cv_lib_$ac_lib_var=yes" … … 1907 1954 # heder file checks 1908 1955 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1909 echo "configure:19 10: checking for ANSI C header files" >&51956 echo "configure:1957: checking for ANSI C header files" >&5 1910 1957 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1911 1958 echo $ac_n "(cached) $ac_c" 1>&6 1912 1959 else 1913 1960 cat > conftest.$ac_ext <<EOF 1914 #line 19 15"configure"1961 #line 1962 "configure" 1915 1962 #include "confdefs.h" 1916 1963 #include <stdlib.h> … … 1920 1967 EOF 1921 1968 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1922 { (eval echo configure:19 23: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1969 { (eval echo configure:1970: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1923 1970 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1924 1971 if test -z "$ac_err"; then … … 1937 1984 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1938 1985 cat > conftest.$ac_ext <<EOF 1939 #line 19 40"configure"1986 #line 1987 "configure" 1940 1987 #include "confdefs.h" 1941 1988 #include <string.h> … … 1955 2002 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1956 2003 cat > conftest.$ac_ext <<EOF 1957 #line 1958"configure"2004 #line 2005 "configure" 1958 2005 #include "confdefs.h" 1959 2006 #include <stdlib.h> … … 1976 2023 else 1977 2024 cat > conftest.$ac_ext <<EOF 1978 #line 1979"configure"2025 #line 2026 "configure" 1979 2026 #include "confdefs.h" 1980 2027 #include <ctype.h> … … 1987 2034 1988 2035 EOF 1989 if { (eval echo configure: 1990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2036 if { (eval echo configure:2037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1990 2037 then 1991 2038 : … … 2014 2061 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2015 2062 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2016 echo "configure:20 17: checking for $ac_hdr" >&52063 echo "configure:2064: checking for $ac_hdr" >&5 2017 2064 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2018 2065 echo $ac_n "(cached) $ac_c" 1>&6 2019 2066 else 2020 2067 cat > conftest.$ac_ext <<EOF 2021 #line 20 22"configure"2068 #line 2069 "configure" 2022 2069 #include "confdefs.h" 2023 2070 #include <$ac_hdr> 2024 2071 EOF 2025 2072 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2026 { (eval echo configure:20 27: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2073 { (eval echo configure:2074: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2027 2074 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2028 2075 if test -z "$ac_err"; then … … 2058 2105 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2059 2106 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2060 echo "configure:2 061: checking for $ac_hdr" >&52107 echo "configure:2108: checking for $ac_hdr" >&5 2061 2108 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2062 2109 echo $ac_n "(cached) $ac_c" 1>&6 2063 2110 else 2064 2111 cat > conftest.$ac_ext <<EOF 2065 #line 2 066"configure"2112 #line 2113 "configure" 2066 2113 #include "confdefs.h" 2067 2114 #include <$ac_hdr> 2068 2115 EOF 2069 2116 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2070 { (eval echo configure:2 071: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2117 { (eval echo configure:2118: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2071 2118 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2072 2119 if test -z "$ac_err"; then … … 2097 2144 # typedefs, structures 2098 2145 echo $ac_n "checking for working const""... $ac_c" 1>&6 2099 echo "configure:21 00: checking for working const" >&52146 echo "configure:2147: checking for working const" >&5 2100 2147 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2101 2148 echo $ac_n "(cached) $ac_c" 1>&6 2102 2149 else 2103 2150 cat > conftest.$ac_ext <<EOF 2104 #line 21 05"configure"2151 #line 2152 "configure" 2105 2152 #include "confdefs.h" 2106 2153 … … 2151 2198 ; return 0; } 2152 2199 EOF 2153 if { (eval echo configure:2 154: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2200 if { (eval echo configure:2201: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2154 2201 rm -rf conftest* 2155 2202 ac_cv_c_const=yes … … 2172 2219 2173 2220 echo $ac_n "checking for inline""... $ac_c" 1>&6 2174 echo "configure:2 175: checking for inline" >&52221 echo "configure:2222: checking for inline" >&5 2175 2222 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2176 2223 echo $ac_n "(cached) $ac_c" 1>&6 … … 2179 2226 for ac_kw in inline __inline__ __inline; do 2180 2227 cat > conftest.$ac_ext <<EOF 2181 #line 2 182"configure"2228 #line 2229 "configure" 2182 2229 #include "confdefs.h" 2183 2230 … … 2186 2233 ; return 0; } 2187 2234 EOF 2188 if { (eval echo configure:2 189: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2235 if { (eval echo configure:2236: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2189 2236 rm -rf conftest* 2190 2237 ac_cv_c_inline=$ac_kw; break … … 2212 2259 2213 2260 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2214 echo "configure:22 15: checking for size_t" >&52261 echo "configure:2262: checking for size_t" >&5 2215 2262 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2216 2263 echo $ac_n "(cached) $ac_c" 1>&6 2217 2264 else 2218 2265 cat > conftest.$ac_ext <<EOF 2219 #line 22 20"configure"2266 #line 2267 "configure" 2220 2267 #include "confdefs.h" 2221 2268 #include <sys/types.h> … … 2245 2292 2246 2293 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 2247 echo "configure:22 48: checking whether struct tm is in sys/time.h or time.h" >&52294 echo "configure:2295: checking whether struct tm is in sys/time.h or time.h" >&5 2248 2295 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 2249 2296 echo $ac_n "(cached) $ac_c" 1>&6 2250 2297 else 2251 2298 cat > conftest.$ac_ext <<EOF 2252 #line 2 253"configure"2299 #line 2300 "configure" 2253 2300 #include "confdefs.h" 2254 2301 #include <sys/types.h> … … 2258 2305 ; return 0; } 2259 2306 EOF 2260 if { (eval echo configure:2 261: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2307 if { (eval echo configure:2308: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2261 2308 rm -rf conftest* 2262 2309 ac_cv_struct_tm=time.h … … 2279 2326 2280 2327 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2281 echo "configure:2 282: checking whether time.h and sys/time.h may both be included" >&52328 echo "configure:2329: checking whether time.h and sys/time.h may both be included" >&5 2282 2329 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2283 2330 echo $ac_n "(cached) $ac_c" 1>&6 2284 2331 else 2285 2332 cat > conftest.$ac_ext <<EOF 2286 #line 2 287"configure"2333 #line 2334 "configure" 2287 2334 #include "confdefs.h" 2288 2335 #include <sys/types.h> … … 2293 2340 ; return 0; } 2294 2341 EOF 2295 if { (eval echo configure:2 296: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2342 if { (eval echo configure:2343: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2296 2343 rm -rf conftest* 2297 2344 ac_cv_header_time=yes … … 2318 2365 # for constant arguments. Useless! 2319 2366 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2320 echo "configure:23 21: checking for working alloca.h" >&52367 echo "configure:2368: checking for working alloca.h" >&5 2321 2368 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2322 2369 echo $ac_n "(cached) $ac_c" 1>&6 2323 2370 else 2324 2371 cat > conftest.$ac_ext <<EOF 2325 #line 23 26"configure"2372 #line 2373 "configure" 2326 2373 #include "confdefs.h" 2327 2374 #include <alloca.h> … … 2330 2377 ; return 0; } 2331 2378 EOF 2332 if { (eval echo configure:23 33: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2379 if { (eval echo configure:2380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2333 2380 rm -rf conftest* 2334 2381 ac_cv_header_alloca_h=yes … … 2351 2398 2352 2399 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2353 echo "configure:2 354: checking for alloca" >&52400 echo "configure:2401: checking for alloca" >&5 2354 2401 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2355 2402 echo $ac_n "(cached) $ac_c" 1>&6 2356 2403 else 2357 2404 cat > conftest.$ac_ext <<EOF 2358 #line 2 359"configure"2405 #line 2406 "configure" 2359 2406 #include "confdefs.h" 2360 2407 … … 2384 2431 ; return 0; } 2385 2432 EOF 2386 if { (eval echo configure:2 387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2433 if { (eval echo configure:2434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2387 2434 rm -rf conftest* 2388 2435 ac_cv_func_alloca_works=yes … … 2416 2463 2417 2464 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2418 echo "configure:24 19: checking whether alloca needs Cray hooks" >&52465 echo "configure:2466: checking whether alloca needs Cray hooks" >&5 2419 2466 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2420 2467 echo $ac_n "(cached) $ac_c" 1>&6 2421 2468 else 2422 2469 cat > conftest.$ac_ext <<EOF 2423 #line 24 24"configure"2470 #line 2471 "configure" 2424 2471 #include "confdefs.h" 2425 2472 #if defined(CRAY) && ! defined(CRAY2) … … 2446 2493 for ac_func in _getb67 GETB67 getb67; do 2447 2494 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2448 echo "configure:24 49: checking for $ac_func" >&52495 echo "configure:2496: checking for $ac_func" >&5 2449 2496 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2450 2497 echo $ac_n "(cached) $ac_c" 1>&6 2451 2498 else 2452 2499 cat > conftest.$ac_ext <<EOF 2453 #line 2 454"configure"2500 #line 2501 "configure" 2454 2501 #include "confdefs.h" 2455 2502 /* System header to define __stub macros and hopefully few prototypes, … … 2474 2521 ; return 0; } 2475 2522 EOF 2476 if { (eval echo configure:2 477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2523 if { (eval echo configure:2524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2477 2524 rm -rf conftest* 2478 2525 eval "ac_cv_func_$ac_func=yes" … … 2501 2548 2502 2549 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 2503 echo "configure:25 04: checking stack direction for C alloca" >&52550 echo "configure:2551: checking stack direction for C alloca" >&5 2504 2551 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 2505 2552 echo $ac_n "(cached) $ac_c" 1>&6 … … 2509 2556 else 2510 2557 cat > conftest.$ac_ext <<EOF 2511 #line 25 12"configure"2558 #line 2559 "configure" 2512 2559 #include "confdefs.h" 2513 2560 find_stack_direction () … … 2528 2575 } 2529 2576 EOF 2530 if { (eval echo configure:25 31: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2577 if { (eval echo configure:2578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2531 2578 then 2532 2579 ac_cv_c_stack_direction=1 … … 2551 2598 if test $ac_cv_prog_gcc = yes; then 2552 2599 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 2553 echo "configure:2 554: checking whether ${CC-cc} needs -traditional" >&52600 echo "configure:2601: checking whether ${CC-cc} needs -traditional" >&5 2554 2601 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then 2555 2602 echo $ac_n "(cached) $ac_c" 1>&6 … … 2557 2604 ac_pattern="Autoconf.*'x'" 2558 2605 cat > conftest.$ac_ext <<EOF 2559 #line 2 560"configure"2606 #line 2607 "configure" 2560 2607 #include "confdefs.h" 2561 2608 #include <sgtty.h> … … 2575 2622 if test $ac_cv_prog_gcc_traditional = no; then 2576 2623 cat > conftest.$ac_ext <<EOF 2577 #line 2 578"configure"2624 #line 2625 "configure" 2578 2625 #include "confdefs.h" 2579 2626 #include <termio.h> … … 2600 2647 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2601 2648 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2602 echo "configure:26 03: checking for $ac_hdr" >&52649 echo "configure:2650: checking for $ac_hdr" >&5 2603 2650 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2604 2651 echo $ac_n "(cached) $ac_c" 1>&6 2605 2652 else 2606 2653 cat > conftest.$ac_ext <<EOF 2607 #line 26 08"configure"2654 #line 2655 "configure" 2608 2655 #include "confdefs.h" 2609 2656 #include <$ac_hdr> 2610 2657 EOF 2611 2658 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2612 { (eval echo configure:26 13: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2659 { (eval echo configure:2660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2613 2660 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2614 2661 if test -z "$ac_err"; then … … 2639 2686 do 2640 2687 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2641 echo "configure:26 42: checking for $ac_func" >&52688 echo "configure:2689: checking for $ac_func" >&5 2642 2689 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2643 2690 echo $ac_n "(cached) $ac_c" 1>&6 2644 2691 else 2645 2692 cat > conftest.$ac_ext <<EOF 2646 #line 26 47"configure"2693 #line 2694 "configure" 2647 2694 #include "confdefs.h" 2648 2695 /* System header to define __stub macros and hopefully few prototypes, … … 2667 2714 ; return 0; } 2668 2715 EOF 2669 if { (eval echo configure:2 670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2716 if { (eval echo configure:2717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2670 2717 rm -rf conftest* 2671 2718 eval "ac_cv_func_$ac_func=yes" … … 2692 2739 2693 2740 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 2694 echo "configure:2 695: checking for working mmap" >&52741 echo "configure:2742: checking for working mmap" >&5 2695 2742 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 2696 2743 echo $ac_n "(cached) $ac_c" 1>&6 … … 2700 2747 else 2701 2748 cat > conftest.$ac_ext <<EOF 2702 #line 27 03"configure"2749 #line 2750 "configure" 2703 2750 #include "confdefs.h" 2704 2751 … … 2840 2887 2841 2888 EOF 2842 if { (eval echo configure:28 43: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2889 if { (eval echo configure:2890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2843 2890 then 2844 2891 ac_cv_func_mmap_fixed_mapped=yes … … 2863 2910 2864 2911 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 2865 echo "configure:2 866: checking return type of signal handlers" >&52912 echo "configure:2913: checking return type of signal handlers" >&5 2866 2913 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 2867 2914 echo $ac_n "(cached) $ac_c" 1>&6 2868 2915 else 2869 2916 cat > conftest.$ac_ext <<EOF 2870 #line 2 871"configure"2917 #line 2918 "configure" 2871 2918 #include "confdefs.h" 2872 2919 #include <sys/types.h> … … 2885 2932 ; return 0; } 2886 2933 EOF 2887 if { (eval echo configure:2 888: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2934 if { (eval echo configure:2935: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2888 2935 rm -rf conftest* 2889 2936 ac_cv_type_signal=void … … 2904 2951 2905 2952 echo $ac_n "checking for vprintf""... $ac_c" 1>&6 2906 echo "configure:29 07: checking for vprintf" >&52953 echo "configure:2954: checking for vprintf" >&5 2907 2954 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 2908 2955 echo $ac_n "(cached) $ac_c" 1>&6 2909 2956 else 2910 2957 cat > conftest.$ac_ext <<EOF 2911 #line 29 12"configure"2958 #line 2959 "configure" 2912 2959 #include "confdefs.h" 2913 2960 /* System header to define __stub macros and hopefully few prototypes, … … 2932 2979 ; return 0; } 2933 2980 EOF 2934 if { (eval echo configure:29 35: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2981 if { (eval echo configure:2982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2935 2982 rm -rf conftest* 2936 2983 eval "ac_cv_func_vprintf=yes" … … 2956 3003 if test "$ac_cv_func_vprintf" != yes; then 2957 3004 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 2958 echo "configure: 2959: checking for _doprnt" >&53005 echo "configure:3006: checking for _doprnt" >&5 2959 3006 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 2960 3007 echo $ac_n "(cached) $ac_c" 1>&6 2961 3008 else 2962 3009 cat > conftest.$ac_ext <<EOF 2963 #line 2964"configure"3010 #line 3011 "configure" 2964 3011 #include "confdefs.h" 2965 3012 /* System header to define __stub macros and hopefully few prototypes, … … 2984 3031 ; return 0; } 2985 3032 EOF 2986 if { (eval echo configure: 2987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3033 if { (eval echo configure:3034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2987 3034 rm -rf conftest* 2988 3035 eval "ac_cv_func__doprnt=yes" … … 3010 3057 3011 3058 echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6 3012 echo "configure:30 13: checking for library containing setenv" >&53059 echo "configure:3060: checking for library containing setenv" >&5 3013 3060 if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then 3014 3061 echo $ac_n "(cached) $ac_c" 1>&6 … … 3017 3064 ac_cv_search_setenv="no" 3018 3065 cat > conftest.$ac_ext <<EOF 3019 #line 30 20"configure"3066 #line 3067 "configure" 3020 3067 #include "confdefs.h" 3021 3068 /* Override any gcc2 internal prototype to avoid an error. */ … … 3028 3075 ; return 0; } 3029 3076 EOF 3030 if { (eval echo configure:30 31: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3077 if { (eval echo configure:3078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3031 3078 rm -rf conftest* 3032 3079 ac_cv_search_setenv="none required" … … 3039 3086 LIBS="-l$i $ac_func_search_save_LIBS" 3040 3087 cat > conftest.$ac_ext <<EOF 3041 #line 30 42"configure"3088 #line 3089 "configure" 3042 3089 #include "confdefs.h" 3043 3090 /* Override any gcc2 internal prototype to avoid an error. */ … … 3050 3097 ; return 0; } 3051 3098 EOF 3052 if { (eval echo configure:3 053: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3099 if { (eval echo configure:3100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3053 3100 rm -rf conftest* 3054 3101 ac_cv_search_setenv="-l$i" … … 3074 3121 do 3075 3122 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3076 echo "configure:3 077: checking for $ac_func" >&53123 echo "configure:3124: checking for $ac_func" >&5 3077 3124 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3078 3125 echo $ac_n "(cached) $ac_c" 1>&6 3079 3126 else 3080 3127 cat > conftest.$ac_ext <<EOF 3081 #line 3 082"configure"3128 #line 3129 "configure" 3082 3129 #include "confdefs.h" 3083 3130 /* System header to define __stub macros and hopefully few prototypes, … … 3102 3149 ; return 0; } 3103 3150 EOF 3104 if { (eval echo configure:31 05: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3151 if { (eval echo configure:3152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3105 3152 rm -rf conftest* 3106 3153 eval "ac_cv_func_$ac_func=yes" … … 3131 3178 # arithmetic shifts 3132 3179 echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6 3133 echo "configure:31 34: checking whether your machine has correct arithmetic shifts" >&53180 echo "configure:3181: checking whether your machine has correct arithmetic shifts" >&5 3134 3181 if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then 3135 3182 echo $ac_n "(cached) $ac_c" 1>&6 … … 3144 3191 else 3145 3192 cat > conftest.$ac_ext <<EOF 3146 #line 31 47"configure"3193 #line 3194 "configure" 3147 3194 #include "confdefs.h" 3148 3195 int main() { if (-2 >> 1 == -1) return(0); else return(1); } 3149 3196 EOF 3150 if { (eval echo configure:31 51: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3197 if { (eval echo configure:3198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3151 3198 then 3152 3199 ac_cv_shift=yes … … 3173 3220 # check for a peculiar constructor initialization 3174 3221 echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6 3175 echo "configure:3 176: checking whether explicit C++ constructor calls are allowed" >&53222 echo "configure:3223: checking whether explicit C++ constructor calls are allowed" >&5 3176 3223 3177 3224 ac_ext=C … … 3186 3233 else 3187 3234 cat > conftest.$ac_ext <<EOF 3188 #line 3 189"configure"3235 #line 3236 "configure" 3189 3236 #include "confdefs.h" 3190 3237 … … 3204 3251 ; return 0; } 3205 3252 EOF 3206 if { (eval echo configure:32 07: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3253 if { (eval echo configure:3254: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3207 3254 rm -rf conftest* 3208 3255 ac_cv_explicit_const=yes … … 3233 3280 # sprintf returns number of printed chars 3234 3281 echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6 3235 echo "configure:32 36: checking whether vsprintf returns number of printed chars" >&53282 echo "configure:3283: checking whether vsprintf returns number of printed chars" >&5 3236 3283 if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then 3237 3284 echo $ac_n "(cached) $ac_c" 1>&6 … … 3241 3288 else 3242 3289 cat > conftest.$ac_ext <<EOF 3243 #line 32 44"configure"3290 #line 3291 "configure" 3244 3291 #include "confdefs.h" 3245 3292 #include <stdio.h> 3246 3293 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); } 3247 3294 EOF 3248 if { (eval echo configure:32 49: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3295 if { (eval echo configure:3296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3249 3296 then 3250 3297 ac_cv_returns_n_of_chars=yes … … 3272 3319 # determine ALIGN_8 3273 3320 echo $ac_n "checking size of char""... $ac_c" 1>&6 3274 echo "configure:3 275: checking size of char" >&53321 echo "configure:3322: checking size of char" >&5 3275 3322 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 3276 3323 echo $ac_n "(cached) $ac_c" 1>&6 … … 3280 3327 else 3281 3328 cat > conftest.$ac_ext <<EOF 3282 #line 3 283"configure"3329 #line 3330 "configure" 3283 3330 #include "confdefs.h" 3284 3331 #include <stdio.h> … … 3291 3338 } 3292 3339 EOF 3293 if { (eval echo configure:3 294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3340 if { (eval echo configure:3341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3294 3341 then 3295 3342 ac_cv_sizeof_char=`cat conftestval` … … 3311 3358 3312 3359 echo $ac_n "checking size of short""... $ac_c" 1>&6 3313 echo "configure:33 14: checking size of short" >&53360 echo "configure:3361: checking size of short" >&5 3314 3361 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 3315 3362 echo $ac_n "(cached) $ac_c" 1>&6 … … 3319 3366 else 3320 3367 cat > conftest.$ac_ext <<EOF 3321 #line 33 22"configure"3368 #line 3369 "configure" 3322 3369 #include "confdefs.h" 3323 3370 #include <stdio.h> … … 3330 3377 } 3331 3378 EOF 3332 if { (eval echo configure:33 33: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3379 if { (eval echo configure:3380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3333 3380 then 3334 3381 ac_cv_sizeof_short=`cat conftestval` … … 3350 3397 3351 3398 echo $ac_n "checking size of int""... $ac_c" 1>&6 3352 echo "configure:3 353: checking size of int" >&53399 echo "configure:3400: checking size of int" >&5 3353 3400 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 3354 3401 echo $ac_n "(cached) $ac_c" 1>&6 … … 3358 3405 else 3359 3406 cat > conftest.$ac_ext <<EOF 3360 #line 3 361"configure"3407 #line 3408 "configure" 3361 3408 #include "confdefs.h" 3362 3409 #include <stdio.h> … … 3369 3416 } 3370 3417 EOF 3371 if { (eval echo configure:3 372: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3418 if { (eval echo configure:3419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3372 3419 then 3373 3420 ac_cv_sizeof_int=`cat conftestval` … … 3389 3436 3390 3437 echo $ac_n "checking size of long""... $ac_c" 1>&6 3391 echo "configure:3 392: checking size of long" >&53438 echo "configure:3439: checking size of long" >&5 3392 3439 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 3393 3440 echo $ac_n "(cached) $ac_c" 1>&6 … … 3397 3444 else 3398 3445 cat > conftest.$ac_ext <<EOF 3399 #line 34 00"configure"3446 #line 3447 "configure" 3400 3447 #include "confdefs.h" 3401 3448 #include <stdio.h> … … 3408 3455 } 3409 3456 EOF 3410 if { (eval echo configure:34 11: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3457 if { (eval echo configure:3458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3411 3458 then 3412 3459 ac_cv_sizeof_long=`cat conftestval` … … 3428 3475 3429 3476 echo $ac_n "checking size of void*""... $ac_c" 1>&6 3430 echo "configure:34 31: checking size of void*" >&53477 echo "configure:3478: checking size of void*" >&5 3431 3478 if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then 3432 3479 echo $ac_n "(cached) $ac_c" 1>&6 … … 3436 3483 else 3437 3484 cat > conftest.$ac_ext <<EOF 3438 #line 34 39"configure"3485 #line 3486 "configure" 3439 3486 #include "confdefs.h" 3440 3487 #include <stdio.h> … … 3447 3494 } 3448 3495 EOF 3449 if { (eval echo configure:34 50: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3496 if { (eval echo configure:3497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3450 3497 then 3451 3498 ac_cv_sizeof_voidp=`cat conftestval` … … 3467 3514 3468 3515 echo $ac_n "checking size of double""... $ac_c" 1>&6 3469 echo "configure:3 470: checking size of double" >&53516 echo "configure:3517: checking size of double" >&5 3470 3517 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 3471 3518 echo $ac_n "(cached) $ac_c" 1>&6 … … 3475 3522 else 3476 3523 cat > conftest.$ac_ext <<EOF 3477 #line 3 478"configure"3524 #line 3525 "configure" 3478 3525 #include "confdefs.h" 3479 3526 #include <stdio.h> … … 3486 3533 } 3487 3534 EOF 3488 if { (eval echo configure:3 489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3535 if { (eval echo configure:3536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3489 3536 then 3490 3537 ac_cv_sizeof_double=`cat conftestval` … … 3506 3553 3507 3554 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 3508 echo "configure:35 09: checking whether byte ordering is bigendian" >&53555 echo "configure:3556: checking whether byte ordering is bigendian" >&5 3509 3556 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 3510 3557 echo $ac_n "(cached) $ac_c" 1>&6 … … 3513 3560 # See if sys/param.h defines the BYTE_ORDER macro. 3514 3561 cat > conftest.$ac_ext <<EOF 3515 #line 35 16"configure"3562 #line 3563 "configure" 3516 3563 #include "confdefs.h" 3517 3564 #include <sys/types.h> … … 3524 3571 ; return 0; } 3525 3572 EOF 3526 if { (eval echo configure:35 27: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3573 if { (eval echo configure:3574: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3527 3574 rm -rf conftest* 3528 3575 # It does; now see whether it defined to BIG_ENDIAN or not. 3529 3576 cat > conftest.$ac_ext <<EOF 3530 #line 35 31"configure"3577 #line 3578 "configure" 3531 3578 #include "confdefs.h" 3532 3579 #include <sys/types.h> … … 3539 3586 ; return 0; } 3540 3587 EOF 3541 if { (eval echo configure:35 42: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3588 if { (eval echo configure:3589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3542 3589 rm -rf conftest* 3543 3590 ac_cv_c_bigendian=yes … … 3559 3606 else 3560 3607 cat > conftest.$ac_ext <<EOF 3561 #line 3 562"configure"3608 #line 3609 "configure" 3562 3609 #include "confdefs.h" 3563 3610 main () { … … 3572 3619 } 3573 3620 EOF 3574 if { (eval echo configure:3 575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3621 if { (eval echo configure:3622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3575 3622 then 3576 3623 ac_cv_c_bigendian=no … … 3702 3749 3703 3750 echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6 3704 echo "configure:37 05: checking whether to use dynamic linking" >&53751 echo "configure:3752: checking whether to use dynamic linking" >&5 3705 3752 if test "$with_dl" != no && test "$ac_lib_dl" = yes; then 3706 3753 cat >> confdefs.h <<\EOF … … 3715 3762 3716 3763 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 3717 echo "configure:37 18: checking for tgetent in -lncurses" >&53764 echo "configure:3765: checking for tgetent in -lncurses" >&5 3718 3765 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 3719 3766 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3723 3770 LIBS="-lncurses $LIBS" 3724 3771 cat > conftest.$ac_ext <<EOF 3725 #line 37 26"configure"3772 #line 3773 "configure" 3726 3773 #include "confdefs.h" 3727 3774 /* Override any gcc2 internal prototype to avoid an error. */ … … 3734 3781 ; return 0; } 3735 3782 EOF 3736 if { (eval echo configure:37 37: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3783 if { (eval echo configure:3784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3737 3784 rm -rf conftest* 3738 3785 eval "ac_cv_lib_$ac_lib_var=yes" … … 3761 3808 \ 3762 3809 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 3763 echo "configure:3 764: checking for tgetent in -lcurses" >&53810 echo "configure:3811: checking for tgetent in -lcurses" >&5 3764 3811 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 3765 3812 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3769 3816 LIBS="-lcurses $LIBS" 3770 3817 cat > conftest.$ac_ext <<EOF 3771 #line 3 772"configure"3818 #line 3819 "configure" 3772 3819 #include "confdefs.h" 3773 3820 /* Override any gcc2 internal prototype to avoid an error. */ … … 3780 3827 ; return 0; } 3781 3828 EOF 3782 if { (eval echo configure:3 783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3829 if { (eval echo configure:3830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3783 3830 rm -rf conftest* 3784 3831 eval "ac_cv_lib_$ac_lib_var=yes" … … 3807 3854 \ 3808 3855 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 3809 echo "configure:38 10: checking for tgetent in -ltermcap" >&53856 echo "configure:3857: checking for tgetent in -ltermcap" >&5 3810 3857 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 3811 3858 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3815 3862 LIBS="-ltermcap $LIBS" 3816 3863 cat > conftest.$ac_ext <<EOF 3817 #line 38 18"configure"3864 #line 3865 "configure" 3818 3865 #include "confdefs.h" 3819 3866 /* Override any gcc2 internal prototype to avoid an error. */ … … 3826 3873 ; return 0; } 3827 3874 EOF 3828 if { (eval echo configure:38 29: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3875 if { (eval echo configure:3876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3829 3876 rm -rf conftest* 3830 3877 eval "ac_cv_lib_$ac_lib_var=yes" … … 3875 3922 3876 3923 echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6 3877 echo "configure:3 878: checking for rl_abort in -lreadline" >&53924 echo "configure:3925: checking for rl_abort in -lreadline" >&5 3878 3925 ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'` 3879 3926 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3883 3930 LIBS="-lreadline $LIBS" 3884 3931 cat > conftest.$ac_ext <<EOF 3885 #line 3 886"configure"3932 #line 3933 "configure" 3886 3933 #include "confdefs.h" 3887 3934 /* Override any gcc2 internal prototype to avoid an error. */ … … 3897 3944 ; return 0; } 3898 3945 EOF 3899 if { (eval echo configure:39 00: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3946 if { (eval echo configure:3947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3900 3947 rm -rf conftest* 3901 3948 eval "ac_cv_lib_$ac_lib_var=yes" … … 3925 3972 3926 3973 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 3927 echo "configure:39 28: checking how to run the C++ preprocessor" >&53974 echo "configure:3975: checking how to run the C++ preprocessor" >&5 3928 3975 if test -z "$CXXCPP"; then 3929 3976 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then … … 3938 3985 CXXCPP="${CXX-g++} -E" 3939 3986 cat > conftest.$ac_ext <<EOF 3940 #line 39 41"configure"3987 #line 3988 "configure" 3941 3988 #include "confdefs.h" 3942 3989 #include <stdlib.h> 3943 3990 EOF 3944 3991 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3945 { (eval echo configure:39 46: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3992 { (eval echo configure:3993: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3946 3993 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3947 3994 if test -z "$ac_err"; then … … 3971 4018 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3972 4019 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3973 echo "configure: 3974: checking for $ac_hdr" >&54020 echo "configure:4021: checking for $ac_hdr" >&5 3974 4021 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3975 4022 echo $ac_n "(cached) $ac_c" 1>&6 3976 4023 else 3977 4024 cat > conftest.$ac_ext <<EOF 3978 #line 3979"configure"4025 #line 4026 "configure" 3979 4026 #include "confdefs.h" 3980 4027 #include <$ac_hdr> 3981 4028 EOF 3982 4029 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3983 { (eval echo configure: 3984: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4030 { (eval echo configure:4031: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3984 4031 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3985 4032 if test -z "$ac_err"; then … … 4010 4057 test "$ac_cv_header_readline_readline_h" = yes; then 4011 4058 echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6 4012 echo "configure:40 13: checking whether readline.h is ok" >&54059 echo "configure:4060: checking whether readline.h is ok" >&5 4013 4060 if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then 4014 4061 echo $ac_n "(cached) $ac_c" 1>&6 4015 4062 else 4016 4063 cat > conftest.$ac_ext <<EOF 4017 #line 40 18"configure"4064 #line 4065 "configure" 4018 4065 #include "confdefs.h" 4019 4066 #include<unistd.h> … … 4028 4075 ; return 0; } 4029 4076 EOF 4030 if { (eval echo configure:40 31: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4077 if { (eval echo configure:4078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4031 4078 rm -rf conftest* 4032 4079 ac_cv_header_readline_readline_h_ok="yes" … … 4044 4091 #not ok -- try once more with explicitly declaring everything 4045 4092 echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6 4046 echo "configure:40 47: checking whether or not we nevertheless can use readline" >&54093 echo "configure:4094: checking whether or not we nevertheless can use readline" >&5 4047 4094 if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then 4048 4095 echo $ac_n "(cached) $ac_c" 1>&6 4049 4096 else 4050 4097 cat > conftest.$ac_ext <<EOF 4051 #line 40 52"configure"4098 #line 4099 "configure" 4052 4099 #include "confdefs.h" 4053 4100 #include <stdio.h> … … 4083 4130 ; return 0; } 4084 4131 EOF 4085 if { (eval echo configure:4 086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4132 if { (eval echo configure:4133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4086 4133 rm -rf conftest* 4087 4134 ac_cv_have_readline="yes" … … 4122 4169 4123 4170 echo $ac_n "checking which readline to use""... $ac_c" 1>&6 4124 echo "configure:41 25: checking which readline to use" >&54171 echo "configure:4172: checking which readline to use" >&5 4125 4172 if test "$ac_cv_with_readline" = dynamic; then 4126 4173 echo "$ac_t""dynamic" 1>&6 … … 4142 4189 # gmp, smallgmp, MP, MPT, factory, libfac 4143 4190 echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6 4144 echo "configure:41 45: checking for main in -lgmp" >&54191 echo "configure:4192: checking for main in -lgmp" >&5 4145 4192 ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'` 4146 4193 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4150 4197 LIBS="-lgmp $LIBS" 4151 4198 cat > conftest.$ac_ext <<EOF 4152 #line 4 153"configure"4199 #line 4200 "configure" 4153 4200 #include "confdefs.h" 4154 4201 … … 4157 4204 ; return 0; } 4158 4205 EOF 4159 if { (eval echo configure:4 160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4206 if { (eval echo configure:4207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4160 4207 rm -rf conftest* 4161 4208 eval "ac_cv_lib_$ac_lib_var=yes" … … 4188 4235 fi 4189 4236 echo $ac_n "checking for main in -lsmallgmp""... $ac_c" 1>&6 4190 echo "configure:4 191: checking for main in -lsmallgmp" >&54237 echo "configure:4238: checking for main in -lsmallgmp" >&5 4191 4238 ac_lib_var=`echo smallgmp'_'main | sed 'y%./+-%__p_%'` 4192 4239 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4196 4243 LIBS="-lsmallgmp $LIBS" 4197 4244 cat > conftest.$ac_ext <<EOF 4198 #line 4 199"configure"4245 #line 4246 "configure" 4199 4246 #include "confdefs.h" 4200 4247 … … 4203 4250 ; return 0; } 4204 4251 EOF 4205 if { (eval echo configure:42 06: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4252 if { (eval echo configure:4253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4206 4253 rm -rf conftest* 4207 4254 eval "ac_cv_lib_$ac_lib_var=yes" … … 4232 4279 SAVE_LIBS=$LIBS 4233 4280 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 4234 echo "configure:42 35: checking for IMP_PutGmpInt in -lMP" >&54281 echo "configure:4282: checking for IMP_PutGmpInt in -lMP" >&5 4235 4282 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 4236 4283 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4240 4287 LIBS="-lMP $MP_LIBS $LIBS" 4241 4288 cat > conftest.$ac_ext <<EOF 4242 #line 42 43"configure"4289 #line 4290 "configure" 4243 4290 #include "confdefs.h" 4244 4291 /* Override any gcc2 internal prototype to avoid an error. */ … … 4251 4298 ; return 0; } 4252 4299 EOF 4253 if { (eval echo configure:4 254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4300 if { (eval echo configure:4301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4254 4301 rm -rf conftest* 4255 4302 eval "ac_cv_lib_$ac_lib_var=yes" … … 4279 4326 4280 4327 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 4281 echo "configure:4 282: checking for MPT_GetTree in -lMPT" >&54328 echo "configure:4329: checking for MPT_GetTree in -lMPT" >&5 4282 4329 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 4283 4330 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4287 4334 LIBS="-lMPT $MP_LIBS $LIBS" 4288 4335 cat > conftest.$ac_ext <<EOF 4289 #line 4 290"configure"4336 #line 4337 "configure" 4290 4337 #include "confdefs.h" 4291 4338 /* Override any gcc2 internal prototype to avoid an error. */ … … 4298 4345 ; return 0; } 4299 4346 EOF 4300 if { (eval echo configure:43 01: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4347 if { (eval echo configure:4348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4301 4348 rm -rf conftest* 4302 4349 eval "ac_cv_lib_$ac_lib_var=yes" … … 4327 4374 LIBS=$SAVE_LIBS 4328 4375 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 4329 echo "configure:43 30: checking for atof in -lsingcf" >&54376 echo "configure:4377: checking for atof in -lsingcf" >&5 4330 4377 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 4331 4378 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4335 4382 LIBS="-lsingcf $LIBS" 4336 4383 cat > conftest.$ac_ext <<EOF 4337 #line 43 38"configure"4384 #line 4385 "configure" 4338 4385 #include "confdefs.h" 4339 4386 /* Override any gcc2 internal prototype to avoid an error. */ … … 4346 4393 ; return 0; } 4347 4394 EOF 4348 if { (eval echo configure:43 49: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4395 if { (eval echo configure:4396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4349 4396 rm -rf conftest* 4350 4397 eval "ac_cv_lib_$ac_lib_var=yes" … … 4374 4421 4375 4422 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 4376 echo "configure:4 377: checking for atof in -lsingfac" >&54423 echo "configure:4424: checking for atof in -lsingfac" >&5 4377 4424 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 4378 4425 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4382 4429 LIBS="-lsingfac $LIBS" 4383 4430 cat > conftest.$ac_ext <<EOF 4384 #line 4 385"configure"4431 #line 4432 "configure" 4385 4432 #include "confdefs.h" 4386 4433 /* Override any gcc2 internal prototype to avoid an error. */ … … 4393 4440 ; return 0; } 4394 4441 EOF 4395 if { (eval echo configure:4 396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4442 if { (eval echo configure:4443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4396 4443 rm -rf conftest* 4397 4444 eval "ac_cv_lib_$ac_lib_var=yes" … … 4421 4468 4422 4469 echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6 4423 echo "configure:44 24: checking for omTestAddr in -lomalloc" >&54470 echo "configure:4471: checking for omTestAddr in -lomalloc" >&5 4424 4471 ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'` 4425 4472 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4429 4476 LIBS="-lomalloc $LIBS" 4430 4477 cat > conftest.$ac_ext <<EOF 4431 #line 44 32"configure"4478 #line 4479 "configure" 4432 4479 #include "confdefs.h" 4433 4480 /* Override any gcc2 internal prototype to avoid an error. */ … … 4440 4487 ; return 0; } 4441 4488 EOF 4442 if { (eval echo configure:44 43: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4489 if { (eval echo configure:4490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4443 4490 rm -rf conftest* 4444 4491 eval "ac_cv_lib_$ac_lib_var=yes" … … 4468 4515 4469 4516 echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6 4470 echo "configure:4 471: checking for main in -lomalloc_ndebug" >&54517 echo "configure:4518: checking for main in -lomalloc_ndebug" >&5 4471 4518 ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'` 4472 4519 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4476 4523 LIBS="-lomalloc_ndebug $LIBS" 4477 4524 cat > conftest.$ac_ext <<EOF 4478 #line 4 479"configure"4525 #line 4526 "configure" 4479 4526 #include "confdefs.h" 4480 4527 … … 4483 4530 ; return 0; } 4484 4531 EOF 4485 if { (eval echo configure:4 486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4532 if { (eval echo configure:4533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4486 4533 rm -rf conftest* 4487 4534 eval "ac_cv_lib_$ac_lib_var=yes" … … 4511 4558 4512 4559 echo $ac_n "checking for main in -lntl""... $ac_c" 1>&6 4513 echo "configure:45 14: checking for main in -lntl" >&54560 echo "configure:4561: checking for main in -lntl" >&5 4514 4561 ac_lib_var=`echo ntl'_'main | sed 'y%./+-%__p_%'` 4515 4562 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4519 4566 LIBS="-lntl $LIBS" 4520 4567 cat > conftest.$ac_ext <<EOF 4521 #line 45 22"configure"4568 #line 4569 "configure" 4522 4569 #include "confdefs.h" 4523 4570 … … 4526 4573 ; return 0; } 4527 4574 EOF 4528 if { (eval echo configure:45 29: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4575 if { (eval echo configure:4576: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4529 4576 rm -rf conftest* 4530 4577 eval "ac_cv_lib_$ac_lib_var=yes" … … 4559 4606 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4560 4607 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4561 echo "configure:4 562: checking for $ac_hdr" >&54608 echo "configure:4609: checking for $ac_hdr" >&5 4562 4609 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4563 4610 echo $ac_n "(cached) $ac_c" 1>&6 4564 4611 else 4565 4612 cat > conftest.$ac_ext <<EOF 4566 #line 4 567"configure"4613 #line 4614 "configure" 4567 4614 #include "confdefs.h" 4568 4615 #include <$ac_hdr> 4569 4616 EOF 4570 4617 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4571 { (eval echo configure:4 572: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4618 { (eval echo configure:4619: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4572 4619 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4573 4620 if test -z "$ac_err"; then … … 4641 4688 4642 4689 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 4643 echo "configure:46 44: checking which apint package to use" >&54690 echo "configure:4691: checking which apint package to use" >&5 4644 4691 if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then 4645 4692 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 4683 4730 # 4684 4731 echo $ac_n "checking whether to have MP""... $ac_c" 1>&6 4685 echo "configure:4 686: checking whether to have MP" >&54732 echo "configure:4733: checking whether to have MP" >&5 4686 4733 if test "${with_MP}" != yes && test "${with_MP}" != no; then 4687 4734 if (test "${will_have_gmp}" = yes) && \ … … 4718 4765 4719 4766 echo $ac_n "checking whether to have NTL""... $ac_c" 1>&6 4720 echo "configure:47 21: checking whether to have NTL" >&54767 echo "configure:4768: checking whether to have NTL" >&5 4721 4768 if test "${with_NTL}" = yes ; then 4722 4769 echo "$ac_t""yes" 1>&6 … … 4727 4774 4728 4775 echo $ac_n "checking whether to have factory""... $ac_c" 1>&6 4729 echo "configure:47 30: checking whether to have factory" >&54776 echo "configure:4777: checking whether to have factory" >&5 4730 4777 if test "${with_factory}" != yes && test "${with_factory}" != no; then 4731 4778 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 4758 4805 4759 4806 echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6 4760 echo "configure:4 761: checking whether to have libfac" >&54807 echo "configure:4808: checking whether to have libfac" >&5 4761 4808 if test "${with_libfac}" != yes && test "${with_libfac}" != no; then 4762 4809 if (test "${will_have_factory}" = yes) && \ … … 4792 4839 4793 4840 echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6 4794 echo "configure:4 795: checking whether to have dbm links" >&54841 echo "configure:4842: checking whether to have dbm links" >&5 4795 4842 if test "$with_dbm" != no; then 4796 4843 cat >> confdefs.h <<\EOF … … 4804 4851 4805 4852 echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6 4806 echo "configure:48 07: checking whether to have namespaces" >&54853 echo "configure:4854: checking whether to have namespaces" >&5 4807 4854 if test "$with_namespaces" != no; then 4808 4855 echo "$ac_t""yes" 1>&6 … … 4816 4863 4817 4864 echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6 4818 echo "configure:48 19: checking whether to have dynamic modules" >&54865 echo "configure:4866: checking whether to have dynamic modules" >&5 4819 4866 if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then 4820 4867 echo "$ac_t""no" 1>&6 … … 4828 4875 4829 4876 echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6 4830 echo "configure:48 31: checking whether to have dynamic kernel" >&54877 echo "configure:4878: checking whether to have dynamic kernel" >&5 4831 4878 if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then 4832 4879 DL_KERNEL=1 … … 4838 4885 4839 4886 echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6 4840 echo "configure:48 41: checking whether to have Plural" >&54887 echo "configure:4888: checking whether to have Plural" >&5 4841 4888 if test "$with_Plural" != yes && test "$enable_Plural" != yes; then 4842 4889 echo "$ac_t""no" 1>&6 -
Singular/configure.in
r73d2b6 rbdd18d 316 316 317 317 dnl I'm not sure what they are for 318 dnl AC_CHECK_LIB(bsd, socket)318 AC_CHECK_LIB(bsd, setenv) 319 319 dnl AC_CHECK_LIB(socket, listen) 320 320 dnl AC_CHECK_LIB(nsl, gethostbyname)
Note: See TracChangeset
for help on using the changeset viewer.