Changeset 945f294626b776bbabadc5627c05456a6ff0ae2b

Show
Ignore:
Timestamp:
06/02/01 03:09:03 (7 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 991444143 +0000
git-parent:

[e9cc5c05f7423734b0a8a4c8e105e8bb65e50dcd]

git-author:
Sam Hocevar <sam@videolan.org> 991444143 +0000
Message:
  • DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.

Notes: o I called it 'directx' instead of 'windx' because it

made a lot more sense to me.

o Completely untested. I didn't manage to compile it yet.
o Code in vout_directx.c will go through a big rewrite when

vout 4 is finished. Xav is already working on this.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • INSTALL

    r440f999 r945f294  
    2323      --enable-mga --enable-gtk --enable-qt --enable-xvideo --enable-alsa \ 
    2424      --enable-debug 
     25 
     26It is also possible to cross-compile for the Win32 platform using mingw32: 
     27 
     28   make distclean && CC=i586-mingw32msvc-gcc CFLAGS=-I/usr/i586-mingw32msvc \ 
     29     RANLIB=i586-mingw32msvc-ranlib ./configure --host=i386-mingw32msvc \ 
     30     --target=i386-mingw32msvc --build=i386-linux --disable-dsp \ 
     31     --disable-gtk --disable-x11 --disable-xvideo 
    2532 
    2633 
  • Makefile

    r440f999 r945f294  
    1212# All possible plugin directories, needed for make clean 
    1313# 
    14 PLUGINS_DIR :=  alsa beos darwin dsp dummy \ 
     14PLUGINS_DIR :=  alsa beos darwin directx dsp dummy \ 
    1515        dvd esd fb ggi glide gtk \ 
    1616        downmix idct imdct \ 
     
    2323# All possible plugin objects 
    2424# 
    25 PLUGINS_TARGETS := alsa/alsa beos/beos darwin/darwin dsp/dsp dummy/dummy \ 
    26         dvd/dvd esd/esd fb/fb ggi/ggi glide/glide gtk/gnome gtk/gtk \ 
     25PLUGINS_TARGETS := alsa/alsa beos/beos darwin/darwin directx/directx \ 
     26        dsp/dsp dummy/dummy dvd/dvd esd/esd fb/fb ggi/ggi \ 
     27        glide/glide gtk/gnome gtk/gtk \ 
    2728        downmix/downmix downmix/downmixsse downmix/downmix3dn \ 
    2829        idct/idct idct/idctclassic idct/idctmmx idct/idctmmxext \ 
     
    134135# Generated header 
    135136# 
    136 H_OBJ =     include/modules_builtin.h 
     137H_OBJ =     src/misc/modules_builtin.h 
    137138 
    138139# 
     
    177178    rm -f Makefile.opts 
    178179    rm -f include/defs.h include/config.h include/modules_builtin.h 
     180    rm -f src/misc/modules_builtin.h 
    179181    rm -f config*status config*cache config*log 
    180182    rm -f gmon.out core build-stamp 
  • Makefile.opts.in

    r1d066ee r945f294  
    7474LIB_TS = @LIB_TS@ 
    7575LIB_SDL = @LIB_SDL@ 
     76LIB_DIRECTX = @LIB_DIRECTX@ 
    7677LIB_X11 = @LIB_X11@ 
    7778LIB_XVIDEO = @LIB_XVIDEO@ 
  • configure

    r440f999 r945f294  
    4949  --with-sdl[=name]       SDL support (default enabled)" 
    5050ac_help="$ac_help 
     51  --with-directx[=name]   Windows DirectX support (default enabled)" 
     52ac_help="$ac_help 
    5153  --with-glide[=name]     Glide (3dfx) support (default disabled)" 
    5254ac_help="$ac_help 
     
    604606 
    605607echo $ac_n "checking host system type""... $ac_c" 1>&6 
    606 echo "configure:607: checking host system type" >&5 
     608echo "configure:609: checking host system type" >&5 
    607609 
    608610host_alias=$host 
     
    633635 
    634636echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 
    635 echo "configure:636: checking whether ${MAKE-make} sets \${MAKE}" >&5 
     637echo "configure:638: checking whether ${MAKE-make} sets \${MAKE}" >&5 
    636638set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 
    637639if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 
     
    662664set dummy gcc; ac_word=$2 
    663665echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    664 echo "configure:665: checking for $ac_word" >&5 
     666echo "configure:667: checking for $ac_word" >&5 
    665667if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    666668  echo $ac_n "(cached) $ac_c" 1>&6 
     
    692694set dummy cc; ac_word=$2 
    693695echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    694 echo "configure:695: checking for $ac_word" >&5 
     696echo "configure:697: checking for $ac_word" >&5 
    695697if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    696698  echo $ac_n "(cached) $ac_c" 1>&6 
     
    743745set dummy cl; ac_word=$2 
    744746echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    745 echo "configure:746: checking for $ac_word" >&5 
     747echo "configure:748: checking for $ac_word" >&5 
    746748if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    747749  echo $ac_n "(cached) $ac_c" 1>&6 
     
    775777 
    776778echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 
    777 echo "configure:778: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 
     779echo "configure:780: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 
    778780 
    779781ac_ext=c 
     
    786788cat > conftest.$ac_ext << EOF 
    787789 
    788 #line 789 "configure" 
     790#line 791 "configure" 
    789791#include "confdefs.h" 
    790792 
    791793main(){return(0);} 
    792794EOF 
    793 if { (eval echo configure:794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     795if { (eval echo configure:796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    794796  ac_cv_prog_cc_works=yes 
    795797  # If we can't run a trivial program, we are probably using a cross compiler. 
     
    817819fi 
    818820echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 
    819 echo "configure:820: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 
     821echo "configure:822: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 
    820822echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 
    821823cross_compiling=$ac_cv_prog_cc_cross 
    822824 
    823825echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 
    824 echo "configure:825: checking whether we are using GNU C" >&5 
     826echo "configure:827: checking whether we are using GNU C" >&5 
    825827if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 
    826828  echo $ac_n "(cached) $ac_c" 1>&6 
     
    831833#endif 
    832834EOF 
    833 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:834: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 
     835if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:836: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 
    834836  ac_cv_prog_gcc=yes 
    835837else 
     
    850852CFLAGS= 
    851853echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 
    852 echo "configure:853: checking whether ${CC-cc} accepts -g" >&5 
     854echo "configure:855: checking whether ${CC-cc} accepts -g" >&5 
    853855if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 
    854856  echo $ac_n "(cached) $ac_c" 1>&6 
     
    882884 
    883885echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 
    884 echo "configure:885: checking how to run the C preprocessor" >&5 
     886echo "configure:887: checking how to run the C preprocessor" >&5 
    885887# On Suns, sometimes $CPP names a directory. 
    886888if test -n "$CPP" && test -d "$CPP"; then 
     
    897899  # not just through 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} -E -traditional-cpp" 
    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 
     
    931933  CPP="${CC-cc} -nologo -E" 
    932934  cat > conftest.$ac_ext <<EOF 
    933 #line 934 "configure" 
     935#line 936 "configure" 
    934936#include "confdefs.h" 
    935937#include <assert.h> 
     
    937939EOF 
    938940ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    939 { (eval echo configure:940: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     941{ (eval echo configure:942: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    940942ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    941943if test -z "$ac_err"; then 
     
    964966set dummy ranlib; ac_word=$2 
    965967echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    966 echo "configure:967: checking for $ac_word" >&5 
     968echo "configure:969: checking for $ac_word" >&5 
    967969if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 
    968970  echo $ac_n "(cached) $ac_c" 1>&6 
     
    10041006# ./install, which can be erroneously created by make from ./install.sh. 
    10051007echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 
    1006 echo "configure:1007: checking for a BSD compatible install" >&5 
     1008echo "configure:1009: checking for a BSD compatible install" >&5 
    10071009if test -z "$INSTALL"; then 
    10081010if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 
     
    10581060 
    10591061echo $ac_n "checking for working const""... $ac_c" 1>&6 
    1060 echo "configure:1061: checking for working const" >&5 
     1062echo "configure:1063: checking for working const" >&5 
    10611063if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 
    10621064  echo $ac_n "(cached) $ac_c" 1>&6 
    10631065else 
    10641066  cat > conftest.$ac_ext <<EOF 
    1065 #line 1066 "configure" 
     1067#line 1068 "configure" 
    10661068#include "confdefs.h" 
    10671069 
     
    11121114; return 0; } 
    11131115EOF 
    1114 if { (eval echo configure:1115: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     1116if { (eval echo configure:1117: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    11151117  rm -rf conftest* 
    11161118  ac_cv_c_const=yes 
     
    11351137if test x${cross_compiling} != xyes; then 
    11361138  echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 
    1137 echo "configure:1138: checking whether byte ordering is bigendian" >&5 
     1139echo "configure:1140: checking whether byte ordering is bigendian" >&5 
    11381140if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 
    11391141  echo $ac_n "(cached) $ac_c" 1>&6 
     
    11421144# See if sys/param.h defines the BYTE_ORDER macro. 
    11431145cat > conftest.$ac_ext <<EOF 
    1144 #line 1145 "configure" 
     1146#line 1147 "configure" 
    11451147#include "confdefs.h" 
    11461148#include <sys/types.h> 
     
    11531155; return 0; } 
    11541156EOF 
    1155 if { (eval echo configure:1156: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     1157if { (eval echo configure:1158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    11561158  rm -rf conftest* 
    11571159  # It does; now see whether it defined to BIG_ENDIAN or not. 
    11581160cat > conftest.$ac_ext <<EOF 
    1159 #line 1160 "configure" 
     1161#line 1162 "configure" 
    11601162#include "confdefs.h" 
    11611163#include <sys/types.h> 
     
    11681170; return 0; } 
    11691171EOF 
    1170 if { (eval echo configure:1171: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     1172if { (eval echo configure:1173: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    11711173  rm -rf conftest* 
    11721174  ac_cv_c_bigendian=yes 
     
    11881190else 
    11891191  cat > conftest.$ac_ext <<EOF 
    1190 #line 1191 "configure" 
     1192#line 1193 "configure" 
    11911193#include "confdefs.h" 
    11921194main () { 
     
    12011203} 
    12021204EOF 
    1203 if { (eval echo configure:1204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     1205if { (eval echo configure:1206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    12041206then 
    12051207  ac_cv_c_bigendian=no 
     
    12291231do 
    12301232echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1231 echo "configure:1232: checking for $ac_func" >&5 
     1233echo "configure:1234: checking for $ac_func" >&5 
    12321234if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    12331235  echo $ac_n "(cached) $ac_c" 1>&6 
    12341236else 
    12351237  cat > conftest.$ac_ext <<EOF 
    1236 #line 1237 "configure" 
     1238#line 1239 "configure" 
    12371239#include "confdefs.h" 
    12381240/* System header to define __stub macros and hopefully few prototypes, 
     
    12571259; return 0; } 
    12581260EOF 
    1259 if { (eval echo configure:1260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1261if { (eval echo configure:1262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    12601262  rm -rf conftest* 
    12611263  eval "ac_cv_func_$ac_func=yes" 
     
    12841286do 
    12851287echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1286 echo "configure:1287: checking for $ac_func" >&5 
     1288echo "configure:1289: checking for $ac_func" >&5 
    12871289if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    12881290  echo $ac_n "(cached) $ac_c" 1>&6 
    12891291else 
    12901292  cat > conftest.$ac_ext <<EOF 
    1291 #line 1292 "configure" 
     1293#line 1294 "configure" 
    12921294#include "confdefs.h" 
    12931295/* System header to define __stub macros and hopefully few prototypes, 
     
    13121314; return 0; } 
    13131315EOF 
    1314 if { (eval echo configure:1315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1316if { (eval echo configure:1317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    13151317  rm -rf conftest* 
    13161318  eval "ac_cv_func_$ac_func=yes" 
     
    13371339 
    13381340echo $ac_n "checking for connect""... $ac_c" 1>&6 
    1339 echo "configure:1340: checking for connect" >&5 
     1341echo "configure:1342: checking for connect" >&5 
    13401342if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then 
    13411343  echo $ac_n "(cached) $ac_c" 1>&6 
    13421344else 
    13431345  cat > conftest.$ac_ext <<EOF 
    1344 #line 1345 "configure" 
     1346#line 1347 "configure" 
    13451347#include "confdefs.h" 
    13461348/* System header to define __stub macros and hopefully few prototypes, 
     
    13651367; return 0; } 
    13661368EOF 
    1367 if { (eval echo configure:1368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1369if { (eval echo configure:1370: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    13681370  rm -rf conftest* 
    13691371  eval "ac_cv_func_connect=yes" 
     
    13841386 
    13851387  echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 
    1386 echo "configure:1387: checking for connect in -lsocket" >&5 
     1388echo "configure:1389: checking for connect in -lsocket" >&5 
    13871389ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` 
    13881390if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    13921394LIBS="-lsocket  $LIBS" 
    13931395cat > conftest.$ac_ext <<EOF 
    1394 #line 1395 "configure" 
     1396#line 1397 "configure" 
    13951397#include "confdefs.h" 
    13961398/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    14031405; return 0; } 
    14041406EOF 
    1405 if { (eval echo configure:1406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1407if { (eval echo configure:1408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    14061408  rm -rf conftest* 
    14071409  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    14271429 
    14281430echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 
    1429 echo "configure:1430: checking for gethostbyname" >&5 
     1431echo "configure:1432: checking for gethostbyname" >&5 
    14301432if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then 
    14311433  echo $ac_n "(cached) $ac_c" 1>&6 
    14321434else 
    14331435  cat > conftest.$ac_ext <<EOF 
    1434 #line 1435 "configure" 
     1436#line 1437 "configure" 
    14351437#include "confdefs.h" 
    14361438/* System header to define __stub macros and hopefully few prototypes, 
     
    14551457; return 0; } 
    14561458EOF 
    1457 if { (eval echo configure:1458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1459if { (eval echo configure:1460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    14581460  rm -rf conftest* 
    14591461  eval "ac_cv_func_gethostbyname=yes" 
     
    14741476 
    14751477  echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 
    1476 echo "configure:1477: checking for gethostbyname in -lnsl" >&5 
     1478echo "configure:1479: checking for gethostbyname in -lnsl" >&5 
    14771479ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 
    14781480if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    14821484LIBS="-lnsl  $LIBS" 
    14831485cat > conftest.$ac_ext <<EOF 
    1484 #line 1485 "configure" 
     1486#line 1487 "configure" 
    14851487#include "confdefs.h" 
    14861488/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    14931495; return 0; } 
    14941496EOF 
    1495 if { (eval echo configure:1496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1497if { (eval echo configure:1498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    14961498  rm -rf conftest* 
    14971499  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    15171519 
    15181520echo $ac_n "checking for nanosleep""... $ac_c" 1>&6 
    1519 echo "configure:1520: checking for nanosleep" >&5 
     1521echo "configure:1522: checking for nanosleep" >&5 
    15201522if eval "test \"`echo '$''{'ac_cv_func_nanosleep'+set}'`\" = set"; then 
    15211523  echo $ac_n "(cached) $ac_c" 1>&6 
    15221524else 
    15231525  cat > conftest.$ac_ext <<EOF 
    1524 #line 1525 "configure" 
     1526#line 1527 "configure" 
    15251527#include "confdefs.h" 
    15261528/* System header to define __stub macros and hopefully few prototypes, 
     
    15451547; return 0; } 
    15461548EOF 
    1547 if { (eval echo configure:1548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1549if { (eval echo configure:1550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    15481550  rm -rf conftest* 
    15491551  eval "ac_cv_func_nanosleep=yes" 
     
    15641566 
    15651567  echo $ac_n "checking for nanosleep in -lrt""... $ac_c" 1>&6 
    1566 echo "configure:1567: checking for nanosleep in -lrt" >&5 
     1568echo "configure:1569: checking for nanosleep in -lrt" >&5 
    15671569ac_lib_var=`echo rt'_'nanosleep | sed 'y%./+-%__p_%'` 
    15681570if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    15721574LIBS="-lrt  $LIBS" 
    15731575cat > conftest.$ac_ext <<EOF 
    1574 #line 1575 "configure" 
     1576#line 1577 "configure" 
    15751577#include "confdefs.h" 
    15761578/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    15831585; return 0; } 
    15841586EOF 
    1585 if { (eval echo configure:1586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1587if { (eval echo configure:1588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    15861588  rm -rf conftest* 
    15871589  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    16031605 
    16041606    echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6 
    1605 echo "configure:1606: checking for nanosleep in -lposix4" >&5 
     1607echo "configure:1608: checking for nanosleep in -lposix4" >&5 
    16061608ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'` 
    16071609if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    16111613LIBS="-lposix4  $LIBS" 
    16121614cat > conftest.$ac_ext <<EOF 
    1613 #line 1614 "configure" 
     1615#line 1616 "configure" 
    16141616#include "confdefs.h" 
    16151617/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    16221624; return 0; } 
    16231625EOF 
    1624 if { (eval echo configure:1625: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1626if { (eval echo configure:1627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    16251627  rm -rf conftest* 
    16261628  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    16511653do 
    16521654echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1653 echo "configure:1654: checking for $ac_func" >&5 
     1655echo "configure:1656: checking for $ac_func" >&5 
    16541656if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    16551657  echo $ac_n "(cached) $ac_c" 1>&6 
    16561658else 
    16571659  cat > conftest.$ac_ext <<EOF 
    1658 #line 1659 "configure" 
     1660#line 1661 "configure" 
    16591661#include "confdefs.h" 
    16601662/* System header to define __stub macros and hopefully few prototypes, 
     
    16791681; return 0; } 
    16801682EOF 
    1681 if { (eval echo configure:1682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1683if { (eval echo configure:1684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    16821684  rm -rf conftest* 
    16831685  eval "ac_cv_func_$ac_func=yes" 
     
    17041706 
    17051707echo $ac_n "checking for inet_aton""... $ac_c" 1>&6 
    1706 echo "configure:1707: checking for inet_aton" >&5 
     1708echo "configure:1709: checking for inet_aton" >&5 
    17071709if eval "test \"`echo '$''{'ac_cv_func_inet_aton'+set}'`\" = set"; then 
    17081710  echo $ac_n "(cached) $ac_c" 1>&6 
    17091711else 
    17101712  cat > conftest.$ac_ext <<EOF 
    1711 #line 1712 "configure" 
     1713#line 1714 "configure" 
    17121714#include "confdefs.h" 
    17131715/* System header to define __stub macros and hopefully few prototypes, 
     
    17321734; return 0; } 
    17331735EOF 
    1734 if { (eval echo configure:1735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1736if { (eval echo configure:1737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    17351737  rm -rf conftest* 
    17361738  eval "ac_cv_func_inet_aton=yes" 
     
    17511753 
    17521754  echo $ac_n "checking for inet_aton in -lresolv""... $ac_c" 1>&6 
    1753 echo "configure:1754: checking for inet_aton in -lresolv" >&5 
     1755echo "configure:1756: checking for inet_aton in -lresolv" >&5 
    17541756ac_lib_var=`echo resolv'_'inet_aton | sed 'y%./+-%__p_%'` 
    17551757if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    17591761LIBS="-lresolv  $LIBS" 
    17601762cat > conftest.$ac_ext <<EOF 
    1761 #line 1762 "configure" 
     1763#line 1764 "configure" 
    17621764#include "confdefs.h" 
    17631765/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    17701772; return 0; } 
    17711773EOF 
    1772 if { (eval echo configure:1773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1774if { (eval echo configure:1775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    17731775  rm -rf conftest* 
    17741776  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    17961798do 
    17971799echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1798 echo "configure:1799: checking for $ac_func" >&5 
     1800echo "configure:1801: checking for $ac_func" >&5 
    17991801if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    18001802  echo $ac_n "(cached) $ac_c" 1>&6 
    18011803else 
    18021804  cat > conftest.$ac_ext <<EOF 
    1803 #line 1804 "configure" 
     1805#line 1806 "configure" 
    18041806#include "confdefs.h" 
    18051807/* System header to define __stub macros and hopefully few prototypes, 
     
    18241826; return 0; } 
    18251827EOF 
    1826 if { (eval echo configure:1827: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1828if { (eval echo configure:1829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    18271829  rm -rf conftest* 
    18281830  eval "ac_cv_func_$ac_func=yes" 
     
    18511853do 
    18521854echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1853 echo "configure:1854: checking for $ac_func" >&5 
     1855echo "configure:1856: checking for $ac_func" >&5 
    18541856if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    18551857  echo $ac_n "(cached) $ac_c" 1>&6 
    18561858else 
    18571859  cat > conftest.$ac_ext <<EOF 
    1858 #line 1859 "configure" 
     1860#line 1861 "configure" 
    18591861#include "confdefs.h" 
    18601862/* System header to define __stub macros and hopefully few prototypes, 
     
    18791881; return 0; } 
    18801882EOF 
    1881 if { (eval echo configure:1882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1883if { (eval echo configure:1884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    18821884  rm -rf conftest* 
    18831885  eval "ac_cv_func_$ac_func=yes" 
     
    19051907 
    19061908echo $ac_n "checking for getopt_long""... $ac_c" 1>&6 
    1907 echo "configure:1908: checking for getopt_long" >&5 
     1909echo "configure:1910: checking for getopt_long" >&5 
    19081910if eval "test \"`echo '$''{'ac_cv_func_getopt_long'+set}'`\" = set"; then 
    19091911  echo $ac_n "(cached) $ac_c" 1>&6 
    19101912else 
    19111913  cat > conftest.$ac_ext <<EOF 
    1912 #line 1913 "configure" 
     1914#line 1915 "configure" 
    19131915#include "confdefs.h" 
    19141916/* System header to define __stub macros and hopefully few prototypes, 
     
    19331935; return 0; } 
    19341936EOF 
    1935 if { (eval echo configure:1936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1937if { (eval echo configure:1938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    19361938  rm -rf conftest* 
    19371939  eval "ac_cv_func_getopt_long=yes" 
     
    19551957 # FreeBSD has a gnugetopt library for this: 
    19561958  echo $ac_n "checking for getopt_long in -lgnugetopt""... $ac_c" 1>&6 
    1957 echo "configure:1958: checking for getopt_long in -lgnugetopt" >&5 
     1959echo "configure:1960: checking for getopt_long in -lgnugetopt" >&5 
    19581960ac_lib_var=`echo gnugetopt'_'getopt_long | sed 'y%./+-%__p_%'` 
    19591961if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    19631965LIBS="-lgnugetopt  $LIBS" 
    19641966cat > conftest.$ac_ext <<EOF 
    1965 #line 1966 "configure" 
     1967#line 1968 "configure" 
    19661968#include "confdefs.h" 
    19671969/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    19741976; return 0; } 
    19751977EOF 
    1976 if { (eval echo configure:1977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1978if { (eval echo configure:1979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    19771979  rm -rf conftest* 
    19781980  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    20062008ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    20072009echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2008 echo "configure:2009: checking for $ac_hdr" >&5 
     2010echo "configure:2011: checking for $ac_hdr" >&5 
    20092011if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    20102012  echo $ac_n "(cached) $ac_c" 1>&6 
    20112013else 
    20122014  cat > conftest.$ac_ext <<EOF 
    2013 #line 2014 "configure" 
     2015#line 2016 "configure" 
    20142016#include "confdefs.h" 
    20152017#include <$ac_hdr> 
    20162018EOF 
    20172019ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2018 { (eval echo configure:2019: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2020{ (eval echo configure:2021: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    20192021ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    20202022if test -z "$ac_err"; then 
     
    20452047do 
    20462048echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    2047 echo "configure:2048: checking for $ac_func" >&5 
     2049echo "configure:2050: checking for $ac_func" >&5 
    20482050if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    20492051  echo $ac_n "(cached) $ac_c" 1>&6 
    20502052else 
    20512053  cat > conftest.$ac_ext <<EOF 
    2052 #line 2053 "configure" 
     2054#line 2055 "configure" 
    20532055#include "confdefs.h" 
    20542056/* System header to define __stub macros and hopefully few prototypes, 
     
    20732075; return 0; } 
    20742076EOF 
    2075 if { (eval echo configure:2076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2077if { (eval echo configure:2078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    20762078  rm -rf conftest* 
    20772079  eval "ac_cv_func_$ac_func=yes" 
     
    20982100 
    20992101echo $ac_n "checking for working mmap""... $ac_c" 1>&6 
    2100 echo "configure:2101: checking for working mmap" >&5 
     2102echo "configure:2103: checking for working mmap" >&5 
    21012103if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 
    21022104  echo $ac_n "(cached) $ac_c" 1>&6 
     
    21062108else 
    21072109  cat > conftest.$ac_ext <<EOF 
    2108 #line 2109 "configure" 
     2110#line 2111 "configure" 
    21092111#include "confdefs.h" 
    21102112 
     
    22462248 
    22472249EOF 
    2248 if { (eval echo configure:2249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     2250if { (eval echo configure:2251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    22492251then 
    22502252  ac_cv_func_mmap_fixed_mapped=yes 
     
    22692271 
    22702272echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 
    2271 echo "configure:2272: checking return type of signal handlers" >&5 
     2273echo "configure:2274: checking return type of signal handlers" >&5 
    22722274if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 
    22732275  echo $ac_n "(cached) $ac_c" 1>&6 
    22742276else 
    22752277  cat > conftest.$ac_ext <<EOF 
    2276 #line 2277 "configure" 
     2278#line 2279 "configure" 
    22772279#include "confdefs.h" 
    22782280#include <sys/types.h> 
     
    22912293; return 0; } 
    22922294EOF 
    2293 if { (eval echo configure:2294: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     2295if { (eval echo configure:2296: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    22942296  rm -rf conftest* 
    22952297  ac_cv_type_signal=void 
     
    23102312 
    23112313echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 
    2312 echo "configure:2313: checking for dlopen in -ldl" >&5 
     2314echo "configure:2315: checking for dlopen in -ldl" >&5 
    23132315ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 
    23142316if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    23182320LIBS="-ldl  $LIBS" 
    23192321cat > conftest.$ac_ext <<EOF 
    2320 #line 2321 "configure" 
     2322#line 2323 "configure" 
    23212323#include "confdefs.h" 
    23222324/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    23292331; return 0; } 
    23302332EOF 
    2331 if { (eval echo configure:2332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2333if { (eval echo configure:2334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    23322334  rm -rf conftest* 
    23332335  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    23502352 
    23512353echo $ac_n "checking for pow in -lm""... $ac_c" 1>&6 
    2352 echo "configure:2353: checking for pow in -lm" >&5 
     2354echo "configure:2355: checking for pow in -lm" >&5 
    23532355ac_lib_var=`echo m'_'pow | sed 'y%./+-%__p_%'` 
    23542356if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    23582360LIBS="-lm  $LIBS" 
    23592361cat > conftest.$ac_ext <<EOF 
    2360 #line 2361 "configure" 
     2362#line 2363 "configure" 
    23612363#include "confdefs.h" 
    23622364/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    23692371; return 0; } 
    23702372EOF 
    2371 if { (eval echo configure:2372: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2373if { (eval echo configure:2374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    23722374  rm -rf conftest* 
    23732375  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    23952397PTHREAD_LIBS=error 
    23962398echo $ac_n "checking for pthread_attr_init in -lpthread""... $ac_c" 1>&6 
    2397 echo "configure:2398: checking for pthread_attr_init in -lpthread" >&5 
     2399echo "configure:2400: checking for pthread_attr_init in -lpthread" >&5 
    23982400ac_lib_var=`echo pthread'_'pthread_attr_init | sed 'y%./+-%__p_%'` 
    23992401if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    24032405LIBS="-lpthread  $LIBS" 
    24042406cat > conftest.$ac_ext <<EOF 
    2405 #line 2406 "configure" 
     2407#line 2408 "configure" 
    24062408#include "confdefs.h" 
    24072409/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    24142416; return 0; } 
    24152417EOF 
    2416 if { (eval echo configure:2417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2418if { (eval echo configure:2419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    24172419  rm -rf conftest* 
    24182420  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    24342436fi 
    24352437 
    2436 if test "x$PTHREAD_LIBS" = xerror; then 
     2438if test "x${PTHREAD_LIBS}" = xerror; then 
    24372439  echo $ac_n "checking for pthread_attr_init in -lpthreads""... $ac_c" 1>&6 
    2438 echo "configure:2439: checking for pthread_attr_init in -lpthreads" >&5 
     2440echo "configure:2441: checking for pthread_attr_init in -lpthreads" >&5 
    24392441ac_lib_var=`echo pthreads'_'pthread_attr_init | sed 'y%./+-%__p_%'` 
    24402442if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    24442446LIBS="-lpthreads  $LIBS" 
    24452447cat > conftest.$ac_ext <<EOF 
    2446 #line 2447 "configure" 
     2448#line 2449 "configure" 
    24472449#include "confdefs.h" 
    24482450/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    24552457; return 0; } 
    24562458EOF 
    2457 if { (eval echo configure:2458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2459if { (eval echo configure:2460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    24582460  rm -rf conftest* 
    24592461  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    24762478 
    24772479fi 
    2478 if test "x$PTHREAD_LIBS" = xerror; then 
     2480if test "x${PTHREAD_LIBS}" = xerror; then 
    24792481  echo $ac_n "checking for pthread_attr_init in -lc_r""... $ac_c" 1>&6 
    2480 echo "configure:2481: checking for pthread_attr_init in -lc_r" >&5 
     2482echo "configure:2483: checking for pthread_attr_init in -lc_r" >&5 
    24812483ac_lib_var=`echo c_r'_'pthread_attr_init | sed 'y%./+-%__p_%'` 
    24822484if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    24862488LIBS="-lc_r  $LIBS" 
    24872489cat > conftest.$ac_ext <<EOF 
    2488 #line 2489 "configure" 
     2490#line 2491 "configure" 
    24892491#include "confdefs.h" 
    24902492/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    24972499; return 0; } 
    24982500EOF 
    2499 if { (eval echo configure:2500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2501if { (eval echo configure:2502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    25002502  rm -rf conftest* 
    25012503  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    25182520 
    25192521fi 
    2520 if test "x$PTHREAD_LIBS" = xerror; then 
     2522if test "x${PTHREAD_LIBS}" = xerror; then 
    25212523  PTHREAD_LIBS="" 
    25222524  echo $ac_n "checking for pthread_attr_init""... $ac_c" 1>&6 
    2523 echo "configure:2524: checking for pthread_attr_init" >&5 
     2525echo "configure:2526: checking for pthread_attr_init" >&5 
    25242526if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_init'+set}'`\" = set"; then 
    25252527  echo $ac_n "(cached) $ac_c" 1>&6 
    25262528else 
    25272529  cat > conftest.$ac_ext <<EOF 
    2528 #line 2529 "configure" 
     2530#line 2531 "configure" 
    25292531#include "confdefs.h" 
    25302532/* System header to define __stub macros and hopefully few prototypes, 
     
    25492551; return 0; } 
    25502552EOF 
    2551 if { (eval echo configure:2552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2553if { (eval echo configure:2554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    25522554  rm -rf conftest* 
    25532555  eval "ac_cv_func_pthread_attr_init=yes" 
     
    25722574 
    25732575cat > conftest.$ac_ext <<EOF 
    2574 #line 2575 "configure" 
     2576#line 2577 "configure" 
    25752577#include "confdefs.h" 
    25762578#include <pthread.h> 
     
    25892591 
    25902592cat > conftest.$ac_ext <<EOF 
    2591 #line 2592 "configure" 
     2593#line 2594 "configure" 
    25922594#include "confdefs.h" 
    25932595#include <strings.h> 
     
    26102612ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    26112613echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2612 echo "configure:2613: checking for $ac_hdr" >&5 
     2614echo "configure:2615: checking for $ac_hdr" >&5 
    26132615if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    26142616  echo $ac_n "(cached) $ac_c" 1>&6 
    26152617else 
    26162618  cat > conftest.$ac_ext <<EOF 
    2617 #line 2618 "configure" 
     2619#line 2620 "configure" 
    26182620#include "confdefs.h" 
    26192621#include <$ac_hdr> 
    26202622EOF 
    26212623ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2622 { (eval echo configure:2623: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2624{ (eval echo configure:2625: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    26232625ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    26242626if test -z "$ac_err"; then 
     
    26502652ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    26512653echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2652 echo "configure:2653: checking for $ac_hdr" >&5 
     2654echo "configure:2655: checking for $ac_hdr" >&5 
    26532655if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    26542656  echo $ac_n "(cached) $ac_c" 1>&6 
    26552657else 
    26562658  cat > conftest.$ac_ext <<EOF 
    2657 #line 2658 "configure" 
     2659#line 2660 "configure" 
    26582660#include "confdefs.h" 
    26592661#include <$ac_hdr> 
    26602662EOF 
    26612663ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2662 { (eval echo configure:2663: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2664{ (eval echo configure:2665: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    26632665ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    26642666if test -z "$ac_err"; then 
     
    26902692ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    26912693echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2692 echo "configure:2693: checking for $ac_hdr" >&5 
     2694echo "configure:2695: checking for $ac_hdr" >&5 
    26932695if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    26942696  echo $ac_n "(cached) $ac_c" 1>&6 
    26952697else 
    26962698  cat > conftest.$ac_ext <<EOF 
    2697 #line 2698 "configure" 
     2699#line 2700 "configure" 
    26982700#include "confdefs.h" 
    26992701#include <$ac_hdr> 
    27002702EOF 
    27012703ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2702 { (eval echo configure:2703: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2704{ (eval echo configure:2705: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    27032705ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    27042706if test -z "$ac_err"; then 
     
    27302732ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`