Changeset bec589af3d0359470566d1013d119dd079d81374

Show
Ignore:
Timestamp:
02/21/01 12:49:18 (7 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 982756158 +0000
git-parent:

[910f40f93c543d78c5c9f3da3f5a5706be98b453]

git-author:
Sam Hocevar <sam@videolan.org> 982756158 +0000
Message:

(note: empty CVS mails mean that a new directory has been created,

don't forget to use the -p option if you cvs update)

  • Added a plain Gtk+ port of the Gnome interface, for the gnome-impaired
    people. Gtk+ is now compiled by default, while Gnome isn't (you will
    have to add --enable-gnome when running configure)
  • Replaced -lcurses with -lncurses in configure.in.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • INSTALL

    r583c655 rbec589a  
    3333   make distclean 2>/dev/null ; ./configure --prefix=/usr --enable-gnome \ 
    3434      --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \ 
    35       --enable-alsa --enable-mga && make 
     35      --enable-alsa --enable-mga --enable-gtk && make 
    3636 
    3737 
  • Makefile.in

    r9584da5 rbec589a  
    317317PLUGIN_GLIDE =  plugins/glide/glide.o \ 
    318318        plugins/glide/vout_glide.o 
     319 
     320PLUGIN_GTK =    plugins/gtk/gtk.o \ 
     321        plugins/gtk/intf_gtk.o \ 
     322        plugins/gtk/gtk_callbacks.o \ 
     323        plugins/gtk/gtk_interface.o \ 
     324        plugins/gtk/gtk_support.o 
    319325 
    320326PLUGIN_GNOME =  plugins/gnome/gnome.o \ 
     
    416422NONSTD_PLUGIN_OBJ = \ 
    417423        $(PLUGIN_GLIDE) \ 
     424        $(PLUGIN_GTK) \ 
    418425        $(PLUGIN_GNOME) 
    419426 
     
    543550 
    544551# 
    545 # Gnome and Framebuffer aliases - don't add new aliases which could bloat 
     552# GTK/Gnome and Framebuffer aliases - don't add new aliases which could bloat 
    546553# the namespace 
    547554# 
    548 gvlc fbvlc: vlc 
     555gvlc kvlc: vlc 
    549556    rm -f $@ && ln -s vlc $@ 
    550557 
     
    577584$(STD_PLUGIN_OBJ): %.o: %.c 
    578585    $(CC) $(CFLAGS) $(PCFLAGS) -c -o $@ $< 
     586 
     587$(PLUGIN_GTK): %.o: Makefile.dep 
     588$(PLUGIN_GTK): %.o: .dep/%.d 
     589$(PLUGIN_GTK): %.o: %.c 
     590    $(CC) $(CFLAGS) $(PCFLAGS) `gtk-config --cflags gtk` -c -o $@ $< 
    579591 
    580592$(PLUGIN_GNOME): %.o: Makefile.dep 
     
    643655    $(CC) $(PCFLAGS) -shared -o $@ $^ -L/usr/X11R6/lib -lX11 -lXext 
    644656 
     657lib/gtk.so: $(PLUGIN_GTK) 
     658    $(CC) $(PCFLAGS) -shared -o $@ $^ `gtk-config --libs gtk | sed 's,-rdynamic,,'` 
     659 
    645660lib/gnome.so: $(PLUGIN_GNOME) 
    646661    $(CC) $(PCFLAGS) -shared -o $@ $^ `gnome-config --libs gnomeui | sed 's,-rdynamic,,'` 
     
    656671 
    657672lib/ncurses.so: $(PLUGIN_NCURSES) 
    658     $(CC) $(PCFLAGS) -shared -o $@ $^ -lcurses 
     673    $(CC) $(PCFLAGS) -shared -o $@ $^ -lncurses 
    659674 
    660675ifeq ($(SYS),beos) 
  • configure

    rba61d25 rbec589a  
    4343  --enable-kde            KDE interface support (default disabled)" 
    4444ac_help="$ac_help 
    45   --disable-gnome         Gnome support (default enabled)" 
     45  --enable-gnome          Gnome interface support (default disabled)" 
     46ac_help="$ac_help 
     47  --disable-gtk           Gtk+ support (default enabled)" 
    4648ac_help="$ac_help 
    4749  --disable-x11           X11 support (default enabled)" 
     
    586588 
    587589echo $ac_n "checking host system type""... $ac_c" 1>&6 
    588 echo "configure:589: checking host system type" >&5 
     590echo "configure:591: checking host system type" >&5 
    589591 
    590592host_alias=$host 
     
    613615 
    614616echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 
    615 echo "configure:616: checking whether ${MAKE-make} sets \${MAKE}" >&5 
     617echo "configure:618: checking whether ${MAKE-make} sets \${MAKE}" >&5 
    616618set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 
    617619if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 
     
    643645set dummy gcc; ac_word=$2 
    644646echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    645 echo "configure:646: checking for $ac_word" >&5 
     647echo "configure:648: checking for $ac_word" >&5 
    646648if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    647649  echo $ac_n "(cached) $ac_c" 1>&6 
     
    673675set dummy cc; ac_word=$2 
    674676echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    675 echo "configure:676: checking for $ac_word" >&5 
     677echo "configure:678: checking for $ac_word" >&5 
    676678if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    677679  echo $ac_n "(cached) $ac_c" 1>&6 
     
    724726set dummy cl; ac_word=$2 
    725727echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    726 echo "configure:727: checking for $ac_word" >&5 
     728echo "configure:729: checking for $ac_word" >&5 
    727729if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    728730  echo $ac_n "(cached) $ac_c" 1>&6 
     
    756758 
    757759echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 
    758 echo "configure:759: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 
     760echo "configure:761: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 
    759761 
    760762ac_ext=c 
     
    767769cat > conftest.$ac_ext << EOF 
    768770 
    769 #line 770 "configure" 
     771#line 772 "configure" 
    770772#include "confdefs.h" 
    771773 
    772774main(){return(0);} 
    773775EOF 
    774 if { (eval echo configure:775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     776if { (eval echo configure:777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    775777  ac_cv_prog_cc_works=yes 
    776778  # If we can't run a trivial program, we are probably using a cross compiler. 
     
    798800fi 
    799801echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 
    800 echo "configure:801: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 
     802echo "configure:803: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 
    801803echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 
    802804cross_compiling=$ac_cv_prog_cc_cross 
    803805 
    804806echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 
    805 echo "configure:806: checking whether we are using GNU C" >&5 
     807echo "configure:808: checking whether we are using GNU C" >&5 
    806808if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 
    807809  echo $ac_n "(cached) $ac_c" 1>&6 
     
    812814#endif 
    813815EOF 
    814 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:815: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 
     816if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:817: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 
    815817  ac_cv_prog_gcc=yes 
    816818else 
     
    831833CFLAGS= 
    832834echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 
    833 echo "configure:834: checking whether ${CC-cc} accepts -g" >&5 
     835echo "configure:836: checking whether ${CC-cc} accepts -g" >&5 
    834836if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 
    835837  echo $ac_n "(cached) $ac_c" 1>&6 
     
    865867if test -z "$CPP"; then 
    866868  echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 
    867 echo "configure:868: checking how to run the C preprocessor" >&5 
     869echo "configure:870: checking how to run the C preprocessor" >&5 
    868870# On Suns, sometimes $CPP names a directory. 
    869871if test -n "$CPP" && test -d "$CPP"; then 
     
    880882  # not just through cpp. 
    881883  cat > conftest.$ac_ext <<EOF 
    882 #line 883 "configure" 
     884#line 885 "configure" 
    883885#include "confdefs.h" 
    884886#include <assert.h> 
     
    886888EOF 
    887889ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    888 { (eval echo configure:889: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     890{ (eval echo configure:891: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    889891ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    890892if test -z "$ac_err"; then 
     
    897899  CPP="${CC-cc} -E -traditional-cpp" 
    898900  cat > conftest.$ac_ext <<EOF 
    899 #line 900 "configure" 
     901#line 902 "configure" 
    900902#include "confdefs.h" 
    901903#include <assert.h> 
     
    903905EOF 
    904906ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    905 { (eval echo configure:906: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     907{ (eval echo configure:908: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    906908ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    907909if test -z "$ac_err"; then 
     
    914916  CPP="${CC-cc} -nologo -E" 
    915917  cat > conftest.$ac_ext <<EOF 
    916 #line 917 "configure" 
     918#line 919 "configure" 
    917919#include "confdefs.h" 
    918920#include <assert.h> 
     
    920922EOF 
    921923ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    922 { (eval echo configure:923: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     924{ (eval echo configure:925: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    923925ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    924926if test -z "$ac_err"; then 
     
    958960# ./install, which can be erroneously created by make from ./install.sh. 
    959961echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 
    960 echo "configure:961: checking for a BSD compatible install" >&5 
     962echo "configure:963: checking for a BSD compatible install" >&5 
    961963if test -z "$INSTALL"; then 
    962964if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 
     
    10121014 
    10131015echo $ac_n "checking for working const""... $ac_c" 1>&6 
    1014 echo "configure:1015: checking for working const" >&5 
     1016echo "configure:1017: checking for working const" >&5 
    10151017if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 
    10161018  echo $ac_n "(cached) $ac_c" 1>&6 
    10171019else 
    10181020  cat > conftest.$ac_ext <<EOF 
    1019 #line 1020 "configure" 
     1021#line 1022 "configure" 
    10201022#include "confdefs.h" 
    10211023 
     
    10661068; return 0; } 
    10671069EOF 
    1068 if { (eval echo configure:1069: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     1070if { (eval echo configure:1071: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    10691071  rm -rf conftest* 
    10701072  ac_cv_c_const=yes 
     
    10871089 
    10881090echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 
    1089 echo "configure:1090: checking whether byte ordering is bigendian" >&5 
     1091echo "configure:1092: checking whether byte ordering is bigendian" >&5 
    10901092if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 
    10911093  echo $ac_n "(cached) $ac_c" 1>&6 
     
    10941096# See if sys/param.h defines the BYTE_ORDER macro. 
    10951097cat > conftest.$ac_ext <<EOF 
    1096 #line 1097 "configure" 
     1098#line 1099 "configure" 
    10971099#include "confdefs.h" 
    10981100#include <sys/types.h> 
     
    11051107; return 0; } 
    11061108EOF 
    1107 if { (eval echo configure:1108: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     1109if { (eval echo configure:1110: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    11081110  rm -rf conftest* 
    11091111  # It does; now see whether it defined to BIG_ENDIAN or not. 
    11101112cat > conftest.$ac_ext <<EOF 
    1111 #line 1112 "configure" 
     1113#line 1114 "configure" 
    11121114#include "confdefs.h" 
    11131115#include <sys/types.h> 
     
    11201122; return 0; } 
    11211123EOF 
    1122 if { (eval echo configure:1123: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     1124if { (eval echo configure:1125: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    11231125  rm -rf conftest* 
    11241126  ac_cv_c_bigendian=yes 
     
    11401142else 
    11411143  cat > conftest.$ac_ext <<EOF 
    1142 #line 1143 "configure" 
     1144#line 1145 "configure" 
    11431145#include "confdefs.h" 
    11441146main () { 
     
    11531155} 
    11541156EOF 
    1155 if { (eval echo configure:1156: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     1157if { (eval echo configure:1158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    11561158then 
    11571159  ac_cv_c_bigendian=no 
     
    11781180 
    11791181echo $ac_n "checking whether compiler accepts bswap x86 instruction""... $ac_c" 1>&6 
    1180 echo "configure:1181: checking whether compiler accepts bswap x86 instruction" >&5 
     1182echo "configure:1183: checking whether compiler accepts bswap x86 instruction" >&5 
    11811183cat > conftest.$ac_ext <<EOF 
    1182 #line 1183 "configure" 
     1184#line 1185 "configure" 
    11831185#include "confdefs.h" 
    11841186unsigned int foo( unsigned int x ) 
     
    11881190; return 0; } 
    11891191EOF 
    1190 if { (eval echo configure:1191: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     1192if { (eval echo configure:1193: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    11911193  rm -rf conftest* 
    11921194  cat >> confdefs.h <<\EOF 
     
    12051207do 
    12061208echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1207 echo "configure:1208: checking for $ac_func" >&5 
     1209echo "configure:1210: checking for $ac_func" >&5 
    12081210if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    12091211  echo $ac_n "(cached) $ac_c" 1>&6 
    12101212else 
    12111213  cat > conftest.$ac_ext <<EOF 
    1212 #line 1213 "configure" 
     1214#line 1215 "configure" 
    12131215#include "confdefs.h" 
    12141216/* System header to define __stub macros and hopefully few prototypes, 
     
    12331235; return 0; } 
    12341236EOF 
    1235 if { (eval echo configure:1236: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1237if { (eval echo configure:1238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    12361238  rm -rf conftest* 
    12371239  eval "ac_cv_func_$ac_func=yes" 
     
    12601262do 
    12611263echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1262 echo "configure:1263: checking for $ac_func" >&5 
     1264echo "configure:1265: checking for $ac_func" >&5 
    12631265if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    12641266  echo $ac_n "(cached) $ac_c" 1>&6 
    12651267else 
    12661268  cat > conftest.$ac_ext <<EOF 
    1267 #line 1268 "configure" 
     1269#line 1270 "configure" 
    12681270#include "confdefs.h" 
    12691271/* System header to define __stub macros and hopefully few prototypes, 
     
    12881290; return 0; } 
    12891291EOF 
    1290 if { (eval echo configure:1291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1292if { (eval echo configure:1293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    12911293  rm -rf conftest* 
    12921294  eval "ac_cv_func_$ac_func=yes" 
     
    13131315 
    13141316echo $ac_n "checking for connect""... $ac_c" 1>&6 
    1315 echo "configure:1316: checking for connect" >&5 
     1317echo "configure:1318: checking for connect" >&5 
    13161318if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then 
    13171319  echo $ac_n "(cached) $ac_c" 1>&6 
    13181320else 
    13191321  cat > conftest.$ac_ext <<EOF 
    1320 #line 1321 "configure" 
     1322#line 1323 "configure" 
    13211323#include "confdefs.h" 
    13221324/* System header to define __stub macros and hopefully few prototypes, 
     
    13411343; return 0; } 
    13421344EOF 
    1343 if { (eval echo configure:1344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1345if { (eval echo configure:1346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    13441346  rm -rf conftest* 
    13451347  eval "ac_cv_func_connect=yes" 
     
    13591361  echo "$ac_t""no" 1>&6 
    13601362echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 
    1361 echo "configure:1362: checking for connect in -lsocket" >&5 
     1363echo "configure:1364: checking for connect in -lsocket" >&5 
    13621364ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` 
    13631365if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    13671369LIBS="-lsocket  $LIBS" 
    13681370cat > conftest.$ac_ext <<EOF 
    1369 #line 1370 "configure" 
     1371#line 1372 "configure" 
    13701372#include "confdefs.h" 
    13711373/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    13781380; return 0; } 
    13791381EOF 
    1380 if { (eval echo configure:1381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1382if { (eval echo configure:1383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    13811383  rm -rf conftest* 
    13821384  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    14081410 
    14091411echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 
    1410 echo "configure:1411: checking for gethostbyname" >&5 
     1412echo "configure:1413: checking for gethostbyname" >&5 
    14111413if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then 
    14121414  echo $ac_n "(cached) $ac_c" 1>&6 
    14131415else 
    14141416  cat > conftest.$ac_ext <<EOF 
    1415 #line 1416 "configure" 
     1417#line 1418 "configure" 
    14161418#include "confdefs.h" 
    14171419/* System header to define __stub macros and hopefully few prototypes, 
     
    14361438; return 0; } 
    14371439EOF 
    1438 if { (eval echo configure:1439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1440if { (eval echo configure:1441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    14391441  rm -rf conftest* 
    14401442  eval "ac_cv_func_gethostbyname=yes" 
     
    14541456  echo "$ac_t""no" 1>&6 
    14551457echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 
    1456 echo "configure:1457: checking for gethostbyname in -lnsl" >&5 
     1458echo "configure:1459: checking for gethostbyname in -lnsl" >&5 
    14571459ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 
    14581460if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    14621464LIBS="-lnsl  $LIBS" 
    14631465cat > conftest.$ac_ext <<EOF 
    1464 #line 1465 "configure" 
     1466#line 1467 "configure" 
    14651467#include "confdefs.h" 
    14661468/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    14731475; return 0; } 
    14741476EOF 
    1475 if { (eval echo configure:1476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1477if { (eval echo configure:1478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    14761478  rm -rf conftest* 
    14771479  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    15031505 
    15041506echo $ac_n "checking for nanosleep""... $ac_c" 1>&6 
    1505 echo "configure:1506: checking for nanosleep" >&5 
     1507echo "configure:1508: checking for nanosleep" >&5 
    15061508if eval "test \"`echo '$''{'ac_cv_func_nanosleep'+set}'`\" = set"; then 
    15071509  echo $ac_n "(cached) $ac_c" 1>&6 
    15081510else 
    15091511  cat > conftest.$ac_ext <<EOF 
    1510 #line 1511 "configure" 
     1512#line 1513 "configure" 
    15111513#include "confdefs.h" 
    15121514/* System header to define __stub macros and hopefully few prototypes, 
     
    15311533; return 0; } 
    15321534EOF 
    1533 if { (eval echo configure:1534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1535if { (eval echo configure:1536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    15341536  rm -rf conftest* 
    15351537  eval "ac_cv_func_nanosleep=yes" 
     
    15491551  echo "$ac_t""no" 1>&6 
    15501552echo $ac_n "checking for nanosleep in -lrt""... $ac_c" 1>&6 
    1551 echo "configure:1552: checking for nanosleep in -lrt" >&5 
     1553echo "configure:1554: checking for nanosleep in -lrt" >&5 
    15521554ac_lib_var=`echo rt'_'nanosleep | sed 'y%./+-%__p_%'` 
    15531555if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    15571559LIBS="-lrt  $LIBS" 
    15581560cat > conftest.$ac_ext <<EOF 
    1559 #line 1560 "configure" 
     1561#line 1562 "configure" 
    15601562#include "confdefs.h" 
    15611563/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    15681570; return 0; } 
    15691571EOF 
    1570 if { (eval echo configure:1571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1572if { (eval echo configure:1573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    15711573  rm -rf conftest* 
    15721574  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    15941596  echo "$ac_t""no" 1>&6 
    15951597echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6 
    1596 echo "configure:1597: checking for nanosleep in -lposix4" >&5 
     1598echo "configure:1599: checking for nanosleep in -lposix4" >&5 
    15971599ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'` 
    15981600if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    16021604LIBS="-lposix4  $LIBS" 
    16031605cat > conftest.$ac_ext <<EOF 
    1604 #line 1605 "configure" 
     1606#line 1607 "configure" 
    16051607#include "confdefs.h" 
    16061608/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    16131615; return 0; } 
    16141616EOF 
    1615 if { (eval echo configure:1616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1617if { (eval echo configure:1618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    16161618  rm -rf conftest* 
    16171619  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    16471649do 
    16481650echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1649 echo "configure:1650: checking for $ac_func" >&5 
     1651echo "configure:1652: checking for $ac_func" >&5 
    16501652if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    16511653  echo $ac_n "(cached) $ac_c" 1>&6 
    16521654else 
    16531655  cat > conftest.$ac_ext <<EOF 
    1654 #line 1655 "configure" 
     1656#line 1657 "configure" 
    16551657#include "confdefs.h" 
    16561658/* System header to define __stub macros and hopefully few prototypes, 
     
    16751677; return 0; } 
    16761678EOF 
    1677 if { (eval echo configure:1678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1679if { (eval echo configure:1680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    16781680  rm -rf conftest* 
    16791681  eval "ac_cv_func_$ac_func=yes" 
     
    17001702 
    17011703echo $ac_n "checking for inet_aton""... $ac_c" 1>&6 
    1702 echo "configure:1703: checking for inet_aton" >&5 
     1704echo "configure:1705: checking for inet_aton" >&5 
    17031705if eval "test \"`echo '$''{'ac_cv_func_inet_aton'+set}'`\" = set"; then 
    17041706  echo $ac_n "(cached) $ac_c" 1>&6 
    17051707else 
    17061708  cat > conftest.$ac_ext <<EOF 
    1707 #line 1708 "configure" 
     1709#line 1710 "configure" 
    17081710#include "confdefs.h" 
    17091711/* System header to define __stub macros and hopefully few prototypes, 
     
    17281730; return 0; } 
    17291731EOF 
    1730 if { (eval echo configure:1731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1732if { (eval echo configure:1733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    17311733  rm -rf conftest* 
    17321734  eval "ac_cv_func_inet_aton=yes" 
     
    17461748  echo "$ac_t""no" 1>&6 
    17471749echo $ac_n "checking for inet_aton in -lresolv""... $ac_c" 1>&6 
    1748 echo "configure:1749: checking for inet_aton in -lresolv" >&5 
     1750echo "configure:1751: checking for inet_aton in -lresolv" >&5 
    17491751ac_lib_var=`echo resolv'_'inet_aton | sed 'y%./+-%__p_%'` 
    17501752if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    17541756LIBS="-lresolv  $LIBS" 
    17551757cat > conftest.$ac_ext <<EOF 
    1756 #line 1757 "configure" 
     1758#line 1759 "configure" 
    17571759#include "confdefs.h" 
    17581760/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    17651767; return 0; } 
    17661768EOF 
    1767 if { (eval echo configure:1768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1769if { (eval echo configure:1770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    17681770  rm -rf conftest* 
    17691771  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    17971799do 
    17981800echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1799 echo "configure:1800: checking for $ac_func" >&5 
     1801echo "configure:1802: checking for $ac_func" >&5 
    18001802if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    18011803  echo $ac_n "(cached) $ac_c" 1>&6 
    18021804else 
    18031805  cat > conftest.$ac_ext <<EOF 
    1804 #line 1805 "configure" 
     1806#line 1807 "configure" 
    18051807#include "confdefs.h" 
    18061808/* System header to define __stub macros and hopefully few prototypes, 
     
    18251827; return 0; } 
    18261828EOF 
    1827 if { (eval echo configure:1828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1829if { (eval echo configure:1830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    18281830  rm -rf conftest* 
    18291831  eval "ac_cv_func_$ac_func=yes" 
     
    18531855ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    18541856echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    1855 echo "configure:1856: checking for $ac_hdr" >&5 
     1857echo "configure:1858: checking for $ac_hdr" >&5 
    18561858if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    18571859  echo $ac_n "(cached) $ac_c" 1>&6 
    18581860else 
    18591861  cat > conftest.$ac_ext <<EOF 
    1860 #line 1861 "configure" 
     1862#line 1863 "configure" 
    18611863#include "confdefs.h" 
    18621864#include <$ac_hdr> 
    18631865EOF 
    18641866ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1865 { (eval echo configure:1866: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1867{ (eval echo configure:1868: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    18661868ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    18671869if test -z "$ac_err"; then 
     
    18921894do 
    18931895echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1894 echo "configure:1895: checking for $ac_func" >&5 
     1896echo "configure:1897: checking for $ac_func" >&5 
    18951897if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    18961898  echo $ac_n "(cached) $ac_c" 1>&6 
    18971899else 
    18981900  cat > conftest.$ac_ext <<EOF 
    1899 #line 1900 "configure" 
     1901#line 1902 "configure" 
    19001902#include "confdefs.h" 
    19011903/* System header to define __stub macros and hopefully few prototypes, 
     
    19201922; return 0; } 
    19211923EOF 
    1922 if { (eval echo configure:1923: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1924if { (eval echo configure:1925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    19231925  rm -rf conftest* 
    19241926  eval "ac_cv_func_$ac_func=yes" 
     
    19451947 
    19461948echo $ac_n "checking for working mmap""... $ac_c" 1>&6 
    1947 echo "configure:1948: checking for working mmap" >&5 
     1949echo "configure:1950: checking for working mmap" >&5 
    19481950if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 
    19491951  echo $ac_n "(cached) $ac_c" 1>&6 
     
    19531955else 
    19541956  cat > conftest.$ac_ext <<EOF 
    1955 #line 1956 "configure" 
     1957#line 1958 "configure" 
    19561958#include "confdefs.h" 
    19571959 
     
    20932095 
    20942096EOF 
    2095 if { (eval echo configure:2096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     2097if { (eval echo configure:2098: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    20962098then 
    20972099  ac_cv_func_mmap_fixed_mapped=yes 
     
    21162118 
    21172119echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 
    2118 echo "configure:2119: checking return type of signal handlers" >&5 
     2120echo "configure:2121: checking return type of signal handlers" >&5 
    21192121if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 
    21202122  echo $ac_n "(cached) $ac_c" 1>&6 
    21212123else 
    21222124  cat > conftest.$ac_ext <<EOF 
    2123 #line 2124 "configure" 
     2125#line 2126 "configure" 
    21242126#include "confdefs.h" 
    21252127#include <sys/types.h> 
     
    21382140; return 0; } 
    21392141EOF 
    2140 if { (eval echo configure:2141: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     2142if { (eval echo configure:2143: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    21412143  rm -rf conftest* 
    21422144  ac_cv_type_signal=void 
     
    21572159 
    21582160echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 
    2159 echo "configure:2160: checking for dlopen in -ldl" >&5 
     2161echo "configure:2162: checking for dlopen in -ldl" >&5 
    21602162ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 
    21612163if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    21652167LIBS="-ldl  $LIBS" 
    21662168cat > conftest.$ac_ext <<EOF 
    2167 #line 2168 "configure" 
     2169#line 2170 "configure" 
    21682170#include "confdefs.h" 
    21692171/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    21762178; return 0; } 
    21772179EOF 
    2178 if { (eval echo configure:2179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2180if { (eval echo configure:2181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    21792181  rm -rf conftest* 
    21802182  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    22042206 
    22052207echo $ac_n "checking for optarg in -lgnugetopt""... $ac_c" 1>&6 
    2206 echo "configure:2207: checking for optarg in -lgnugetopt" >&5 
     2208echo "configure:2209: checking for optarg in -lgnugetopt" >&5 
    22072209ac_lib_var=`echo gnugetopt'_'optarg | sed 'y%./+-%__p_%'` 
    22082210if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    22122214LIBS="-lgnugetopt  $LIBS" 
    22132215cat > conftest.$ac_ext <<EOF 
    2214 #line 2215 "configure" 
     2216#line 2217 "configure" 
    22152217#include "confdefs.h" 
    22162218/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    22232225; return 0; } 
    22242226EOF 
    2225 if { (eval echo configure:2226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2227if { (eval echo configure:2228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    22262228  rm -rf conftest* 
    22272229  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    22512253 
    22522254echo $ac_n "checking for _ in -lbe""... $ac_c" 1>&6 
    2253 echo "configure:2254: checking for _ in -lbe" >&5 
     2255echo "configure:2256: checking for _ in -lbe" >&5 
    22542256ac_lib_var=`echo be'_'_ | sed 'y%./+-%__p_%'` 
    22552257if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    22592261LIBS="-lbe  $LIBS" 
    22602262cat > conftest.$ac_ext <<EOF 
    2261 #line 2262 "configure" 
     2263#line 2264 "configure" 
    22622264#include "confdefs.h" 
    22632265/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    22702272; return 0; } 
    22712273EOF 
    2272 if { (eval echo configure:2273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2274if { (eval echo configure:2275: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    22732275  rm -rf conftest* 
    22742276  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    22982300 
    22992301echo $ac_n "checking for _ in -lgame""... $ac_c" 1>&6 
    2300 echo "configure:2301: checking for _ in -lgame" >&5 
     2302echo "configure:2303: checking for _ in -lgame" >&5 
    23012303ac_lib_var=`echo game'_'_ | sed 'y%./+-%__p_%'` 
    23022304if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    23062308LIBS="-lgame  $LIBS" 
    23072309cat > conftest.$ac_ext <<EOF 
    2308 #line 2309 "configure" 
     2310#line 2311 "configure" 
    23092311#include "confdefs.h" 
    23102312/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    23172319; return 0; } 
    23182320EOF 
    2319 if { (eval echo configure:2320: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2321if { (eval echo configure:2322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    23202322  rm -rf conftest* 
    23212323  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    23452347 
    23462348echo $ac_n "checking for _ in -lroot""... $ac_c" 1>&6 
    2347 echo "configure:2348: checking for _ in -lroot" >&5 
     2349echo "configure:2350: checking for _ in -lroot" >&5 
    23482350ac_lib_var=`echo root'_'_ | sed 'y%./+-%__p_%'` 
    23492351if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    23532355LIBS="-lroot  $LIBS" 
    23542356cat > conftest.$ac_ext <<EOF 
    2355 #line 2356 "configure" 
     2357#line 2358 "configure" 
    23562358#include "confdefs.h" 
    23572359/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    23642366; return 0; } 
    23652367EOF 
    2366 if { (eval echo configure:2367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2368if { (eval echo configure:2369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    23672369  rm -rf conftest* 
    23682370  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    23922394 
    23932395echo $ac_n "checking for powl in -lm""... $ac_c" 1>&6 
    2394 echo "configure:2395: checking for powl in -lm" >&5 
     2396echo "configure:2397: checking for powl in -lm" >&5 
    23952397ac_lib_var=`echo m'_'powl | sed 'y%./+-%__p_%'` 
    23962398if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    24002402LIBS="-lm  $LIBS" 
    24012403cat > conftest.$ac_ext <<EOF 
    2402 #line 2403 "configure" 
     2404#line 2405 "configure" 
    24032405#include "confdefs.h" 
    24042406/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    24112413; return 0; } 
    24122414EOF 
    2413 if { (eval echo configure:2414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2415if { (eval echo configure:2416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    24142416  rm -rf conftest* 
    24152417  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    24392441 
    24402442echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 
    2441 echo "configure:2442: checking for pthread_create in -lpthread" >&5 
     2443echo "configure:2444: checking for pthread_create in -lpthread" >&5 
    24422444ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` 
    24432445if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    24472449LIBS="-lpthread  $LIBS" 
    24482450cat > conftest.$ac_ext <<EOF 
    2449 #line 2450 "configure" 
     2451#line 2452 "configure" 
    24502452#include "confdefs.h" 
    24512453/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    24582460; return 0; } 
    24592461EOF 
    2460 if { (eval echo configure:2461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2462if { (eval echo configure:2463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    24612463  rm -rf conftest* 
    24622464  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    24862488 
    24872489echo $ac_n "checking for thread_create in -lthreads""... $ac_c" 1>&6 
    2488 echo "configure:2489: checking for thread_create in -lthreads" >&5 
     2490echo "configure:2491: checking for thread_create in -lthreads" >&5 
    24892491ac_lib_var=`echo threads'_'thread_create | sed 'y%./+-%__p_%'` 
    24902492if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    24942496LIBS="-lthreads  $LIBS" 
    24952497cat > conftest.$ac_ext <<EOF 
    2496 #line 2497 "configure" 
     2498#line 2499 "configure" 
    24972499#include "confdefs.h" 
    24982500/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    25052507; return 0; } 
    25062508EOF 
    2507 if { (eval echo configure:2508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2509if { (eval echo configure:2510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    25082510  rm -rf conftest* 
    25092511  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    25342536 
    25352537echo $ac_n "checking for getopt_long""... $ac_c" 1>&6 
    2536 echo "configure:2537: checking for getopt_long" >&5 
     2538echo "configure:2539: checking for getopt_long" >&5 
    25372539if eval "test \"`echo '$''{'ac_cv_func_getopt_long'+set}'`\" = set"; then 
    25382540  echo $ac_n "(cached) $ac_c" 1>&6 
    25392541else 
    25402542  cat > conftest.$ac_ext <<EOF 
    2541 #line 2542 "configure" 
     2543#line 2544 "configure" 
    25422544#include "confdefs.h" 
    25432545/* System header to define __stub macros and hopefully few prototypes, 
     
    25622564; return 0; } 
    25632565EOF 
    2564 if { (eval echo configure:2565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2566if { (eval echo configure:2567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    25652567  rm -rf conftest* 
    25662568  eval "ac_cv_func_getopt_long=yes" 
     
    25892591ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    25902592echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2591 echo "configure:2592: checking for $ac_hdr" >&5 
     2593echo "configure:2594: checking for $ac_hdr" >&5 
    25922594if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    25932595  echo $ac_n "(cached) $ac_c" 1>&6 
    25942596else 
    25952597  cat > conftest.$ac_ext <<EOF 
    2596 #line 2597 "configure" 
     2598#line 2599 "configure" 
    25972599#include "confdefs.h" 
    25982600#include <$ac_hdr> 
    25992601EOF 
    26002602ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2601 { (eval echo configure:2602: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2603{ (eval echo configure:2604: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    26022604ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    26032605if test -z "$ac_err"; then 
     
    26292631ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    26302632echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2631 echo "configure:2632: checking for $ac_hdr" >&5 
     2633echo "configure:2634: checking for $ac_hdr" >&5 
    26322634if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    26332635  echo $ac_n "(cached) $ac_c" 1>&6 
    26342636else 
    26352637  cat > conftest.$ac_ext <<EOF 
    2636 #line 2637 "configure" 
     2638#line 2639 "configure" 
    26372639#include "confdefs.h" 
    26382640#include <$ac_hdr> 
    26392641EOF 
    26402642ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2641 { (eval echo configure:2642: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2643{ (eval echo configure:2644: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    26422644ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    26432645if test -z "$ac_err"; then 
     
    26692671ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    26702672echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2671 echo "configure:2672: checking for $ac_hdr" >&5 
     2673echo "configure:2674: checking for $ac_hdr" >&5 
    26722674if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    26732675  echo $ac_n "(cached) $ac_c" 1>&6 
    26742676else 
    26752677  cat > conftest.$ac_ext <<EOF 
    2676 #line 2677 "configure" 
     2678#line 2679 "configure" 
    26772679#include "confdefs.h" 
    26782680#include <$ac_hdr> 
    26792681EOF 
    26802682ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2681 { (eval echo configure:2682: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2683{ (eval echo configure:2684: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    26822684ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    26832685if test -z "$ac_err"; then 
     
    27092711ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    27102712echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2711 echo "configure:2712: checking for $ac_hdr" >&5&