Changeset a7dd995f4c336251841143f56ef14450ce04f491

Show
Ignore:
Timestamp:
11/20/00 04:31:45 (8 years ago)
Author:
Henri Fallon <henri@videolan.org>
git-committer:
Henri Fallon <henri@videolan.org> 974691105 +0000
git-parent:

[884bfabe2789a8189f9cc8f1e4b537f559633e99]

git-author:
Henri Fallon <henri@videolan.org> 974691105 +0000
Message:

Added : alsa support
Todo : - test it on several cards

  • support more than Stereo s16
  • make configure check for alsa
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AUTHORS

    rf6268f6 ra7dd995  
    1919  St�ane Borel <stef@via.ecp.fr> 
    2020  Renaud Dartus <reno@via.ecp.fr> 
     21  Henri Fallon <henri@via.ecp.fr> 
    2122 
  • ChangeLog

    r884bfab ra7dd995  
    1818  * Added --enable-debug, --enable-stats, and --disable-optims in the 
    1919    GNU configure stuff. 
     20  * Added alsa audio support (plugin)   
    2021 
    2122Mon, 28 Aug 2000 02:34:18 +0200 
  • INSTALL

    r52d7937 ra7dd995  
    1212 
    1313   ./configure --prefix=/usr --enable-mmx --enable-gnome --enable-fb \ 
    14            --enable-glide --enable-ggi --enable-mga --enable-esd 
     14           --enable-glide --enable-ggi --enable-mga --enable-esd --enable-alsa 
    1515 
    1616See `./configure --help' for more information. 
  • Makefile.in

    r884bfab ra7dd995  
    340340        plugins/yuvmmx/video_yuv32.o 
    341341 
     342PLUGIN_ALSA = plugins/alsa/alsa.o \ 
     343          plugins/alsa/aout_alsa.o 
     344 
    342345PLUGIN_OBJ = $(PLUGIN_BEOS) $(PLUGIN_DSP) $(PLUGIN_DUMMY) $(PLUGIN_ESD) \ 
    343346        $(PLUGIN_FB) $(PLUGIN_GGI) $(PLUGIN_GLIDE) $(PLUGIN_GNOME) \ 
    344347        $(PLUGIN_MGA) $(PLUGIN_X11) $(PLUGIN_YUV) $(PLUGIN_YUVMMX) \ 
    345         $(PLUGIN_SDL)   
     348        $(PLUGIN_SDL) $(PLUGIN_ALSA) 
    346349# 
    347350# Other lists of files 
     
    476479    $(CC) $(CFLAGS) -c -o $@ $< 
    477480 
     481lib/alsa.so: $(PLUGIN_ALSA) 
     482    ld -shared -o $@ $^ 
     483$(PLUGIN_ALSA): %.o: %.c 
     484    $(CC) $(CFLAGS) -c -o $@ $< 
     485 
    478486lib/dummy.so: $(PLUGIN_DUMMY) 
    479487    ld -shared -o $@ $^ 
  • TODO

    r884bfab ra7dd995  
    158158 ALSA is the Advanced Linux Sound Architecture and is believed to be 
    159159 technically superior to the usual OSS support found in the Linux kernel. 
    160 Status: Todo 
     160Status: Done ( henri ) 
    161161 
    162162Task: 0x28 
  • configure

    r884bfab ra7dd995  
    3838ac_help="$ac_help 
    3939  --enable-gnome          Gnome support (default disabled)" 
     40ac_help="$ac_help 
     41  --enable-alsa      Alsa sound drivers supprt (default disabled)" 
    4042ac_help="$ac_help 
    4143  --enable-x11            X11 support (default enabled)" 
     
    578580 
    579581echo $ac_n "checking host system type""... $ac_c" 1>&6 
    580 echo "configure:575: checking host system type" >&5 
     582echo "configure:577: checking host system type" >&5 
    581583 
    582584host_alias=$host 
     
    605607 
    606608echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 
    607 echo "configure:602: checking whether ${MAKE-make} sets \${MAKE}" >&5 
     609echo "configure:604: checking whether ${MAKE-make} sets \${MAKE}" >&5 
    608610set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 
    609611if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 
     
    635637set dummy gcc; ac_word=$2 
    636638echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    637 echo "configure:632: checking for $ac_word" >&5 
     639echo "configure:634: checking for $ac_word" >&5 
    638640if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    639641  echo $ac_n "(cached) $ac_c" 1>&6 
     
    665667set dummy cc; ac_word=$2 
    666668echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    667 echo "configure:662: checking for $ac_word" >&5 
     669echo "configure:664: checking for $ac_word" >&5 
    668670if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    669671  echo $ac_n "(cached) $ac_c" 1>&6 
     
    716718set dummy cl; ac_word=$2 
    717719echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    718 echo "configure:713: checking for $ac_word" >&5 
     720echo "configure:715: checking for $ac_word" >&5 
    719721if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    720722  echo $ac_n "(cached) $ac_c" 1>&6 
     
    748750 
    749751echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 
    750 echo "configure:745: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 
     752echo "configure:747: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 
    751753 
    752754ac_ext=c 
     
    759761cat > conftest.$ac_ext << EOF 
    760762 
    761 #line 756 "configure" 
     763#line 758 "configure" 
    762764#include "confdefs.h" 
    763765 
    764766main(){return(0);} 
    765767EOF 
    766 if { (eval echo configure:761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     768if { (eval echo configure:763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    767769  ac_cv_prog_cc_works=yes 
    768770  # If we can't run a trivial program, we are probably using a cross compiler. 
     
    790792fi 
    791793echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 
    792 echo "configure:787: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 
     794echo "configure:789: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 
    793795echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 
    794796cross_compiling=$ac_cv_prog_cc_cross 
    795797 
    796798echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 
    797 echo "configure:792: checking whether we are using GNU C" >&5 
     799echo "configure:794: checking whether we are using GNU C" >&5 
    798800if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 
    799801  echo $ac_n "(cached) $ac_c" 1>&6 
     
    804806#endif 
    805807EOF 
    806 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:801: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 
     808if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:803: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 
    807809  ac_cv_prog_gcc=yes 
    808810else 
     
    823825CFLAGS= 
    824826echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 
    825 echo "configure:820: checking whether ${CC-cc} accepts -g" >&5 
     827echo "configure:822: checking whether ${CC-cc} accepts -g" >&5 
    826828if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 
    827829  echo $ac_n "(cached) $ac_c" 1>&6 
     
    857859if test -z "$CPP"; then 
    858860  echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 
    859 echo "configure:854: checking how to run the C preprocessor" >&5 
     861echo "configure:856: checking how to run the C preprocessor" >&5 
    860862# On Suns, sometimes $CPP names a directory. 
    861863if test -n "$CPP" && test -d "$CPP"; then 
     
    872874  # not just through cpp. 
    873875  cat > conftest.$ac_ext <<EOF 
    874 #line 869 "configure" 
     876#line 871 "configure" 
    875877#include "confdefs.h" 
    876878#include <assert.h> 
     
    878880EOF 
    879881ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    880 { (eval echo configure:875: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     882{ (eval echo configure:877: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    881883ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    882884if test -z "$ac_err"; then 
     
    889891  CPP="${CC-cc} -E -traditional-cpp" 
    890892  cat > conftest.$ac_ext <<EOF 
    891 #line 886 "configure" 
     893#line 888 "configure" 
    892894#include "confdefs.h" 
    893895#include <assert.h> 
     
    895897EOF 
    896898ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    897 { (eval echo configure:892: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     899{ (eval echo configure:894: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    898900ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    899901if test -z "$ac_err"; then 
     
    906908  CPP="${CC-cc} -nologo -E" 
    907909  cat > conftest.$ac_ext <<EOF 
    908 #line 903 "configure" 
     910#line 905 "configure" 
    909911#include "confdefs.h" 
    910912#include <assert.h> 
     
    912914EOF 
    913915ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    914 { (eval echo configure:909: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     916{ (eval echo configure:911: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    915917ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    916918if test -z "$ac_err"; then 
     
    950952# ./install, which can be erroneously created by make from ./install.sh. 
    951953echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 
    952 echo "configure:947: checking for a BSD compatible install" >&5 
     954echo "configure:949: checking for a BSD compatible install" >&5 
    953955if test -z "$INSTALL"; then 
    954956if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 
     
    10041006 
    10051007echo $ac_n "checking for working const""... $ac_c" 1>&6 
    1006 echo "configure:1001: checking for working const" >&5 
     1008echo "configure:1003: checking for working const" >&5 
    10071009if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 
    10081010  echo $ac_n "(cached) $ac_c" 1>&6 
    10091011else 
    10101012  cat > conftest.$ac_ext <<EOF 
    1011 #line 1006 "configure" 
     1013#line 1008 "configure" 
    10121014#include "confdefs.h" 
    10131015 
     
    10581060; return 0; } 
    10591061EOF 
    1060 if { (eval echo configure:1055: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     1062if { (eval echo configure:1057: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    10611063  rm -rf conftest* 
    10621064  ac_cv_c_const=yes 
     
    10791081 
    10801082echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 
    1081 echo "configure:1076: checking whether byte ordering is bigendian" >&5 
     1083echo "configure:1078: checking whether byte ordering is bigendian" >&5 
    10821084if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 
    10831085  echo $ac_n "(cached) $ac_c" 1>&6 
     
    10861088# See if sys/param.h defines the BYTE_ORDER macro. 
    10871089cat > conftest.$ac_ext <<EOF 
    1088 #line 1083 "configure" 
     1090#line 1085 "configure" 
    10891091#include "confdefs.h" 
    10901092#include <sys/types.h> 
     
    10971099; return 0; } 
    10981100EOF 
    1099 if { (eval echo configure:1094: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     1101if { (eval echo configure:1096: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    11001102  rm -rf conftest* 
    11011103  # It does; now see whether it defined to BIG_ENDIAN or not. 
    11021104cat > conftest.$ac_ext <<EOF 
    1103 #line 1098 "configure" 
     1105#line 1100 "configure" 
    11041106#include "confdefs.h" 
    11051107#include <sys/types.h> 
     
    11121114; return 0; } 
    11131115EOF 
    1114 if { (eval echo configure:1109: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     1116if { (eval echo configure:1111: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    11151117  rm -rf conftest* 
    11161118  ac_cv_c_bigendian=yes 
     
    11321134else 
    11331135  cat > conftest.$ac_ext <<EOF 
    1134 #line 1129 "configure" 
     1136#line 1131 "configure" 
    11351137#include "confdefs.h" 
    11361138main () { 
     
    11451147} 
    11461148EOF 
    1147 if { (eval echo configure:1142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     1149if { (eval echo configure:1144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    11481150then 
    11491151  ac_cv_c_bigendian=no 
     
    11721174do 
    11731175echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1174 echo "configure:1169: checking for $ac_func" >&5 
     1176echo "configure:1171: checking for $ac_func" >&5 
    11751177if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    11761178  echo $ac_n "(cached) $ac_c" 1>&6 
    11771179else 
    11781180  cat > conftest.$ac_ext <<EOF 
    1179 #line 1174 "configure" 
     1181#line 1176 "configure" 
    11801182#include "confdefs.h" 
    11811183/* System header to define __stub macros and hopefully few prototypes, 
     
    12001202; return 0; } 
    12011203EOF 
    1202 if { (eval echo configure:1197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1204if { (eval echo configure:1199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    12031205  rm -rf conftest* 
    12041206  eval "ac_cv_func_$ac_func=yes" 
     
    12271229do 
    12281230echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1229 echo "configure:1224: checking for $ac_func" >&5 
     1231echo "configure:1226: checking for $ac_func" >&5 
    12301232if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    12311233  echo $ac_n "(cached) $ac_c" 1>&6 
    12321234else 
    12331235  cat > conftest.$ac_ext <<EOF 
    1234 #line 1229 "configure" 
     1236#line 1231 "configure" 
    12351237#include "confdefs.h" 
    12361238/* System header to define __stub macros and hopefully few prototypes, 
     
    12551257; return 0; } 
    12561258EOF 
    1257 if { (eval echo configure:1252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1259if { (eval echo configure:1254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    12581260  rm -rf conftest* 
    12591261  eval "ac_cv_func_$ac_func=yes" 
     
    12801282 
    12811283echo $ac_n "checking for connect""... $ac_c" 1>&6 
    1282 echo "configure:1277: checking for connect" >&5 
     1284echo "configure:1279: checking for connect" >&5 
    12831285if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then 
    12841286  echo $ac_n "(cached) $ac_c" 1>&6 
    12851287else 
    12861288  cat > conftest.$ac_ext <<EOF 
    1287 #line 1282 "configure" 
     1289#line 1284 "configure" 
    12881290#include "confdefs.h" 
    12891291/* System header to define __stub macros and hopefully few prototypes, 
     
    13081310; return 0; } 
    13091311EOF 
    1310 if { (eval echo configure:1305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1312if { (eval echo configure:1307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    13111313  rm -rf conftest* 
    13121314  eval "ac_cv_func_connect=yes" 
     
    13261328  echo "$ac_t""no" 1>&6 
    13271329echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 
    1328 echo "configure:1323: checking for connect in -lsocket" >&5 
     1330echo "configure:1325: checking for connect in -lsocket" >&5 
    13291331ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` 
    13301332if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    13341336LIBS="-lsocket  $LIBS" 
    13351337cat > conftest.$ac_ext <<EOF 
    1336 #line 1331 "configure" 
     1338#line 1333 "configure" 
    13371339#include "confdefs.h" 
    13381340/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    13451347; return 0; } 
    13461348EOF 
    1347 if { (eval echo configure:1342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1349if { (eval echo configure:1344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    13481350  rm -rf conftest* 
    13491351  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    13751377 
    13761378echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 
    1377 echo "configure:1372: checking for gethostbyname" >&5 
     1379echo "configure:1374: checking for gethostbyname" >&5 
    13781380if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then 
    13791381  echo $ac_n "(cached) $ac_c" 1>&6 
    13801382else 
    13811383  cat > conftest.$ac_ext <<EOF 
    1382 #line 1377 "configure" 
     1384#line 1379 "configure" 
    13831385#include "confdefs.h" 
    13841386/* System header to define __stub macros and hopefully few prototypes, 
     
    14031405; return 0; } 
    14041406EOF 
    1405 if { (eval echo configure:1400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1407if { (eval echo configure:1402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    14061408  rm -rf conftest* 
    14071409  eval "ac_cv_func_gethostbyname=yes" 
     
    14211423  echo "$ac_t""no" 1>&6 
    14221424echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 
    1423 echo "configure:1418: checking for gethostbyname in -lnsl" >&5 
     1425echo "configure:1420: checking for gethostbyname in -lnsl" >&5 
    14241426ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 
    14251427if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    14291431LIBS="-lnsl  $LIBS" 
    14301432cat > conftest.$ac_ext <<EOF 
    1431 #line 1426 "configure" 
     1433#line 1428 "configure" 
    14321434#include "confdefs.h" 
    14331435/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    14401442; return 0; } 
    14411443EOF 
    1442 if { (eval echo configure:1437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1444if { (eval echo configure:1439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    14431445  rm -rf conftest* 
    14441446  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    14701472 
    14711473echo $ac_n "checking for nanosleep""... $ac_c" 1>&6 
    1472 echo "configure:1467: checking for nanosleep" >&5 
     1474echo "configure:1469: checking for nanosleep" >&5 
    14731475if eval "test \"`echo '$''{'ac_cv_func_nanosleep'+set}'`\" = set"; then 
    14741476  echo $ac_n "(cached) $ac_c" 1>&6 
    14751477else 
    14761478  cat > conftest.$ac_ext <<EOF 
    1477 #line 1472 "configure" 
     1479#line 1474 "configure" 
    14781480#include "confdefs.h" 
    14791481/* System header to define __stub macros and hopefully few prototypes, 
     
    14981500; return 0; } 
    14991501EOF 
    1500 if { (eval echo configure:1495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1502if { (eval echo configure:1497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    15011503  rm -rf conftest* 
    15021504  eval "ac_cv_func_nanosleep=yes" 
     
    15161518  echo "$ac_t""no" 1>&6 
    15171519echo $ac_n "checking for nanosleep in -lrt""... $ac_c" 1>&6 
    1518 echo "configure:1513: checking for nanosleep in -lrt" >&5 
     1520echo "configure:1515: checking for nanosleep in -lrt" >&5 
    15191521ac_lib_var=`echo rt'_'nanosleep | sed 'y%./+-%__p_%'` 
    15201522if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    15241526LIBS="-lrt  $LIBS" 
    15251527cat > conftest.$ac_ext <<EOF 
    1526 #line 1521 "configure" 
     1528#line 1523 "configure" 
    15271529#include "confdefs.h" 
    15281530/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    15351537; return 0; } 
    15361538EOF 
    1537 if { (eval echo configure:1532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1539if { (eval echo configure:1534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    15381540  rm -rf conftest* 
    15391541  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    15611563  echo "$ac_t""no" 1>&6 
    15621564echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6 
    1563 echo "configure:1558: checking for nanosleep in -lposix4" >&5 
     1565echo "configure:1560: checking for nanosleep in -lposix4" >&5 
    15641566ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'` 
    15651567if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    15691571LIBS="-lposix4  $LIBS" 
    15701572cat > conftest.$ac_ext <<EOF 
    1571 #line 1566 "configure" 
     1573#line 1568 "configure" 
    15721574#include "confdefs.h" 
    15731575/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    15801582; return 0; } 
    15811583EOF 
    1582 if { (eval echo configure:1577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1584if { (eval echo configure:1579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    15831585  rm -rf conftest* 
    15841586  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    16141616do 
    16151617echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1616 echo "configure:1611: checking for $ac_func" >&5 
     1618echo "configure:1613: checking for $ac_func" >&5 
    16171619if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    16181620  echo $ac_n "(cached) $ac_c" 1>&6 
    16191621else 
    16201622  cat > conftest.$ac_ext <<EOF 
    1621 #line 1616 "configure" 
     1623#line 1618 "configure" 
    16221624#include "confdefs.h" 
    16231625/* System header to define __stub macros and hopefully few prototypes, 
     
    16421644; return 0; } 
    16431645EOF 
    1644 if { (eval echo configure:1639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1646if { (eval echo configure:1641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    16451647  rm -rf conftest* 
    16461648  eval "ac_cv_func_$ac_func=yes" 
     
    16671669 
    16681670echo $ac_n "checking for inet_aton""... $ac_c" 1>&6 
    1669 echo "configure:1664: checking for inet_aton" >&5 
     1671echo "configure:1666: checking for inet_aton" >&5 
    16701672if eval "test \"`echo '$''{'ac_cv_func_inet_aton'+set}'`\" = set"; then 
    16711673  echo $ac_n "(cached) $ac_c" 1>&6 
    16721674else 
    16731675  cat > conftest.$ac_ext <<EOF 
    1674 #line 1669 "configure" 
     1676#line 1671 "configure" 
    16751677#include "confdefs.h" 
    16761678/* System header to define __stub macros and hopefully few prototypes, 
     
    16951697; return 0; } 
    16961698EOF 
    1697 if { (eval echo configure:1692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1699if { (eval echo configure:1694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    16981700  rm -rf conftest* 
    16991701  eval "ac_cv_func_inet_aton=yes" 
     
    17131715  echo "$ac_t""no" 1>&6 
    17141716echo $ac_n "checking for inet_aton in -lresolv""... $ac_c" 1>&6 
    1715 echo "configure:1710: checking for inet_aton in -lresolv" >&5 
     1717echo "configure:1712: checking for inet_aton in -lresolv" >&5 
    17161718ac_lib_var=`echo resolv'_'inet_aton | sed 'y%./+-%__p_%'` 
    17171719if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    17211723LIBS="-lresolv  $LIBS" 
    17221724cat > conftest.$ac_ext <<EOF 
    1723 #line 1718 "configure" 
     1725#line 1720 "configure" 
    17241726#include "confdefs.h" 
    17251727/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    17321734; return 0; } 
    17331735EOF 
    1734 if { (eval echo configure:1729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1736if { (eval echo configure:1731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    17351737  rm -rf conftest* 
    17361738  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    17651767ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    17661768echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    1767 echo "configure:1762: checking for $ac_hdr" >&5 
     1769echo "configure:1764: checking for $ac_hdr" >&5 
    17681770if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    17691771  echo $ac_n "(cached) $ac_c" 1>&6 
    17701772else 
    17711773  cat > conftest.$ac_ext <<EOF 
    1772 #line 1767 "configure" 
     1774#line 1769 "configure" 
    17731775#include "confdefs.h" 
    17741776#include <$ac_hdr> 
    17751777EOF 
    17761778ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1777 { (eval echo configure:1772: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1779{ (eval echo configure:1774: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    17781780ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    17791781if test -z "$ac_err"; then 
     
    18041806do 
    18051807echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1806 echo "configure:1801: checking for $ac_func" >&5 
     1808echo "configure:1803: checking for $ac_func" >&5 
    18071809if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    18081810  echo $ac_n "(cached) $ac_c" 1>&6 
    18091811else 
    18101812  cat > conftest.$ac_ext <<EOF 
    1811 #line 1806 "configure" 
     1813#line 1808 "configure" 
    18121814#include "confdefs.h" 
    18131815/* System header to define __stub macros and hopefully few prototypes, 
     
    18321834; return 0; } 
    18331835EOF 
    1834 if { (eval echo configure:1829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1836if { (eval echo configure:1831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    18351837  rm -rf conftest* 
    18361838  eval "ac_cv_func_$ac_func=yes" 
     
    18571859 
    18581860echo $ac_n "checking for working mmap""... $ac_c" 1>&6 
    1859 echo "configure:1854: checking for working mmap" >&5 
     1861echo "configure:1856: checking for working mmap" >&5 
    18601862if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 
    18611863  echo $ac_n "(cached) $ac_c" 1>&6 
     
    18651867else 
    18661868  cat > conftest.$ac_ext <<EOF 
    1867 #line 1862 "configure" 
     1869#line 1864 "configure" 
    18681870#include "confdefs.h" 
    18691871 
     
    20082010 
    20092011EOF 
    2010 if { (eval echo configure:2005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     2012if { (eval echo configure:2007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    20112013then 
    20122014  ac_cv_func_mmap_fixed_mapped=yes 
     
    20312033 
    20322034echo $ac_n "checking for vprintf""... $ac_c" 1>&6 
    2033 echo "configure:2028: checking for vprintf" >&5 
     2035echo "configure:2030: checking for vprintf" >&5 
    20342036if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 
    20352037  echo $ac_n "(cached) $ac_c" 1>&6 
    20362038else 
    20372039  cat > conftest.$ac_ext <<EOF 
    2038 #line 2033 "configure" 
     2040#line 2035 "configure" 
    20392041#include "confdefs.h" 
    20402042/* System header to define __stub macros and hopefully few prototypes, 
     
    20592061; return 0; } 
    20602062EOF 
    2061 if { (eval echo configure:2056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2063if { (eval echo configure:2058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    20622064  rm -rf conftest* 
    20632065  eval "ac_cv_func_vprintf=yes" 
     
    20832085if test "$ac_cv_func_vprintf" != yes; then 
    20842086echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 
    2085 echo "configure:2080: checking for _doprnt" >&5 
     2087echo "configure:2082: checking for _doprnt" >&5 
    20862088if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 
    20872089  echo $ac_n "(cached) $ac_c" 1>&6 
    20882090else 
    20892091  cat > conftest.$ac_ext <<EOF 
    2090 #line 2085 "configure" 
     2092#line 2087 "configure" 
    20912093#include "confdefs.h" 
    20922094/* System header to define __stub macros and hopefully few prototypes, 
     
    21112113; return 0; } 
    21122114EOF 
    2113 if { (eval echo configure:2108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2115if { (eval echo configure:2110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    21142116  rm -rf conftest* 
    21152117  eval "ac_cv_func__doprnt=yes" 
     
    21362138 
    21372139echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 
    2138 echo "configure:2133: checking return type of signal handlers" >&5 
     2140echo "configure:2135: checking return type of signal handlers" >&5 
    21392141if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 
    21402142  echo $ac_n "(cached) $ac_c" 1>&6 
    21412143else 
    21422144  cat > conftest.$ac_ext <<EOF 
    2143 #line 2138 "configure" 
     2145#line 2140 "configure" 
    21442146#include "confdefs.h" 
    21452147#include <sys/types.h> 
     
    21582160; return 0; } 
    21592161EOF 
    2160 if { (eval echo configure:2155: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     2162if { (eval echo configure:2157: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    21612163  rm -rf conftest* 
    21622164  ac_cv_type_signal=void 
     
    21772179 
    21782180echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 
    2179 echo "configure:2174: checking for dlopen in -ldl" >&5 
     2181echo "configure:2176: checking for dlopen in -ldl" >&5 
    21802182ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 
    21812183if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    21852187LIBS="-ldl  $LIBS" 
    21862188cat > conftest.$ac_ext <<EOF 
    2187 #line 2182 "configure" 
     2189#line 2184 "configure" 
    21882190#include "confdefs.h" 
    21892191/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    21962198; return 0; } 
    21972199EOF 
    2198 if { (eval echo configure:2193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2200if { (eval echo configure:2195: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    21992201  rm -rf conftest* 
    22002202  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    22242226 
    22252227echo $ac_n "checking for optarg in -lgnugetopt""... $ac_c" 1>&6 
    2226 echo "configure:2221: checking for optarg in -lgnugetopt" >&5 
     2228echo "configure:2223: checking for optarg in -lgnugetopt" >&5 
    22272229ac_lib_var=`echo gnugetopt'_'optarg | sed 'y%./+-%__p_%'` 
    22282230if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    22322234LIBS="-lgnugetopt  $LIBS" 
    22332235cat > conftest.$ac_ext <<EOF 
    2234 #line 2229 "configure" 
     2236#line 2231 "configure" 
    22352237#include "confdefs.h" 
    22362238/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    22432245; return 0; } 
    22442246EOF 
    2245 if { (eval echo configure:2240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2247if { (eval echo configure:2242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    22462248  rm -rf conftest* 
    22472249  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    22712273 
    22722274echo $ac_n "checking for _ in -lbe""... $ac_c" 1>&6 
    2273 echo "configure:2268: checking for _ in -lbe" >&5 
     2275echo "configure:2270: checking for _ in -lbe" >&5 
    22742276ac_lib_var=`echo be'_'_ | sed 'y%./+-%__p_%'` 
    22752277if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    22792281LIBS="-lbe  $LIBS" 
    22802282cat > conftest.$ac_ext <<EOF 
    2281 #line 2276 "configure" 
     2283#line 2278 "configure" 
    22822284#include "confdefs.h" 
    22832285/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    22902292; return 0; } 
    22912293EOF 
    2292 if { (eval echo configure:2287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2294if { (eval echo configure:2289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    22932295  rm -rf conftest* 
    22942296  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    23182320 
    23192321echo $ac_n "checking for _ in -lgame""... $ac_c" 1>&6 
    2320 echo "configure:2315: checking for _ in -lgame" >&5 
     2322echo "configure:2317: checking for _ in -lgame" >&5 
    23212323ac_lib_var=`echo game'_'_ | sed 'y%./+-%__p_%'` 
    23222324if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    23262328LIBS="-lgame  $LIBS" 
    23272329cat > conftest.$ac_ext <<EOF 
    2328 #line 2323 "configure" 
     2330#line 2325 "configure" 
    23292331#include "confdefs.h" 
    23302332/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    23372339; return 0; } 
    23382340EOF 
    2339 if { (eval echo configure:2334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2341if { (eval echo configure:2336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    23402342  rm -rf conftest* 
    23412343  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    23652367 
    23662368echo $ac_n "checking for _ in -lroot""... $ac_c" 1>&6 
    2367 echo "configure:2362: checking for _ in -lroot" >&5 
     2369echo "configure:2364: checking for _ in -lroot" >&5 
    23682370ac_lib_var=`echo root'_'_ | sed 'y%./+-%__p_%'` 
    23692371if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    23732375LIBS="-lroot  $LIBS" 
    23742376cat > conftest.$ac_ext <<EOF 
    2375 #line 2370 "configure" 
     2377#line 2372 "configure" 
    23762378#include "confdefs.h" 
    23772379/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    23842386; return 0; } 
    23852387EOF 
    2386 if { (eval echo configure:2381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2388if { (eval echo configure:2383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    23872389  rm -rf conftest* 
    23882390  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    24122414 
    24132415echo $ac_n "checking for powl in -lm""... $ac_c" 1>&6 
    2414 echo "configure:2409: checking for powl in -lm" >&5 
     2416echo "configure:2411: checking for powl in -lm" >&5 
    24152417ac_lib_var=`echo m'_'powl | sed 'y%./+-%__p_%'` 
    24162418if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    24202422LIBS="-lm  $LIBS" 
    24212423cat > conftest.$ac_ext <<EOF 
    2422 #line 2417 "configure" 
     2424#line 2419 "configure" 
    24232425#include "confdefs.h" 
    24242426/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    24312433; return 0; } 
    24322434EOF 
    2433 if { (eval echo configure:2428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2435if { (eval echo configure:2430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    24342436  rm -rf conftest* 
    24352437  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    24592461 
    24602462echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 
    2461 echo "configure:2456: checking for pthread_create in -lpthread" >&5 
     2463echo "configure:2458: checking for pthread_create in -lpthread" >&5 
    24622464ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` 
    24632465if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    24672469LIBS="-lpthread  $LIBS" 
    24682470cat > conftest.$ac_ext <<EOF 
    2469 #line 2464 "configure" 
     2471#line 2466 "configure" 
    24702472#include "confdefs.h" 
    24712473/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    24782480; return 0; } 
    24792481EOF 
    2480 if { (eval echo configure:2475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2482if { (eval echo configure:2477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    24812483  rm -rf conftest* 
    24822484  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    25062508 
    25072509echo $ac_n "checking for thread_create in -lthreads""... $ac_c" 1>&6 
    2508 echo "configure:2503: checking for thread_create in -lthreads" >&5 
     2510echo "configure:2505: checking for thread_create in -lthreads" >&5 
    25092511ac_lib_var=`echo threads'_'thread_create | sed 'y%./+-%__p_%'` 
    25102512if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    25142516LIBS="-lthreads  $LIBS" 
    25152517cat > conftest.$ac_ext <<EOF 
    2516 #line 2511 "configure" 
     2518#line 2513 "configure" 
    25172519#include "confdefs.h" 
    25182520/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    25252527; return 0; } 
    25262528EOF 
    2527 if { (eval echo configure:2522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2529if { (eval echo configure:2524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    25282530  rm -rf conftest* 
    25292531  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    25542556 
    25552557echo $ac_n "checking for getopt_long""... $ac_c" 1>&6 
    2556 echo "configure:2551: checking for getopt_long" >&5 
     2558echo "configure:2553: checking for getopt_long" >&5 
    25572559if eval "test \"`echo '$''{'ac_cv_func_getopt_long'+set}'`\" = set"; then 
    25582560  echo $ac_n "(cached) $ac_c" 1>&6 
    25592561else 
    25602562  cat > conftest.$ac_ext <<EOF 
    2561 #line 2556 "configure" 
     2563#line 2558 "configure" 
    25622564#include "confdefs.h" 
    25632565/* System header to define __stub macros and hopefully few prototypes, 
     
    25822584; return 0; } 
    25832585EOF 
    2584 if { (eval echo configure:2579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2586if { (eval echo configure:2581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    25852587  rm -rf conftest* 
    25862588  eval "ac_cv_func_getopt_long=yes" 
     
    26082610ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    26092611echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2610 echo "configure:2605: checking for $ac_hdr" >&5 
     2612echo "configure:2607: checking for $ac_hdr" >&5 
    26112613if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    26122614  echo $ac_n "(cached) $ac_c" 1>&6 
    26132615else 
    26142616  cat > conftest.$ac_ext <<EOF 
    2615 #line 2610 "configure" 
     2617#line 2612 "configure" 
    26162618#include "confdefs.h" 
    26172619#include <$ac_hdr> 
    26182620EOF 
    26192621ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2620 { (eval echo configure:2615: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2622{ (eval echo configure:2617: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    26212623ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    26222624if test -z "$ac_err"; then 
     
    26482650ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    26492651echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2650 echo "configure:2645: checking for $ac_hdr" >&5 
     2652echo "configure:2647: checking for $ac_hdr" >&5 
    26512653if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    26522654  echo $ac_n "(cached) $ac_c" 1>&6 
    26532655else 
    26542656  cat > conftest.$ac_ext <<EOF 
    2655 #line 2650 "configure" 
     2657#line 2652 "configure" 
    26562658#include "confdefs.h" 
    26572659#include <$ac_hdr> 
    26582660EOF 
    26592661ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2660 { (eval echo configure:2655: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2662{ (eval echo configure:2657: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    26612663ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    26622664if test -z "$ac_err"; then 
     
    26882690ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    26892691echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2690 echo "configure:2685: checking for $ac_hdr" >&5 
     2692echo "configure:2687: checking for $ac_hdr" >&5 
    26912693if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    26922694  echo $ac_n "(cached) $ac_c" 1>&6 
    26932695else 
    26942696  cat > conftest.$ac_ext <<EOF 
    2695 #line 2690 "configure" 
     2697#line 2692 "configure" 
    26962698#include "confdefs.h" 
    26972699#include <$ac_hdr> 
    26982700EOF 
    26992701ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2700 { (eval echo configure:2695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2702{ (eval echo configure:2697: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    27012703ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    27022704if test -z "$ac_err"; then 
     
    27282730ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    27292731echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2730 echo "configure:2725: checking for $ac_hdr" >&5 
     2732echo "configure:2727: checking for $ac_hdr" >&5 
    27312733if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    27322734  echo $ac_n "(cached) $ac_c" 1>&6 
    27332735else 
    27342736  cat > conftest.$ac_ext <<EOF 
    2735 #line 2730 "configure" 
     2737#line 2732 "configure" 
    27362738#include "confdefs.h" 
    27372739#include <$ac_hdr> 
    27382740EOF 
    27392741ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2740 { (eval echo configure:2735: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2742{ (eval echo configure:2737: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    27412743ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    27422744if test -z "$ac_err"; then 
     
    27692771ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    27702772echo $ac_n "checking for $ac_hdr"