configure
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:167k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. #! /bin/sh
  2. # From configure.in Revision
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.13 
  5. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  6. #
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9. # Defaults:
  10. ac_help=
  11. ac_default_prefix=/usr/local
  12. # Any additions from configure.in:
  13. # Initialize some variables set by options.
  14. # The variables have the same names as the options, with
  15. # dashes changed to underlines.
  16. build=NONE
  17. cache_file=./config.cache
  18. exec_prefix=NONE
  19. host=NONE
  20. no_create=
  21. nonopt=NONE
  22. no_recursion=
  23. prefix=NONE
  24. program_prefix=NONE
  25. program_suffix=NONE
  26. program_transform_name=s,x,x,
  27. silent=
  28. site=
  29. srcdir=
  30. target=NONE
  31. verbose=
  32. x_includes=NONE
  33. x_libraries=NONE
  34. bindir='${exec_prefix}/bin'
  35. sbindir='${exec_prefix}/sbin'
  36. libexecdir='${exec_prefix}/libexec'
  37. datadir='${prefix}/share'
  38. sysconfdir='${prefix}/etc'
  39. sharedstatedir='${prefix}/com'
  40. localstatedir='${prefix}/var'
  41. libdir='${exec_prefix}/lib'
  42. includedir='${prefix}/include'
  43. oldincludedir='/usr/include'
  44. infodir='${prefix}/info'
  45. mandir='${prefix}/man'
  46. # Initialize some other variables.
  47. subdirs=
  48. MFLAGS= MAKEFLAGS=
  49. SHELL=${CONFIG_SHELL-/bin/sh}
  50. # Maximum number of lines to put in a shell here document.
  51. ac_max_here_lines=12
  52. ac_prev=
  53. for ac_option
  54. do
  55.   # If the previous option needs an argument, assign it.
  56.   if test -n "$ac_prev"; then
  57.     eval "$ac_prev=$ac_option"
  58.     ac_prev=
  59.     continue
  60.   fi
  61.   case "$ac_option" in
  62.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  63.   *) ac_optarg= ;;
  64.   esac
  65.   # Accept the important Cygnus configure options, so we can diagnose typos.
  66.   case "$ac_option" in
  67.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  68.     ac_prev=bindir ;;
  69.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  70.     bindir="$ac_optarg" ;;
  71.   -build | --build | --buil | --bui | --bu)
  72.     ac_prev=build ;;
  73.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  74.     build="$ac_optarg" ;;
  75.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  76.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  77.     ac_prev=cache_file ;;
  78.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  79.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  80.     cache_file="$ac_optarg" ;;
  81.   -cc=* | --cc=* )
  82.     CC="$ac_optarg" ; echo using $CC as compiler ;;
  83.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  84.     ac_prev=datadir ;;
  85.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  86.   | --da=*)
  87.     datadir="$ac_optarg" ;;
  88.   -disable-* | --disable-*)
  89.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  90.     # Reject names that are not valid shell variable names.
  91.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  92.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  93.     fi
  94.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  95.     eval "enable_${ac_feature}=no" ;;
  96.   -enable-* | --enable-*)
  97.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  98.     # Reject names that are not valid shell variable names.
  99.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  100.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  101.     fi
  102.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  103.     case "$ac_option" in
  104.       *=*) ;;
  105.       *) ac_optarg=yes ;;
  106.     esac
  107.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  108.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  109.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  110.   | --exec | --exe | --ex)
  111.     ac_prev=exec_prefix ;;
  112.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  113.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  114.   | --exec=* | --exe=* | --ex=*)
  115.     exec_prefix="$ac_optarg" ;;
  116.   -gas | --gas | --ga | --g)
  117.     # Obsolete; use --with-gas.
  118.     with_gas=yes ;;
  119.   -help | --help | --hel | --he)
  120.     # Omit some internal or obsolete options to make the list less imposing.
  121.     # This message is too long to be a string in the A/UX 3.1 sh.
  122.     cat << EOF
  123. Usage: configure [options] [host]
  124. Options: [defaults in brackets after descriptions]
  125. Configuration:
  126.   --cache-file=FILE       cache test results in FILE
  127.   --help                  print this message
  128.   --no-create             do not create output files
  129.   --quiet, --silent       do not print `checking...' messages
  130.   --version               print the version of autoconf that created configure
  131. Directory and file names:
  132.   --prefix=PREFIX         install architecture-independent files in PREFIX
  133.                           [$ac_default_prefix]
  134.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  135.                           [same as prefix]
  136.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  137.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  138.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  139.   --datadir=DIR           read-only architecture-independent data in DIR
  140.                           [PREFIX/share]
  141.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  142.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  143.                           [PREFIX/com]
  144.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  145.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  146.   --includedir=DIR        C header files in DIR [PREFIX/include]
  147.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  148.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  149.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  150.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  151.   --program-prefix=PREFIX prepend PREFIX to installed program names
  152.   --program-suffix=SUFFIX append SUFFIX to installed program names
  153.   --program-transform-name=PROGRAM
  154.                           run sed PROGRAM on installed program names
  155. EOF
  156.     cat << EOF
  157. Host type:
  158.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  159.   --host=HOST             configure for HOST [guessed]
  160.   --target=TARGET         configure for TARGET [TARGET=HOST]
  161. Features and packages:
  162.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  163.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  164.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  165.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  166.   --x-includes=DIR        X include files are in DIR
  167.   --x-libraries=DIR       X library files are in DIR
  168. EOF
  169.     if test -n "$ac_help"; then
  170.       echo "--enable and --with options recognized:$ac_help"
  171.     fi
  172.     exit 0 ;;
  173.   -host | --host | --hos | --ho)
  174.     ac_prev=host ;;
  175.   -host=* | --host=* | --hos=* | --ho=*)
  176.     host="$ac_optarg" ;;
  177.   -includedir | --includedir | --includedi | --included | --include 
  178.   | --includ | --inclu | --incl | --inc)
  179.     ac_prev=includedir ;;
  180.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  181.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  182.     includedir="$ac_optarg" ;;
  183.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  184.     ac_prev=infodir ;;
  185.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  186.     infodir="$ac_optarg" ;;
  187.   -libdir | --libdir | --libdi | --libd)
  188.     ac_prev=libdir ;;
  189.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  190.     libdir="$ac_optarg" ;;
  191.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  192.   | --libexe | --libex | --libe)
  193.     ac_prev=libexecdir ;;
  194.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  195.   | --libexe=* | --libex=* | --libe=*)
  196.     libexecdir="$ac_optarg" ;;
  197.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  198.   | --localstate | --localstat | --localsta | --localst 
  199.   | --locals | --local | --loca | --loc | --lo)
  200.     ac_prev=localstatedir ;;
  201.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  202.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  203.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  204.     localstatedir="$ac_optarg" ;;
  205.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  206.     ac_prev=mandir ;;
  207.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  208.     mandir="$ac_optarg" ;;
  209.   -nfp | --nfp | --nf)
  210.     # Obsolete; use --without-fp.
  211.     with_fp=no ;;
  212.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  213.   | --no-cr | --no-c)
  214.     no_create=yes ;;
  215.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  216.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  217.     no_recursion=yes ;;
  218.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  219.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  220.   | --oldin | --oldi | --old | --ol | --o)
  221.     ac_prev=oldincludedir ;;
  222.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  223.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  224.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  225.     oldincludedir="$ac_optarg" ;;
  226.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  227.     ac_prev=prefix ;;
  228.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  229.     prefix="$ac_optarg" ;;
  230.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  231.   | --program-pre | --program-pr | --program-p)
  232.     ac_prev=program_prefix ;;
  233.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  234.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  235.     program_prefix="$ac_optarg" ;;
  236.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  237.   | --program-suf | --program-su | --program-s)
  238.     ac_prev=program_suffix ;;
  239.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  240.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  241.     program_suffix="$ac_optarg" ;;
  242.   -program-transform-name | --program-transform-name 
  243.   | --program-transform-nam | --program-transform-na 
  244.   | --program-transform-n | --program-transform- 
  245.   | --program-transform | --program-transfor 
  246.   | --program-transfo | --program-transf 
  247.   | --program-trans | --program-tran 
  248.   | --progr-tra | --program-tr | --program-t)
  249.     ac_prev=program_transform_name ;;
  250.   -program-transform-name=* | --program-transform-name=* 
  251.   | --program-transform-nam=* | --program-transform-na=* 
  252.   | --program-transform-n=* | --program-transform-=* 
  253.   | --program-transform=* | --program-transfor=* 
  254.   | --program-transfo=* | --program-transf=* 
  255.   | --program-trans=* | --program-tran=* 
  256.   | --progr-tra=* | --program-tr=* | --program-t=*)
  257.     program_transform_name="$ac_optarg" ;;
  258.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  259.   | -silent | --silent | --silen | --sile | --sil)
  260.     silent=yes ;;
  261.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  262.     ac_prev=sbindir ;;
  263.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  264.   | --sbi=* | --sb=*)
  265.     sbindir="$ac_optarg" ;;
  266.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  267.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  268.   | --sharedst | --shareds | --shared | --share | --shar 
  269.   | --sha | --sh)
  270.     ac_prev=sharedstatedir ;;
  271.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  272.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  273.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  274.   | --sha=* | --sh=*)
  275.     sharedstatedir="$ac_optarg" ;;
  276.   -site | --site | --sit)
  277.     ac_prev=site ;;
  278.   -site=* | --site=* | --sit=*)
  279.     site="$ac_optarg" ;;
  280.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  281.     ac_prev=srcdir ;;
  282.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  283.     srcdir="$ac_optarg" ;;
  284.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  285.   | --syscon | --sysco | --sysc | --sys | --sy)
  286.     ac_prev=sysconfdir ;;
  287.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  288.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  289.     sysconfdir="$ac_optarg" ;;
  290.   -target | --target | --targe | --targ | --tar | --ta | --t)
  291.     ac_prev=target ;;
  292.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  293.     target="$ac_optarg" ;;
  294.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  295.     verbose=yes ;;
  296.   -version | --version | --versio | --versi | --vers)
  297.     echo "configure generated by autoconf version 2.13"
  298.     exit 0 ;;
  299.   -with-* | --with-*)
  300.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  301.     # Reject names that are not valid shell variable names.
  302.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  303.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  304.     fi
  305.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  306.     case "$ac_option" in
  307.       *=*) ;;
  308.       *) ac_optarg=yes ;;
  309.     esac
  310.     eval "with_${ac_package}='$ac_optarg'" ;;
  311.   -without-* | --without-*)
  312.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  313.     # Reject names that are not valid shell variable names.
  314.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  315.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  316.     fi
  317.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  318.     eval "with_${ac_package}=no" ;;
  319.   --x)
  320.     # Obsolete; use --with-x.
  321.     with_x=yes ;;
  322.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  323.   | --x-incl | --x-inc | --x-in | --x-i)
  324.     ac_prev=x_includes ;;
  325.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  326.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  327.     x_includes="$ac_optarg" ;;
  328.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  329.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  330.     ac_prev=x_libraries ;;
  331.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  332.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  333.     x_libraries="$ac_optarg" ;;
  334.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  335.     ;;
  336.   *)
  337.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  338.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  339.     fi
  340.     if test "x$nonopt" != xNONE; then
  341.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  342.     fi
  343.     nonopt="$ac_option"
  344.     ;;
  345.   esac
  346. done
  347. if test -n "$ac_prev"; then
  348.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  349. fi
  350. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  351. # File descriptor usage:
  352. # 0 standard input
  353. # 1 file creation
  354. # 2 errors and warnings
  355. # 3 some systems may open it to /dev/tty
  356. # 4 used on the Kubota Titan
  357. # 6 checking for... messages and results
  358. # 5 compiler messages saved in config.log
  359. if test "$silent" = yes; then
  360.   exec 6>/dev/null
  361. else
  362.   exec 6>&1
  363. fi
  364. exec 5>./config.log
  365. echo "
  366. This file contains any messages produced by compilers while
  367. running configure, to aid debugging if configure makes a mistake.
  368. " 1>&5
  369. # Strip out --no-create and --no-recursion so they do not pile up.
  370. # Also quote any args containing shell metacharacters.
  371. ac_configure_args=
  372. for ac_arg
  373. do
  374.   case "$ac_arg" in
  375.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  376.   | --no-cr | --no-c) ;;
  377.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  378.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  379.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  380.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  381.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  382.   esac
  383. done
  384. # NLS nuisances.
  385. # Only set these to C if already set.  These must not be set unconditionally
  386. # because not all systems understand e.g. LANG=C (notably SCO).
  387. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  388. # Non-C LC_CTYPE values break the ctype check.
  389. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  390. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  391. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  392. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  393. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  394. rm -rf conftest* confdefs.h
  395. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  396. echo > confdefs.h
  397. # A filename unique to this package, relative to the directory that
  398. # configure is in, which we can look for to find out if srcdir is correct.
  399. ac_unique_file=xconfig.h.in
  400. # Find the source files, if location was not specified.
  401. if test -z "$srcdir"; then
  402.   ac_srcdir_defaulted=yes
  403.   # Try the directory containing this script, then its parent.
  404.   ac_prog=$0
  405.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  406.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  407.   srcdir=$ac_confdir
  408.   if test ! -r $srcdir/$ac_unique_file; then
  409.     srcdir=..
  410.   fi
  411. else
  412.   ac_srcdir_defaulted=no
  413. fi
  414. if test ! -r $srcdir/$ac_unique_file; then
  415.   if test "$ac_srcdir_defaulted" = yes; then
  416.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  417.   else
  418.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  419.   fi
  420. fi
  421. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  422. # Prefer explicitly selected file to automatically selected ones.
  423. if test -z "$CONFIG_SITE"; then
  424.   if test "x$prefix" != xNONE; then
  425.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  426.   else
  427.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  428.   fi
  429. fi
  430. for ac_site_file in $CONFIG_SITE; do
  431.   if test -r "$ac_site_file"; then
  432.     echo "loading site script $ac_site_file"
  433.     . "$ac_site_file"
  434.   fi
  435. done
  436. if test -r "$cache_file"; then
  437.   echo "loading cache $cache_file"
  438.   . $cache_file
  439. else
  440.   echo "creating cache $cache_file"
  441.   > $cache_file
  442. fi
  443. ac_ext=c
  444. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  445. ac_cpp='$CPP $CPPFLAGS'
  446. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  447. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  448. cross_compiling=$ac_cv_prog_cc_cross
  449. ac_exeext=
  450. ac_objext=o
  451. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  452.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  453.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  454.     ac_n= ac_c='
  455. ' ac_t=' '
  456.   else
  457.     ac_n=-n ac_c= ac_t=
  458.   fi
  459. else
  460.   ac_n= ac_c='c' ac_t=
  461. fi
  462. ac_aux_dir=
  463. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  464.   if test -f $ac_dir/install-sh; then
  465.     ac_aux_dir=$ac_dir
  466.     ac_install_sh="$ac_aux_dir/install-sh -c"
  467.     break
  468.   elif test -f $ac_dir/install.sh; then
  469.     ac_aux_dir=$ac_dir
  470.     ac_install_sh="$ac_aux_dir/install.sh -c"
  471.     break
  472.   fi
  473. done
  474. if test -z "$ac_aux_dir"; then
  475.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  476. fi
  477. ac_config_guess=$ac_aux_dir/config.guess
  478. ac_config_sub=$ac_aux_dir/config.sub
  479. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  480. # Make sure we can run config.sub.
  481. if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
  482. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  483. fi
  484. echo $ac_n "checking host system type""... $ac_c" 1>&6
  485. echo "configure:625: checking host system type" >&5
  486. host_alias=$host
  487. case "$host_alias" in
  488. NONE)
  489.   case $nonopt in
  490.   NONE)
  491.     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
  492.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  493.     fi ;;
  494.   *) host_alias=$nonopt ;;
  495.   esac ;;
  496. esac
  497. host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
  498. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  499. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  500. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  501. echo "$ac_t""$host" 1>&6
  502. echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
  503. echo "configure:647: checking for Cygwin environment" >&5
  504. if eval "test "`echo '$''{'ac_cv_cygwin'+set}'`" = set"; then
  505.   echo $ac_n "(cached) $ac_c" 1>&6
  506. else
  507.   cat > conftest.$ac_ext <<EOF
  508. #line 652 "configure"
  509. #include "confdefs.h"
  510. int main() {
  511. #ifndef __CYGWIN__
  512. #define __CYGWIN__ __CYGWIN32__
  513. #endif
  514. return __CYGWIN__;
  515. ; return 0; }
  516. EOF
  517. if { (eval echo configure:663: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  518.   rm -rf conftest*
  519.   ac_cv_cygwin=yes
  520. else
  521.   echo "configure: failed program was:" >&5
  522.   cat conftest.$ac_ext >&5
  523.   rm -rf conftest*
  524.   ac_cv_cygwin=no
  525. fi
  526. rm -f conftest*
  527. rm -f conftest*
  528. fi
  529. echo "$ac_t""$ac_cv_cygwin" 1>&6
  530. CYGWIN=
  531. test "$ac_cv_cygwin" = yes && CYGWIN=yes
  532. echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
  533. echo "configure:680: checking for mingw32 environment" >&5
  534. if eval "test "`echo '$''{'ac_cv_mingw32'+set}'`" = set"; then
  535.   echo $ac_n "(cached) $ac_c" 1>&6
  536. else
  537.   cat > conftest.$ac_ext <<EOF
  538. #line 685 "configure"
  539. #include "confdefs.h"
  540. int main() {
  541. return __MINGW32__;
  542. ; return 0; }
  543. EOF
  544. if { (eval echo configure:692: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  545.   rm -rf conftest*
  546.   ac_cv_mingw32=yes
  547. else
  548.   echo "configure: failed program was:" >&5
  549.   cat conftest.$ac_ext >&5
  550.   rm -rf conftest*
  551.   ac_cv_mingw32=no
  552. fi
  553. rm -f conftest*
  554. rm -f conftest*
  555. fi
  556. echo "$ac_t""$ac_cv_mingw32" 1>&6
  557. MINGW32=
  558. test "$ac_cv_mingw32" = yes && MINGW32=yes
  559. echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
  560. echo "configure:709: checking for EMX/OS2 environment" >&5
  561. if eval "test "`echo '$''{'ac_cv_emxos2'+set}'`" = set"; then
  562.   echo $ac_n "(cached) $ac_c" 1>&6
  563. else
  564.   cat > conftest.$ac_ext <<EOF
  565. #line 714 "configure"
  566. #include "confdefs.h"
  567. int main() {
  568. return __EMX__;
  569. ; return 0; }
  570. EOF
  571. if { (eval echo configure:721: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  572.   rm -rf conftest*
  573.   ac_cv_emxos2=yes
  574. else
  575.   echo "configure: failed program was:" >&5
  576.   cat conftest.$ac_ext >&5
  577.   rm -rf conftest*
  578.   ac_cv_emxos2=no
  579. fi
  580. rm -f conftest*
  581. rm -f conftest*
  582. fi
  583. echo "$ac_t""$ac_cv_emxos2" 1>&6
  584. if eval "test "`echo '$''{'ac_cv_libpre'+set}'`" = set"; then
  585.   echo $ac_n "(cached) $ac_c" 1>&6
  586. else
  587.   if test "$ac_cv_emxos2" = yes ; then
  588.   ac_cv_libpre=
  589. else
  590.   ac_cv_libpre=lib
  591. fi
  592. fi
  593. EMXOS2=
  594. test "$ac_cv_emxos2" = yes && EMXOS2=yes
  595. echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
  596. echo "configure:752: checking for executable suffix" >&5
  597. if eval "test "`echo '$''{'ac_cv_exeext'+set}'`" = set"; then
  598.   echo $ac_n "(cached) $ac_c" 1>&6
  599. else
  600.   if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
  601.   ac_cv_exeext=.exe
  602. else
  603.   rm -f conftest*
  604.   echo 'int main () { return 0; }' > conftest.$ac_ext
  605.   ac_cv_exeext=
  606.   if { (eval echo configure:762: "$ac_link") 1>&5; (eval $ac_link) 2>&5; }; then
  607.     for file in conftest.*; do
  608.       case $file in
  609.       *.c | *.o | *.obj) ;;
  610.       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
  611.       esac
  612.     done
  613.   else
  614.     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
  615.   fi
  616.   rm -f conftest*
  617.   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
  618. fi
  619. fi
  620. EXEEXT=""
  621. test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
  622. echo "$ac_t""${ac_cv_exeext}" 1>&6
  623. ac_exeext=$EXEEXT
  624. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  625. echo "configure:783: checking how to run the C preprocessor" >&5
  626. # On Suns, sometimes $CPP names a directory.
  627. if test -n "$CPP" && test -d "$CPP"; then
  628.   CPP=
  629. fi
  630. if test -z "$CPP"; then
  631. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  632.   echo $ac_n "(cached) $ac_c" 1>&6
  633. else
  634.     # This must be in double quotes, not single quotes, because CPP may get
  635.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  636.   CPP="${CC-cc} -E"
  637.   # On the NeXT, cc -E runs the code through the compiler's parser,
  638.   # not just through cpp.
  639.   cat > conftest.$ac_ext <<EOF
  640. #line 798 "configure"
  641. #include "confdefs.h"
  642. #include <assert.h>
  643. Syntax Error
  644. EOF
  645. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  646. { (eval echo configure:804: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  647. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  648. if test -z "$ac_err"; then
  649.   :
  650. else
  651.   echo "$ac_err" >&5
  652.   echo "configure: failed program was:" >&5
  653.   cat conftest.$ac_ext >&5
  654.   rm -rf conftest*
  655.   CPP="${CC-cc} -E -traditional-cpp"
  656.   cat > conftest.$ac_ext <<EOF
  657. #line 815 "configure"
  658. #include "confdefs.h"
  659. #include <assert.h>
  660. Syntax Error
  661. EOF
  662. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  663. { (eval echo configure:821: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  664. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  665. if test -z "$ac_err"; then
  666.   :
  667. else
  668.   echo "$ac_err" >&5
  669.   echo "configure: failed program was:" >&5
  670.   cat conftest.$ac_ext >&5
  671.   rm -rf conftest*
  672.   CPP="${CC-cc} -nologo -E"
  673.   cat > conftest.$ac_ext <<EOF
  674. #line 832 "configure"
  675. #include "confdefs.h"
  676. #include <assert.h>
  677. Syntax Error
  678. EOF
  679. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  680. { (eval echo configure:838: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  681. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  682. if test -z "$ac_err"; then
  683.   :
  684. else
  685.   echo "$ac_err" >&5
  686.   echo "configure: failed program was:" >&5
  687.   cat conftest.$ac_ext >&5
  688.   rm -rf conftest*
  689.   CPP=/lib/cpp
  690. fi
  691. rm -f conftest*
  692. fi
  693. rm -f conftest*
  694. fi
  695. rm -f conftest*
  696.   ac_cv_prog_CPP="$CPP"
  697. fi
  698.   CPP="$ac_cv_prog_CPP"
  699. else
  700.   ac_cv_prog_CPP="$CPP"
  701. fi
  702. echo "$ac_t""$CPP" 1>&6
  703. # Extract the first word of "ranlib", so it can be a program name with args.
  704. set dummy ranlib; ac_word=$2
  705. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  706. echo "configure:865: checking for $ac_word" >&5
  707. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  708.   echo $ac_n "(cached) $ac_c" 1>&6
  709. else
  710.   if test -n "$RANLIB"; then
  711.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  712. else
  713.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  714.   ac_dummy="$PATH"
  715.   for ac_dir in $ac_dummy; do
  716.     test -z "$ac_dir" && ac_dir=.
  717.     if test -f $ac_dir/$ac_word; then
  718.       ac_cv_prog_RANLIB="ranlib"
  719.       break
  720.     fi
  721.   done
  722.   IFS="$ac_save_ifs"
  723.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  724. fi
  725. fi
  726. RANLIB="$ac_cv_prog_RANLIB"
  727. if test -n "$RANLIB"; then
  728.   echo "$ac_t""$RANLIB" 1>&6
  729. else
  730.   echo "$ac_t""no" 1>&6
  731. fi
  732. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  733. echo "configure:893: checking whether ${MAKE-make} sets ${MAKE}" >&5
  734. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  735. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  736.   echo $ac_n "(cached) $ac_c" 1>&6
  737. else
  738.   cat > conftestmake <<EOF
  739. all:
  740. @echo 'ac_maketemp="${MAKE}"'
  741. EOF
  742. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  743. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  744. if test -n "$ac_maketemp"; then
  745.   eval ac_cv_prog_make_${ac_make}_set=yes
  746. else
  747.   eval ac_cv_prog_make_${ac_make}_set=no
  748. fi
  749. rm -f conftestmake
  750. fi
  751. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  752.   echo "$ac_t""yes" 1>&6
  753.   SET_MAKE=
  754. else
  755.   echo "$ac_t""no" 1>&6
  756.   SET_MAKE="MAKE=${MAKE-make}"
  757. fi
  758. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  759. echo "configure:921: checking for ANSI C header files" >&5
  760. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  761.   echo $ac_n "(cached) $ac_c" 1>&6
  762. else
  763.   cat > conftest.$ac_ext <<EOF
  764. #line 926 "configure"
  765. #include "confdefs.h"
  766. #include <stdlib.h>
  767. #include <stdarg.h>
  768. #include <string.h>
  769. #include <float.h>
  770. EOF
  771. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  772. { (eval echo configure:934: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  773. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  774. if test -z "$ac_err"; then
  775.   rm -rf conftest*
  776.   ac_cv_header_stdc=yes
  777. else
  778.   echo "$ac_err" >&5
  779.   echo "configure: failed program was:" >&5
  780.   cat conftest.$ac_ext >&5
  781.   rm -rf conftest*
  782.   ac_cv_header_stdc=no
  783. fi
  784. rm -f conftest*
  785. if test $ac_cv_header_stdc = yes; then
  786.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  787. cat > conftest.$ac_ext <<EOF
  788. #line 951 "configure"
  789. #include "confdefs.h"
  790. #include <string.h>
  791. EOF
  792. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  793.   egrep "memchr" >/dev/null 2>&1; then
  794.   :
  795. else
  796.   rm -rf conftest*
  797.   ac_cv_header_stdc=no
  798. fi
  799. rm -f conftest*
  800. fi
  801. if test $ac_cv_header_stdc = yes; then
  802.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  803. cat > conftest.$ac_ext <<EOF
  804. #line 969 "configure"
  805. #include "confdefs.h"
  806. #include <stdlib.h>
  807. EOF
  808. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  809.   egrep "free" >/dev/null 2>&1; then
  810.   :
  811. else
  812.   rm -rf conftest*
  813.   ac_cv_header_stdc=no
  814. fi
  815. rm -f conftest*
  816. fi
  817. if test $ac_cv_header_stdc = yes; then
  818.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  819. if test "$cross_compiling" = yes; then
  820.   :
  821. else
  822.   cat > conftest.$ac_ext <<EOF
  823. #line 990 "configure"
  824. #include "confdefs.h"
  825. #include <ctype.h>
  826. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  827. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  828. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  829. int main () { int i; for (i = 0; i < 256; i++)
  830. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  831. exit (0); }
  832. EOF
  833. if { (eval echo configure:1001: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  834. then
  835.   :
  836. else
  837.   echo "configure: failed program was:" >&5
  838.   cat conftest.$ac_ext >&5
  839.   rm -fr conftest*
  840.   ac_cv_header_stdc=no
  841. fi
  842. rm -fr conftest*
  843. fi
  844. fi
  845. fi
  846. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  847. if test $ac_cv_header_stdc = yes; then
  848.   cat >> confdefs.h <<EOF
  849. #define STDC_HEADERS 1
  850. EOF
  851. fi
  852. echo $ac_n "checking for UNIX-98 compliant inttypes.h""... $ac_c" 1>&6
  853. echo "configure:1025: checking for UNIX-98 compliant inttypes.h" >&5
  854. if eval "test "`echo '$''{'ac_cv_header_inttypes'+set}'`" = set"; then
  855.   echo $ac_n "(cached) $ac_c" 1>&6
  856. else
  857.   cat > conftest.$ac_ext <<EOF
  858. #line 1030 "configure"
  859. #include "confdefs.h"
  860. #include <inttypes.h>
  861. int main() {
  862. int8_t c; uint8_t uc; int16_t s; uint16_t us; int32_t i; uint32_t ui;
  863. int64_t ll; uint64_t ull;
  864. intptr_t ip; uintptr_t uip;
  865. ; return 0; }
  866. EOF
  867. if { (eval echo configure:1039: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  868.   rm -rf conftest*
  869.   ac_cv_header_inttypes=yes
  870. else
  871.   echo "configure: failed program was:" >&5
  872.   cat conftest.$ac_ext >&5
  873.   rm -rf conftest*
  874.   ac_cv_header_inttypes=no
  875. fi
  876. rm -f conftest*
  877. fi
  878. echo "$ac_t""$ac_cv_header_inttypes" 1>&6
  879. if test $ac_cv_header_inttypes = yes; then
  880.   cat >> confdefs.h <<EOF
  881. #define HAVE_INTTYPES_H 1
  882. EOF
  883. fi
  884. ac_header_dirent=no
  885. for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  886. do
  887. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  888. echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
  889. echo "configure:1063: checking for $ac_hdr that defines DIR" >&5
  890. if eval "test "`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`" = set"; then
  891.   echo $ac_n "(cached) $ac_c" 1>&6
  892. else
  893.   cat > conftest.$ac_ext <<EOF
  894. #line 1068 "configure"
  895. #include "confdefs.h"
  896. #include <sys/types.h>
  897. #include <$ac_hdr>
  898. int main() {
  899. DIR *dirp = 0;
  900. ; return 0; }
  901. EOF
  902. if { (eval echo configure:1076: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  903.   rm -rf conftest*
  904.   eval "ac_cv_header_dirent_$ac_safe=yes"
  905. else
  906.   echo "configure: failed program was:" >&5
  907.   cat conftest.$ac_ext >&5
  908.   rm -rf conftest*
  909.   eval "ac_cv_header_dirent_$ac_safe=no"
  910. fi
  911. rm -f conftest*
  912. fi
  913. if eval "test "`echo '$ac_cv_header_dirent_'$ac_safe`" = yes"; then
  914.   echo "$ac_t""yes" 1>&6
  915.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  916.   cat >> confdefs.h <<EOF
  917. #define $ac_tr_hdr 1
  918. EOF
  919.  ac_header_dirent=$ac_hdr; break
  920. else
  921.   echo "$ac_t""no" 1>&6
  922. fi
  923. done
  924. # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  925. if test $ac_header_dirent = dirent.h; then
  926. echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
  927. echo "configure:1101: checking for opendir in -ldir" >&5
  928. ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
  929. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  930.   echo $ac_n "(cached) $ac_c" 1>&6
  931. else
  932.   ac_save_LIBS="$LIBS"
  933. LIBS="-ldir  $LIBS"
  934. cat > conftest.$ac_ext <<EOF
  935. #line 1109 "configure"
  936. #include "confdefs.h"
  937. /* Override any gcc2 internal prototype to avoid an error.  */
  938. /* We use char because int might match the return type of a gcc2
  939.     builtin and then its argument prototype would still apply.  */
  940. char opendir();
  941. int main() {
  942. opendir()
  943. ; return 0; }
  944. EOF
  945. if { (eval echo configure:1120: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  946.   rm -rf conftest*
  947.   eval "ac_cv_lib_$ac_lib_var=yes"
  948. else
  949.   echo "configure: failed program was:" >&5
  950.   cat conftest.$ac_ext >&5
  951.   rm -rf conftest*
  952.   eval "ac_cv_lib_$ac_lib_var=no"
  953. fi
  954. rm -f conftest*
  955. LIBS="$ac_save_LIBS"
  956. fi
  957. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  958.   echo "$ac_t""yes" 1>&6
  959.   LIBS="$LIBS -ldir"
  960. else
  961.   echo "$ac_t""no" 1>&6
  962. fi
  963. else
  964. echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
  965. echo "configure:1142: checking for opendir in -lx" >&5
  966. ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
  967. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  968.   echo $ac_n "(cached) $ac_c" 1>&6
  969. else
  970.   ac_save_LIBS="$LIBS"
  971. LIBS="-lx  $LIBS"
  972. cat > conftest.$ac_ext <<EOF
  973. #line 1150 "configure"
  974. #include "confdefs.h"
  975. /* Override any gcc2 internal prototype to avoid an error.  */
  976. /* We use char because int might match the return type of a gcc2
  977.     builtin and then its argument prototype would still apply.  */
  978. char opendir();
  979. int main() {
  980. opendir()
  981. ; return 0; }
  982. EOF
  983. if { (eval echo configure:1161: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  984.   rm -rf conftest*
  985.   eval "ac_cv_lib_$ac_lib_var=yes"
  986. else
  987.   echo "configure: failed program was:" >&5
  988.   cat conftest.$ac_ext >&5
  989.   rm -rf conftest*
  990.   eval "ac_cv_lib_$ac_lib_var=no"
  991. fi
  992. rm -f conftest*
  993. LIBS="$ac_save_LIBS"
  994. fi
  995. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  996.   echo "$ac_t""yes" 1>&6
  997.   LIBS="$LIBS -lx"
  998. else
  999.   echo "$ac_t""no" 1>&6
  1000. fi
  1001. fi
  1002. echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
  1003. echo "configure:1184: checking whether stat file-mode macros are broken" >&5
  1004. if eval "test "`echo '$''{'ac_cv_header_stat_broken'+set}'`" = set"; then
  1005.   echo $ac_n "(cached) $ac_c" 1>&6
  1006. else
  1007.   cat > conftest.$ac_ext <<EOF
  1008. #line 1189 "configure"
  1009. #include "confdefs.h"
  1010. #include <sys/types.h>
  1011. #include <sys/stat.h>
  1012. #if defined(S_ISBLK) && defined(S_IFDIR)
  1013. # if S_ISBLK (S_IFDIR)
  1014. You lose.
  1015. # endif
  1016. #endif
  1017. #if defined(S_ISBLK) && defined(S_IFCHR)
  1018. # if S_ISBLK (S_IFCHR)
  1019. You lose.
  1020. # endif
  1021. #endif
  1022. #if defined(S_ISLNK) && defined(S_IFREG)
  1023. # if S_ISLNK (S_IFREG)
  1024. You lose.
  1025. # endif
  1026. #endif
  1027. #if defined(S_ISSOCK) && defined(S_IFREG)
  1028. # if S_ISSOCK (S_IFREG)
  1029. You lose.
  1030. # endif
  1031. #endif
  1032. EOF
  1033. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1034.   egrep "You lose" >/dev/null 2>&1; then
  1035.   rm -rf conftest*
  1036.   ac_cv_header_stat_broken=yes
  1037. else
  1038.   rm -rf conftest*
  1039.   ac_cv_header_stat_broken=no
  1040. fi
  1041. rm -f conftest*
  1042. fi
  1043. echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
  1044. if test $ac_cv_header_stat_broken = yes; then
  1045.   cat >> confdefs.h <<EOF
  1046. #define STAT_MACROS_BROKEN 1
  1047. EOF
  1048. fi
  1049. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  1050. echo "configure:1240: checking whether time.h and sys/time.h may both be included" >&5
  1051. if eval "test "`echo '$''{'ac_cv_header_time'+set}'`" = set"; then
  1052.   echo $ac_n "(cached) $ac_c" 1>&6
  1053. else
  1054.   cat > conftest.$ac_ext <<EOF
  1055. #line 1245 "configure"
  1056. #include "confdefs.h"
  1057. #include <sys/types.h>
  1058. #include <sys/time.h>
  1059. #include <time.h>
  1060. int main() {
  1061. struct tm *tp;
  1062. ; return 0; }
  1063. EOF
  1064. if { (eval echo configure:1254: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1065.   rm -rf conftest*
  1066.   ac_cv_header_time=yes
  1067. else
  1068.   echo "configure: failed program was:" >&5
  1069.   cat conftest.$ac_ext >&5
  1070.   rm -rf conftest*
  1071.   ac_cv_header_time=no
  1072. fi
  1073. rm -f conftest*
  1074. fi
  1075. echo "$ac_t""$ac_cv_header_time" 1>&6
  1076. if test $ac_cv_header_time = yes; then
  1077.   cat >> confdefs.h <<EOF
  1078. #define TIME_WITH_SYS_TIME 1
  1079. EOF
  1080. fi
  1081. echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
  1082. echo "configure:1275: checking for sys/wait.h that is POSIX.1 compatible" >&5
  1083. if eval "test "`echo '$''{'ac_cv_header_sys_wait_h'+set}'`" = set"; then
  1084.   echo $ac_n "(cached) $ac_c" 1>&6
  1085. else
  1086.   cat > conftest.$ac_ext <<EOF
  1087. #line 1280 "configure"
  1088. #include "confdefs.h"
  1089. #include <sys/types.h>
  1090. #include <sys/wait.h>
  1091. #ifndef WEXITSTATUS
  1092. #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
  1093. #endif
  1094. #ifndef WIFEXITED
  1095. #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
  1096. #endif
  1097. int main() {
  1098. int s;
  1099. wait (&s);
  1100. s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  1101. ; return 0; }
  1102. EOF
  1103. if { (eval echo configure:1296: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1104.   rm -rf conftest*
  1105.   ac_cv_header_sys_wait_h=yes
  1106. else
  1107.   echo "configure: failed program was:" >&5
  1108.   cat conftest.$ac_ext >&5
  1109.   rm -rf conftest*
  1110.   ac_cv_header_sys_wait_h=no
  1111. fi
  1112. rm -f conftest*
  1113. fi
  1114. echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
  1115. if test $ac_cv_header_sys_wait_h = yes; then
  1116.   cat >> confdefs.h <<EOF
  1117. #define HAVE_SYS_WAIT_H 1
  1118. EOF
  1119. fi
  1120. for ac_hdr in varargs.h stdarg.h stdlib.h string.h strings.h unistd.h fcntl.h
  1121. do
  1122. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1123. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1124. echo "configure:1320: checking for $ac_hdr" >&5
  1125. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1126.   echo $ac_n "(cached) $ac_c" 1>&6
  1127. else
  1128.   cat > conftest.$ac_ext <<EOF
  1129. #line 1325 "configure"
  1130. #include "confdefs.h"
  1131. #include <$ac_hdr>
  1132. EOF
  1133. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1134. { (eval echo configure:1330: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1135. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1136. if test -z "$ac_err"; then
  1137.   rm -rf conftest*
  1138.   eval "ac_cv_header_$ac_safe=yes"
  1139. else
  1140.   echo "$ac_err" >&5
  1141.   echo "configure: failed program was:" >&5
  1142.   cat conftest.$ac_ext >&5
  1143.   rm -rf conftest*
  1144.   eval "ac_cv_header_$ac_safe=no"
  1145. fi
  1146. rm -f conftest*
  1147. fi
  1148. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1149.   echo "$ac_t""yes" 1>&6
  1150.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1151.   cat >> confdefs.h <<EOF
  1152. #define $ac_tr_hdr 1
  1153. EOF
  1154.  
  1155. else
  1156.   echo "$ac_t""no" 1>&6
  1157. fi
  1158. done
  1159. for ac_hdr in getopt.h
  1160. do
  1161. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1162. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1163. echo "configure:1360: checking for $ac_hdr" >&5
  1164. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1165.   echo $ac_n "(cached) $ac_c" 1>&6
  1166. else
  1167.   cat > conftest.$ac_ext <<EOF
  1168. #line 1365 "configure"
  1169. #include "confdefs.h"
  1170. #include <$ac_hdr>
  1171. EOF
  1172. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1173. { (eval echo configure:1370: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1174. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1175. if test -z "$ac_err"; then
  1176.   rm -rf conftest*
  1177.   eval "ac_cv_header_$ac_safe=yes"
  1178. else
  1179.   echo "$ac_err" >&5
  1180.   echo "configure: failed program was:" >&5
  1181.   cat conftest.$ac_ext >&5
  1182.   rm -rf conftest*
  1183.   eval "ac_cv_header_$ac_safe=no"
  1184. fi
  1185. rm -f conftest*
  1186. fi
  1187. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1188.   echo "$ac_t""yes" 1>&6
  1189.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1190.   cat >> confdefs.h <<EOF
  1191. #define $ac_tr_hdr 1
  1192. EOF
  1193.  
  1194. else
  1195.   echo "$ac_t""no" 1>&6
  1196. fi
  1197. done
  1198. for ac_hdr in limits.h
  1199. do
  1200. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1201. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1202. echo "configure:1400: checking for $ac_hdr" >&5
  1203. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1204.   echo $ac_n "(cached) $ac_c" 1>&6
  1205. else
  1206.   cat > conftest.$ac_ext <<EOF
  1207. #line 1405 "configure"
  1208. #include "confdefs.h"
  1209. #include <$ac_hdr>
  1210. EOF
  1211. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1212. { (eval echo configure:1410: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1213. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1214. if test -z "$ac_err"; then
  1215.   rm -rf conftest*
  1216.   eval "ac_cv_header_$ac_safe=yes"
  1217. else
  1218.   echo "$ac_err" >&5
  1219.   echo "configure: failed program was:" >&5
  1220.   cat conftest.$ac_ext >&5
  1221.   rm -rf conftest*
  1222.   eval "ac_cv_header_$ac_safe=no"
  1223. fi
  1224. rm -f conftest*
  1225. fi
  1226. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1227.   echo "$ac_t""yes" 1>&6
  1228.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1229.   cat >> confdefs.h <<EOF
  1230. #define $ac_tr_hdr 1
  1231. EOF
  1232.  
  1233. else
  1234.   echo "$ac_t""no" 1>&6
  1235. fi
  1236. done
  1237. for ac_hdr in a.out.h aouthdr.h elf.h
  1238. do
  1239. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1240. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1241. echo "configure:1440: checking for $ac_hdr" >&5
  1242. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1243.   echo $ac_n "(cached) $ac_c" 1>&6
  1244. else
  1245.   cat > conftest.$ac_ext <<EOF
  1246. #line 1445 "configure"
  1247. #include "confdefs.h"
  1248. #include <$ac_hdr>
  1249. EOF
  1250. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1251. { (eval echo configure:1450: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1252. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1253. if test -z "$ac_err"; then
  1254.   rm -rf conftest*
  1255.   eval "ac_cv_header_$ac_safe=yes"
  1256. else
  1257.   echo "$ac_err" >&5
  1258.   echo "configure: failed program was:" >&5
  1259.   cat conftest.$ac_ext >&5
  1260.   rm -rf conftest*
  1261.   eval "ac_cv_header_$ac_safe=no"
  1262. fi
  1263. rm -f conftest*
  1264. fi
  1265. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1266.   echo "$ac_t""yes" 1>&6
  1267.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1268.   cat >> confdefs.h <<EOF
  1269. #define $ac_tr_hdr 1
  1270. EOF
  1271.  
  1272. else
  1273.   echo "$ac_t""no" 1>&6
  1274. fi
  1275. done
  1276. for ac_hdr in malloc.h termios.h termio.h
  1277. do
  1278. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1279. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1280. echo "configure:1480: checking for $ac_hdr" >&5
  1281. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1282.   echo $ac_n "(cached) $ac_c" 1>&6
  1283. else
  1284.   cat > conftest.$ac_ext <<EOF
  1285. #line 1485 "configure"
  1286. #include "confdefs.h"
  1287. #include <$ac_hdr>
  1288. EOF
  1289. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1290. { (eval echo configure:1490: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1291. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1292. if test -z "$ac_err"; then
  1293.   rm -rf conftest*
  1294.   eval "ac_cv_header_$ac_safe=yes"
  1295. else
  1296.   echo "$ac_err" >&5
  1297.   echo "configure: failed program was:" >&5
  1298.   cat conftest.$ac_ext >&5
  1299.   rm -rf conftest*
  1300.   eval "ac_cv_header_$ac_safe=no"
  1301. fi
  1302. rm -f conftest*
  1303. fi
  1304. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1305.   echo "$ac_t""yes" 1>&6
  1306.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1307.   cat >> confdefs.h <<EOF
  1308. #define $ac_tr_hdr 1
  1309. EOF
  1310.  
  1311. else
  1312.   echo "$ac_t""no" 1>&6
  1313. fi
  1314. done
  1315. for ac_hdr in shadow.h syslog.h
  1316. do
  1317. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1318. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1319. echo "configure:1520: checking for $ac_hdr" >&5
  1320. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1321.   echo $ac_n "(cached) $ac_c" 1>&6
  1322. else
  1323.   cat > conftest.$ac_ext <<EOF
  1324. #line 1525 "configure"
  1325. #include "confdefs.h"
  1326. #include <$ac_hdr>
  1327. EOF
  1328. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1329. { (eval echo configure:1530: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1330. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1331. if test -z "$ac_err"; then
  1332.   rm -rf conftest*
  1333.   eval "ac_cv_header_$ac_safe=yes"
  1334. else
  1335.   echo "$ac_err" >&5
  1336.   echo "configure: failed program was:" >&5
  1337.   cat conftest.$ac_ext >&5
  1338.   rm -rf conftest*
  1339.   eval "ac_cv_header_$ac_safe=no"
  1340. fi
  1341. rm -f conftest*
  1342. fi
  1343. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1344.   echo "$ac_t""yes" 1>&6
  1345.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1346.   cat >> confdefs.h <<EOF
  1347. #define $ac_tr_hdr 1
  1348. EOF
  1349.  
  1350. else
  1351.   echo "$ac_t""no" 1>&6
  1352. fi
  1353. done
  1354. for ac_hdr in sys/time.h utime.h sys/ioctl.h sys/param.h sys/systeminfo.h
  1355. do
  1356. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1357. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1358. echo "configure:1560: checking for $ac_hdr" >&5
  1359. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1360.   echo $ac_n "(cached) $ac_c" 1>&6
  1361. else
  1362.   cat > conftest.$ac_ext <<EOF
  1363. #line 1565 "configure"
  1364. #include "confdefs.h"
  1365. #include <$ac_hdr>
  1366. EOF
  1367. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1368. { (eval echo configure:1570: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1369. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1370. if test -z "$ac_err"; then
  1371.   rm -rf conftest*
  1372.   eval "ac_cv_header_$ac_safe=yes"
  1373. else
  1374.   echo "$ac_err" >&5
  1375.   echo "configure: failed program was:" >&5
  1376.   cat conftest.$ac_ext >&5
  1377.   rm -rf conftest*
  1378.   eval "ac_cv_header_$ac_safe=no"
  1379. fi
  1380. rm -f conftest*
  1381. fi
  1382. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1383.   echo "$ac_t""yes" 1>&6
  1384.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1385.   cat >> confdefs.h <<EOF
  1386. #define $ac_tr_hdr 1
  1387. EOF
  1388.  
  1389. else
  1390.   echo "$ac_t""no" 1>&6
  1391. fi
  1392. done
  1393. for ac_hdr in mntent.h sys/mntent.h sys/mnttab.h sys/mount.h
  1394. do
  1395. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1396. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1397. echo "configure:1600: checking for $ac_hdr" >&5
  1398. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1399.   echo $ac_n "(cached) $ac_c" 1>&6
  1400. else
  1401.   cat > conftest.$ac_ext <<EOF
  1402. #line 1605 "configure"
  1403. #include "confdefs.h"
  1404. #include <$ac_hdr>
  1405. EOF
  1406. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1407. { (eval echo configure:1610: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1408. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1409. if test -z "$ac_err"; then
  1410.   rm -rf conftest*
  1411.   eval "ac_cv_header_$ac_safe=yes"
  1412. else
  1413.   echo "$ac_err" >&5
  1414.   echo "configure: failed program was:" >&5
  1415.   cat conftest.$ac_ext >&5
  1416.   rm -rf conftest*
  1417.   eval "ac_cv_header_$ac_safe=no"
  1418. fi
  1419. rm -f conftest*
  1420. fi
  1421. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1422.   echo "$ac_t""yes" 1>&6
  1423.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1424.   cat >> confdefs.h <<EOF
  1425. #define $ac_tr_hdr 1
  1426. EOF
  1427.  
  1428. else
  1429.   echo "$ac_t""no" 1>&6
  1430. fi
  1431. done
  1432. for ac_hdr in wait.h sys/resource.h sys/procfs.h
  1433. do
  1434. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1435. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1436. echo "configure:1640: checking for $ac_hdr" >&5
  1437. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1438.   echo $ac_n "(cached) $ac_c" 1>&6
  1439. else
  1440.   cat > conftest.$ac_ext <<EOF
  1441. #line 1645 "configure"
  1442. #include "confdefs.h"
  1443. #include <$ac_hdr>
  1444. EOF
  1445. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1446. { (eval echo configure:1650: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1447. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1448. if test -z "$ac_err"; then
  1449.   rm -rf conftest*
  1450.   eval "ac_cv_header_$ac_safe=yes"
  1451. else
  1452.   echo "$ac_err" >&5
  1453.   echo "configure: failed program was:" >&5
  1454.   cat conftest.$ac_ext >&5
  1455.   rm -rf conftest*
  1456.   eval "ac_cv_header_$ac_safe=no"
  1457. fi
  1458. rm -f conftest*
  1459. fi
  1460. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1461.   echo "$ac_t""yes" 1>&6
  1462.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1463.   cat >> confdefs.h <<EOF
  1464. #define $ac_tr_hdr 1
  1465. EOF
  1466.  
  1467. else
  1468.   echo "$ac_t""no" 1>&6
  1469. fi
  1470. done
  1471. for ac_hdr in sys/utsname.h sys/priocntl.h sys/rtpriocntl.h
  1472. do
  1473. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1474. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1475. echo "configure:1680: checking for $ac_hdr" >&5
  1476. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1477.   echo $ac_n "(cached) $ac_c" 1>&6
  1478. else
  1479.   cat > conftest.$ac_ext <<EOF
  1480. #line 1685 "configure"
  1481. #include "confdefs.h"
  1482. #include <$ac_hdr>
  1483. EOF
  1484. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1485. { (eval echo configure:1690: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1486. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1487. if test -z "$ac_err"; then
  1488.   rm -rf conftest*
  1489.   eval "ac_cv_header_$ac_safe=yes"
  1490. else
  1491.   echo "$ac_err" >&5
  1492.   echo "configure: failed program was:" >&5
  1493.   cat conftest.$ac_ext >&5
  1494.   rm -rf conftest*
  1495.   eval "ac_cv_header_$ac_safe=no"
  1496. fi
  1497. rm -f conftest*
  1498. fi
  1499. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1500.   echo "$ac_t""yes" 1>&6
  1501.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1502.   cat >> confdefs.h <<EOF
  1503. #define $ac_tr_hdr 1
  1504. EOF
  1505.  
  1506. else
  1507.   echo "$ac_t""no" 1>&6
  1508. fi
  1509. done
  1510. for ac_hdr in sys/mtio.h sys/mman.h linux/pg.h camlib.h
  1511. do
  1512. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1513. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1514. echo "configure:1720: checking for $ac_hdr" >&5
  1515. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1516.   echo $ac_n "(cached) $ac_c" 1>&6
  1517. else
  1518.   cat > conftest.$ac_ext <<EOF
  1519. #line 1725 "configure"
  1520. #include "confdefs.h"
  1521. #include <$ac_hdr>
  1522. EOF
  1523. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1524. { (eval echo configure:1730: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1525. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1526. if test -z "$ac_err"; then
  1527.   rm -rf conftest*
  1528.   eval "ac_cv_header_$ac_safe=yes"
  1529. else
  1530.   echo "$ac_err" >&5
  1531.   echo "configure: failed program was:" >&5
  1532.   cat conftest.$ac_ext >&5
  1533.   rm -rf conftest*
  1534.   eval "ac_cv_header_$ac_safe=no"
  1535. fi
  1536. rm -f conftest*
  1537. fi
  1538. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1539.   echo "$ac_t""yes" 1>&6
  1540.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1541.   cat >> confdefs.h <<EOF
  1542. #define $ac_tr_hdr 1
  1543. EOF
  1544.  
  1545. else
  1546.   echo "$ac_t""no" 1>&6
  1547. fi
  1548. done
  1549. for ac_hdr in sys/dkio.h sys/dklabel.h sun/dkio.h sun/dklabel.h
  1550. do
  1551. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1552. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1553. echo "configure:1760: checking for $ac_hdr" >&5
  1554. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1555.   echo $ac_n "(cached) $ac_c" 1>&6
  1556. else
  1557.   cat > conftest.$ac_ext <<EOF
  1558. #line 1765 "configure"
  1559. #include "confdefs.h"
  1560. #include <$ac_hdr>
  1561. EOF
  1562. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1563. { (eval echo configure:1770: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1564. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1565. if test -z "$ac_err"; then
  1566.   rm -rf conftest*
  1567.   eval "ac_cv_header_$ac_safe=yes"
  1568. else
  1569.   echo "$ac_err" >&5
  1570.   echo "configure: failed program was:" >&5
  1571.   cat conftest.$ac_ext >&5
  1572.   rm -rf conftest*
  1573.   eval "ac_cv_header_$ac_safe=no"
  1574. fi
  1575. rm -f conftest*
  1576. fi
  1577. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1578.   echo "$ac_t""yes" 1>&6
  1579.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1580.   cat >> confdefs.h <<EOF
  1581. #define $ac_tr_hdr 1
  1582. EOF
  1583.  
  1584. else
  1585.   echo "$ac_t""no" 1>&6
  1586. fi
  1587. done
  1588. for ac_hdr in poll.h sys/poll.h
  1589. do
  1590. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1591. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1592. echo "configure:1800: checking for $ac_hdr" >&5
  1593. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1594.   echo $ac_n "(cached) $ac_c" 1>&6
  1595. else
  1596.   cat > conftest.$ac_ext <<EOF
  1597. #line 1805 "configure"
  1598. #include "confdefs.h"
  1599. #include <$ac_hdr>
  1600. EOF
  1601. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1602. { (eval echo configure:1810: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1603. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1604. if test -z "$ac_err"; then
  1605.   rm -rf conftest*
  1606.   eval "ac_cv_header_$ac_safe=yes"
  1607. else
  1608.   echo "$ac_err" >&5
  1609.   echo "configure: failed program was:" >&5
  1610.   cat conftest.$ac_ext >&5
  1611.   rm -rf conftest*
  1612.   eval "ac_cv_header_$ac_safe=no"
  1613. fi
  1614. rm -f conftest*
  1615. fi
  1616. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1617.   echo "$ac_t""yes" 1>&6
  1618.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1619.   cat >> confdefs.h <<EOF
  1620. #define $ac_tr_hdr 1
  1621. EOF
  1622.  
  1623. else
  1624.   echo "$ac_t""no" 1>&6
  1625. fi
  1626. done
  1627. for ac_hdr in ieeefp.h fp.h
  1628. do
  1629. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1630. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1631. echo "configure:1840: checking for $ac_hdr" >&5
  1632. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1633.   echo $ac_n "(cached) $ac_c" 1>&6
  1634. else
  1635.   cat > conftest.$ac_ext <<EOF
  1636. #line 1845 "configure"
  1637. #include "confdefs.h"
  1638. #include <$ac_hdr>
  1639. EOF
  1640. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1641. { (eval echo configure:1850: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1642. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1643. if test -z "$ac_err"; then
  1644.   rm -rf conftest*
  1645.   eval "ac_cv_header_$ac_safe=yes"
  1646. else
  1647.   echo "$ac_err" >&5
  1648.   echo "configure: failed program was:" >&5
  1649.   cat conftest.$ac_ext >&5
  1650.   rm -rf conftest*
  1651.   eval "ac_cv_header_$ac_safe=no"
  1652. fi
  1653. rm -f conftest*
  1654. fi
  1655. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1656.   echo "$ac_t""yes" 1>&6
  1657.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1658.   cat >> confdefs.h <<EOF
  1659. #define $ac_tr_hdr 1
  1660. EOF
  1661.  
  1662. else
  1663.   echo "$ac_t""no" 1>&6
  1664. fi
  1665. done
  1666. for ac_hdr in values.h float.h
  1667. do
  1668. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1669. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1670. echo "configure:1880: checking for $ac_hdr" >&5
  1671. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1672.   echo $ac_n "(cached) $ac_c" 1>&6
  1673. else
  1674.   cat > conftest.$ac_ext <<EOF
  1675. #line 1885 "configure"
  1676. #include "confdefs.h"
  1677. #include <$ac_hdr>
  1678. EOF
  1679. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1680. { (eval echo configure:1890: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1681. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1682. if test -z "$ac_err"; then
  1683.   rm -rf conftest*
  1684.   eval "ac_cv_header_$ac_safe=yes"
  1685. else
  1686.   echo "$ac_err" >&5
  1687.   echo "configure: failed program was:" >&5
  1688.   cat conftest.$ac_ext >&5
  1689.   rm -rf conftest*
  1690.   eval "ac_cv_header_$ac_safe=no"
  1691. fi
  1692. rm -f conftest*
  1693. fi
  1694. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1695.   echo "$ac_t""yes" 1>&6
  1696.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1697.   cat >> confdefs.h <<EOF
  1698. #define $ac_tr_hdr 1
  1699. EOF
  1700.  
  1701. else
  1702.   echo "$ac_t""no" 1>&6
  1703. fi
  1704. done
  1705. echo $ac_n "checking for header file containing  major(), minor() and makedev()""... $ac_c" 1>&6
  1706. echo "configure:1918: checking for header file containing  major(), minor() and makedev()" >&5
  1707. if eval "test "`echo '$''{'ac_cv_header_makedev'+set}'`" = set"; then
  1708.   echo $ac_n "(cached) $ac_c" 1>&6
  1709. else
  1710.   ac_cv_header_makedev=none
  1711. cat > conftest.$ac_ext <<EOF
  1712. #line 1924 "configure"
  1713. #include "confdefs.h"
  1714. #include <sys/types.h>
  1715. #include <sys/mkdev.h>
  1716. int main() {
  1717. int i = major(0); i = minor(0); i = makedev(0,0);
  1718. ; return 0; }
  1719. EOF
  1720. if { (eval echo configure:1932: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1721.   rm -rf conftest*
  1722.   ac_cv_header_makedev=sys/mkdev.h
  1723. else
  1724.   echo "configure: failed program was:" >&5
  1725.   cat conftest.$ac_ext >&5
  1726. fi
  1727. rm -f conftest*
  1728. if test $ac_cv_header_makedev = none; then
  1729.   cat > conftest.$ac_ext <<EOF
  1730. #line 1942 "configure"
  1731. #include "confdefs.h"
  1732. #include <sys/types.h>
  1733. #include <sys/sysmacros.h>
  1734. int main() {
  1735. int i = major(0); i = minor(0); i = makedev(0,0);
  1736. ; return 0; }
  1737. EOF
  1738. if { (eval echo configure:1950: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1739.   rm -rf conftest*
  1740.   ac_cv_header_makedev=sys/sysmacros.h
  1741. else
  1742.   echo "configure: failed program was:" >&5
  1743.   cat conftest.$ac_ext >&5
  1744. fi
  1745. rm -f conftest*
  1746. fi
  1747. fi
  1748. echo "$ac_t""$ac_cv_header_makedev" 1>&6
  1749. if test $ac_cv_header_makedev = sys/mkdev.h; then
  1750.   cat >> confdefs.h <<EOF
  1751. #define MAJOR_IN_MKDEV 1
  1752. EOF
  1753. fi
  1754. if test $ac_cv_header_makedev = sys/sysmacros.h; then
  1755.   cat >> confdefs.h <<EOF
  1756. #define MAJOR_IN_SYSMACROS 1
  1757. EOF
  1758. fi
  1759. echo $ac_n "checking bits in minor device number""... $ac_c" 1>&6
  1760. echo "configure:1977: checking bits in minor device number" >&5
  1761. if eval "test "`echo '$''{'ac_cv_dev_minor_bits'+set}'`" = set"; then
  1762.   echo $ac_n "(cached) $ac_c" 1>&6
  1763. else
  1764.   if test "$cross_compiling" = yes; then
  1765.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1766. else
  1767.   cat > conftest.$ac_ext <<EOF
  1768. #line 1985 "configure"
  1769. #include "confdefs.h"
  1770. #include <stdio.h>
  1771. #include <sys/types.h>
  1772. #ifdef major
  1773. # define _FOUND_MAJOR_
  1774. #endif
  1775. #ifdef MAJOR_IN_MKDEV
  1776. # include <sys/mkdev.h>
  1777. # define _FOUND_MAJOR_
  1778. #endif
  1779. #ifndef _FOUND_MAJOR_
  1780. # ifdef MAJOR_IN_SYSMACROS
  1781. # include <sys/sysmacros.h>
  1782. # define _FOUND_MAJOR_
  1783. # endif
  1784. #endif
  1785. #ifndef _FOUND_MAJOR_
  1786. # if defined(hpux) || defined(__hpux__) || defined(__hpux)
  1787. # include <sys/mknod.h>
  1788. # define _FOUND_MAJOR_
  1789. # endif
  1790. #endif
  1791. #ifndef _FOUND_MAJOR_
  1792. # define major(dev) (((dev) >> 8) & 0xFF)
  1793. # define minor(dev) ((dev) & 0xFF)
  1794. # define makedev(majo, mino) (((majo) << 8) | (mino))
  1795. #endif
  1796. main()
  1797. {
  1798. long l = 1;
  1799. int i;
  1800. int m;
  1801. int c = 0;
  1802. FILE *f=fopen("conftestval", "w");
  1803. if (!f) exit(1);
  1804. for (i=1, m=0; i <= 32; i++, l<<=1) {
  1805. if (minor(l) == 0 && c == 0)
  1806. c = m;
  1807. if (minor(l) != 0)
  1808. m = i;
  1809. }
  1810. fprintf(f, "%dn", m);
  1811. exit(0);
  1812. }
  1813. EOF
  1814. if { (eval echo configure:2037: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1815. then
  1816.   ac_cv_dev_minor_bits=`cat conftestval`
  1817. else
  1818.   echo "configure: failed program was:" >&5
  1819.   cat conftest.$ac_ext >&5
  1820.   rm -fr conftest*
  1821.   ac_cv_dev_minor_bits=0
  1822. fi
  1823. rm -fr conftest*
  1824. fi
  1825. fi
  1826. echo "$ac_t""$ac_cv_dev_minor_bits" 1>&6
  1827. cat >> confdefs.h <<EOF
  1828. #define DEV_MINOR_BITS $ac_cv_dev_minor_bits
  1829. EOF
  1830. echo $ac_n "checking whether bits in minor device numbers are non contiguous""... $ac_c" 1>&6
  1831. echo "configure:2057: checking whether bits in minor device numbers are non contiguous" >&5
  1832. if eval "test "`echo '$''{'ac_cv_dev_minor_noncontig'+set}'`" = set"; then
  1833.   echo $ac_n "(cached) $ac_c" 1>&6
  1834. else
  1835.   if test "$cross_compiling" = yes; then
  1836.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1837. else
  1838.   cat > conftest.$ac_ext <<EOF
  1839. #line 2065 "configure"
  1840. #include "confdefs.h"
  1841. #include <sys/types.h>
  1842. #ifdef major
  1843. # define _FOUND_MAJOR_
  1844. #endif
  1845. #ifdef MAJOR_IN_MKDEV
  1846. # include <sys/mkdev.h>
  1847. # define _FOUND_MAJOR_
  1848. #endif
  1849. #ifndef _FOUND_MAJOR_
  1850. # ifdef MAJOR_IN_SYSMACROS
  1851. # include <sys/sysmacros.h>
  1852. # define _FOUND_MAJOR_
  1853. # endif
  1854. #endif
  1855. #ifndef _FOUND_MAJOR_
  1856. # if defined(hpux) || defined(__hpux__) || defined(__hpux)
  1857. # include <sys/mknod.h>
  1858. # define _FOUND_MAJOR_
  1859. # endif
  1860. #endif
  1861. #ifndef _FOUND_MAJOR_
  1862. # define major(dev) (((dev) >> 8) & 0xFF)
  1863. # define minor(dev) ((dev) & 0xFF)
  1864. # define makedev(majo, mino) (((majo) << 8) | (mino))
  1865. #endif
  1866. main()
  1867. {
  1868. long l = 1;
  1869. int i;
  1870. int m;
  1871. int c = 0;
  1872. for (i=1, m=0; i <= 32; i++, l<<=1) {
  1873. if (minor(l) == 0 && c == 0)
  1874. c = m;
  1875. if (minor(l) != 0)
  1876. m = i;
  1877. }
  1878. exit (m == c);}
  1879. EOF
  1880. if { (eval echo configure:2112: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1881. then
  1882.   ac_cv_dev_minor_noncontig=yes
  1883. else
  1884.   echo "configure: failed program was:" >&5
  1885.   cat conftest.$ac_ext >&5
  1886.   rm -fr conftest*
  1887.   ac_cv_dev_minor_noncontig=no
  1888. fi
  1889. rm -fr conftest*
  1890. fi
  1891. fi
  1892. echo "$ac_t""$ac_cv_dev_minor_noncontig" 1>&6
  1893. if test $ac_cv_dev_minor_noncontig = yes; then
  1894.   cat >> confdefs.h <<EOF
  1895. #define DEV_MINOR_NONCONTIG 1
  1896. EOF
  1897. fi
  1898. echo $ac_n "checking for USG derived STDIO""... $ac_c" 1>&6
  1899. echo "configure:2135: checking for USG derived STDIO" >&5
  1900. if eval "test "`echo '$''{'ac_cv_header_usg_stdio'+set}'`" = set"; then
  1901.   echo $ac_n "(cached) $ac_c" 1>&6
  1902. else
  1903.   cat > conftest.$ac_ext <<EOF
  1904. #line 2140 "configure"
  1905. #include "confdefs.h"
  1906. #include <stdio.h>
  1907. int main() {
  1908. FILE    *f;
  1909. int     flag;
  1910. int     count;
  1911. char    *ptr;
  1912. f = fopen("confdefs.h", "r");
  1913. _filbuf(f); /* HP-UX-11.x has __filbuf() */
  1914. flag  = f->_flag & _IONBF;
  1915. flag |= f->_flag & _IOERR;
  1916. flag |= f->_flag & _IOEOF;
  1917. count = f->_cnt;
  1918. ptr = (char *)f->_ptr;
  1919. fclose(f);
  1920. ; return 0; }
  1921. EOF
  1922. if { (eval echo configure:2158: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1923.   rm -rf conftest*
  1924.   ac_cv_header_usg_stdio=yes
  1925. else
  1926.   echo "configure: failed program was:" >&5
  1927.   cat conftest.$ac_ext >&5
  1928.   rm -rf conftest*
  1929.   ac_cv_header_usg_stdio=no
  1930. fi
  1931. rm -f conftest*
  1932. fi
  1933. echo "$ac_t""$ac_cv_header_usg_stdio" 1>&6
  1934. if test $ac_cv_header_usg_stdio = yes; then
  1935.   cat >> confdefs.h <<EOF
  1936. #define HAVE_USG_STDIO 1
  1937. EOF
  1938. fi
  1939. echo $ac_n "checking for errno definition in errno.h""... $ac_c" 1>&6
  1940. echo "configure:2178: checking for errno definition in errno.h" >&5
  1941. if eval "test "`echo '$''{'ac_cv_header_errno_def'+set}'`" = set"; then
  1942.   echo $ac_n "(cached) $ac_c" 1>&6
  1943. else
  1944.   cat > conftest.$ac_ext <<EOF
  1945. #line 2183 "configure"
  1946. #include "confdefs.h"
  1947. #include <errno.h>
  1948. int main() {
  1949. errno = 0;
  1950. ; return 0; }
  1951. EOF
  1952. if { (eval echo configure:2190: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1953.   rm -rf conftest*
  1954.   ac_cv_header_errno_def=yes
  1955. else
  1956.   echo "configure: failed program was:" >&5
  1957.   cat conftest.$ac_ext >&5
  1958.   rm -rf conftest*
  1959.   ac_cv_header_errno_def=no
  1960. fi
  1961. rm -f conftest*
  1962. fi
  1963. echo "$ac_t""$ac_cv_header_errno_def" 1>&6
  1964. if test $ac_cv_header_errno_def = yes; then
  1965.   cat >> confdefs.h <<EOF
  1966. #define HAVE_ERRNO_DEF 1
  1967. EOF
  1968. fi
  1969. echo $ac_n "checking for working const""... $ac_c" 1>&6
  1970. echo "configure:2211: checking for working const" >&5
  1971. if eval "test "`echo '$''{'ac_cv_c_const'+set}'`" = set"; then
  1972.   echo $ac_n "(cached) $ac_c" 1>&6
  1973. else
  1974.   cat > conftest.$ac_ext <<EOF
  1975. #line 2216 "configure"
  1976. #include "confdefs.h"
  1977. int main() {
  1978. /* Ultrix mips cc rejects this.  */
  1979. typedef int charset[2]; const charset x;
  1980. /* SunOS 4.1.1 cc rejects this.  */
  1981. char const *const *ccp;
  1982. char **p;
  1983. /* NEC SVR4.0.2 mips cc rejects this.  */
  1984. struct point {int x, y;};
  1985. static struct point const zero = {0,0};
  1986. /* AIX XL C 1.02.0.0 rejects this.
  1987.    It does not let you subtract one const X* pointer from another in an arm
  1988.    of an if-expression whose if-part is not a constant expression */
  1989. const char *g = "string";
  1990. ccp = &g + (g ? g-g : 0);
  1991. /* HPUX 7.0 cc rejects these. */
  1992. ++ccp;
  1993. p = (char**) ccp;
  1994. ccp = (char const *const *) p;
  1995. { /* SCO 3.2v4 cc rejects this.  */
  1996.   char *t;
  1997.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  1998.   *t++ = 0;
  1999. }
  2000. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  2001.   int x[] = {25, 17};
  2002.   const int *foo = &x[0];
  2003.   ++foo;
  2004. }
  2005. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  2006.   typedef const int *iptr;
  2007.   iptr p = 0;
  2008.   ++p;
  2009. }
  2010. { /* AIX XL C 1.02.0.0 rejects this saying
  2011.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  2012.   struct s { int j; const int *ap[3]; };
  2013.   struct s *b; b->j = 5;
  2014. }
  2015. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  2016.   const int foo = 10;
  2017. }
  2018. ; return 0; }
  2019. EOF
  2020. if { (eval echo configure:2265: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2021.   rm -rf conftest*
  2022.   ac_cv_c_const=yes
  2023. else
  2024.   echo "configure: failed program was:" >&5
  2025.   cat conftest.$ac_ext >&5
  2026.   rm -rf conftest*
  2027.   ac_cv_c_const=no
  2028. fi
  2029. rm -f conftest*
  2030. fi
  2031. echo "$ac_t""$ac_cv_c_const" 1>&6
  2032. if test $ac_cv_c_const = no; then
  2033.   cat >> confdefs.h <<EOF
  2034. #define const 
  2035. EOF
  2036. fi
  2037. echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
  2038. echo "configure:2286: checking whether byte ordering is bigendian" >&5
  2039. if eval "test "`echo '$''{'ac_cv_c_bigendian'+set}'`" = set"; then
  2040.   echo $ac_n "(cached) $ac_c" 1>&6
  2041. else
  2042.   ac_cv_c_bigendian=unknown
  2043. # See if sys/param.h defines the BYTE_ORDER macro.
  2044. cat > conftest.$ac_ext <<EOF
  2045. #line 2293 "configure"
  2046. #include "confdefs.h"
  2047. #include <sys/types.h>
  2048. #include <sys/param.h>
  2049. int main() {
  2050. #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
  2051.  bogus endian macros
  2052. #endif
  2053. ; return 0; }
  2054. EOF
  2055. if { (eval echo configure:2304: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2056.   rm -rf conftest*
  2057.   # It does; now see whether it defined to BIG_ENDIAN or not.
  2058. cat > conftest.$ac_ext <<EOF
  2059. #line 2308 "configure"
  2060. #include "confdefs.h"
  2061. #include <sys/types.h>
  2062. #include <sys/param.h>
  2063. int main() {
  2064. #if BYTE_ORDER != BIG_ENDIAN
  2065.  not big endian
  2066. #endif
  2067. ; return 0; }
  2068. EOF
  2069. if { (eval echo configure:2319: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2070.   rm -rf conftest*
  2071.   ac_cv_c_bigendian=yes
  2072. else
  2073.   echo "configure: failed program was:" >&5
  2074.   cat conftest.$ac_ext >&5
  2075.   rm -rf conftest*
  2076.   ac_cv_c_bigendian=no
  2077. fi
  2078. rm -f conftest*
  2079. else
  2080.   echo "configure: failed program was:" >&5
  2081.   cat conftest.$ac_ext >&5
  2082. fi
  2083. rm -f conftest*
  2084. if test $ac_cv_c_bigendian = unknown; then
  2085. if test "$cross_compiling" = yes; then
  2086.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2087. else
  2088.   cat > conftest.$ac_ext <<EOF
  2089. #line 2339 "configure"
  2090. #include "confdefs.h"
  2091. main () {
  2092.   /* Are we little or big endian?  From Harbison&Steele.  */
  2093.   union
  2094.   {
  2095.     long l;
  2096.     char c[sizeof (long)];
  2097.   } u;
  2098.   u.l = 1;
  2099.   exit (u.c[sizeof (long) - 1] == 1);
  2100. }
  2101. EOF
  2102. if { (eval echo configure:2352: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2103. then
  2104.   ac_cv_c_bigendian=no
  2105. else
  2106.   echo "configure: failed program was:" >&5
  2107.   cat conftest.$ac_ext >&5
  2108.   rm -fr conftest*
  2109.   ac_cv_c_bigendian=yes
  2110. fi
  2111. rm -fr conftest*
  2112. fi
  2113. fi
  2114. fi
  2115. echo "$ac_t""$ac_cv_c_bigendian" 1>&6
  2116. if test $ac_cv_c_bigendian = yes; then
  2117.   cat >> confdefs.h <<EOF
  2118. #define WORDS_BIGENDIAN 1
  2119. EOF
  2120. fi
  2121. echo $ac_n "checking whether bitorder in bitfields is htol""... $ac_c" 1>&6
  2122. echo "configure:2376: checking whether bitorder in bitfields is htol" >&5
  2123. if eval "test "`echo '$''{'ac_cv_c_bitfields_htol'+set}'`" = set"; then
  2124.   echo $ac_n "(cached) $ac_c" 1>&6
  2125. else
  2126.   if test "$cross_compiling" = yes; then
  2127.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2128. else
  2129.   cat > conftest.$ac_ext <<EOF
  2130. #line 2384 "configure"
  2131. #include "confdefs.h"
  2132. struct {
  2133. unsigned char x1:4;
  2134. unsigned char x2:4;
  2135. } a;
  2136. main()
  2137. {
  2138. char *cp;
  2139. cp = (char *)&a;
  2140. *cp = 0x12;
  2141. exit(a.x1 == 2);}
  2142. EOF
  2143. if { (eval echo configure:2399: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2144. then
  2145.   ac_cv_c_bitfields_htol=yes
  2146. else
  2147.   echo "configure: failed program was:" >&5
  2148.   cat conftest.$ac_ext >&5
  2149.   rm -fr conftest*
  2150.   ac_cv_c_bitfields_htol=no
  2151. fi
  2152. rm -fr conftest*
  2153. fi
  2154. fi
  2155. echo "$ac_t""$ac_cv_c_bitfields_htol" 1>&6
  2156. if test $ac_cv_c_bitfields_htol = yes; then
  2157.   cat >> confdefs.h <<EOF
  2158. #define BITFIELDS_HTOL 1
  2159. EOF
  2160. fi
  2161. echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  2162. echo "configure:2421: checking return type of signal handlers" >&5
  2163. if eval "test "`echo '$''{'ac_cv_type_signal'+set}'`" = set"; then
  2164.   echo $ac_n "(cached) $ac_c" 1>&6
  2165. else
  2166.   cat > conftest.$ac_ext <<EOF
  2167. #line 2426 "configure"
  2168. #include "confdefs.h"
  2169. #include <sys/types.h>
  2170. #include <signal.h>
  2171. #ifdef signal
  2172. #undef signal
  2173. #endif
  2174. #ifdef __cplusplus
  2175. extern "C" void (*signal (int, void (*)(int)))(int);
  2176. #else
  2177. void (*signal ()) ();
  2178. #endif
  2179. int main() {
  2180. int i;
  2181. ; return 0; }
  2182. EOF
  2183. if { (eval echo configure:2443: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2184.   rm -rf conftest*
  2185.   ac_cv_type_signal=void
  2186. else
  2187.   echo "configure: failed program was:" >&5
  2188.   cat conftest.$ac_ext >&5
  2189.   rm -rf conftest*
  2190.   ac_cv_type_signal=int
  2191. fi
  2192. rm -f conftest*
  2193. fi
  2194. echo "$ac_t""$ac_cv_type_signal" 1>&6
  2195. cat >> confdefs.h <<EOF
  2196. #define RETSIGTYPE $ac_cv_type_signal
  2197. EOF
  2198. echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
  2199. echo "configure:2462: checking for uid_t in sys/types.h" >&5
  2200. if eval "test "`echo '$''{'ac_cv_type_uid_t'+set}'`" = set"; then
  2201.   echo $ac_n "(cached) $ac_c" 1>&6
  2202. else
  2203.   cat > conftest.$ac_ext <<EOF
  2204. #line 2467 "configure"
  2205. #include "confdefs.h"
  2206. #include <sys/types.h>
  2207. EOF
  2208. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2209.   egrep "uid_t" >/dev/null 2>&1; then
  2210.   rm -rf conftest*
  2211.   ac_cv_type_uid_t=yes
  2212. else
  2213.   rm -rf conftest*
  2214.   ac_cv_type_uid_t=no
  2215. fi
  2216. rm -f conftest*
  2217. fi
  2218. echo "$ac_t""$ac_cv_type_uid_t" 1>&6
  2219. if test $ac_cv_type_uid_t = no; then
  2220.   cat >> confdefs.h <<EOF
  2221. #define uid_t int
  2222. EOF
  2223.   cat >> confdefs.h <<EOF
  2224. #define gid_t int
  2225. EOF
  2226. fi
  2227. echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&6
  2228. echo "configure:2496: checking type of array argument to getgroups" >&5
  2229. if eval "test "`echo '$''{'ac_cv_type_getgroups'+set}'`" = set"; then
  2230.   echo $ac_n "(cached) $ac_c" 1>&6
  2231. else
  2232.   if test "$cross_compiling" = yes; then
  2233.   ac_cv_type_getgroups=cross
  2234. else
  2235.   cat > conftest.$ac_ext <<EOF
  2236. #line 2504 "configure"
  2237. #include "confdefs.h"
  2238. /* Thanks to Mike Rendell for this test.  */
  2239. #include <sys/types.h>
  2240. #define NGID 256
  2241. #undef MAX
  2242. #define MAX(x, y) ((x) > (y) ? (x) : (y))
  2243. main()
  2244. {
  2245.   gid_t gidset[NGID];
  2246.   int i, n;
  2247.   union { gid_t gval; long lval; }  val;
  2248.   val.lval = -1;
  2249.   for (i = 0; i < NGID; i++)
  2250.     gidset[i] = val.gval;
  2251.   n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
  2252.                  gidset);
  2253.   /* Exit non-zero if getgroups seems to require an array of ints.  This
  2254.      happens when gid_t is short but getgroups modifies an array of ints.  */
  2255.   exit ((n > 0 && gidset[n] != val.gval) ? 1 : 0);
  2256. }
  2257. EOF
  2258. if { (eval echo configure:2529: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2259. then
  2260.     ac_cv_type_getgroups=gid_t
  2261. else
  2262.   echo "configure: failed program was:" >&5
  2263.   cat conftest.$ac_ext >&5
  2264.   rm -fr conftest*
  2265.   ac_cv_type_getgroups=int
  2266. fi
  2267. rm -fr conftest*
  2268. fi
  2269. if test $ac_cv_type_getgroups = cross; then
  2270.         cat > conftest.$ac_ext <<EOF
  2271. #line 2543 "configure"
  2272. #include "confdefs.h"
  2273. #include <unistd.h>
  2274. EOF
  2275. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2276.   egrep "getgroups.*int.*gid_t" >/dev/null 2>&1; then
  2277.   rm -rf conftest*
  2278.   ac_cv_type_getgroups=gid_t
  2279. else
  2280.   rm -rf conftest*
  2281.   ac_cv_type_getgroups=int
  2282. fi
  2283. rm -f conftest*
  2284. fi
  2285. fi
  2286. echo "$ac_t""$ac_cv_type_getgroups" 1>&6
  2287. cat >> confdefs.h <<EOF
  2288. #define GETGROUPS_T $ac_cv_type_getgroups
  2289. EOF
  2290. echo $ac_n "checking for type long long""... $ac_c" 1>&6
  2291. echo "configure:2567: checking for type long long" >&5
  2292. if eval "test "`echo '$''{'ac_cv_type_longlong'+set}'`" = set"; then
  2293.   echo $ac_n "(cached) $ac_c" 1>&6
  2294. else
  2295.   cat > conftest.$ac_ext <<EOF
  2296. #line 2572 "configure"
  2297. #include "confdefs.h"
  2298. int main() {
  2299. long long i;
  2300. ; return 0; }
  2301. EOF
  2302. if { (eval echo configure:2579: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2303.   rm -rf conftest*
  2304.   ac_cv_type_longlong=yes
  2305. else
  2306.   echo "configure: failed program was:" >&5
  2307.   cat conftest.$ac_ext >&5
  2308.   rm -rf conftest*
  2309.   ac_cv_type_longlong=no
  2310. fi
  2311. rm -f conftest*
  2312. fi
  2313. echo "$ac_t""$ac_cv_type_longlong" 1>&6
  2314. if test $ac_cv_type_longlong = yes; then
  2315.   cat >> confdefs.h <<EOF
  2316. #define HAVE_LONGLONG 1
  2317. EOF
  2318. fi
  2319. echo $ac_n "checking for prototypes""... $ac_c" 1>&6
  2320. echo "configure:2599: checking for prototypes" >&5
  2321. if eval "test "`echo '$''{'ac_cv_type_prototypes'+set}'`" = set"; then
  2322.   echo $ac_n "(cached) $ac_c" 1>&6
  2323. else
  2324.   if test "$cross_compiling" = yes; then
  2325.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2326. else
  2327.   cat > conftest.$ac_ext <<EOF
  2328. #line 2607 "configure"
  2329. #include "confdefs.h"
  2330. doit(int i, ...)
  2331. {return 0;}
  2332. main(int ac, char *av[])
  2333. { doit(1, 2, 3);
  2334. exit(0);}
  2335. EOF
  2336. if { (eval echo configure:2616: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2337. then
  2338.   ac_cv_type_prototypes=yes
  2339. else
  2340.   echo "configure: failed program was:" >&5
  2341.   cat conftest.$ac_ext >&5
  2342.   rm -fr conftest*
  2343.   ac_cv_type_prototypes=no
  2344. fi
  2345. rm -fr conftest*
  2346. fi
  2347. fi
  2348. echo "$ac_t""$ac_cv_type_prototypes" 1>&6
  2349. if test $ac_cv_type_prototypes = yes; then
  2350.   cat >> confdefs.h <<EOF
  2351. #define PROTOTYPES 1
  2352. EOF
  2353. fi
  2354. echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
  2355. echo "configure:2639: checking for uid_t in sys/types.h" >&5
  2356. if eval "test "`echo '$''{'ac_cv_type_uid_t'+set}'`" = set"; then
  2357.   echo $ac_n "(cached) $ac_c" 1>&6
  2358. else
  2359.   cat > conftest.$ac_ext <<EOF
  2360. #line 2644 "configure"
  2361. #include "confdefs.h"
  2362. #include <sys/types.h>
  2363. EOF
  2364. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2365.   egrep "uid_t" >/dev/null 2>&1; then
  2366.   rm -rf conftest*
  2367.   ac_cv_type_uid_t=yes
  2368. else
  2369.   rm -rf conftest*
  2370.   ac_cv_type_uid_t=no
  2371. fi
  2372. rm -f conftest*
  2373. fi
  2374. echo "$ac_t""$ac_cv_type_uid_t" 1>&6
  2375. if test $ac_cv_type_uid_t = no; then
  2376.   cat >> confdefs.h <<EOF
  2377. #define uid_t int
  2378. EOF
  2379.   cat >> confdefs.h <<EOF
  2380. #define gid_t int
  2381. EOF
  2382. fi
  2383. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  2384. echo "configure:2673: checking for size_t" >&5
  2385. if eval "test "`echo '$''{'ac_cv_type_size_t'+set}'`" = set"; then
  2386.   echo $ac_n "(cached) $ac_c" 1>&6
  2387. else
  2388.   cat > conftest.$ac_ext <<EOF
  2389. #line 2678 "configure"
  2390. #include "confdefs.h"
  2391. #include <sys/types.h>
  2392. #if STDC_HEADERS
  2393. #include <stdlib.h>
  2394. #include <stddef.h>
  2395. #endif
  2396. EOF
  2397. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2398.   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2399.   rm -rf conftest*
  2400.   ac_cv_type_size_t=yes
  2401. else
  2402.   rm -rf conftest*
  2403.   ac_cv_type_size_t=no
  2404. fi
  2405. rm -f conftest*
  2406. fi
  2407. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  2408. if test $ac_cv_type_size_t = no; then
  2409.   cat >> confdefs.h <<EOF
  2410. #define size_t unsigned
  2411. EOF
  2412. fi
  2413. echo $ac_n "checking for pid_t""... $ac_c" 1>&6
  2414. echo "configure:2706: checking for pid_t" >&5
  2415. if eval "test "`echo '$''{'ac_cv_type_pid_t'+set}'`" = set"; then
  2416.   echo $ac_n "(cached) $ac_c" 1>&6
  2417. else
  2418.   cat > conftest.$ac_ext <<EOF
  2419. #line 2711 "configure"
  2420. #include "confdefs.h"
  2421. #include <sys/types.h>
  2422. #if STDC_HEADERS
  2423. #include <stdlib.h>
  2424. #include <stddef.h>
  2425. #endif
  2426. EOF
  2427. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2428.   egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2429.   rm -rf conftest*
  2430.   ac_cv_type_pid_t=yes
  2431. else
  2432.   rm -rf conftest*
  2433.   ac_cv_type_pid_t=no
  2434. fi
  2435. rm -f conftest*
  2436. fi
  2437. echo "$ac_t""$ac_cv_type_pid_t" 1>&6
  2438. if test $ac_cv_type_pid_t = no; then
  2439.   cat >> confdefs.h <<EOF
  2440. #define pid_t int
  2441. EOF
  2442. fi
  2443. echo $ac_n "checking for off_t""... $ac_c" 1>&6
  2444. echo "configure:2739: checking for off_t" >&5
  2445. if eval "test "`echo '$''{'ac_cv_type_off_t'+set}'`" = set"; then
  2446.   echo $ac_n "(cached) $ac_c" 1>&6
  2447. else
  2448.   cat > conftest.$ac_ext <<EOF
  2449. #line 2744 "configure"
  2450. #include "confdefs.h"
  2451. #include <sys/types.h>
  2452. #if STDC_HEADERS
  2453. #include <stdlib.h>
  2454. #include <stddef.h>
  2455. #endif
  2456. EOF
  2457. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2458.   egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2459.   rm -rf conftest*
  2460.   ac_cv_type_off_t=yes
  2461. else
  2462.   rm -rf conftest*
  2463.   ac_cv_type_off_t=no
  2464. fi
  2465. rm -f conftest*
  2466. fi
  2467. echo "$ac_t""$ac_cv_type_off_t" 1>&6
  2468. if test $ac_cv_type_off_t = no; then
  2469.   cat >> confdefs.h <<EOF
  2470. #define off_t long
  2471. EOF
  2472. fi
  2473. echo $ac_n "checking for mode_t""... $ac_c" 1>&6
  2474. echo "configure:2772: checking for mode_t" >&5
  2475. if eval "test "`echo '$''{'ac_cv_type_mode_t'+set}'`" = set"; then
  2476.   echo $ac_n "(cached) $ac_c" 1>&6
  2477. else
  2478.   cat > conftest.$ac_ext <<EOF
  2479. #line 2777 "configure"
  2480. #include "confdefs.h"
  2481. #include <sys/types.h>
  2482. #if STDC_HEADERS
  2483. #include <stdlib.h>
  2484. #include <stddef.h>
  2485. #endif
  2486. EOF
  2487. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2488.   egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2489.   rm -rf conftest*
  2490.   ac_cv_type_mode_t=yes
  2491. else
  2492.   rm -rf conftest*
  2493.   ac_cv_type_mode_t=no
  2494. fi
  2495. rm -f conftest*
  2496. fi
  2497. echo "$ac_t""$ac_cv_type_mode_t" 1>&6
  2498. if test $ac_cv_type_mode_t = no; then
  2499.   cat >> confdefs.h <<EOF
  2500. #define mode_t int
  2501. EOF
  2502. fi
  2503. echo $ac_n "checking size of char""... $ac_c" 1>&6
  2504. echo "configure:2806: checking size of char" >&5
  2505. if eval "test "`echo '$''{'ac_cv_sizeof_char'+set}'`" = set"; then
  2506.   echo $ac_n "(cached) $ac_c" 1>&6
  2507. else
  2508.   if test "$cross_compiling" = yes; then
  2509.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2510. else
  2511.   cat > conftest.$ac_ext <<EOF
  2512. #line 2814 "configure"
  2513. #include "confdefs.h"
  2514. #include <stdio.h>
  2515. main()
  2516. {
  2517.   FILE *f=fopen("conftestval", "w");
  2518.   if (!f) exit(1);
  2519.   fprintf(f, "%dn", sizeof(char));
  2520.   exit(0);
  2521. }
  2522. EOF
  2523. if { (eval echo configure:2825: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2524. then
  2525.   ac_cv_sizeof_char=`cat conftestval`
  2526. else
  2527.   echo "configure: failed program was:" >&5
  2528.   cat conftest.$ac_ext >&5
  2529.   rm -fr conftest*
  2530.   ac_cv_sizeof_char=0
  2531. fi
  2532. rm -fr conftest*
  2533. fi
  2534. fi
  2535. echo "$ac_t""$ac_cv_sizeof_char" 1>&6
  2536. cat >> confdefs.h <<EOF
  2537. #define SIZEOF_CHAR $ac_cv_sizeof_char
  2538. EOF
  2539. echo $ac_n "checking size of short int""... $ac_c" 1>&6
  2540. echo "configure:2845: checking size of short int" >&5
  2541. if eval "test "`echo '$''{'ac_cv_sizeof_short_int'+set}'`" = set"; then
  2542.   echo $ac_n "(cached) $ac_c" 1>&6
  2543. else
  2544.   if test "$cross_compiling" = yes; then
  2545.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2546. else
  2547.   cat > conftest.$ac_ext <<EOF
  2548. #line 2853 "configure"
  2549. #include "confdefs.h"
  2550. #include <stdio.h>
  2551. main()
  2552. {
  2553.   FILE *f=fopen("conftestval", "w");
  2554.   if (!f) exit(1);
  2555.   fprintf(f, "%dn", sizeof(short int));
  2556.   exit(0);
  2557. }
  2558. EOF
  2559. if { (eval echo configure:2864: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2560. then
  2561.   ac_cv_sizeof_short_int=`cat conftestval`
  2562. else
  2563.   echo "configure: failed program was:" >&5
  2564.   cat conftest.$ac_ext >&5
  2565.   rm -fr conftest*
  2566.   ac_cv_sizeof_short_int=0
  2567. fi
  2568. rm -fr conftest*
  2569. fi
  2570. fi
  2571. echo "$ac_t""$ac_cv_sizeof_short_int" 1>&6
  2572. cat >> confdefs.h <<EOF
  2573. #define SIZEOF_SHORT_INT $ac_cv_sizeof_short_int
  2574. EOF
  2575. echo $ac_n "checking size of int""... $ac_c" 1>&6
  2576. echo "configure:2884: checking size of int" >&5
  2577. if eval "test "`echo '$''{'ac_cv_sizeof_int'+set}'`" = set"; then
  2578.   echo $ac_n "(cached) $ac_c" 1>&6
  2579. else
  2580.   if test "$cross_compiling" = yes; then
  2581.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2582. else
  2583.   cat > conftest.$ac_ext <<EOF
  2584. #line 2892 "configure"
  2585. #include "confdefs.h"
  2586. #include <stdio.h>
  2587. main()
  2588. {
  2589.   FILE *f=fopen("conftestval", "w");
  2590.   if (!f) exit(1);
  2591.   fprintf(f, "%dn", sizeof(int));
  2592.   exit(0);
  2593. }
  2594. EOF
  2595. if { (eval echo configure:2903: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2596. then
  2597.   ac_cv_sizeof_int=`cat conftestval`
  2598. else
  2599.   echo "configure: failed program was:" >&5
  2600.   cat conftest.$ac_ext >&5
  2601.   rm -fr conftest*
  2602.   ac_cv_sizeof_int=0
  2603. fi
  2604. rm -fr conftest*
  2605. fi
  2606. fi
  2607. echo "$ac_t""$ac_cv_sizeof_int" 1>&6
  2608. cat >> confdefs.h <<EOF
  2609. #define SIZEOF_INT $ac_cv_sizeof_int
  2610. EOF
  2611. echo $ac_n "checking size of long int""... $ac_c" 1>&6
  2612. echo "configure:2923: checking size of long int" >&5
  2613. if eval "test "`echo '$''{'ac_cv_sizeof_long_int'+set}'`" = set"; then
  2614.   echo $ac_n "(cached) $ac_c" 1>&6
  2615. else
  2616.   if test "$cross_compiling" = yes; then
  2617.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2618. else
  2619.   cat > conftest.$ac_ext <<EOF
  2620. #line 2931 "configure"
  2621. #include "confdefs.h"
  2622. #include <stdio.h>
  2623. main()
  2624. {
  2625.   FILE *f=fopen("conftestval", "w");
  2626.   if (!f) exit(1);
  2627.   fprintf(f, "%dn", sizeof(long int));
  2628.   exit(0);
  2629. }
  2630. EOF
  2631. if { (eval echo configure:2942: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2632. then
  2633.   ac_cv_sizeof_long_int=`cat conftestval`
  2634. else
  2635.   echo "configure: failed program was:" >&5
  2636.   cat conftest.$ac_ext >&5
  2637.   rm -fr conftest*
  2638.   ac_cv_sizeof_long_int=0
  2639. fi
  2640. rm -fr conftest*
  2641. fi
  2642. fi
  2643. echo "$ac_t""$ac_cv_sizeof_long_int" 1>&6
  2644. cat >> confdefs.h <<EOF
  2645. #define SIZEOF_LONG_INT $ac_cv_sizeof_long_int
  2646. EOF
  2647. echo $ac_n "checking size of long long""... $ac_c" 1>&6
  2648. echo "configure:2962: checking size of long long" >&5
  2649. if eval "test "`echo '$''{'ac_cv_sizeof_long_long'+set}'`" = set"; then
  2650.   echo $ac_n "(cached) $ac_c" 1>&6
  2651. else
  2652.   if test "$cross_compiling" = yes; then
  2653.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2654. else
  2655.   cat > conftest.$ac_ext <<EOF
  2656. #line 2970 "configure"
  2657. #include "confdefs.h"
  2658. #include <stdio.h>
  2659. main()
  2660. {
  2661.   FILE *f=fopen("conftestval", "w");
  2662.   if (!f) exit(1);
  2663.   fprintf(f, "%dn", sizeof(long long));
  2664.   exit(0);
  2665. }
  2666. EOF
  2667. if { (eval echo configure:2981: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2668. then
  2669.   ac_cv_sizeof_long_long=`cat conftestval`
  2670. else
  2671.   echo "configure: failed program was:" >&5
  2672.   cat conftest.$ac_ext >&5
  2673.   rm -fr conftest*
  2674.   ac_cv_sizeof_long_long=0
  2675. fi
  2676. rm -fr conftest*
  2677. fi
  2678. fi
  2679. echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
  2680. cat >> confdefs.h <<EOF
  2681. #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
  2682. EOF
  2683. echo $ac_n "checking size of char *""... $ac_c" 1>&6
  2684. echo "configure:3001: checking size of char *" >&5
  2685. if eval "test "`echo '$''{'ac_cv_sizeof_char_p'+set}'`" = set"; then
  2686.   echo $ac_n "(cached) $ac_c" 1>&6
  2687. else
  2688.   if test "$cross_compiling" = yes; then
  2689.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2690. else
  2691.   cat > conftest.$ac_ext <<EOF
  2692. #line 3009 "configure"
  2693. #include "confdefs.h"
  2694. #include <stdio.h>
  2695. main()
  2696. {
  2697.   FILE *f=fopen("conftestval", "w");
  2698.   if (!f) exit(1);
  2699.   fprintf(f, "%dn", sizeof(char *));
  2700.   exit(0);
  2701. }
  2702. EOF
  2703. if { (eval echo configure:3020: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2704. then
  2705.   ac_cv_sizeof_char_p=`cat conftestval`
  2706. else
  2707.   echo "configure: failed program was:" >&5
  2708.   cat conftest.$ac_ext >&5
  2709.   rm -fr conftest*
  2710.   ac_cv_sizeof_char_p=0
  2711. fi
  2712. rm -fr conftest*
  2713. fi
  2714. fi
  2715. echo "$ac_t""$ac_cv_sizeof_char_p" 1>&6
  2716. cat >> confdefs.h <<EOF
  2717. #define SIZEOF_CHAR_P $ac_cv_sizeof_char_p
  2718. EOF
  2719. echo $ac_n "checking size of unsigned char""... $ac_c" 1>&6
  2720. echo "configure:3041: checking size of unsigned char" >&5
  2721. if eval "test "`echo '$''{'ac_cv_sizeof_unsigned_char'+set}'`" = set"; then
  2722.   echo $ac_n "(cached) $ac_c" 1>&6
  2723. else
  2724.   if test "$cross_compiling" = yes; then
  2725.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2726. else
  2727.   cat > conftest.$ac_ext <<EOF
  2728. #line 3049 "configure"
  2729. #include "confdefs.h"
  2730. #include <stdio.h>
  2731. main()
  2732. {
  2733.   FILE *f=fopen("conftestval", "w");
  2734.   if (!f) exit(1);
  2735.   fprintf(f, "%dn", sizeof(unsigned char));
  2736.   exit(0);
  2737. }
  2738. EOF
  2739. if { (eval echo configure:3060: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2740. then
  2741.   ac_cv_sizeof_unsigned_char=`cat conftestval`
  2742. else
  2743.   echo "configure: failed program was:" >&5
  2744.   cat conftest.$ac_ext >&5
  2745.   rm -fr conftest*
  2746.   ac_cv_sizeof_unsigned_char=0
  2747. fi
  2748. rm -fr conftest*
  2749. fi
  2750. fi
  2751. echo "$ac_t""$ac_cv_sizeof_unsigned_char" 1>&6
  2752. cat >> confdefs.h <<EOF
  2753. #define SIZEOF_UNSIGNED_CHAR $ac_cv_sizeof_unsigned_char
  2754. EOF
  2755. echo $ac_n "checking size of unsigned short int""... $ac_c" 1>&6
  2756. echo "configure:3080: checking size of unsigned short int" >&5
  2757. if eval "test "`echo '$''{'ac_cv_sizeof_unsigned_short_int'+set}'`" = set"; then
  2758.   echo $ac_n "(cached) $ac_c" 1>&6
  2759. else
  2760.   if test "$cross_compiling" = yes; then
  2761.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2762. else
  2763.   cat > conftest.$ac_ext <<EOF
  2764. #line 3088 "configure"
  2765. #include "confdefs.h"
  2766. #include <stdio.h>
  2767. main()
  2768. {
  2769.   FILE *f=fopen("conftestval", "w");
  2770.   if (!f) exit(1);
  2771.   fprintf(f, "%dn", sizeof(unsigned short int));
  2772.   exit(0);
  2773. }
  2774. EOF
  2775. if { (eval echo configure:3099: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2776. then
  2777.   ac_cv_sizeof_unsigned_short_int=`cat conftestval`
  2778. else
  2779.   echo "configure: failed program was:" >&5
  2780.   cat conftest.$ac_ext >&5
  2781.   rm -fr conftest*
  2782.   ac_cv_sizeof_unsigned_short_int=0
  2783. fi
  2784. rm -fr conftest*
  2785. fi
  2786. fi
  2787. echo "$ac_t""$ac_cv_sizeof_unsigned_short_int" 1>&6
  2788. cat >> confdefs.h <<EOF
  2789. #define SIZEOF_UNSIGNED_SHORT_INT $ac_cv_sizeof_unsigned_short_int
  2790. EOF
  2791. echo $ac_n "checking size of unsigned int""... $ac_c" 1>&6
  2792. echo "configure:3119: checking size of unsigned int" >&5
  2793. if eval "test "`echo '$''{'ac_cv_sizeof_unsigned_int'+set}'`" = set"; then
  2794.   echo $ac_n "(cached) $ac_c" 1>&6
  2795. else
  2796.   if test "$cross_compiling" = yes; then
  2797.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2798. else
  2799.   cat > conftest.$ac_ext <<EOF
  2800. #line 3127 "configure"