configure
上传用户:weiliju62
上传日期:2007-01-06
资源大小:619k
文件大小:158k
源码类别:

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:620: 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 how to run the C preprocessor""... $ac_c" 1>&6
  503. echo "configure:642: checking how to run the C preprocessor" >&5
  504. # On Suns, sometimes $CPP names a directory.
  505. if test -n "$CPP" && test -d "$CPP"; then
  506.   CPP=
  507. fi
  508. if test -z "$CPP"; then
  509. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  510.   echo $ac_n "(cached) $ac_c" 1>&6
  511. else
  512.     # This must be in double quotes, not single quotes, because CPP may get
  513.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  514.   CPP="${CC-cc} -E"
  515.   # On the NeXT, cc -E runs the code through the compiler's parser,
  516.   # not just through cpp.
  517.   cat > conftest.$ac_ext <<EOF
  518. #line 657 "configure"
  519. #include "confdefs.h"
  520. #include <assert.h>
  521. Syntax Error
  522. EOF
  523. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  524. { (eval echo configure:663: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  525. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  526. if test -z "$ac_err"; then
  527.   :
  528. else
  529.   echo "$ac_err" >&5
  530.   echo "configure: failed program was:" >&5
  531.   cat conftest.$ac_ext >&5
  532.   rm -rf conftest*
  533.   CPP="${CC-cc} -E -traditional-cpp"
  534.   cat > conftest.$ac_ext <<EOF
  535. #line 674 "configure"
  536. #include "confdefs.h"
  537. #include <assert.h>
  538. Syntax Error
  539. EOF
  540. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  541. { (eval echo configure:680: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  542. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  543. if test -z "$ac_err"; then
  544.   :
  545. else
  546.   echo "$ac_err" >&5
  547.   echo "configure: failed program was:" >&5
  548.   cat conftest.$ac_ext >&5
  549.   rm -rf conftest*
  550.   CPP="${CC-cc} -nologo -E"
  551.   cat > conftest.$ac_ext <<EOF
  552. #line 691 "configure"
  553. #include "confdefs.h"
  554. #include <assert.h>
  555. Syntax Error
  556. EOF
  557. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  558. { (eval echo configure:697: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  559. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  560. if test -z "$ac_err"; then
  561.   :
  562. else
  563.   echo "$ac_err" >&5
  564.   echo "configure: failed program was:" >&5
  565.   cat conftest.$ac_ext >&5
  566.   rm -rf conftest*
  567.   CPP=/lib/cpp
  568. fi
  569. rm -f conftest*
  570. fi
  571. rm -f conftest*
  572. fi
  573. rm -f conftest*
  574.   ac_cv_prog_CPP="$CPP"
  575. fi
  576.   CPP="$ac_cv_prog_CPP"
  577. else
  578.   ac_cv_prog_CPP="$CPP"
  579. fi
  580. echo "$ac_t""$CPP" 1>&6
  581. # Extract the first word of "ranlib", so it can be a program name with args.
  582. set dummy ranlib; ac_word=$2
  583. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  584. echo "configure:724: checking for $ac_word" >&5
  585. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  586.   echo $ac_n "(cached) $ac_c" 1>&6
  587. else
  588.   if test -n "$RANLIB"; then
  589.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  590. else
  591.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  592.   ac_dummy="$PATH"
  593.   for ac_dir in $ac_dummy; do
  594.     test -z "$ac_dir" && ac_dir=.
  595.     if test -f $ac_dir/$ac_word; then
  596.       ac_cv_prog_RANLIB="ranlib"
  597.       break
  598.     fi
  599.   done
  600.   IFS="$ac_save_ifs"
  601.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  602. fi
  603. fi
  604. RANLIB="$ac_cv_prog_RANLIB"
  605. if test -n "$RANLIB"; then
  606.   echo "$ac_t""$RANLIB" 1>&6
  607. else
  608.   echo "$ac_t""no" 1>&6
  609. fi
  610. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  611. echo "configure:752: checking whether ${MAKE-make} sets ${MAKE}" >&5
  612. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  613. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  614.   echo $ac_n "(cached) $ac_c" 1>&6
  615. else
  616.   cat > conftestmake <<EOF
  617. all:
  618. @echo 'ac_maketemp="${MAKE}"'
  619. EOF
  620. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  621. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  622. if test -n "$ac_maketemp"; then
  623.   eval ac_cv_prog_make_${ac_make}_set=yes
  624. else
  625.   eval ac_cv_prog_make_${ac_make}_set=no
  626. fi
  627. rm -f conftestmake
  628. fi
  629. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  630.   echo "$ac_t""yes" 1>&6
  631.   SET_MAKE=
  632. else
  633.   echo "$ac_t""no" 1>&6
  634.   SET_MAKE="MAKE=${MAKE-make}"
  635. fi
  636. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  637. echo "configure:780: checking for ANSI C header files" >&5
  638. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  639.   echo $ac_n "(cached) $ac_c" 1>&6
  640. else
  641.   cat > conftest.$ac_ext <<EOF
  642. #line 785 "configure"
  643. #include "confdefs.h"
  644. #include <stdlib.h>
  645. #include <stdarg.h>
  646. #include <string.h>
  647. #include <float.h>
  648. EOF
  649. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  650. { (eval echo configure:793: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  651. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  652. if test -z "$ac_err"; then
  653.   rm -rf conftest*
  654.   ac_cv_header_stdc=yes
  655. else
  656.   echo "$ac_err" >&5
  657.   echo "configure: failed program was:" >&5
  658.   cat conftest.$ac_ext >&5
  659.   rm -rf conftest*
  660.   ac_cv_header_stdc=no
  661. fi
  662. rm -f conftest*
  663. if test $ac_cv_header_stdc = yes; then
  664.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  665. cat > conftest.$ac_ext <<EOF
  666. #line 810 "configure"
  667. #include "confdefs.h"
  668. #include <string.h>
  669. EOF
  670. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  671.   egrep "memchr" >/dev/null 2>&1; then
  672.   :
  673. else
  674.   rm -rf conftest*
  675.   ac_cv_header_stdc=no
  676. fi
  677. rm -f conftest*
  678. fi
  679. if test $ac_cv_header_stdc = yes; then
  680.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  681. cat > conftest.$ac_ext <<EOF
  682. #line 828 "configure"
  683. #include "confdefs.h"
  684. #include <stdlib.h>
  685. EOF
  686. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  687.   egrep "free" >/dev/null 2>&1; then
  688.   :
  689. else
  690.   rm -rf conftest*
  691.   ac_cv_header_stdc=no
  692. fi
  693. rm -f conftest*
  694. fi
  695. if test $ac_cv_header_stdc = yes; then
  696.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  697. if test "$cross_compiling" = yes; then
  698.   :
  699. else
  700.   cat > conftest.$ac_ext <<EOF
  701. #line 849 "configure"
  702. #include "confdefs.h"
  703. #include <ctype.h>
  704. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  705. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  706. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  707. int main () { int i; for (i = 0; i < 256; i++)
  708. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  709. exit (0); }
  710. EOF
  711. if { (eval echo configure:860: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  712. then
  713.   :
  714. else
  715.   echo "configure: failed program was:" >&5
  716.   cat conftest.$ac_ext >&5
  717.   rm -fr conftest*
  718.   ac_cv_header_stdc=no
  719. fi
  720. rm -fr conftest*
  721. fi
  722. fi
  723. fi
  724. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  725. if test $ac_cv_header_stdc = yes; then
  726.   cat >> confdefs.h <<EOF
  727. #define STDC_HEADERS 1
  728. EOF
  729. fi
  730. echo $ac_n "checking for UNIX-98 compliant inttypes.h""... $ac_c" 1>&6
  731. echo "configure:884: checking for UNIX-98 compliant inttypes.h" >&5
  732. if eval "test "`echo '$''{'ac_cv_header_inttypes'+set}'`" = set"; then
  733.   echo $ac_n "(cached) $ac_c" 1>&6
  734. else
  735.   cat > conftest.$ac_ext <<EOF
  736. #line 889 "configure"
  737. #include "confdefs.h"
  738. #include <inttypes.h>
  739. int main() {
  740. int8_t c; uint8_t uc; int16_t s; uint16_t us; int32_t i; uint32_t ui;
  741. int64_t ll; uint64_t ull;
  742. intptr_t ip; uintptr_t uip;
  743. ; return 0; }
  744. EOF
  745. if { (eval echo configure:898: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  746.   rm -rf conftest*
  747.   ac_cv_header_inttypes=yes
  748. else
  749.   echo "configure: failed program was:" >&5
  750.   cat conftest.$ac_ext >&5
  751.   rm -rf conftest*
  752.   ac_cv_header_inttypes=no
  753. fi
  754. rm -f conftest*
  755. fi
  756. echo "$ac_t""$ac_cv_header_inttypes" 1>&6
  757. if test $ac_cv_header_inttypes = yes; then
  758.   cat >> confdefs.h <<EOF
  759. #define HAVE_INTTYPES_H 1
  760. EOF
  761. fi
  762. ac_header_dirent=no
  763. for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  764. do
  765. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  766. echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
  767. echo "configure:922: checking for $ac_hdr that defines DIR" >&5
  768. if eval "test "`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`" = set"; then
  769.   echo $ac_n "(cached) $ac_c" 1>&6
  770. else
  771.   cat > conftest.$ac_ext <<EOF
  772. #line 927 "configure"
  773. #include "confdefs.h"
  774. #include <sys/types.h>
  775. #include <$ac_hdr>
  776. int main() {
  777. DIR *dirp = 0;
  778. ; return 0; }
  779. EOF
  780. if { (eval echo configure:935: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  781.   rm -rf conftest*
  782.   eval "ac_cv_header_dirent_$ac_safe=yes"
  783. else
  784.   echo "configure: failed program was:" >&5
  785.   cat conftest.$ac_ext >&5
  786.   rm -rf conftest*
  787.   eval "ac_cv_header_dirent_$ac_safe=no"
  788. fi
  789. rm -f conftest*
  790. fi
  791. if eval "test "`echo '$ac_cv_header_dirent_'$ac_safe`" = yes"; then
  792.   echo "$ac_t""yes" 1>&6
  793.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  794.   cat >> confdefs.h <<EOF
  795. #define $ac_tr_hdr 1
  796. EOF
  797.  ac_header_dirent=$ac_hdr; break
  798. else
  799.   echo "$ac_t""no" 1>&6
  800. fi
  801. done
  802. # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  803. if test $ac_header_dirent = dirent.h; then
  804. echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
  805. echo "configure:960: checking for opendir in -ldir" >&5
  806. ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
  807. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  808.   echo $ac_n "(cached) $ac_c" 1>&6
  809. else
  810.   ac_save_LIBS="$LIBS"
  811. LIBS="-ldir  $LIBS"
  812. cat > conftest.$ac_ext <<EOF
  813. #line 968 "configure"
  814. #include "confdefs.h"
  815. /* Override any gcc2 internal prototype to avoid an error.  */
  816. /* We use char because int might match the return type of a gcc2
  817.     builtin and then its argument prototype would still apply.  */
  818. char opendir();
  819. int main() {
  820. opendir()
  821. ; return 0; }
  822. EOF
  823. if { (eval echo configure:979: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  824.   rm -rf conftest*
  825.   eval "ac_cv_lib_$ac_lib_var=yes"
  826. else
  827.   echo "configure: failed program was:" >&5
  828.   cat conftest.$ac_ext >&5
  829.   rm -rf conftest*
  830.   eval "ac_cv_lib_$ac_lib_var=no"
  831. fi
  832. rm -f conftest*
  833. LIBS="$ac_save_LIBS"
  834. fi
  835. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  836.   echo "$ac_t""yes" 1>&6
  837.   LIBS="$LIBS -ldir"
  838. else
  839.   echo "$ac_t""no" 1>&6
  840. fi
  841. else
  842. echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
  843. echo "configure:1001: checking for opendir in -lx" >&5
  844. ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
  845. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  846.   echo $ac_n "(cached) $ac_c" 1>&6
  847. else
  848.   ac_save_LIBS="$LIBS"
  849. LIBS="-lx  $LIBS"
  850. cat > conftest.$ac_ext <<EOF
  851. #line 1009 "configure"
  852. #include "confdefs.h"
  853. /* Override any gcc2 internal prototype to avoid an error.  */
  854. /* We use char because int might match the return type of a gcc2
  855.     builtin and then its argument prototype would still apply.  */
  856. char opendir();
  857. int main() {
  858. opendir()
  859. ; return 0; }
  860. EOF
  861. if { (eval echo configure:1020: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  862.   rm -rf conftest*
  863.   eval "ac_cv_lib_$ac_lib_var=yes"
  864. else
  865.   echo "configure: failed program was:" >&5
  866.   cat conftest.$ac_ext >&5
  867.   rm -rf conftest*
  868.   eval "ac_cv_lib_$ac_lib_var=no"
  869. fi
  870. rm -f conftest*
  871. LIBS="$ac_save_LIBS"
  872. fi
  873. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  874.   echo "$ac_t""yes" 1>&6
  875.   LIBS="$LIBS -lx"
  876. else
  877.   echo "$ac_t""no" 1>&6
  878. fi
  879. fi
  880. echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
  881. echo "configure:1043: checking whether stat file-mode macros are broken" >&5
  882. if eval "test "`echo '$''{'ac_cv_header_stat_broken'+set}'`" = set"; then
  883.   echo $ac_n "(cached) $ac_c" 1>&6
  884. else
  885.   cat > conftest.$ac_ext <<EOF
  886. #line 1048 "configure"
  887. #include "confdefs.h"
  888. #include <sys/types.h>
  889. #include <sys/stat.h>
  890. #if defined(S_ISBLK) && defined(S_IFDIR)
  891. # if S_ISBLK (S_IFDIR)
  892. You lose.
  893. # endif
  894. #endif
  895. #if defined(S_ISBLK) && defined(S_IFCHR)
  896. # if S_ISBLK (S_IFCHR)
  897. You lose.
  898. # endif
  899. #endif
  900. #if defined(S_ISLNK) && defined(S_IFREG)
  901. # if S_ISLNK (S_IFREG)
  902. You lose.
  903. # endif
  904. #endif
  905. #if defined(S_ISSOCK) && defined(S_IFREG)
  906. # if S_ISSOCK (S_IFREG)
  907. You lose.
  908. # endif
  909. #endif
  910. EOF
  911. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  912.   egrep "You lose" >/dev/null 2>&1; then
  913.   rm -rf conftest*
  914.   ac_cv_header_stat_broken=yes
  915. else
  916.   rm -rf conftest*
  917.   ac_cv_header_stat_broken=no
  918. fi
  919. rm -f conftest*
  920. fi
  921. echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
  922. if test $ac_cv_header_stat_broken = yes; then
  923.   cat >> confdefs.h <<EOF
  924. #define STAT_MACROS_BROKEN 1
  925. EOF
  926. fi
  927. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  928. echo "configure:1099: checking whether time.h and sys/time.h may both be included" >&5
  929. if eval "test "`echo '$''{'ac_cv_header_time'+set}'`" = set"; then
  930.   echo $ac_n "(cached) $ac_c" 1>&6
  931. else
  932.   cat > conftest.$ac_ext <<EOF
  933. #line 1104 "configure"
  934. #include "confdefs.h"
  935. #include <sys/types.h>
  936. #include <sys/time.h>
  937. #include <time.h>
  938. int main() {
  939. struct tm *tp;
  940. ; return 0; }
  941. EOF
  942. if { (eval echo configure:1113: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  943.   rm -rf conftest*
  944.   ac_cv_header_time=yes
  945. else
  946.   echo "configure: failed program was:" >&5
  947.   cat conftest.$ac_ext >&5
  948.   rm -rf conftest*
  949.   ac_cv_header_time=no
  950. fi
  951. rm -f conftest*
  952. fi
  953. echo "$ac_t""$ac_cv_header_time" 1>&6
  954. if test $ac_cv_header_time = yes; then
  955.   cat >> confdefs.h <<EOF
  956. #define TIME_WITH_SYS_TIME 1
  957. EOF
  958. fi
  959. echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
  960. echo "configure:1134: checking for sys/wait.h that is POSIX.1 compatible" >&5
  961. if eval "test "`echo '$''{'ac_cv_header_sys_wait_h'+set}'`" = set"; then
  962.   echo $ac_n "(cached) $ac_c" 1>&6
  963. else
  964.   cat > conftest.$ac_ext <<EOF
  965. #line 1139 "configure"
  966. #include "confdefs.h"
  967. #include <sys/types.h>
  968. #include <sys/wait.h>
  969. #ifndef WEXITSTATUS
  970. #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
  971. #endif
  972. #ifndef WIFEXITED
  973. #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
  974. #endif
  975. int main() {
  976. int s;
  977. wait (&s);
  978. s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  979. ; return 0; }
  980. EOF
  981. if { (eval echo configure:1155: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  982.   rm -rf conftest*
  983.   ac_cv_header_sys_wait_h=yes
  984. else
  985.   echo "configure: failed program was:" >&5
  986.   cat conftest.$ac_ext >&5
  987.   rm -rf conftest*
  988.   ac_cv_header_sys_wait_h=no
  989. fi
  990. rm -f conftest*
  991. fi
  992. echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
  993. if test $ac_cv_header_sys_wait_h = yes; then
  994.   cat >> confdefs.h <<EOF
  995. #define HAVE_SYS_WAIT_H 1
  996. EOF
  997. fi
  998. for ac_hdr in stdarg.h stdlib.h string.h strings.h unistd.h fcntl.h
  999. do
  1000. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1001. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1002. echo "configure:1179: checking for $ac_hdr" >&5
  1003. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1004.   echo $ac_n "(cached) $ac_c" 1>&6
  1005. else
  1006.   cat > conftest.$ac_ext <<EOF
  1007. #line 1184 "configure"
  1008. #include "confdefs.h"
  1009. #include <$ac_hdr>
  1010. EOF
  1011. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1012. { (eval echo configure:1189: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1013. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1014. if test -z "$ac_err"; then
  1015.   rm -rf conftest*
  1016.   eval "ac_cv_header_$ac_safe=yes"
  1017. else
  1018.   echo "$ac_err" >&5
  1019.   echo "configure: failed program was:" >&5
  1020.   cat conftest.$ac_ext >&5
  1021.   rm -rf conftest*
  1022.   eval "ac_cv_header_$ac_safe=no"
  1023. fi
  1024. rm -f conftest*
  1025. fi
  1026. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1027.   echo "$ac_t""yes" 1>&6
  1028.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1029.   cat >> confdefs.h <<EOF
  1030. #define $ac_tr_hdr 1
  1031. EOF
  1032.  
  1033. else
  1034.   echo "$ac_t""no" 1>&6
  1035. fi
  1036. done
  1037. for ac_hdr in limits.h
  1038. do
  1039. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1040. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1041. echo "configure:1219: checking for $ac_hdr" >&5
  1042. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1043.   echo $ac_n "(cached) $ac_c" 1>&6
  1044. else
  1045.   cat > conftest.$ac_ext <<EOF
  1046. #line 1224 "configure"
  1047. #include "confdefs.h"
  1048. #include <$ac_hdr>
  1049. EOF
  1050. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1051. { (eval echo configure:1229: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1052. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1053. if test -z "$ac_err"; then
  1054.   rm -rf conftest*
  1055.   eval "ac_cv_header_$ac_safe=yes"
  1056. else
  1057.   echo "$ac_err" >&5
  1058.   echo "configure: failed program was:" >&5
  1059.   cat conftest.$ac_ext >&5
  1060.   rm -rf conftest*
  1061.   eval "ac_cv_header_$ac_safe=no"
  1062. fi
  1063. rm -f conftest*
  1064. fi
  1065. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1066.   echo "$ac_t""yes" 1>&6
  1067.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1068.   cat >> confdefs.h <<EOF
  1069. #define $ac_tr_hdr 1
  1070. EOF
  1071.  
  1072. else
  1073.   echo "$ac_t""no" 1>&6
  1074. fi
  1075. done
  1076. for ac_hdr in a.out.h aouthdr.h elf.h
  1077. do
  1078. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1079. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1080. echo "configure:1259: checking for $ac_hdr" >&5
  1081. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1082.   echo $ac_n "(cached) $ac_c" 1>&6
  1083. else
  1084.   cat > conftest.$ac_ext <<EOF
  1085. #line 1264 "configure"
  1086. #include "confdefs.h"
  1087. #include <$ac_hdr>
  1088. EOF
  1089. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1090. { (eval echo configure:1269: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1091. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1092. if test -z "$ac_err"; then
  1093.   rm -rf conftest*
  1094.   eval "ac_cv_header_$ac_safe=yes"
  1095. else
  1096.   echo "$ac_err" >&5
  1097.   echo "configure: failed program was:" >&5
  1098.   cat conftest.$ac_ext >&5
  1099.   rm -rf conftest*
  1100.   eval "ac_cv_header_$ac_safe=no"
  1101. fi
  1102. rm -f conftest*
  1103. fi
  1104. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1105.   echo "$ac_t""yes" 1>&6
  1106.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1107.   cat >> confdefs.h <<EOF
  1108. #define $ac_tr_hdr 1
  1109. EOF
  1110.  
  1111. else
  1112.   echo "$ac_t""no" 1>&6
  1113. fi
  1114. done
  1115. for ac_hdr in malloc.h termios.h termio.h
  1116. do
  1117. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1118. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1119. echo "configure:1299: checking for $ac_hdr" >&5
  1120. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1121.   echo $ac_n "(cached) $ac_c" 1>&6
  1122. else
  1123.   cat > conftest.$ac_ext <<EOF
  1124. #line 1304 "configure"
  1125. #include "confdefs.h"
  1126. #include <$ac_hdr>
  1127. EOF
  1128. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1129. { (eval echo configure:1309: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1130. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1131. if test -z "$ac_err"; then
  1132.   rm -rf conftest*
  1133.   eval "ac_cv_header_$ac_safe=yes"
  1134. else
  1135.   echo "$ac_err" >&5
  1136.   echo "configure: failed program was:" >&5
  1137.   cat conftest.$ac_ext >&5
  1138.   rm -rf conftest*
  1139.   eval "ac_cv_header_$ac_safe=no"
  1140. fi
  1141. rm -f conftest*
  1142. fi
  1143. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1144.   echo "$ac_t""yes" 1>&6
  1145.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1146.   cat >> confdefs.h <<EOF
  1147. #define $ac_tr_hdr 1
  1148. EOF
  1149.  
  1150. else
  1151.   echo "$ac_t""no" 1>&6
  1152. fi
  1153. done
  1154. for ac_hdr in shadow.h syslog.h
  1155. do
  1156. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1157. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1158. echo "configure:1339: checking for $ac_hdr" >&5
  1159. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1160.   echo $ac_n "(cached) $ac_c" 1>&6
  1161. else
  1162.   cat > conftest.$ac_ext <<EOF
  1163. #line 1344 "configure"
  1164. #include "confdefs.h"
  1165. #include <$ac_hdr>
  1166. EOF
  1167. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1168. { (eval echo configure:1349: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1169. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1170. if test -z "$ac_err"; then
  1171.   rm -rf conftest*
  1172.   eval "ac_cv_header_$ac_safe=yes"
  1173. else
  1174.   echo "$ac_err" >&5
  1175.   echo "configure: failed program was:" >&5
  1176.   cat conftest.$ac_ext >&5
  1177.   rm -rf conftest*
  1178.   eval "ac_cv_header_$ac_safe=no"
  1179. fi
  1180. rm -f conftest*
  1181. fi
  1182. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1183.   echo "$ac_t""yes" 1>&6
  1184.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1185.   cat >> confdefs.h <<EOF
  1186. #define $ac_tr_hdr 1
  1187. EOF
  1188.  
  1189. else
  1190.   echo "$ac_t""no" 1>&6
  1191. fi
  1192. done
  1193. for ac_hdr in sys/time.h utime.h sys/ioctl.h sys/param.h sys/systeminfo.h
  1194. do
  1195. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1196. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1197. echo "configure:1379: checking for $ac_hdr" >&5
  1198. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1199.   echo $ac_n "(cached) $ac_c" 1>&6
  1200. else
  1201.   cat > conftest.$ac_ext <<EOF
  1202. #line 1384 "configure"
  1203. #include "confdefs.h"
  1204. #include <$ac_hdr>
  1205. EOF
  1206. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1207. { (eval echo configure:1389: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1208. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1209. if test -z "$ac_err"; then
  1210.   rm -rf conftest*
  1211.   eval "ac_cv_header_$ac_safe=yes"
  1212. else
  1213.   echo "$ac_err" >&5
  1214.   echo "configure: failed program was:" >&5
  1215.   cat conftest.$ac_ext >&5
  1216.   rm -rf conftest*
  1217.   eval "ac_cv_header_$ac_safe=no"
  1218. fi
  1219. rm -f conftest*
  1220. fi
  1221. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1222.   echo "$ac_t""yes" 1>&6
  1223.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1224.   cat >> confdefs.h <<EOF
  1225. #define $ac_tr_hdr 1
  1226. EOF
  1227.  
  1228. else
  1229.   echo "$ac_t""no" 1>&6
  1230. fi
  1231. done
  1232. for ac_hdr in mntent.h sys/mntent.h sys/mnttab.h sys/mount.h
  1233. do
  1234. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1235. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1236. echo "configure:1419: checking for $ac_hdr" >&5
  1237. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1238.   echo $ac_n "(cached) $ac_c" 1>&6
  1239. else
  1240.   cat > conftest.$ac_ext <<EOF
  1241. #line 1424 "configure"
  1242. #include "confdefs.h"
  1243. #include <$ac_hdr>
  1244. EOF
  1245. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1246. { (eval echo configure:1429: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1247. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1248. if test -z "$ac_err"; then
  1249.   rm -rf conftest*
  1250.   eval "ac_cv_header_$ac_safe=yes"
  1251. else
  1252.   echo "$ac_err" >&5
  1253.   echo "configure: failed program was:" >&5
  1254.   cat conftest.$ac_ext >&5
  1255.   rm -rf conftest*
  1256.   eval "ac_cv_header_$ac_safe=no"
  1257. fi
  1258. rm -f conftest*
  1259. fi
  1260. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1261.   echo "$ac_t""yes" 1>&6
  1262.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1263.   cat >> confdefs.h <<EOF
  1264. #define $ac_tr_hdr 1
  1265. EOF
  1266.  
  1267. else
  1268.   echo "$ac_t""no" 1>&6
  1269. fi
  1270. done
  1271. for ac_hdr in wait.h sys/resource.h sys/procfs.h
  1272. do
  1273. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1274. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1275. echo "configure:1459: checking for $ac_hdr" >&5
  1276. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1277.   echo $ac_n "(cached) $ac_c" 1>&6
  1278. else
  1279.   cat > conftest.$ac_ext <<EOF
  1280. #line 1464 "configure"
  1281. #include "confdefs.h"
  1282. #include <$ac_hdr>
  1283. EOF
  1284. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1285. { (eval echo configure:1469: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1286. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1287. if test -z "$ac_err"; then
  1288.   rm -rf conftest*
  1289.   eval "ac_cv_header_$ac_safe=yes"
  1290. else
  1291.   echo "$ac_err" >&5
  1292.   echo "configure: failed program was:" >&5
  1293.   cat conftest.$ac_ext >&5
  1294.   rm -rf conftest*
  1295.   eval "ac_cv_header_$ac_safe=no"
  1296. fi
  1297. rm -f conftest*
  1298. fi
  1299. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1300.   echo "$ac_t""yes" 1>&6
  1301.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1302.   cat >> confdefs.h <<EOF
  1303. #define $ac_tr_hdr 1
  1304. EOF
  1305.  
  1306. else
  1307.   echo "$ac_t""no" 1>&6
  1308. fi
  1309. done
  1310. for ac_hdr in sys/utsname.h sys/priocntl.h sys/rtpriocntl.h
  1311. do
  1312. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1313. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1314. echo "configure:1499: checking for $ac_hdr" >&5
  1315. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1316.   echo $ac_n "(cached) $ac_c" 1>&6
  1317. else
  1318.   cat > conftest.$ac_ext <<EOF
  1319. #line 1504 "configure"
  1320. #include "confdefs.h"
  1321. #include <$ac_hdr>
  1322. EOF
  1323. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1324. { (eval echo configure:1509: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1325. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1326. if test -z "$ac_err"; then
  1327.   rm -rf conftest*
  1328.   eval "ac_cv_header_$ac_safe=yes"
  1329. else
  1330.   echo "$ac_err" >&5
  1331.   echo "configure: failed program was:" >&5
  1332.   cat conftest.$ac_ext >&5
  1333.   rm -rf conftest*
  1334.   eval "ac_cv_header_$ac_safe=no"
  1335. fi
  1336. rm -f conftest*
  1337. fi
  1338. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1339.   echo "$ac_t""yes" 1>&6
  1340.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1341.   cat >> confdefs.h <<EOF
  1342. #define $ac_tr_hdr 1
  1343. EOF
  1344.  
  1345. else
  1346.   echo "$ac_t""no" 1>&6
  1347. fi
  1348. done
  1349. for ac_hdr in sys/mtio.h sys/mman.h linux/pg.h camlib.h
  1350. do
  1351. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1352. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1353. echo "configure:1539: checking for $ac_hdr" >&5
  1354. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1355.   echo $ac_n "(cached) $ac_c" 1>&6
  1356. else
  1357.   cat > conftest.$ac_ext <<EOF
  1358. #line 1544 "configure"
  1359. #include "confdefs.h"
  1360. #include <$ac_hdr>
  1361. EOF
  1362. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1363. { (eval echo configure:1549: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1364. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1365. if test -z "$ac_err"; then
  1366.   rm -rf conftest*
  1367.   eval "ac_cv_header_$ac_safe=yes"
  1368. else
  1369.   echo "$ac_err" >&5
  1370.   echo "configure: failed program was:" >&5
  1371.   cat conftest.$ac_ext >&5
  1372.   rm -rf conftest*
  1373.   eval "ac_cv_header_$ac_safe=no"
  1374. fi
  1375. rm -f conftest*
  1376. fi
  1377. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1378.   echo "$ac_t""yes" 1>&6
  1379.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1380.   cat >> confdefs.h <<EOF
  1381. #define $ac_tr_hdr 1
  1382. EOF
  1383.  
  1384. else
  1385.   echo "$ac_t""no" 1>&6
  1386. fi
  1387. done
  1388. for ac_hdr in sys/dkio.h sys/dklabel.h sun/dkio.h sun/dklabel.h
  1389. do
  1390. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1391. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1392. echo "configure:1579: checking for $ac_hdr" >&5
  1393. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1394.   echo $ac_n "(cached) $ac_c" 1>&6
  1395. else
  1396.   cat > conftest.$ac_ext <<EOF
  1397. #line 1584 "configure"
  1398. #include "confdefs.h"
  1399. #include <$ac_hdr>
  1400. EOF
  1401. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1402. { (eval echo configure:1589: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1403. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1404. if test -z "$ac_err"; then
  1405.   rm -rf conftest*
  1406.   eval "ac_cv_header_$ac_safe=yes"
  1407. else
  1408.   echo "$ac_err" >&5
  1409.   echo "configure: failed program was:" >&5
  1410.   cat conftest.$ac_ext >&5
  1411.   rm -rf conftest*
  1412.   eval "ac_cv_header_$ac_safe=no"
  1413. fi
  1414. rm -f conftest*
  1415. fi
  1416. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1417.   echo "$ac_t""yes" 1>&6
  1418.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1419.   cat >> confdefs.h <<EOF
  1420. #define $ac_tr_hdr 1
  1421. EOF
  1422.  
  1423. else
  1424.   echo "$ac_t""no" 1>&6
  1425. fi
  1426. done
  1427. for ac_hdr in poll.h sys/poll.h
  1428. do
  1429. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1430. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1431. echo "configure:1619: checking for $ac_hdr" >&5
  1432. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1433.   echo $ac_n "(cached) $ac_c" 1>&6
  1434. else
  1435.   cat > conftest.$ac_ext <<EOF
  1436. #line 1624 "configure"
  1437. #include "confdefs.h"
  1438. #include <$ac_hdr>
  1439. EOF
  1440. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1441. { (eval echo configure:1629: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1442. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1443. if test -z "$ac_err"; then
  1444.   rm -rf conftest*
  1445.   eval "ac_cv_header_$ac_safe=yes"
  1446. else
  1447.   echo "$ac_err" >&5
  1448.   echo "configure: failed program was:" >&5
  1449.   cat conftest.$ac_ext >&5
  1450.   rm -rf conftest*
  1451.   eval "ac_cv_header_$ac_safe=no"
  1452. fi
  1453. rm -f conftest*
  1454. fi
  1455. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1456.   echo "$ac_t""yes" 1>&6
  1457.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1458.   cat >> confdefs.h <<EOF
  1459. #define $ac_tr_hdr 1
  1460. EOF
  1461.  
  1462. else
  1463.   echo "$ac_t""no" 1>&6
  1464. fi
  1465. done
  1466. for ac_hdr in ieeefp.h fp.h
  1467. do
  1468. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1469. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1470. echo "configure:1659: checking for $ac_hdr" >&5
  1471. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1472.   echo $ac_n "(cached) $ac_c" 1>&6
  1473. else
  1474.   cat > conftest.$ac_ext <<EOF
  1475. #line 1664 "configure"
  1476. #include "confdefs.h"
  1477. #include <$ac_hdr>
  1478. EOF
  1479. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1480. { (eval echo configure:1669: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1481. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1482. if test -z "$ac_err"; then
  1483.   rm -rf conftest*
  1484.   eval "ac_cv_header_$ac_safe=yes"
  1485. else
  1486.   echo "$ac_err" >&5
  1487.   echo "configure: failed program was:" >&5
  1488.   cat conftest.$ac_ext >&5
  1489.   rm -rf conftest*
  1490.   eval "ac_cv_header_$ac_safe=no"
  1491. fi
  1492. rm -f conftest*
  1493. fi
  1494. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1495.   echo "$ac_t""yes" 1>&6
  1496.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1497.   cat >> confdefs.h <<EOF
  1498. #define $ac_tr_hdr 1
  1499. EOF
  1500.  
  1501. else
  1502.   echo "$ac_t""no" 1>&6
  1503. fi
  1504. done
  1505. for ac_hdr in values.h float.h
  1506. do
  1507. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1508. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1509. echo "configure:1699: checking for $ac_hdr" >&5
  1510. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1511.   echo $ac_n "(cached) $ac_c" 1>&6
  1512. else
  1513.   cat > conftest.$ac_ext <<EOF
  1514. #line 1704 "configure"
  1515. #include "confdefs.h"
  1516. #include <$ac_hdr>
  1517. EOF
  1518. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1519. { (eval echo configure:1709: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1520. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1521. if test -z "$ac_err"; then
  1522.   rm -rf conftest*
  1523.   eval "ac_cv_header_$ac_safe=yes"
  1524. else
  1525.   echo "$ac_err" >&5
  1526.   echo "configure: failed program was:" >&5
  1527.   cat conftest.$ac_ext >&5
  1528.   rm -rf conftest*
  1529.   eval "ac_cv_header_$ac_safe=no"
  1530. fi
  1531. rm -f conftest*
  1532. fi
  1533. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1534.   echo "$ac_t""yes" 1>&6
  1535.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1536.   cat >> confdefs.h <<EOF
  1537. #define $ac_tr_hdr 1
  1538. EOF
  1539.  
  1540. else
  1541.   echo "$ac_t""no" 1>&6
  1542. fi
  1543. done
  1544. echo $ac_n "checking for header file containing  major(), minor() and makedev()""... $ac_c" 1>&6
  1545. echo "configure:1737: checking for header file containing  major(), minor() and makedev()" >&5
  1546. if eval "test "`echo '$''{'ac_cv_header_makedev'+set}'`" = set"; then
  1547.   echo $ac_n "(cached) $ac_c" 1>&6
  1548. else
  1549.   ac_cv_header_makedev=none
  1550. cat > conftest.$ac_ext <<EOF
  1551. #line 1743 "configure"
  1552. #include "confdefs.h"
  1553. #include <sys/types.h>
  1554. #include <sys/mkdev.h>
  1555. int main() {
  1556. int i = major(0); i = minor(0); i = makedev(0,0);
  1557. ; return 0; }
  1558. EOF
  1559. if { (eval echo configure:1751: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1560.   rm -rf conftest*
  1561.   ac_cv_header_makedev=sys/mkdev.h
  1562. else
  1563.   echo "configure: failed program was:" >&5
  1564.   cat conftest.$ac_ext >&5
  1565. fi
  1566. rm -f conftest*
  1567. if test $ac_cv_header_makedev = none; then
  1568.   cat > conftest.$ac_ext <<EOF
  1569. #line 1761 "configure"
  1570. #include "confdefs.h"
  1571. #include <sys/types.h>
  1572. #include <sys/sysmacros.h>
  1573. int main() {
  1574. int i = major(0); i = minor(0); i = makedev(0,0);
  1575. ; return 0; }
  1576. EOF
  1577. if { (eval echo configure:1769: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1578.   rm -rf conftest*
  1579.   ac_cv_header_makedev=sys/sysmacros.h
  1580. else
  1581.   echo "configure: failed program was:" >&5
  1582.   cat conftest.$ac_ext >&5
  1583. fi
  1584. rm -f conftest*
  1585. fi
  1586. fi
  1587. echo "$ac_t""$ac_cv_header_makedev" 1>&6
  1588. if test $ac_cv_header_makedev = sys/mkdev.h; then
  1589.   cat >> confdefs.h <<EOF
  1590. #define MAJOR_IN_MKDEV 1
  1591. EOF
  1592. fi
  1593. if test $ac_cv_header_makedev = sys/sysmacros.h; then
  1594.   cat >> confdefs.h <<EOF
  1595. #define MAJOR_IN_SYSMACROS 1
  1596. EOF
  1597. fi
  1598. echo $ac_n "checking bits in minor device number""... $ac_c" 1>&6
  1599. echo "configure:1796: checking bits in minor device number" >&5
  1600. if eval "test "`echo '$''{'ac_cv_dev_minor_bits'+set}'`" = set"; then
  1601.   echo $ac_n "(cached) $ac_c" 1>&6
  1602. else
  1603.   if test "$cross_compiling" = yes; then
  1604.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1605. else
  1606.   cat > conftest.$ac_ext <<EOF
  1607. #line 1804 "configure"
  1608. #include "confdefs.h"
  1609. #include <stdio.h>
  1610. #include <sys/types.h>
  1611. #ifdef major
  1612. # define _FOUND_MAJOR_
  1613. #endif
  1614. #ifdef MAJOR_IN_MKDEV
  1615. # include <sys/mkdev.h>
  1616. # define _FOUND_MAJOR_
  1617. #endif
  1618. #ifndef _FOUND_MAJOR_
  1619. # ifdef MAJOR_IN_SYSMACROS
  1620. # include <sys/sysmacros.h>
  1621. # define _FOUND_MAJOR_
  1622. # endif
  1623. #endif
  1624. #ifndef _FOUND_MAJOR_
  1625. # if defined(hpux) || defined(__hpux__) || defined(__hpux)
  1626. # include <sys/mknod.h>
  1627. # define _FOUND_MAJOR_
  1628. # endif
  1629. #endif
  1630. #ifndef _FOUND_MAJOR_
  1631. # define major(dev) (((dev) >> 8) & 0xFF)
  1632. # define minor(dev) ((dev) & 0xFF)
  1633. # define makedev(majo, mino) (((majo) << 8) | (mino))
  1634. #endif
  1635. main()
  1636. {
  1637. long l = 1;
  1638. int i;
  1639. int m;
  1640. int c = 0;
  1641. FILE *f=fopen("conftestval", "w");
  1642. if (!f) exit(1);
  1643. for (i=1, m=0; i <= 32; i++, l<<=1) {
  1644. if (minor(l) == 0 && c == 0)
  1645. c = m;
  1646. if (minor(l) != 0)
  1647. m = i;
  1648. }
  1649. fprintf(f, "%dn", m);
  1650. exit(0);
  1651. }
  1652. EOF
  1653. if { (eval echo configure:1856: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1654. then
  1655.   ac_cv_dev_minor_bits=`cat conftestval`
  1656. else
  1657.   echo "configure: failed program was:" >&5
  1658.   cat conftest.$ac_ext >&5
  1659.   rm -fr conftest*
  1660.   ac_cv_dev_minor_bits=0
  1661. fi
  1662. rm -fr conftest*
  1663. fi
  1664. fi
  1665. echo "$ac_t""$ac_cv_dev_minor_bits" 1>&6
  1666. cat >> confdefs.h <<EOF
  1667. #define DEV_MINOR_BITS $ac_cv_dev_minor_bits
  1668. EOF
  1669. echo $ac_n "checking whether bits in minor device numbers are non contiguous""... $ac_c" 1>&6
  1670. echo "configure:1876: checking whether bits in minor device numbers are non contiguous" >&5
  1671. if eval "test "`echo '$''{'ac_cv_dev_minor_noncontig'+set}'`" = set"; then
  1672.   echo $ac_n "(cached) $ac_c" 1>&6
  1673. else
  1674.   if test "$cross_compiling" = yes; then
  1675.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1676. else
  1677.   cat > conftest.$ac_ext <<EOF
  1678. #line 1884 "configure"
  1679. #include "confdefs.h"
  1680. #include <sys/types.h>
  1681. #ifdef major
  1682. # define _FOUND_MAJOR_
  1683. #endif
  1684. #ifdef MAJOR_IN_MKDEV
  1685. # include <sys/mkdev.h>
  1686. # define _FOUND_MAJOR_
  1687. #endif
  1688. #ifndef _FOUND_MAJOR_
  1689. # ifdef MAJOR_IN_SYSMACROS
  1690. # include <sys/sysmacros.h>
  1691. # define _FOUND_MAJOR_
  1692. # endif
  1693. #endif
  1694. #ifndef _FOUND_MAJOR_
  1695. # if defined(hpux) || defined(__hpux__) || defined(__hpux)
  1696. # include <sys/mknod.h>
  1697. # define _FOUND_MAJOR_
  1698. # endif
  1699. #endif
  1700. #ifndef _FOUND_MAJOR_
  1701. # define major(dev) (((dev) >> 8) & 0xFF)
  1702. # define minor(dev) ((dev) & 0xFF)
  1703. # define makedev(majo, mino) (((majo) << 8) | (mino))
  1704. #endif
  1705. main()
  1706. {
  1707. long l = 1;
  1708. int i;
  1709. int m;
  1710. int c = 0;
  1711. for (i=1, m=0; i <= 32; i++, l<<=1) {
  1712. if (minor(l) == 0 && c == 0)
  1713. c = m;
  1714. if (minor(l) != 0)
  1715. m = i;
  1716. }
  1717. exit (m == c);}
  1718. EOF
  1719. if { (eval echo configure:1931: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1720. then
  1721.   ac_cv_dev_minor_noncontig=yes
  1722. else
  1723.   echo "configure: failed program was:" >&5
  1724.   cat conftest.$ac_ext >&5
  1725.   rm -fr conftest*
  1726.   ac_cv_dev_minor_noncontig=no
  1727. fi
  1728. rm -fr conftest*
  1729. fi
  1730. fi
  1731. echo "$ac_t""$ac_cv_dev_minor_noncontig" 1>&6
  1732. if test $ac_cv_dev_minor_noncontig = yes; then
  1733.   cat >> confdefs.h <<EOF
  1734. #define DEV_MINOR_NONCONTIG 1
  1735. EOF
  1736. fi
  1737. echo $ac_n "checking for USG derived STDIO""... $ac_c" 1>&6
  1738. echo "configure:1954: checking for USG derived STDIO" >&5
  1739. if eval "test "`echo '$''{'ac_cv_header_usg_stdio'+set}'`" = set"; then
  1740.   echo $ac_n "(cached) $ac_c" 1>&6
  1741. else
  1742.   cat > conftest.$ac_ext <<EOF
  1743. #line 1959 "configure"
  1744. #include "confdefs.h"
  1745. #include <stdio.h>
  1746. int main() {
  1747. FILE    *f;
  1748. int     flag;
  1749. int     count;
  1750. char    *ptr;
  1751. f = fopen("confdefs.h", "r");
  1752. flag  = f->_flag & _IONBF;
  1753. flag |= f->_flag & _IOERR;
  1754. flag |= f->_flag & _IOEOF;
  1755. count = f->_cnt;
  1756. ptr = (char *)f->_ptr;
  1757. fclose(f);
  1758. ; return 0; }
  1759. EOF
  1760. if { (eval echo configure:1976: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1761.   rm -rf conftest*
  1762.   ac_cv_header_usg_stdio=yes
  1763. else
  1764.   echo "configure: failed program was:" >&5
  1765.   cat conftest.$ac_ext >&5
  1766.   rm -rf conftest*
  1767.   ac_cv_header_usg_stdio=no
  1768. fi
  1769. rm -f conftest*
  1770. fi
  1771. echo "$ac_t""$ac_cv_header_usg_stdio" 1>&6
  1772. if test $ac_cv_header_usg_stdio = yes; then
  1773.   cat >> confdefs.h <<EOF
  1774. #define HAVE_USG_STDIO 1
  1775. EOF
  1776. fi
  1777. echo $ac_n "checking for errno definition in errno.h""... $ac_c" 1>&6
  1778. echo "configure:1996: checking for errno definition in errno.h" >&5
  1779. if eval "test "`echo '$''{'ac_cv_header_errno_def'+set}'`" = set"; then
  1780.   echo $ac_n "(cached) $ac_c" 1>&6
  1781. else
  1782.   cat > conftest.$ac_ext <<EOF
  1783. #line 2001 "configure"
  1784. #include "confdefs.h"
  1785. #include <errno.h>
  1786. int main() {
  1787. errno = 0;
  1788. ; return 0; }
  1789. EOF
  1790. if { (eval echo configure:2008: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1791.   rm -rf conftest*
  1792.   ac_cv_header_errno_def=yes
  1793. else
  1794.   echo "configure: failed program was:" >&5
  1795.   cat conftest.$ac_ext >&5
  1796.   rm -rf conftest*
  1797.   ac_cv_header_errno_def=no
  1798. fi
  1799. rm -f conftest*
  1800. fi
  1801. echo "$ac_t""$ac_cv_header_errno_def" 1>&6
  1802. if test $ac_cv_header_errno_def = yes; then
  1803.   cat >> confdefs.h <<EOF
  1804. #define HAVE_ERRNO_DEF 1
  1805. EOF
  1806. fi
  1807. echo $ac_n "checking for working const""... $ac_c" 1>&6
  1808. echo "configure:2029: checking for working const" >&5
  1809. if eval "test "`echo '$''{'ac_cv_c_const'+set}'`" = set"; then
  1810.   echo $ac_n "(cached) $ac_c" 1>&6
  1811. else
  1812.   cat > conftest.$ac_ext <<EOF
  1813. #line 2034 "configure"
  1814. #include "confdefs.h"
  1815. int main() {
  1816. /* Ultrix mips cc rejects this.  */
  1817. typedef int charset[2]; const charset x;
  1818. /* SunOS 4.1.1 cc rejects this.  */
  1819. char const *const *ccp;
  1820. char **p;
  1821. /* NEC SVR4.0.2 mips cc rejects this.  */
  1822. struct point {int x, y;};
  1823. static struct point const zero = {0,0};
  1824. /* AIX XL C 1.02.0.0 rejects this.
  1825.    It does not let you subtract one const X* pointer from another in an arm
  1826.    of an if-expression whose if-part is not a constant expression */
  1827. const char *g = "string";
  1828. ccp = &g + (g ? g-g : 0);
  1829. /* HPUX 7.0 cc rejects these. */
  1830. ++ccp;
  1831. p = (char**) ccp;
  1832. ccp = (char const *const *) p;
  1833. { /* SCO 3.2v4 cc rejects this.  */
  1834.   char *t;
  1835.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  1836.   *t++ = 0;
  1837. }
  1838. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  1839.   int x[] = {25, 17};
  1840.   const int *foo = &x[0];
  1841.   ++foo;
  1842. }
  1843. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  1844.   typedef const int *iptr;
  1845.   iptr p = 0;
  1846.   ++p;
  1847. }
  1848. { /* AIX XL C 1.02.0.0 rejects this saying
  1849.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1850.   struct s { int j; const int *ap[3]; };
  1851.   struct s *b; b->j = 5;
  1852. }
  1853. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  1854.   const int foo = 10;
  1855. }
  1856. ; return 0; }
  1857. EOF
  1858. if { (eval echo configure:2083: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1859.   rm -rf conftest*
  1860.   ac_cv_c_const=yes
  1861. else
  1862.   echo "configure: failed program was:" >&5
  1863.   cat conftest.$ac_ext >&5
  1864.   rm -rf conftest*
  1865.   ac_cv_c_const=no
  1866. fi
  1867. rm -f conftest*
  1868. fi
  1869. echo "$ac_t""$ac_cv_c_const" 1>&6
  1870. if test $ac_cv_c_const = no; then
  1871.   cat >> confdefs.h <<EOF
  1872. #define const 
  1873. EOF
  1874. fi
  1875. echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
  1876. echo "configure:2104: checking whether byte ordering is bigendian" >&5
  1877. if eval "test "`echo '$''{'ac_cv_c_bigendian'+set}'`" = set"; then
  1878.   echo $ac_n "(cached) $ac_c" 1>&6
  1879. else
  1880.   ac_cv_c_bigendian=unknown
  1881. # See if sys/param.h defines the BYTE_ORDER macro.
  1882. cat > conftest.$ac_ext <<EOF
  1883. #line 2111 "configure"
  1884. #include "confdefs.h"
  1885. #include <sys/types.h>
  1886. #include <sys/param.h>
  1887. int main() {
  1888. #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
  1889.  bogus endian macros
  1890. #endif
  1891. ; return 0; }
  1892. EOF
  1893. if { (eval echo configure:2122: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1894.   rm -rf conftest*
  1895.   # It does; now see whether it defined to BIG_ENDIAN or not.
  1896. cat > conftest.$ac_ext <<EOF
  1897. #line 2126 "configure"
  1898. #include "confdefs.h"
  1899. #include <sys/types.h>
  1900. #include <sys/param.h>
  1901. int main() {
  1902. #if BYTE_ORDER != BIG_ENDIAN
  1903.  not big endian
  1904. #endif
  1905. ; return 0; }
  1906. EOF
  1907. if { (eval echo configure:2137: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1908.   rm -rf conftest*
  1909.   ac_cv_c_bigendian=yes
  1910. else
  1911.   echo "configure: failed program was:" >&5
  1912.   cat conftest.$ac_ext >&5
  1913.   rm -rf conftest*
  1914.   ac_cv_c_bigendian=no
  1915. fi
  1916. rm -f conftest*
  1917. else
  1918.   echo "configure: failed program was:" >&5
  1919.   cat conftest.$ac_ext >&5
  1920. fi
  1921. rm -f conftest*
  1922. if test $ac_cv_c_bigendian = unknown; then
  1923. if test "$cross_compiling" = yes; then
  1924.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1925. else
  1926.   cat > conftest.$ac_ext <<EOF
  1927. #line 2157 "configure"
  1928. #include "confdefs.h"
  1929. main () {
  1930.   /* Are we little or big endian?  From Harbison&Steele.  */
  1931.   union
  1932.   {
  1933.     long l;
  1934.     char c[sizeof (long)];
  1935.   } u;
  1936.   u.l = 1;
  1937.   exit (u.c[sizeof (long) - 1] == 1);
  1938. }
  1939. EOF
  1940. if { (eval echo configure:2170: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1941. then
  1942.   ac_cv_c_bigendian=no
  1943. else
  1944.   echo "configure: failed program was:" >&5
  1945.   cat conftest.$ac_ext >&5
  1946.   rm -fr conftest*
  1947.   ac_cv_c_bigendian=yes
  1948. fi
  1949. rm -fr conftest*
  1950. fi
  1951. fi
  1952. fi
  1953. echo "$ac_t""$ac_cv_c_bigendian" 1>&6
  1954. if test $ac_cv_c_bigendian = yes; then
  1955.   cat >> confdefs.h <<EOF
  1956. #define WORDS_BIGENDIAN 1
  1957. EOF
  1958. fi
  1959. echo $ac_n "checking whether bitorder in bitfields is htol""... $ac_c" 1>&6
  1960. echo "configure:2194: checking whether bitorder in bitfields is htol" >&5
  1961. if eval "test "`echo '$''{'ac_cv_c_bitfields_htol'+set}'`" = set"; then
  1962.   echo $ac_n "(cached) $ac_c" 1>&6
  1963. else
  1964.   if test "$cross_compiling" = yes; then
  1965.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1966. else
  1967.   cat > conftest.$ac_ext <<EOF
  1968. #line 2202 "configure"
  1969. #include "confdefs.h"
  1970. struct {
  1971. unsigned char x1:4;
  1972. unsigned char x2:4;
  1973. } a;
  1974. main()
  1975. {
  1976. char *cp;
  1977. cp = (char *)&a;
  1978. *cp = 0x12;
  1979. exit(a.x1 == 2);}
  1980. EOF
  1981. if { (eval echo configure:2217: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1982. then
  1983.   ac_cv_c_bitfields_htol=yes
  1984. else
  1985.   echo "configure: failed program was:" >&5
  1986.   cat conftest.$ac_ext >&5
  1987.   rm -fr conftest*
  1988.   ac_cv_c_bitfields_htol=no
  1989. fi
  1990. rm -fr conftest*
  1991. fi
  1992. fi
  1993. echo "$ac_t""$ac_cv_c_bitfields_htol" 1>&6
  1994. if test $ac_cv_c_bitfields_htol = yes; then
  1995.   cat >> confdefs.h <<EOF
  1996. #define BITFIELDS_HTOL 1
  1997. EOF
  1998. fi
  1999. echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  2000. echo "configure:2239: checking return type of signal handlers" >&5
  2001. if eval "test "`echo '$''{'ac_cv_type_signal'+set}'`" = set"; then
  2002.   echo $ac_n "(cached) $ac_c" 1>&6
  2003. else
  2004.   cat > conftest.$ac_ext <<EOF
  2005. #line 2244 "configure"
  2006. #include "confdefs.h"
  2007. #include <sys/types.h>
  2008. #include <signal.h>
  2009. #ifdef signal
  2010. #undef signal
  2011. #endif
  2012. #ifdef __cplusplus
  2013. extern "C" void (*signal (int, void (*)(int)))(int);
  2014. #else
  2015. void (*signal ()) ();
  2016. #endif
  2017. int main() {
  2018. int i;
  2019. ; return 0; }
  2020. EOF
  2021. if { (eval echo configure:2261: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2022.   rm -rf conftest*
  2023.   ac_cv_type_signal=void
  2024. else
  2025.   echo "configure: failed program was:" >&5
  2026.   cat conftest.$ac_ext >&5
  2027.   rm -rf conftest*
  2028.   ac_cv_type_signal=int
  2029. fi
  2030. rm -f conftest*
  2031. fi
  2032. echo "$ac_t""$ac_cv_type_signal" 1>&6
  2033. cat >> confdefs.h <<EOF
  2034. #define RETSIGTYPE $ac_cv_type_signal
  2035. EOF
  2036. echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
  2037. echo "configure:2280: checking for uid_t in sys/types.h" >&5
  2038. if eval "test "`echo '$''{'ac_cv_type_uid_t'+set}'`" = set"; then
  2039.   echo $ac_n "(cached) $ac_c" 1>&6
  2040. else
  2041.   cat > conftest.$ac_ext <<EOF
  2042. #line 2285 "configure"
  2043. #include "confdefs.h"
  2044. #include <sys/types.h>
  2045. EOF
  2046. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2047.   egrep "uid_t" >/dev/null 2>&1; then
  2048.   rm -rf conftest*
  2049.   ac_cv_type_uid_t=yes
  2050. else
  2051.   rm -rf conftest*
  2052.   ac_cv_type_uid_t=no
  2053. fi
  2054. rm -f conftest*
  2055. fi
  2056. echo "$ac_t""$ac_cv_type_uid_t" 1>&6
  2057. if test $ac_cv_type_uid_t = no; then
  2058.   cat >> confdefs.h <<EOF
  2059. #define uid_t int
  2060. EOF
  2061.   cat >> confdefs.h <<EOF
  2062. #define gid_t int
  2063. EOF
  2064. fi
  2065. echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&6
  2066. echo "configure:2314: checking type of array argument to getgroups" >&5
  2067. if eval "test "`echo '$''{'ac_cv_type_getgroups'+set}'`" = set"; then
  2068.   echo $ac_n "(cached) $ac_c" 1>&6
  2069. else
  2070.   if test "$cross_compiling" = yes; then
  2071.   ac_cv_type_getgroups=cross
  2072. else
  2073.   cat > conftest.$ac_ext <<EOF
  2074. #line 2322 "configure"
  2075. #include "confdefs.h"
  2076. /* Thanks to Mike Rendell for this test.  */
  2077. #include <sys/types.h>
  2078. #define NGID 256
  2079. #undef MAX
  2080. #define MAX(x, y) ((x) > (y) ? (x) : (y))
  2081. main()
  2082. {
  2083.   gid_t gidset[NGID];
  2084.   int i, n;
  2085.   union { gid_t gval; long lval; }  val;
  2086.   val.lval = -1;
  2087.   for (i = 0; i < NGID; i++)
  2088.     gidset[i] = val.gval;
  2089.   n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
  2090.                  gidset);
  2091.   /* Exit non-zero if getgroups seems to require an array of ints.  This
  2092.      happens when gid_t is short but getgroups modifies an array of ints.  */
  2093.   exit ((n > 0 && gidset[n] != val.gval) ? 1 : 0);
  2094. }
  2095. EOF
  2096. if { (eval echo configure:2347: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2097. then
  2098.     ac_cv_type_getgroups=gid_t
  2099. else
  2100.   echo "configure: failed program was:" >&5
  2101.   cat conftest.$ac_ext >&5
  2102.   rm -fr conftest*
  2103.   ac_cv_type_getgroups=int
  2104. fi
  2105. rm -fr conftest*
  2106. fi
  2107. if test $ac_cv_type_getgroups = cross; then
  2108.         cat > conftest.$ac_ext <<EOF
  2109. #line 2361 "configure"
  2110. #include "confdefs.h"
  2111. #include <unistd.h>
  2112. EOF
  2113. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2114.   egrep "getgroups.*int.*gid_t" >/dev/null 2>&1; then
  2115.   rm -rf conftest*
  2116.   ac_cv_type_getgroups=gid_t
  2117. else
  2118.   rm -rf conftest*
  2119.   ac_cv_type_getgroups=int
  2120. fi
  2121. rm -f conftest*
  2122. fi
  2123. fi
  2124. echo "$ac_t""$ac_cv_type_getgroups" 1>&6
  2125. cat >> confdefs.h <<EOF
  2126. #define GETGROUPS_T $ac_cv_type_getgroups
  2127. EOF
  2128. echo $ac_n "checking for type long long""... $ac_c" 1>&6
  2129. echo "configure:2385: checking for type long long" >&5
  2130. if eval "test "`echo '$''{'ac_cv_type_longlong'+set}'`" = set"; then
  2131.   echo $ac_n "(cached) $ac_c" 1>&6
  2132. else
  2133.   cat > conftest.$ac_ext <<EOF
  2134. #line 2390 "configure"
  2135. #include "confdefs.h"
  2136. int main() {
  2137. long long i;
  2138. ; return 0; }
  2139. EOF
  2140. if { (eval echo configure:2397: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2141.   rm -rf conftest*
  2142.   ac_cv_type_longlong=yes
  2143. else
  2144.   echo "configure: failed program was:" >&5
  2145.   cat conftest.$ac_ext >&5
  2146.   rm -rf conftest*
  2147.   ac_cv_type_longlong=no
  2148. fi
  2149. rm -f conftest*
  2150. fi
  2151. echo "$ac_t""$ac_cv_type_longlong" 1>&6
  2152. if test $ac_cv_type_longlong = yes; then
  2153.   cat >> confdefs.h <<EOF
  2154. #define HAVE_LONGLONG 1
  2155. EOF
  2156. fi
  2157. echo $ac_n "checking for prototypes""... $ac_c" 1>&6
  2158. echo "configure:2417: checking for prototypes" >&5
  2159. if eval "test "`echo '$''{'ac_cv_type_prototypes'+set}'`" = set"; then
  2160.   echo $ac_n "(cached) $ac_c" 1>&6
  2161. else
  2162.   if test "$cross_compiling" = yes; then
  2163.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2164. else
  2165.   cat > conftest.$ac_ext <<EOF
  2166. #line 2425 "configure"
  2167. #include "confdefs.h"
  2168. doit(int i, ...)
  2169. {return 0;}
  2170. main(int ac, char *av[])
  2171. { doit(1, 2, 3);
  2172. exit(0);}
  2173. EOF
  2174. if { (eval echo configure:2434: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2175. then
  2176.   ac_cv_type_prototypes=yes
  2177. else
  2178.   echo "configure: failed program was:" >&5
  2179.   cat conftest.$ac_ext >&5
  2180.   rm -fr conftest*
  2181.   ac_cv_type_prototypes=no
  2182. fi
  2183. rm -fr conftest*
  2184. fi
  2185. fi
  2186. echo "$ac_t""$ac_cv_type_prototypes" 1>&6
  2187. if test $ac_cv_type_prototypes = yes; then
  2188.   cat >> confdefs.h <<EOF
  2189. #define PROTOTYPES 1
  2190. EOF
  2191. fi
  2192. echo $ac_n "checking size of char""... $ac_c" 1>&6
  2193. echo "configure:2457: checking size of char" >&5
  2194. if eval "test "`echo '$''{'ac_cv_sizeof_char'+set}'`" = set"; then
  2195.   echo $ac_n "(cached) $ac_c" 1>&6
  2196. else
  2197.   if test "$cross_compiling" = yes; then
  2198.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2199. else
  2200.   cat > conftest.$ac_ext <<EOF
  2201. #line 2465 "configure"
  2202. #include "confdefs.h"
  2203. #include <stdio.h>
  2204. main()
  2205. {
  2206.   FILE *f=fopen("conftestval", "w");
  2207.   if (!f) exit(1);
  2208.   fprintf(f, "%dn", sizeof(char));
  2209.   exit(0);
  2210. }
  2211. EOF
  2212. if { (eval echo configure:2476: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2213. then
  2214.   ac_cv_sizeof_char=`cat conftestval`
  2215. else
  2216.   echo "configure: failed program was:" >&5
  2217.   cat conftest.$ac_ext >&5
  2218.   rm -fr conftest*
  2219.   ac_cv_sizeof_char=0
  2220. fi
  2221. rm -fr conftest*
  2222. fi
  2223. fi
  2224. echo "$ac_t""$ac_cv_sizeof_char" 1>&6
  2225. cat >> confdefs.h <<EOF
  2226. #define SIZEOF_CHAR $ac_cv_sizeof_char
  2227. EOF
  2228. echo $ac_n "checking size of short int""... $ac_c" 1>&6
  2229. echo "configure:2496: checking size of short int" >&5
  2230. if eval "test "`echo '$''{'ac_cv_sizeof_short_int'+set}'`" = set"; then
  2231.   echo $ac_n "(cached) $ac_c" 1>&6
  2232. else
  2233.   if test "$cross_compiling" = yes; then
  2234.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2235. else
  2236.   cat > conftest.$ac_ext <<EOF
  2237. #line 2504 "configure"
  2238. #include "confdefs.h"
  2239. #include <stdio.h>
  2240. main()
  2241. {
  2242.   FILE *f=fopen("conftestval", "w");
  2243.   if (!f) exit(1);
  2244.   fprintf(f, "%dn", sizeof(short int));
  2245.   exit(0);
  2246. }
  2247. EOF
  2248. if { (eval echo configure:2515: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2249. then
  2250.   ac_cv_sizeof_short_int=`cat conftestval`
  2251. else
  2252.   echo "configure: failed program was:" >&5
  2253.   cat conftest.$ac_ext >&5
  2254.   rm -fr conftest*
  2255.   ac_cv_sizeof_short_int=0
  2256. fi
  2257. rm -fr conftest*
  2258. fi
  2259. fi
  2260. echo "$ac_t""$ac_cv_sizeof_short_int" 1>&6
  2261. cat >> confdefs.h <<EOF
  2262. #define SIZEOF_SHORT_INT $ac_cv_sizeof_short_int
  2263. EOF
  2264. echo $ac_n "checking size of int""... $ac_c" 1>&6
  2265. echo "configure:2535: checking size of int" >&5
  2266. if eval "test "`echo '$''{'ac_cv_sizeof_int'+set}'`" = set"; then
  2267.   echo $ac_n "(cached) $ac_c" 1>&6
  2268. else
  2269.   if test "$cross_compiling" = yes; then
  2270.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2271. else
  2272.   cat > conftest.$ac_ext <<EOF
  2273. #line 2543 "configure"
  2274. #include "confdefs.h"
  2275. #include <stdio.h>
  2276. main()
  2277. {
  2278.   FILE *f=fopen("conftestval", "w");
  2279.   if (!f) exit(1);
  2280.   fprintf(f, "%dn", sizeof(int));
  2281.   exit(0);
  2282. }
  2283. EOF
  2284. if { (eval echo configure:2554: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2285. then
  2286.   ac_cv_sizeof_int=`cat conftestval`
  2287. else
  2288.   echo "configure: failed program was:" >&5
  2289.   cat conftest.$ac_ext >&5
  2290.   rm -fr conftest*
  2291.   ac_cv_sizeof_int=0
  2292. fi
  2293. rm -fr conftest*
  2294. fi
  2295. fi
  2296. echo "$ac_t""$ac_cv_sizeof_int" 1>&6
  2297. cat >> confdefs.h <<EOF
  2298. #define SIZEOF_INT $ac_cv_sizeof_int
  2299. EOF
  2300. echo $ac_n "checking size of long int""... $ac_c" 1>&6
  2301. echo "configure:2574: checking size of long int" >&5
  2302. if eval "test "`echo '$''{'ac_cv_sizeof_long_int'+set}'`" = set"; then
  2303.   echo $ac_n "(cached) $ac_c" 1>&6
  2304. else
  2305.   if test "$cross_compiling" = yes; then
  2306.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2307. else
  2308.   cat > conftest.$ac_ext <<EOF
  2309. #line 2582 "configure"
  2310. #include "confdefs.h"
  2311. #include <stdio.h>
  2312. main()
  2313. {
  2314.   FILE *f=fopen("conftestval", "w");
  2315.   if (!f) exit(1);
  2316.   fprintf(f, "%dn", sizeof(long int));
  2317.   exit(0);
  2318. }
  2319. EOF
  2320. if { (eval echo configure:2593: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2321. then
  2322.   ac_cv_sizeof_long_int=`cat conftestval`
  2323. else
  2324.   echo "configure: failed program was:" >&5
  2325.   cat conftest.$ac_ext >&5
  2326.   rm -fr conftest*
  2327.   ac_cv_sizeof_long_int=0
  2328. fi
  2329. rm -fr conftest*
  2330. fi
  2331. fi
  2332. echo "$ac_t""$ac_cv_sizeof_long_int" 1>&6
  2333. cat >> confdefs.h <<EOF
  2334. #define SIZEOF_LONG_INT $ac_cv_sizeof_long_int
  2335. EOF
  2336. echo $ac_n "checking size of long long""... $ac_c" 1>&6
  2337. echo "configure:2613: checking size of long long" >&5
  2338. if eval "test "`echo '$''{'ac_cv_sizeof_long_long'+set}'`" = set"; then
  2339.   echo $ac_n "(cached) $ac_c" 1>&6
  2340. else
  2341.   if test "$cross_compiling" = yes; then
  2342.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2343. else
  2344.   cat > conftest.$ac_ext <<EOF
  2345. #line 2621 "configure"
  2346. #include "confdefs.h"
  2347. #include <stdio.h>
  2348. main()
  2349. {
  2350.   FILE *f=fopen("conftestval", "w");
  2351.   if (!f) exit(1);
  2352.   fprintf(f, "%dn", sizeof(long long));
  2353.   exit(0);
  2354. }
  2355. EOF
  2356. if { (eval echo configure:2632: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2357. then
  2358.   ac_cv_sizeof_long_long=`cat conftestval`
  2359. else
  2360.   echo "configure: failed program was:" >&5
  2361.   cat conftest.$ac_ext >&5
  2362.   rm -fr conftest*
  2363.   ac_cv_sizeof_long_long=0
  2364. fi
  2365. rm -fr conftest*
  2366. fi
  2367. fi
  2368. echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
  2369. cat >> confdefs.h <<EOF
  2370. #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
  2371. EOF
  2372. echo $ac_n "checking size of char *""... $ac_c" 1>&6
  2373. echo "configure:2652: checking size of char *" >&5
  2374. if eval "test "`echo '$''{'ac_cv_sizeof_char_p'+set}'`" = set"; then
  2375.   echo $ac_n "(cached) $ac_c" 1>&6
  2376. else
  2377.   if test "$cross_compiling" = yes; then
  2378.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2379. else
  2380.   cat > conftest.$ac_ext <<EOF
  2381. #line 2660 "configure"
  2382. #include "confdefs.h"
  2383. #include <stdio.h>
  2384. main()
  2385. {
  2386.   FILE *f=fopen("conftestval", "w");
  2387.   if (!f) exit(1);
  2388.   fprintf(f, "%dn", sizeof(char *));
  2389.   exit(0);
  2390. }
  2391. EOF
  2392. if { (eval echo configure:2671: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2393. then
  2394.   ac_cv_sizeof_char_p=`cat conftestval`
  2395. else
  2396.   echo "configure: failed program was:" >&5
  2397.   cat conftest.$ac_ext >&5
  2398.   rm -fr conftest*
  2399.   ac_cv_sizeof_char_p=0
  2400. fi
  2401. rm -fr conftest*
  2402. fi
  2403. fi
  2404. echo "$ac_t""$ac_cv_sizeof_char_p" 1>&6
  2405. cat >> confdefs.h <<EOF
  2406. #define SIZEOF_CHAR_P $ac_cv_sizeof_char_p
  2407. EOF
  2408. echo $ac_n "checking size of unsigned char""... $ac_c" 1>&6
  2409. echo "configure:2692: checking size of unsigned char" >&5
  2410. if eval "test "`echo '$''{'ac_cv_sizeof_unsigned_char'+set}'`" = set"; then
  2411.   echo $ac_n "(cached) $ac_c" 1>&6
  2412. else
  2413.   if test "$cross_compiling" = yes; then
  2414.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2415. else
  2416.   cat > conftest.$ac_ext <<EOF
  2417. #line 2700 "configure"
  2418. #include "confdefs.h"
  2419. #include <stdio.h>
  2420. main()
  2421. {
  2422.   FILE *f=fopen("conftestval", "w");
  2423.   if (!f) exit(1);
  2424.   fprintf(f, "%dn", sizeof(unsigned char));
  2425.   exit(0);
  2426. }
  2427. EOF
  2428. if { (eval echo configure:2711: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2429. then
  2430.   ac_cv_sizeof_unsigned_char=`cat conftestval`
  2431. else
  2432.   echo "configure: failed program was:" >&5
  2433.   cat conftest.$ac_ext >&5
  2434.   rm -fr conftest*
  2435.   ac_cv_sizeof_unsigned_char=0
  2436. fi
  2437. rm -fr conftest*
  2438. fi
  2439. fi
  2440. echo "$ac_t""$ac_cv_sizeof_unsigned_char" 1>&6
  2441. cat >> confdefs.h <<EOF
  2442. #define SIZEOF_UNSIGNED_CHAR $ac_cv_sizeof_unsigned_char
  2443. EOF
  2444. echo $ac_n "checking size of unsigned short int""... $ac_c" 1>&6
  2445. echo "configure:2731: checking size of unsigned short int" >&5
  2446. if eval "test "`echo '$''{'ac_cv_sizeof_unsigned_short_int'+set}'`" = set"; then
  2447.   echo $ac_n "(cached) $ac_c" 1>&6
  2448. else
  2449.   if test "$cross_compiling" = yes; then
  2450.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2451. else
  2452.   cat > conftest.$ac_ext <<EOF
  2453. #line 2739 "configure"
  2454. #include "confdefs.h"
  2455. #include <stdio.h>
  2456. main()
  2457. {
  2458.   FILE *f=fopen("conftestval", "w");
  2459.   if (!f) exit(1);
  2460.   fprintf(f, "%dn", sizeof(unsigned short int));
  2461.   exit(0);
  2462. }
  2463. EOF
  2464. if { (eval echo configure:2750: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2465. then
  2466.   ac_cv_sizeof_unsigned_short_int=`cat conftestval`
  2467. else
  2468.   echo "configure: failed program was:" >&5
  2469.   cat conftest.$ac_ext >&5
  2470.   rm -fr conftest*
  2471.   ac_cv_sizeof_unsigned_short_int=0
  2472. fi
  2473. rm -fr conftest*
  2474. fi
  2475. fi
  2476. echo "$ac_t""$ac_cv_sizeof_unsigned_short_int" 1>&6
  2477. cat >> confdefs.h <<EOF
  2478. #define SIZEOF_UNSIGNED_SHORT_INT $ac_cv_sizeof_unsigned_short_int
  2479. EOF
  2480. echo $ac_n "checking size of unsigned int""... $ac_c" 1>&6
  2481. echo "configure:2770: checking size of unsigned int" >&5
  2482. if eval "test "`echo '$''{'ac_cv_sizeof_unsigned_int'+set}'`" = set"; then
  2483.   echo $ac_n "(cached) $ac_c" 1>&6
  2484. else
  2485.   if test "$cross_compiling" = yes; then
  2486.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2487. else
  2488.   cat > conftest.$ac_ext <<EOF
  2489. #line 2778 "configure"
  2490. #include "confdefs.h"
  2491. #include <stdio.h>
  2492. main()
  2493. {
  2494.   FILE *f=fopen("conftestval", "w");
  2495.   if (!f) exit(1);
  2496.   fprintf(f, "%dn", sizeof(unsigned int));
  2497.   exit(0);
  2498. }
  2499. EOF
  2500. if { (eval echo configure:2789: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2501. then
  2502.   ac_cv_sizeof_unsigned_int=`cat conftestval`
  2503. else
  2504.   echo "configure: failed program was:" >&5
  2505.   cat conftest.$ac_ext >&5
  2506.   rm -fr conftest*
  2507.   ac_cv_sizeof_unsigned_int=0
  2508. fi
  2509. rm -fr conftest*
  2510. fi
  2511. fi
  2512. echo "$ac_t""$ac_cv_sizeof_unsigned_int" 1>&6
  2513. cat >> confdefs.h <<EOF
  2514. #define SIZEOF_UNSIGNED_INT $ac_cv_sizeof_unsigned_int
  2515. EOF
  2516. echo $ac_n "checking size of unsigned long int""... $ac_c" 1>&6
  2517. echo "configure:2809: checking size of unsigned long int" >&5
  2518. if eval "test "`echo '$''{'ac_cv_sizeof_unsigned_long_int'+set}'`" = set"; then
  2519.   echo $ac_n "(cached) $ac_c" 1>&6
  2520. else
  2521.   if test "$cross_compiling" = yes; then
  2522.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2523. else
  2524.   cat > conftest.$ac_ext <<EOF
  2525. #line 2817 "configure"
  2526. #include "confdefs.h"
  2527. #include <stdio.h>
  2528. main()
  2529. {
  2530.   FILE *f=fopen("conftestval", "w");
  2531.   if (!f) exit(1);
  2532.   fprintf(f, "%dn", sizeof(unsigned long int));
  2533.   exit(0);
  2534. }
  2535. EOF
  2536. if { (eval echo configure:2828: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2537. then
  2538.   ac_cv_sizeof_unsigned_long_int=`cat conftestval`
  2539. else
  2540.   echo "configure: failed program was:" >&5
  2541.   cat conftest.$ac_ext >&5
  2542.   rm -fr conftest*
  2543.   ac_cv_sizeof_unsigned_long_int=0
  2544. fi
  2545. rm -fr conftest*
  2546. fi
  2547. fi
  2548. echo "$ac_t""$ac_cv_sizeof_unsigned_long_int" 1>&6
  2549. cat >> confdefs.h <<EOF
  2550. #define SIZEOF_UNSIGNED_LONG_INT $ac_cv_sizeof_unsigned_long_int
  2551. EOF
  2552. echo $ac_n "checking size of unsigned long long""... $ac_c" 1>&6
  2553. echo "configure:2848: checking size of unsigned long long" >&5
  2554. if eval "test "`echo '$''{'ac_cv_sizeof_unsigned_long_long'+set}'`" = set"; then
  2555.   echo $ac_n "(cached) $ac_c" 1>&6
  2556. else
  2557.   if test "$cross_compiling" = yes; then
  2558.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2559. else
  2560.   cat > conftest.$ac_ext <<EOF
  2561. #line 2856 "configure"
  2562. #include "confdefs.h"
  2563. #include <stdio.h>
  2564. main()
  2565. {
  2566.   FILE *f=fopen("conftestval", "w");
  2567.   if (!f) exit(1);
  2568.   fprintf(f, "%dn", sizeof(unsigned long long));
  2569.   exit(0);
  2570. }
  2571. EOF
  2572. if { (eval echo configure:2867: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2573. then
  2574.   ac_cv_sizeof_unsigned_long_long=`cat conftestval`
  2575. else
  2576.   echo "configure: failed program was:" >&5
  2577.   cat conftest.$ac_ext >&5
  2578.   rm -fr conftest*
  2579.   ac_cv_sizeof_unsigned_long_long=0
  2580. fi
  2581. rm -fr conftest*
  2582. fi
  2583. fi
  2584. echo "$ac_t""$ac_cv_sizeof_unsigned_long_long" 1>&6
  2585. cat >> confdefs.h <<EOF
  2586. #define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long
  2587. EOF
  2588. echo $ac_n "checking size of unsigned char *""... $ac_c" 1>&6
  2589. echo "configure:2887: checking size of unsigned char *" >&5
  2590. if eval "test "`echo '$''{'ac_cv_sizeof_unsigned_char_p'+set}'`" = set"; then
  2591.   echo $ac_n "(cached) $ac_c" 1>&6
  2592. else
  2593.   if test "$cross_compiling" = yes; then
  2594.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2595. else
  2596.   cat > conftest.$ac_ext <<EOF
  2597. #line 2895 "configure"
  2598. #include "confdefs.h"
  2599. #include <stdio.h>
  2600. main()
  2601. {
  2602.   FILE *f=fopen("conftestval", "w");
  2603.   if (!f) exit(1);
  2604.   fprintf(f, "%dn", sizeof(unsigned char *));
  2605.   exit(0);
  2606. }
  2607. EOF
  2608. if { (eval echo configure:2906: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2609. then
  2610.   ac_cv_sizeof_unsigned_char_p=`cat conftestval`
  2611. else
  2612.   echo "configure: failed program was:" >&5
  2613.   cat conftest.$ac_ext >&5
  2614.   rm -fr conftest*
  2615.   ac_cv_sizeof_unsigned_char_p=0
  2616. fi
  2617. rm -fr conftest*
  2618. fi
  2619. fi
  2620. echo "$ac_t""$ac_cv_sizeof_unsigned_char_p" 1>&6
  2621. cat >> confdefs.h <<EOF
  2622. #define SIZEOF_UNSIGNED_CHAR_P $ac_cv_sizeof_unsigned_char_p
  2623. EOF
  2624. echo $ac_n "checking if char is unsigned""... $ac_c" 1>&6
  2625. echo "configure:2927: checking if char is unsigned" >&5
  2626. if eval "test "`echo '$''{'ac_cv_type_char_unsigned'+set}'`" = set"; then
  2627.   echo $ac_n "(cached) $ac_c" 1>&6
  2628. else
  2629.   if test "$cross_compiling" = yes; then
  2630.   ac_cv_type_char_unsigned=no
  2631. else
  2632.   cat > conftest.$ac_ext <<EOF
  2633. #line 2935 "configure"
  2634. #include "confdefs.h"
  2635. main()
  2636. {
  2637. char c;
  2638. c = -1;
  2639. exit(c < 0);}
  2640. EOF