home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Linux / DDD331 / DDD-3_1_.000 / DDD-3_1_ / ddd-3.1.1 / ddd / configure < prev    next >
Text File  |  1998-12-06  |  481KB  |  17,567 lines

  1. #! /bin/sh
  2.  
  3. # From configure.in Revision: 1.175.4.2 
  4.  
  5.  
  6.  
  7.  
  8. # Do all the work for Automake.  This macro actually does too much --
  9. # some checks are only needed if your package does certain things.
  10. # But this isn't really a big deal.
  11.  
  12. # serial 1
  13.  
  14.  
  15.  
  16.  
  17.  
  18. # serial 1
  19.  
  20.  
  21.  
  22. #
  23. # Check to make sure that the build environment is sane.
  24. #
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. # Check to see if we're running under Win32, without using
  34. # AC_CANONICAL_*.  If so, set output variable EXEEXT to ".exe".
  35. # Otherwise set it to "".
  36.  
  37.  
  38.  
  39. # Check to see if we're running under Cygwin32, without using
  40. # AC_CANONICAL_*.  If so, set output variable CYGWIN32 to "yes".
  41. # Otherwise set it to "no".
  42.  
  43.  
  44.  
  45. # Check to see if we're running under Mingw, without using
  46. # AC_CANONICAL_*.  If so, set output variable MINGW32 to "yes".
  47. # Otherwise set it to "no".
  48.  
  49.  
  50.  
  51. # Guess values for system-dependent variables and create Makefiles.
  52. # Generated automatically using autoconf version 2.12 
  53. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  54. #
  55. # This configure script is free software; the Free Software Foundation
  56. # gives unlimited permission to copy, distribute and modify it.
  57.  
  58. # Defaults:
  59. ac_help=
  60. ac_default_prefix=/usr/local
  61. # Any additions from configure.in:
  62. ac_help="$ac_help
  63.   --with-x                use the X Window System"
  64. ac_help="$ac_help
  65.   --without-motif                  do not use Motif widgets"
  66. ac_help="$ac_help
  67.   --with-motif-includes=DIR        Motif include files are in DIR"
  68. ac_help="$ac_help
  69.   --with-motif-libraries=DIR       Motif libraries are in DIR"
  70. ac_help="$ac_help
  71.   --without-athena                 do not use Athena widgets"
  72. ac_help="$ac_help
  73.   --with-athena-includes=DIR       Athena include files are in DIR"
  74. ac_help="$ac_help
  75.   --with-athena-libraries=DIR      Athena libraries are in DIR"
  76. ac_help="$ac_help
  77.   --without-xpm                    do not use the Xpm library"
  78. ac_help="$ac_help
  79.   --with-xpm-includes=DIR          Xpm include files are in DIR"
  80. ac_help="$ac_help
  81.   --with-xpm-libraries=DIR         Xpm libraries are in DIR"
  82. ac_help="$ac_help
  83.   --disable-builtin-manual         do not compile manual into DDD"
  84. ac_help="$ac_help
  85.   --disable-builtin-app-defaults   do not compile app-defaults file into DDD"
  86.  
  87. # Initialize some variables set by options.
  88. # The variables have the same names as the options, with
  89. # dashes changed to underlines.
  90. build=NONE
  91. cache_file=./config.cache
  92. exec_prefix=NONE
  93. host=NONE
  94. no_create=
  95. nonopt=NONE
  96. no_recursion=
  97. prefix=NONE
  98. program_prefix=NONE
  99. program_suffix=NONE
  100. program_transform_name=s,x,x,
  101. silent=
  102. site=
  103. srcdir=
  104. target=NONE
  105. verbose=
  106. x_includes=NONE
  107. x_libraries=NONE
  108. bindir='${exec_prefix}/bin'
  109. sbindir='${exec_prefix}/sbin'
  110. libexecdir='${exec_prefix}/libexec'
  111. datadir='${prefix}/share'
  112. sysconfdir='${prefix}/etc'
  113. sharedstatedir='${prefix}/com'
  114. localstatedir='${prefix}/var'
  115. libdir='${exec_prefix}/lib'
  116. includedir='${prefix}/include'
  117. oldincludedir='/usr/include'
  118. infodir='${prefix}/info'
  119. mandir='${prefix}/man'
  120.  
  121. # Initialize some other variables.
  122. subdirs=
  123. MFLAGS= MAKEFLAGS=
  124. # Maximum number of lines to put in a shell here document.
  125. ac_max_here_lines=12
  126.  
  127. ac_prev=
  128. for ac_option
  129. do
  130.  
  131.   # If the previous option needs an argument, assign it.
  132.   if test -n "$ac_prev"; then
  133.     eval "$ac_prev=\$ac_option"
  134.     ac_prev=
  135.     continue
  136.   fi
  137.  
  138.   case "$ac_option" in
  139.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  140.   *) ac_optarg= ;;
  141.   esac
  142.  
  143.   # Accept the important Cygnus configure options, so we can diagnose typos.
  144.  
  145.   case "$ac_option" in
  146.  
  147.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  148.     ac_prev=bindir ;;
  149.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  150.     bindir="$ac_optarg" ;;
  151.  
  152.   -build | --build | --buil | --bui | --bu)
  153.     ac_prev=build ;;
  154.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  155.     build="$ac_optarg" ;;
  156.  
  157.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  158.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  159.     ac_prev=cache_file ;;
  160.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  161.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  162.     cache_file="$ac_optarg" ;;
  163.  
  164.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  165.     ac_prev=datadir ;;
  166.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  167.   | --da=*)
  168.     datadir="$ac_optarg" ;;
  169.  
  170.   -disable-* | --disable-*)
  171.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  172.     # Reject names that are not valid shell variable names.
  173.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  174.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  175.     fi
  176.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  177.     eval "enable_${ac_feature}=no" ;;
  178.  
  179.   -enable-* | --enable-*)
  180.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  181.     # Reject names that are not valid shell variable names.
  182.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  183.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  184.     fi
  185.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  186.     case "$ac_option" in
  187.       *=*) ;;
  188.       *) ac_optarg=yes ;;
  189.     esac
  190.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  191.  
  192.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  193.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  194.   | --exec | --exe | --ex)
  195.     ac_prev=exec_prefix ;;
  196.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  197.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  198.   | --exec=* | --exe=* | --ex=*)
  199.     exec_prefix="$ac_optarg" ;;
  200.  
  201.   -gas | --gas | --ga | --g)
  202.     # Obsolete; use --with-gas.
  203.     with_gas=yes ;;
  204.  
  205.   -help | --help | --hel | --he)
  206.     # Omit some internal or obsolete options to make the list less imposing.
  207.     # This message is too long to be a string in the A/UX 3.1 sh.
  208.     cat << EOF
  209. Usage: configure [options] [host]
  210. Options: [defaults in brackets after descriptions]
  211. Configuration:
  212.   --cache-file=FILE       cache test results in FILE
  213.   --help                  print this message
  214.   --no-create             do not create output files
  215.   --quiet, --silent       do not print \`checking...' messages
  216.   --version               print the version of autoconf that created configure
  217. Directory and file names:
  218.   --prefix=PREFIX         install architecture-independent files in PREFIX
  219.                           [$ac_default_prefix]
  220.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  221.                           [same as prefix]
  222.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  223.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  224.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  225.   --datadir=DIR           read-only architecture-independent data in DIR
  226.                           [PREFIX/share]
  227.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  228.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  229.                           [PREFIX/com]
  230.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  231.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  232.   --includedir=DIR        C header files in DIR [PREFIX/include]
  233.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  234.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  235.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  236.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  237.   --program-prefix=PREFIX prepend PREFIX to installed program names
  238.   --program-suffix=SUFFIX append SUFFIX to installed program names
  239.   --program-transform-name=PROGRAM
  240.                           run sed PROGRAM on installed program names
  241. EOF
  242.     cat << EOF
  243. Host type:
  244.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  245.   --host=HOST             configure for HOST [guessed]
  246.   --target=TARGET         configure for TARGET [TARGET=HOST]
  247. Features and packages:
  248.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  249.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  250.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  251.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  252.   --x-includes=DIR        X include files are in DIR
  253.   --x-libraries=DIR       X library files are in DIR
  254. EOF
  255.     if test -n "$ac_help"; then
  256.       echo "--enable and --with options recognized:$ac_help"
  257.     fi
  258.     exit 0 ;;
  259.  
  260.   -host | --host | --hos | --ho)
  261.     ac_prev=host ;;
  262.   -host=* | --host=* | --hos=* | --ho=*)
  263.     host="$ac_optarg" ;;
  264.  
  265.   -includedir | --includedir | --includedi | --included | --include \
  266.   | --includ | --inclu | --incl | --inc)
  267.     ac_prev=includedir ;;
  268.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  269.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  270.     includedir="$ac_optarg" ;;
  271.  
  272.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  273.     ac_prev=infodir ;;
  274.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  275.     infodir="$ac_optarg" ;;
  276.  
  277.   -libdir | --libdir | --libdi | --libd)
  278.     ac_prev=libdir ;;
  279.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  280.     libdir="$ac_optarg" ;;
  281.  
  282.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  283.   | --libexe | --libex | --libe)
  284.     ac_prev=libexecdir ;;
  285.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  286.   | --libexe=* | --libex=* | --libe=*)
  287.     libexecdir="$ac_optarg" ;;
  288.  
  289.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  290.   | --localstate | --localstat | --localsta | --localst \
  291.   | --locals | --local | --loca | --loc | --lo)
  292.     ac_prev=localstatedir ;;
  293.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  294.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  295.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  296.     localstatedir="$ac_optarg" ;;
  297.  
  298.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  299.     ac_prev=mandir ;;
  300.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  301.     mandir="$ac_optarg" ;;
  302.  
  303.   -nfp | --nfp | --nf)
  304.     # Obsolete; use --without-fp.
  305.     with_fp=no ;;
  306.  
  307.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  308.   | --no-cr | --no-c)
  309.     no_create=yes ;;
  310.  
  311.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  312.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  313.     no_recursion=yes ;;
  314.  
  315.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  316.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  317.   | --oldin | --oldi | --old | --ol | --o)
  318.     ac_prev=oldincludedir ;;
  319.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  320.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  321.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  322.     oldincludedir="$ac_optarg" ;;
  323.  
  324.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  325.     ac_prev=prefix ;;
  326.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  327.     prefix="$ac_optarg" ;;
  328.  
  329.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  330.   | --program-pre | --program-pr | --program-p)
  331.     ac_prev=program_prefix ;;
  332.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  333.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  334.     program_prefix="$ac_optarg" ;;
  335.  
  336.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  337.   | --program-suf | --program-su | --program-s)
  338.     ac_prev=program_suffix ;;
  339.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  340.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  341.     program_suffix="$ac_optarg" ;;
  342.  
  343.   -program-transform-name | --program-transform-name \
  344.   | --program-transform-nam | --program-transform-na \
  345.   | --program-transform-n | --program-transform- \
  346.   | --program-transform | --program-transfor \
  347.   | --program-transfo | --program-transf \
  348.   | --program-trans | --program-tran \
  349.   | --progr-tra | --program-tr | --program-t)
  350.     ac_prev=program_transform_name ;;
  351.   -program-transform-name=* | --program-transform-name=* \
  352.   | --program-transform-nam=* | --program-transform-na=* \
  353.   | --program-transform-n=* | --program-transform-=* \
  354.   | --program-transform=* | --program-transfor=* \
  355.   | --program-transfo=* | --program-transf=* \
  356.   | --program-trans=* | --program-tran=* \
  357.   | --progr-tra=* | --program-tr=* | --program-t=*)
  358.     program_transform_name="$ac_optarg" ;;
  359.  
  360.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  361.   | -silent | --silent | --silen | --sile | --sil)
  362.     silent=yes ;;
  363.  
  364.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  365.     ac_prev=sbindir ;;
  366.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  367.   | --sbi=* | --sb=*)
  368.     sbindir="$ac_optarg" ;;
  369.  
  370.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  371.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  372.   | --sharedst | --shareds | --shared | --share | --shar \
  373.   | --sha | --sh)
  374.     ac_prev=sharedstatedir ;;
  375.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  376.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  377.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  378.   | --sha=* | --sh=*)
  379.     sharedstatedir="$ac_optarg" ;;
  380.  
  381.   -site | --site | --sit)
  382.     ac_prev=site ;;
  383.   -site=* | --site=* | --sit=*)
  384.     site="$ac_optarg" ;;
  385.  
  386.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  387.     ac_prev=srcdir ;;
  388.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  389.     srcdir="$ac_optarg" ;;
  390.  
  391.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  392.   | --syscon | --sysco | --sysc | --sys | --sy)
  393.     ac_prev=sysconfdir ;;
  394.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  395.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  396.     sysconfdir="$ac_optarg" ;;
  397.  
  398.   -target | --target | --targe | --targ | --tar | --ta | --t)
  399.     ac_prev=target ;;
  400.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  401.     target="$ac_optarg" ;;
  402.  
  403.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  404.     verbose=yes ;;
  405.  
  406.   -version | --version | --versio | --versi | --vers)
  407.     echo "configure generated by autoconf version 2.12"
  408.     exit 0 ;;
  409.  
  410.   -with-* | --with-*)
  411.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  412.     # Reject names that are not valid shell variable names.
  413.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  414.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  415.     fi
  416.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  417.     case "$ac_option" in
  418.       *=*) ;;
  419.       *) ac_optarg=yes ;;
  420.     esac
  421.     eval "with_${ac_package}='$ac_optarg'" ;;
  422.  
  423.   -without-* | --without-*)
  424.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  425.     # Reject names that are not valid shell variable names.
  426.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  427.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  428.     fi
  429.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  430.     eval "with_${ac_package}=no" ;;
  431.  
  432.   --x)
  433.     # Obsolete; use --with-x.
  434.     with_x=yes ;;
  435.  
  436.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  437.   | --x-incl | --x-inc | --x-in | --x-i)
  438.     ac_prev=x_includes ;;
  439.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  440.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  441.     x_includes="$ac_optarg" ;;
  442.  
  443.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  444.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  445.     ac_prev=x_libraries ;;
  446.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  447.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  448.     x_libraries="$ac_optarg" ;;
  449.  
  450.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  451.     ;;
  452.  
  453.   *)
  454.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  455.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  456.     fi
  457.     if test "x$nonopt" != xNONE; then
  458.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  459.     fi
  460.     nonopt="$ac_option"
  461.     ;;
  462.  
  463.   esac
  464. done
  465.  
  466. if test -n "$ac_prev"; then
  467.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  468. fi
  469.  
  470. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  471.  
  472. # File descriptor usage:
  473. # 0 standard input
  474. # 1 file creation
  475. # 2 errors and warnings
  476. # 3 some systems may open it to /dev/tty
  477. # 4 used on the Kubota Titan
  478. # 6 checking for... messages and results
  479. # 5 compiler messages saved in config.log
  480. if test "$silent" = yes; then
  481.   exec 6>/dev/null
  482. else
  483.   exec 6>&1
  484. fi
  485. exec 5>./config.log
  486.  
  487. echo "\
  488. This file contains any messages produced by compilers while
  489. running configure, to aid debugging if configure makes a mistake.
  490. " 1>&5
  491.  
  492. # Strip out --no-create and --no-recursion so they do not pile up.
  493. # Also quote any args containing shell metacharacters.
  494. ac_configure_args=
  495. for ac_arg
  496. do
  497.   case "$ac_arg" in
  498.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  499.   | --no-cr | --no-c) ;;
  500.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  501.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  502.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  503.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  504.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  505.   esac
  506. done
  507.  
  508. # NLS nuisances.
  509. # Only set these to C if already set.  These must not be set unconditionally
  510. # because not all systems understand e.g. LANG=C (notably SCO).
  511. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  512. # Non-C LC_CTYPE values break the ctype check.
  513. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  514. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  515. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  516. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  517.  
  518. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  519. rm -rf conftest* confdefs.h
  520. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  521. echo > confdefs.h
  522.  
  523. # A filename unique to this package, relative to the directory that
  524. # configure is in, which we can look for to find out if srcdir is correct.
  525. ac_unique_file=DispBox.h
  526.  
  527. # Find the source files, if location was not specified.
  528. if test -z "$srcdir"; then
  529.   ac_srcdir_defaulted=yes
  530.   # Try the directory containing this script, then its parent.
  531.   ac_prog=$0
  532.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  533.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  534.   srcdir=$ac_confdir
  535.   if test ! -r $srcdir/$ac_unique_file; then
  536.     srcdir=..
  537.   fi
  538. else
  539.   ac_srcdir_defaulted=no
  540. fi
  541. if test ! -r $srcdir/$ac_unique_file; then
  542.   if test "$ac_srcdir_defaulted" = yes; then
  543.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  544.   else
  545.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  546.   fi
  547. fi
  548. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  549.  
  550. # Prefer explicitly selected file to automatically selected ones.
  551. if test -z "$CONFIG_SITE"; then
  552.   if test "x$prefix" != xNONE; then
  553.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  554.   else
  555.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  556.   fi
  557. fi
  558. for ac_site_file in $CONFIG_SITE; do
  559.   if test -r "$ac_site_file"; then
  560.     echo "loading site script $ac_site_file"
  561.     . "$ac_site_file"
  562.   fi
  563. done
  564.  
  565. if test -r "$cache_file"; then
  566.   echo "loading cache $cache_file"
  567.   . $cache_file
  568. else
  569.   echo "creating cache $cache_file"
  570.   > $cache_file
  571. fi
  572.  
  573. ac_ext=c
  574. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  575. ac_cpp='$CPP $CPPFLAGS'
  576. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  577. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  578. cross_compiling=$ac_cv_prog_cc_cross
  579.  
  580. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  581.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  582.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  583.     ac_n= ac_c='
  584. ' ac_t='    '
  585.   else
  586.     ac_n=-n ac_c= ac_t=
  587.   fi
  588. else
  589.   ac_n= ac_c='\c' ac_t=
  590. fi
  591.  
  592.  
  593.  
  594. if test "x$prefix" = xNONE; then
  595. echo $ac_n "checking for prefix by $ac_c" 1>&6
  596. # Extract the first word of "ddd", so it can be a program name with args.
  597. set dummy ddd; ac_word=$2
  598. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  599. echo "configure:600: checking for $ac_word" >&5
  600. if eval "test \"`echo '$''{'ac_cv_path_DDD'+set}'`\" = set"; then
  601.   echo $ac_n "(cached) $ac_c" 1>&6
  602. else
  603.   case "$DDD" in
  604.   /*)
  605.   ac_cv_path_DDD="$DDD" # Let the user override the test with a path.
  606.   ;;
  607.   *)
  608.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  609.   for ac_dir in $PATH; do
  610.     test -z "$ac_dir" && ac_dir=.
  611.     if test -f $ac_dir/$ac_word; then
  612.       ac_cv_path_DDD="$ac_dir/$ac_word"
  613.       break
  614.     fi
  615.   done
  616.   IFS="$ac_save_ifs"
  617.   ;;
  618. esac
  619. fi
  620. DDD="$ac_cv_path_DDD"
  621. if test -n "$DDD"; then
  622.   echo "$ac_t""$DDD" 1>&6
  623. else
  624.   echo "$ac_t""no" 1>&6
  625. fi
  626.  
  627.   if test -n "$ac_cv_path_DDD"; then
  628.     prefix=`echo $ac_cv_path_DDD|sed 's%/[^/][^/]*//*[^/][^/]*$%%'`
  629.   fi
  630. fi
  631.  
  632. if test "$program_transform_name" = s,x,x,; then
  633.   program_transform_name=
  634. else
  635.   # Double any \ or $.  echo might interpret backslashes.
  636.   cat <<\EOF_SED > conftestsed
  637. s,\\,\\\\,g; s,\$,$$,g
  638. EOF_SED
  639.   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
  640.   rm -f conftestsed
  641. fi
  642. test "$program_prefix" != NONE &&
  643.   program_transform_name="s,^,${program_prefix},; $program_transform_name"
  644. # Use a double $ so make ignores it.
  645. test "$program_suffix" != NONE &&
  646.   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
  647.  
  648. # sed with no file args requires a program.
  649. test "$program_transform_name" = "" && program_transform_name="s,x,x,"
  650.  
  651. ac_cv_lib_dnet=no
  652. unset CDPATH
  653. ac_cv_func_vfork_works=yes
  654. echo $ac_n "checking for product name""... $ac_c" 1>&6
  655. echo "configure:656: checking for product name" >&5
  656. ddd=ddd
  657. Ddd=Ddd
  658. DDD=DDD
  659. VERSION=3.1.1
  660. NICKNAME="Morning Sky"
  661. EXPIRES=
  662. echo "$ac_t""${DDD} ${VERSION} \"${NICKNAME}\"" 1>&6
  663. echo $ac_n "checking for expiration date""... $ac_c" 1>&6
  664. echo "configure:665: checking for expiration date" >&5
  665. if test "$EXPIRES" = ""; then
  666. echo "$ac_t""no" 1>&6
  667. else
  668. echo "$ac_t""${EXPIRES}" 1>&6
  669. fi
  670. ac_aux_dir=
  671. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  672.   if test -f $ac_dir/install-sh; then
  673.     ac_aux_dir=$ac_dir
  674.     ac_install_sh="$ac_aux_dir/install-sh -c"
  675.     break
  676.   elif test -f $ac_dir/install.sh; then
  677.     ac_aux_dir=$ac_dir
  678.     ac_install_sh="$ac_aux_dir/install.sh -c"
  679.     break
  680.   fi
  681. done
  682. if test -z "$ac_aux_dir"; then
  683.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  684. fi
  685. ac_config_guess=$ac_aux_dir/config.guess
  686. ac_config_sub=$ac_aux_dir/config.sub
  687. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  688.  
  689. # Find a good install program.  We prefer a C program (faster),
  690. # so one script is as good as another.  But avoid the broken or
  691. # incompatible versions:
  692. # SysV /etc/install, /usr/sbin/install
  693. # SunOS /usr/etc/install
  694. # IRIX /sbin/install
  695. # AIX /bin/install
  696. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  697. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  698. # ./install, which can be erroneously created by make from ./install.sh.
  699. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  700. echo "configure:701: checking for a BSD compatible install" >&5
  701. if test -z "$INSTALL"; then
  702. if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  703.   echo $ac_n "(cached) $ac_c" 1>&6
  704. else
  705.     IFS="${IFS=     }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
  706.   for ac_dir in $PATH; do
  707.     # Account for people who put trailing slashes in PATH elements.
  708.     case "$ac_dir/" in
  709.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  710.     *)
  711.       # OSF1 and SCO ODT 3.0 have their own names for install.
  712.       for ac_prog in ginstall installbsd scoinst install; do
  713.         if test -f $ac_dir/$ac_prog; then
  714.       if test $ac_prog = install &&
  715.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  716.         # AIX install.  It has an incompatible calling convention.
  717.         # OSF/1 installbsd also uses dspmsg, but is usable.
  718.         :
  719.       else
  720.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  721.         break 2
  722.       fi
  723.     fi
  724.       done
  725.       ;;
  726.     esac
  727.   done
  728.   IFS="$ac_save_IFS"
  729.  
  730. fi
  731.   if test "${ac_cv_path_install+set}" = set; then
  732.     INSTALL="$ac_cv_path_install"
  733.   else
  734.     # As a last resort, use the slow shell script.  We don't cache a
  735.     # path for INSTALL within a source directory, because that will
  736.     # break other packages using the cache if that directory is
  737.     # removed, or if the path is relative.
  738.     INSTALL="$ac_install_sh"
  739.   fi
  740. fi
  741. echo "$ac_t""$INSTALL" 1>&6
  742.  
  743. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  744. # It thinks the first close brace ends the variable substitution.
  745. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  746.  
  747. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  748.  
  749.  
  750. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  751.  
  752. echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
  753. echo "configure:754: checking whether build environment is sane" >&5
  754. # Just in case
  755. sleep 1
  756. echo timestamp > conftestfile
  757. # Do `set' in a subshell so we don't clobber the current shell's
  758. # arguments.  Must try -L first in case configure is actually a
  759. # symlink; some systems play weird games with the mod time of symlinks
  760. # (eg FreeBSD returns the mod time of the symlink's containing
  761. # directory).
  762. if (
  763.    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
  764.    if test "$*" = "X"; then
  765.       # -L didn't work.
  766.       set X `ls -t $srcdir/configure conftestfile`
  767.    fi
  768.    if test "$*" != "X $srcdir/configure conftestfile" \
  769.       && test "$*" != "X conftestfile $srcdir/configure"; then
  770.  
  771.       # If neither matched, then we have a broken ls.  This can happen
  772.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  773.       # broken ls alias from the environment.  This has actually
  774.       # happened.  Such a system could not be considered "sane".
  775.       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
  776. alias in your environment" 1>&2; exit 1; }
  777.    fi
  778.  
  779.    test "$2" = conftestfile
  780.    )
  781. then
  782.    # Ok.
  783.    :
  784. else
  785.    { echo "configure: error: newly created file is older than distributed files!
  786. Check your system clock" 1>&2; exit 1; }
  787. fi
  788. rm -f conftest*
  789. echo "$ac_t""yes" 1>&6
  790. echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
  791. echo "configure:792: checking whether ${MAKE-make} sets \${MAKE}" >&5
  792. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  793. if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  794.   echo $ac_n "(cached) $ac_c" 1>&6
  795. else
  796.   cat > conftestmake <<\EOF
  797. all:
  798.     @echo 'ac_maketemp="${MAKE}"'
  799. EOF
  800. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  801. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  802. if test -n "$ac_maketemp"; then
  803.   eval ac_cv_prog_make_${ac_make}_set=yes
  804. else
  805.   eval ac_cv_prog_make_${ac_make}_set=no
  806. fi
  807. rm -f conftestmake
  808. fi
  809. if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  810.   echo "$ac_t""yes" 1>&6
  811.   SET_MAKE=
  812. else
  813.   echo "$ac_t""no" 1>&6
  814.   SET_MAKE="MAKE=${MAKE-make}"
  815. fi
  816.  
  817.  
  818. PACKAGE=${ddd}
  819.  
  820. VERSION=${VERSION}
  821.  
  822. if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
  823.   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
  824. fi
  825. cat >> confdefs.h <<EOF
  826. #define PACKAGE "$PACKAGE"
  827. EOF
  828.  
  829. cat >> confdefs.h <<EOF
  830. #define VERSION "$VERSION"
  831. EOF
  832.  
  833.  
  834.  
  835. missing_dir=`cd $ac_aux_dir && pwd`
  836. echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
  837. echo "configure:838: checking for working aclocal" >&5
  838. # Run test in a subshell; some versions of sh will print an error if
  839. # an executable is not found, even if stderr is redirected.
  840. # Redirect stdin to placate older versions of autoconf.  Sigh.
  841. if (aclocal --version) < /dev/null > /dev/null 2>&1; then
  842.    ACLOCAL=aclocal
  843.    echo "$ac_t""found" 1>&6
  844. else
  845.    ACLOCAL="$missing_dir/missing aclocal"
  846.    echo "$ac_t""missing" 1>&6
  847. fi
  848.  
  849. echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
  850. echo "configure:851: checking for working autoconf" >&5
  851. # Run test in a subshell; some versions of sh will print an error if
  852. # an executable is not found, even if stderr is redirected.
  853. # Redirect stdin to placate older versions of autoconf.  Sigh.
  854. if (autoconf --version) < /dev/null > /dev/null 2>&1; then
  855.    AUTOCONF=autoconf
  856.    echo "$ac_t""found" 1>&6
  857. else
  858.    AUTOCONF="$missing_dir/missing autoconf"
  859.    echo "$ac_t""missing" 1>&6
  860. fi
  861.  
  862. echo $ac_n "checking for working automake""... $ac_c" 1>&6
  863. echo "configure:864: checking for working automake" >&5
  864. # Run test in a subshell; some versions of sh will print an error if
  865. # an executable is not found, even if stderr is redirected.
  866. # Redirect stdin to placate older versions of autoconf.  Sigh.
  867. if (automake --version) < /dev/null > /dev/null 2>&1; then
  868.    AUTOMAKE=automake
  869.    echo "$ac_t""found" 1>&6
  870. else
  871.    AUTOMAKE="$missing_dir/missing automake"
  872.    echo "$ac_t""missing" 1>&6
  873. fi
  874.  
  875. echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
  876. echo "configure:877: checking for working autoheader" >&5
  877. # Run test in a subshell; some versions of sh will print an error if
  878. # an executable is not found, even if stderr is redirected.
  879. # Redirect stdin to placate older versions of autoconf.  Sigh.
  880. if (autoheader --version) < /dev/null > /dev/null 2>&1; then
  881.    AUTOHEADER=autoheader
  882.    echo "$ac_t""found" 1>&6
  883. else
  884.    AUTOHEADER="$missing_dir/missing autoheader"
  885.    echo "$ac_t""missing" 1>&6
  886. fi
  887.  
  888. echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
  889. echo "configure:890: checking for working makeinfo" >&5
  890. # Run test in a subshell; some versions of sh will print an error if
  891. # an executable is not found, even if stderr is redirected.
  892. # Redirect stdin to placate older versions of autoconf.  Sigh.
  893. if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
  894.    MAKEINFO=makeinfo
  895.    echo "$ac_t""found" 1>&6
  896. else
  897.    MAKEINFO="$missing_dir/missing makeinfo"
  898.    echo "$ac_t""missing" 1>&6
  899. fi
  900.  
  901.  
  902.  
  903. # Make sure we can run config.sub.
  904. if $ac_config_sub sun4 >/dev/null 2>&1; then :
  905. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  906. fi
  907.  
  908. echo $ac_n "checking host system type""... $ac_c" 1>&6
  909. echo "configure:910: checking host system type" >&5
  910.  
  911. host_alias=$host
  912. case "$host_alias" in
  913. NONE)
  914.   case $nonopt in
  915.   NONE)
  916.     if host_alias=`$ac_config_guess`; then :
  917.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  918.     fi ;;
  919.   *) host_alias=$nonopt ;;
  920.   esac ;;
  921. esac
  922.  
  923. host=`$ac_config_sub $host_alias`
  924. host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  925. host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  926. host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  927. echo "$ac_t""$host" 1>&6
  928.  
  929.  
  930. # Extract the first word of "gcc", so it can be a program name with args.
  931. set dummy gcc; ac_word=$2
  932. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  933. echo "configure:934: checking for $ac_word" >&5
  934. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  935.   echo $ac_n "(cached) $ac_c" 1>&6
  936. else
  937.   if test -n "$CC"; then
  938.   ac_cv_prog_CC="$CC" # Let the user override the test.
  939. else
  940.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  941.   for ac_dir in $PATH; do
  942.     test -z "$ac_dir" && ac_dir=.
  943.     if test -f $ac_dir/$ac_word; then
  944.       ac_cv_prog_CC="gcc"
  945.       break
  946.     fi
  947.   done
  948.   IFS="$ac_save_ifs"
  949. fi
  950. fi
  951. CC="$ac_cv_prog_CC"
  952. if test -n "$CC"; then
  953.   echo "$ac_t""$CC" 1>&6
  954. else
  955.   echo "$ac_t""no" 1>&6
  956. fi
  957.  
  958. if test -z "$CC"; then
  959.   # Extract the first word of "cc", so it can be a program name with args.
  960. set dummy cc; ac_word=$2
  961. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  962. echo "configure:963: checking for $ac_word" >&5
  963. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  964.   echo $ac_n "(cached) $ac_c" 1>&6
  965. else
  966.   if test -n "$CC"; then
  967.   ac_cv_prog_CC="$CC" # Let the user override the test.
  968. else
  969.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  970.   ac_prog_rejected=no
  971.   for ac_dir in $PATH; do
  972.     test -z "$ac_dir" && ac_dir=.
  973.     if test -f $ac_dir/$ac_word; then
  974.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  975.         ac_prog_rejected=yes
  976.     continue
  977.       fi
  978.       ac_cv_prog_CC="cc"
  979.       break
  980.     fi
  981.   done
  982.   IFS="$ac_save_ifs"
  983. if test $ac_prog_rejected = yes; then
  984.   # We found a bogon in the path, so make sure we never use it.
  985.   set dummy $ac_cv_prog_CC
  986.   shift
  987.   if test $# -gt 0; then
  988.     # We chose a different compiler from the bogus one.
  989.     # However, it has the same basename, so the bogon will be chosen
  990.     # first if we set CC to just the basename; use the full file name.
  991.     shift
  992.     set dummy "$ac_dir/$ac_word" "$@"
  993.     shift
  994.     ac_cv_prog_CC="$@"
  995.   fi
  996. fi
  997. fi
  998. fi
  999. CC="$ac_cv_prog_CC"
  1000. if test -n "$CC"; then
  1001.   echo "$ac_t""$CC" 1>&6
  1002. else
  1003.   echo "$ac_t""no" 1>&6
  1004. fi
  1005.  
  1006.   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  1007. fi
  1008.  
  1009. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  1010. echo "configure:1011: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  1011.  
  1012. ac_ext=c
  1013. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  1014. ac_cpp='$CPP $CPPFLAGS'
  1015. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  1016. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  1017. cross_compiling=$ac_cv_prog_cc_cross
  1018.  
  1019. cat > conftest.$ac_ext <<EOF
  1020. #line 1021 "configure"
  1021. #include "confdefs.h"
  1022. main(){return(0);}
  1023. EOF
  1024. if { (eval echo configure:1025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1025.   ac_cv_prog_cc_works=yes
  1026.   # If we can't run a trivial program, we are probably using a cross compiler.
  1027.   if (./conftest; exit) 2>/dev/null; then
  1028.     ac_cv_prog_cc_cross=no
  1029.   else
  1030.     ac_cv_prog_cc_cross=yes
  1031.   fi
  1032. else
  1033.   echo "configure: failed program was:" >&5
  1034.   cat conftest.$ac_ext >&5
  1035.   ac_cv_prog_cc_works=no
  1036. fi
  1037. rm -fr conftest*
  1038.  
  1039. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  1040. if test $ac_cv_prog_cc_works = no; then
  1041.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  1042. fi
  1043. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  1044. echo "configure:1045: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  1045. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  1046. cross_compiling=$ac_cv_prog_cc_cross
  1047.  
  1048. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  1049. echo "configure:1050: checking whether we are using GNU C" >&5
  1050. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  1051.   echo $ac_n "(cached) $ac_c" 1>&6
  1052. else
  1053.   cat > conftest.c <<EOF
  1054. #ifdef __GNUC__
  1055.   yes;
  1056. #endif
  1057. EOF
  1058. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1059: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  1059.   ac_cv_prog_gcc=yes
  1060. else
  1061.   ac_cv_prog_gcc=no
  1062. fi
  1063. fi
  1064.  
  1065. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  1066.  
  1067. if test $ac_cv_prog_gcc = yes; then
  1068.   GCC=yes
  1069.   ac_test_CFLAGS="${CFLAGS+set}"
  1070.   ac_save_CFLAGS="$CFLAGS"
  1071.   CFLAGS=
  1072.   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  1073. echo "configure:1074: checking whether ${CC-cc} accepts -g" >&5
  1074. if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
  1075.   echo $ac_n "(cached) $ac_c" 1>&6
  1076. else
  1077.   echo 'void f(){}' > conftest.c
  1078. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  1079.   ac_cv_prog_cc_g=yes
  1080. else
  1081.   ac_cv_prog_cc_g=no
  1082. fi
  1083. rm -f conftest*
  1084.  
  1085. fi
  1086.  
  1087. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  1088.   if test "$ac_test_CFLAGS" = set; then
  1089.     CFLAGS="$ac_save_CFLAGS"
  1090.   elif test $ac_cv_prog_cc_g = yes; then
  1091.     CFLAGS="-g -O2"
  1092.   else
  1093.     CFLAGS="-O2"
  1094.   fi
  1095. else
  1096.   GCC=
  1097.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  1098. fi
  1099.  
  1100. echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
  1101. echo "configure:1102: checking for POSIXized ISC" >&5
  1102. if test -d /etc/conf/kconfig.d &&
  1103.   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
  1104. then
  1105.   echo "$ac_t""yes" 1>&6
  1106.   ISC=yes # If later tests want to check for ISC.
  1107.   cat >> confdefs.h <<\EOF
  1108. #define _POSIX_SOURCE 1
  1109. EOF
  1110.  
  1111.   if test "$GCC" = yes; then
  1112.     CC="$CC -posix"
  1113.   else
  1114.     CC="$CC -Xp"
  1115.   fi
  1116. else
  1117.   echo "$ac_t""no" 1>&6
  1118.   ISC=
  1119. fi
  1120.  
  1121. echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
  1122. echo "configure:1123: checking whether ln -s works" >&5
  1123. if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
  1124.   echo $ac_n "(cached) $ac_c" 1>&6
  1125. else
  1126.   rm -f conftestdata
  1127. if ln -s X conftestdata 2>/dev/null
  1128. then
  1129.   rm -f conftestdata
  1130.   ac_cv_prog_LN_S="ln -s"
  1131. else
  1132.   ac_cv_prog_LN_S=ln
  1133. fi
  1134. fi
  1135. LN_S="$ac_cv_prog_LN_S"
  1136. if test "$ac_cv_prog_LN_S" = "ln -s"; then
  1137.   echo "$ac_t""yes" 1>&6
  1138. else
  1139.   echo "$ac_t""no" 1>&6
  1140. fi
  1141.  
  1142. for ac_prog in sh
  1143. do
  1144. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1145. set dummy $ac_prog; ac_word=$2
  1146. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1147. echo "configure:1148: checking for $ac_word" >&5
  1148. if eval "test \"`echo '$''{'ac_cv_path_SH'+set}'`\" = set"; then
  1149.   echo $ac_n "(cached) $ac_c" 1>&6
  1150. else
  1151.   case "$SH" in
  1152.   /*)
  1153.   ac_cv_path_SH="$SH" # Let the user override the test with a path.
  1154.   ;;
  1155.   *)
  1156.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1157.   for ac_dir in $PATH; do
  1158.     test -z "$ac_dir" && ac_dir=.
  1159.     if test -f $ac_dir/$ac_word; then
  1160.       ac_cv_path_SH="$ac_dir/$ac_word"
  1161.       break
  1162.     fi
  1163.   done
  1164.   IFS="$ac_save_ifs"
  1165.   ;;
  1166. esac
  1167. fi
  1168. SH="$ac_cv_path_SH"
  1169. if test -n "$SH"; then
  1170.   echo "$ac_t""$SH" 1>&6
  1171. else
  1172.   echo "$ac_t""no" 1>&6
  1173. fi
  1174.  
  1175. test -n "$SH" && break
  1176. done
  1177.  
  1178. for ac_prog in gtar tar
  1179. do
  1180. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1181. set dummy $ac_prog; ac_word=$2
  1182. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1183. echo "configure:1184: checking for $ac_word" >&5
  1184. if eval "test \"`echo '$''{'ac_cv_prog_TAR'+set}'`\" = set"; then
  1185.   echo $ac_n "(cached) $ac_c" 1>&6
  1186. else
  1187.   if test -n "$TAR"; then
  1188.   ac_cv_prog_TAR="$TAR" # Let the user override the test.
  1189. else
  1190.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1191.   for ac_dir in $PATH; do
  1192.     test -z "$ac_dir" && ac_dir=.
  1193.     if test -f $ac_dir/$ac_word; then
  1194.       ac_cv_prog_TAR="$ac_prog"
  1195.       break
  1196.     fi
  1197.   done
  1198.   IFS="$ac_save_ifs"
  1199. fi
  1200. fi
  1201. TAR="$ac_cv_prog_TAR"
  1202. if test -n "$TAR"; then
  1203.   echo "$ac_t""$TAR" 1>&6
  1204. else
  1205.   echo "$ac_t""no" 1>&6
  1206. fi
  1207.  
  1208. test -n "$TAR" && break
  1209. done
  1210.  
  1211. for ac_prog in gm4 m4
  1212. do
  1213. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1214. set dummy $ac_prog; ac_word=$2
  1215. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1216. echo "configure:1217: checking for $ac_word" >&5
  1217. if eval "test \"`echo '$''{'ac_cv_prog_M4'+set}'`\" = set"; then
  1218.   echo $ac_n "(cached) $ac_c" 1>&6
  1219. else
  1220.   if test -n "$M4"; then
  1221.   ac_cv_prog_M4="$M4" # Let the user override the test.
  1222. else
  1223.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1224.   for ac_dir in $PATH; do
  1225.     test -z "$ac_dir" && ac_dir=.
  1226.     if test -f $ac_dir/$ac_word; then
  1227.       ac_cv_prog_M4="$ac_prog"
  1228.       break
  1229.     fi
  1230.   done
  1231.   IFS="$ac_save_ifs"
  1232. fi
  1233. fi
  1234. M4="$ac_cv_prog_M4"
  1235. if test -n "$M4"; then
  1236.   echo "$ac_t""$M4" 1>&6
  1237. else
  1238.   echo "$ac_t""no" 1>&6
  1239. fi
  1240.  
  1241. test -n "$M4" && break
  1242. done
  1243.  
  1244. for ac_prog in gsed sed
  1245. do
  1246. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1247. set dummy $ac_prog; ac_word=$2
  1248. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1249. echo "configure:1250: checking for $ac_word" >&5
  1250. if eval "test \"`echo '$''{'ac_cv_prog_SED'+set}'`\" = set"; then
  1251.   echo $ac_n "(cached) $ac_c" 1>&6
  1252. else
  1253.   if test -n "$SED"; then
  1254.   ac_cv_prog_SED="$SED" # Let the user override the test.
  1255. else
  1256.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1257.   for ac_dir in $PATH; do
  1258.     test -z "$ac_dir" && ac_dir=.
  1259.     if test -f $ac_dir/$ac_word; then
  1260.       ac_cv_prog_SED="$ac_prog"
  1261.       break
  1262.     fi
  1263.   done
  1264.   IFS="$ac_save_ifs"
  1265. fi
  1266. fi
  1267. SED="$ac_cv_prog_SED"
  1268. if test -n "$SED"; then
  1269.   echo "$ac_t""$SED" 1>&6
  1270. else
  1271.   echo "$ac_t""no" 1>&6
  1272. fi
  1273.  
  1274. test -n "$SED" && break
  1275. done
  1276.  
  1277. for ac_prog in gdiff diff
  1278. do
  1279. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1280. set dummy $ac_prog; ac_word=$2
  1281. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1282. echo "configure:1283: checking for $ac_word" >&5
  1283. if eval "test \"`echo '$''{'ac_cv_prog_DIFF'+set}'`\" = set"; then
  1284.   echo $ac_n "(cached) $ac_c" 1>&6
  1285. else
  1286.   if test -n "$DIFF"; then
  1287.   ac_cv_prog_DIFF="$DIFF" # Let the user override the test.
  1288. else
  1289.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1290.   for ac_dir in $PATH; do
  1291.     test -z "$ac_dir" && ac_dir=.
  1292.     if test -f $ac_dir/$ac_word; then
  1293.       ac_cv_prog_DIFF="$ac_prog"
  1294.       break
  1295.     fi
  1296.   done
  1297.   IFS="$ac_save_ifs"
  1298. fi
  1299. fi
  1300. DIFF="$ac_cv_prog_DIFF"
  1301. if test -n "$DIFF"; then
  1302.   echo "$ac_t""$DIFF" 1>&6
  1303. else
  1304.   echo "$ac_t""no" 1>&6
  1305. fi
  1306.  
  1307. test -n "$DIFF" && break
  1308. done
  1309.  
  1310. for ac_prog in dvips dvi2ps
  1311. do
  1312. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1313. set dummy $ac_prog; ac_word=$2
  1314. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1315. echo "configure:1316: checking for $ac_word" >&5
  1316. if eval "test \"`echo '$''{'ac_cv_prog_DVIPS'+set}'`\" = set"; then
  1317.   echo $ac_n "(cached) $ac_c" 1>&6
  1318. else
  1319.   if test -n "$DVIPS"; then
  1320.   ac_cv_prog_DVIPS="$DVIPS" # Let the user override the test.
  1321. else
  1322.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1323.   for ac_dir in $PATH; do
  1324.     test -z "$ac_dir" && ac_dir=.
  1325.     if test -f $ac_dir/$ac_word; then
  1326.       ac_cv_prog_DVIPS="$ac_prog"
  1327.       break
  1328.     fi
  1329.   done
  1330.   IFS="$ac_save_ifs"
  1331. fi
  1332. fi
  1333. DVIPS="$ac_cv_prog_DVIPS"
  1334. if test -n "$DVIPS"; then
  1335.   echo "$ac_t""$DVIPS" 1>&6
  1336. else
  1337.   echo "$ac_t""no" 1>&6
  1338. fi
  1339.  
  1340. test -n "$DVIPS" && break
  1341. done
  1342.  
  1343. for ac_prog in gzip compress
  1344. do
  1345. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1346. set dummy $ac_prog; ac_word=$2
  1347. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1348. echo "configure:1349: checking for $ac_word" >&5
  1349. if eval "test \"`echo '$''{'ac_cv_prog_COMPRESS'+set}'`\" = set"; then
  1350.   echo $ac_n "(cached) $ac_c" 1>&6
  1351. else
  1352.   if test -n "$COMPRESS"; then
  1353.   ac_cv_prog_COMPRESS="$COMPRESS" # Let the user override the test.
  1354. else
  1355.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1356.   for ac_dir in $PATH; do
  1357.     test -z "$ac_dir" && ac_dir=.
  1358.     if test -f $ac_dir/$ac_word; then
  1359.       ac_cv_prog_COMPRESS="$ac_prog"
  1360.       break
  1361.     fi
  1362.   done
  1363.   IFS="$ac_save_ifs"
  1364. fi
  1365. fi
  1366. COMPRESS="$ac_cv_prog_COMPRESS"
  1367. if test -n "$COMPRESS"; then
  1368.   echo "$ac_t""$COMPRESS" 1>&6
  1369. else
  1370.   echo "$ac_t""no" 1>&6
  1371. fi
  1372.  
  1373. test -n "$COMPRESS" && break
  1374. done
  1375.  
  1376. COMPRESS="$COMPRESS -c"
  1377. case "$COMPRESS" in
  1378. *gzip*) COMPRESS="$COMPRESS -9";;
  1379. esac
  1380. for ac_prog in gzip gunzip gzcat zcat uncompress
  1381. do
  1382. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1383. set dummy $ac_prog; ac_word=$2
  1384. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1385. echo "configure:1386: checking for $ac_word" >&5
  1386. if eval "test \"`echo '$''{'ac_cv_prog_UNCOMPRESS'+set}'`\" = set"; then
  1387.   echo $ac_n "(cached) $ac_c" 1>&6
  1388. else
  1389.   if test -n "$UNCOMPRESS"; then
  1390.   ac_cv_prog_UNCOMPRESS="$UNCOMPRESS" # Let the user override the test.
  1391. else
  1392.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1393.   for ac_dir in $PATH; do
  1394.     test -z "$ac_dir" && ac_dir=.
  1395.     if test -f $ac_dir/$ac_word; then
  1396.       ac_cv_prog_UNCOMPRESS="$ac_prog"
  1397.       break
  1398.     fi
  1399.   done
  1400.   IFS="$ac_save_ifs"
  1401. fi
  1402. fi
  1403. UNCOMPRESS="$ac_cv_prog_UNCOMPRESS"
  1404. if test -n "$UNCOMPRESS"; then
  1405.   echo "$ac_t""$UNCOMPRESS" 1>&6
  1406. else
  1407.   echo "$ac_t""no" 1>&6
  1408. fi
  1409.  
  1410. test -n "$UNCOMPRESS" && break
  1411. done
  1412.  
  1413. case "$UNCOMPRESS" in
  1414. *gzip*)       UNCOMPRESS="$UNCOMPRESS -d";;
  1415. esac
  1416. case "$UNCOMPRESS" in
  1417. *zip*)        UNCOMPRESS="$UNCOMPRESS -c";;
  1418. *uncompress*) UNCOMPRESS="$UNCOMPRESS -c";;
  1419. esac
  1420. for ac_prog in remsh rsh on
  1421. do
  1422. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1423. set dummy $ac_prog; ac_word=$2
  1424. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1425. echo "configure:1426: checking for $ac_word" >&5
  1426. if eval "test \"`echo '$''{'ac_cv_path_RSH'+set}'`\" = set"; then
  1427.   echo $ac_n "(cached) $ac_c" 1>&6
  1428. else
  1429.   case "$RSH" in
  1430.   /*)
  1431.   ac_cv_path_RSH="$RSH" # Let the user override the test with a path.
  1432.   ;;
  1433.   *)
  1434.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1435.   for ac_dir in $PATH; do
  1436.     test -z "$ac_dir" && ac_dir=.
  1437.     if test -f $ac_dir/$ac_word; then
  1438.       ac_cv_path_RSH="$ac_dir/$ac_word"
  1439.       break
  1440.     fi
  1441.   done
  1442.   IFS="$ac_save_ifs"
  1443.   ;;
  1444. esac
  1445. fi
  1446. RSH="$ac_cv_path_RSH"
  1447. if test -n "$RSH"; then
  1448.   echo "$ac_t""$RSH" 1>&6
  1449. else
  1450.   echo "$ac_t""no" 1>&6
  1451. fi
  1452.  
  1453. test -n "$RSH" && break
  1454. done
  1455.  
  1456. for ac_prog in lp lpr
  1457. do
  1458. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1459. set dummy $ac_prog; ac_word=$2
  1460. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1461. echo "configure:1462: checking for $ac_word" >&5
  1462. if eval "test \"`echo '$''{'ac_cv_prog_LPR'+set}'`\" = set"; then
  1463.   echo $ac_n "(cached) $ac_c" 1>&6
  1464. else
  1465.   if test -n "$LPR"; then
  1466.   ac_cv_prog_LPR="$LPR" # Let the user override the test.
  1467. else
  1468.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1469.   for ac_dir in $PATH; do
  1470.     test -z "$ac_dir" && ac_dir=.
  1471.     if test -f $ac_dir/$ac_word; then
  1472.       ac_cv_prog_LPR="$ac_prog"
  1473.       break
  1474.     fi
  1475.   done
  1476.   IFS="$ac_save_ifs"
  1477. fi
  1478. fi
  1479. LPR="$ac_cv_prog_LPR"
  1480. if test -n "$LPR"; then
  1481.   echo "$ac_t""$LPR" 1>&6
  1482. else
  1483.   echo "$ac_t""no" 1>&6
  1484. fi
  1485.  
  1486. test -n "$LPR" && break
  1487. done
  1488.  
  1489. if test "$LPR" = "lpr"; then
  1490. PRINT_COMMAND="lpr"
  1491. elif test "$LPR" = "lp"; then
  1492. PRINT_COMMAND="lp -c"
  1493. else
  1494. PRINT_COMMAND="lp"
  1495. fi
  1496. for ac_prog in gcore
  1497. do
  1498. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1499. set dummy $ac_prog; ac_word=$2
  1500. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1501. echo "configure:1502: checking for $ac_word" >&5
  1502. if eval "test \"`echo '$''{'ac_cv_prog_GCORE'+set}'`\" = set"; then
  1503.   echo $ac_n "(cached) $ac_c" 1>&6
  1504. else
  1505.   if test -n "$GCORE"; then
  1506.   ac_cv_prog_GCORE="$GCORE" # Let the user override the test.
  1507. else
  1508.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1509.   for ac_dir in $PATH; do
  1510.     test -z "$ac_dir" && ac_dir=.
  1511.     if test -f $ac_dir/$ac_word; then
  1512.       ac_cv_prog_GCORE="$ac_prog"
  1513.       break
  1514.     fi
  1515.   done
  1516.   IFS="$ac_save_ifs"
  1517. fi
  1518. fi
  1519. GCORE="$ac_cv_prog_GCORE"
  1520. if test -n "$GCORE"; then
  1521.   echo "$ac_t""$GCORE" 1>&6
  1522. else
  1523.   echo "$ac_t""no" 1>&6
  1524. fi
  1525.  
  1526. test -n "$GCORE" && break
  1527. done
  1528.  
  1529. if test "$GCORE" = "gcore"; then
  1530. GCORE_COMMAND="gcore -o @FILE@ @PID@"
  1531. else
  1532. GCORE_COMMAND=
  1533. fi
  1534. for ac_prog in gdb dbx xdb jdb
  1535. do
  1536. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1537. set dummy $ac_prog; ac_word=$2
  1538. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1539. echo "configure:1540: checking for $ac_word" >&5
  1540. if eval "test \"`echo '$''{'ac_cv_prog_DEBUGGER'+set}'`\" = set"; then
  1541.   echo $ac_n "(cached) $ac_c" 1>&6
  1542. else
  1543.   if test -n "$DEBUGGER"; then
  1544.   ac_cv_prog_DEBUGGER="$DEBUGGER" # Let the user override the test.
  1545. else
  1546.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1547.   for ac_dir in $PATH; do
  1548.     test -z "$ac_dir" && ac_dir=.
  1549.     if test -f $ac_dir/$ac_word; then
  1550.       ac_cv_prog_DEBUGGER="$ac_prog"
  1551.       break
  1552.     fi
  1553.   done
  1554.   IFS="$ac_save_ifs"
  1555. fi
  1556. fi
  1557. DEBUGGER="$ac_cv_prog_DEBUGGER"
  1558. if test -n "$DEBUGGER"; then
  1559.   echo "$ac_t""$DEBUGGER" 1>&6
  1560. else
  1561.   echo "$ac_t""no" 1>&6
  1562. fi
  1563.  
  1564. test -n "$DEBUGGER" && break
  1565. done
  1566. case "$DEBUGGER" in
  1567. *gdb*) DEBUGGER_OPTION="";;
  1568. *dbx*) DEBUGGER_OPTION="--dbx";;
  1569. *xdb*) DEBUGGER_OPTION="--xdb";;
  1570. *jdb*) DEBUGGER_OPTION="--jdb";;
  1571. esac
  1572. case "$DEBUGGER" in
  1573. gdb) ;;
  1574. dbx) ;;
  1575. xdb) ;;
  1576. jdb) ;;
  1577. *)   DEBUGGER_OPTION="$DEBUGGER_OPTION --debugger $DEBUGGER";
  1578. esac
  1579. for ac_prog in xterm kterm dtterm hpterm
  1580. do
  1581. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1582. set dummy $ac_prog; ac_word=$2
  1583. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1584. echo "configure:1585: checking for $ac_word" >&5
  1585. if eval "test \"`echo '$''{'ac_cv_prog_XTERM'+set}'`\" = set"; then
  1586.   echo $ac_n "(cached) $ac_c" 1>&6
  1587. else
  1588.   if test -n "$XTERM"; then
  1589.   ac_cv_prog_XTERM="$XTERM" # Let the user override the test.
  1590. else
  1591.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1592.   for ac_dir in $PATH; do
  1593.     test -z "$ac_dir" && ac_dir=.
  1594.     if test -f $ac_dir/$ac_word; then
  1595.       ac_cv_prog_XTERM="$ac_prog"
  1596.       break
  1597.     fi
  1598.   done
  1599.   IFS="$ac_save_ifs"
  1600. fi
  1601. fi
  1602. XTERM="$ac_cv_prog_XTERM"
  1603. if test -n "$XTERM"; then
  1604.   echo "$ac_t""$XTERM" 1>&6
  1605. else
  1606.   echo "$ac_t""no" 1>&6
  1607. fi
  1608.  
  1609. test -n "$XTERM" && break
  1610. done
  1611. test -n "$XTERM" || XTERM="xterm"
  1612. for ac_prog in xfontsel
  1613. do
  1614. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1615. set dummy $ac_prog; ac_word=$2
  1616. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1617. echo "configure:1618: checking for $ac_word" >&5
  1618. if eval "test \"`echo '$''{'ac_cv_prog_XFONTSEL'+set}'`\" = set"; then
  1619.   echo $ac_n "(cached) $ac_c" 1>&6
  1620. else
  1621.   if test -n "$XFONTSEL"; then
  1622.   ac_cv_prog_XFONTSEL="$XFONTSEL" # Let the user override the test.
  1623. else
  1624.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1625.   for ac_dir in $PATH; do
  1626.     test -z "$ac_dir" && ac_dir=.
  1627.     if test -f $ac_dir/$ac_word; then
  1628.       ac_cv_prog_XFONTSEL="$ac_prog"
  1629.       break
  1630.     fi
  1631.   done
  1632.   IFS="$ac_save_ifs"
  1633. fi
  1634. fi
  1635. XFONTSEL="$ac_cv_prog_XFONTSEL"
  1636. if test -n "$XFONTSEL"; then
  1637.   echo "$ac_t""$XFONTSEL" 1>&6
  1638. else
  1639.   echo "$ac_t""no" 1>&6
  1640. fi
  1641.  
  1642. test -n "$XFONTSEL" && break
  1643. done
  1644. test -n "$XFONTSEL" || XFONTSEL="xfontsel"
  1645. # Find a good install program.  We prefer a C program (faster),
  1646. # so one script is as good as another.  But avoid the broken or
  1647. # incompatible versions:
  1648. # SysV /etc/install, /usr/sbin/install
  1649. # SunOS /usr/etc/install
  1650. # IRIX /sbin/install
  1651. # AIX /bin/install
  1652. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1653. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1654. # ./install, which can be erroneously created by make from ./install.sh.
  1655. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  1656. echo "configure:1657: checking for a BSD compatible install" >&5
  1657. if test -z "$INSTALL"; then
  1658. if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  1659.   echo $ac_n "(cached) $ac_c" 1>&6
  1660. else
  1661.     IFS="${IFS=     }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
  1662.   for ac_dir in $PATH; do
  1663.     # Account for people who put trailing slashes in PATH elements.
  1664.     case "$ac_dir/" in
  1665.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  1666.     *)
  1667.       # OSF1 and SCO ODT 3.0 have their own names for install.
  1668.       for ac_prog in ginstall installbsd scoinst install; do
  1669.         if test -f $ac_dir/$ac_prog; then
  1670.       if test $ac_prog = install &&
  1671.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  1672.         # AIX install.  It has an incompatible calling convention.
  1673.         # OSF/1 installbsd also uses dspmsg, but is usable.
  1674.         :
  1675.       else
  1676.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  1677.         break 2
  1678.       fi
  1679.     fi
  1680.       done
  1681.       ;;
  1682.     esac
  1683.   done
  1684.   IFS="$ac_save_IFS"
  1685.  
  1686. fi
  1687.   if test "${ac_cv_path_install+set}" = set; then
  1688.     INSTALL="$ac_cv_path_install"
  1689.   else
  1690.     # As a last resort, use the slow shell script.  We don't cache a
  1691.     # path for INSTALL within a source directory, because that will
  1692.     # break other packages using the cache if that directory is
  1693.     # removed, or if the path is relative.
  1694.     INSTALL="$ac_install_sh"
  1695.   fi
  1696. fi
  1697. echo "$ac_t""$INSTALL" 1>&6
  1698.  
  1699. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1700. # It thinks the first close brace ends the variable substitution.
  1701. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1702.  
  1703. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1704.  
  1705. # Extract the first word of "ranlib", so it can be a program name with args.
  1706. set dummy ranlib; ac_word=$2
  1707. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1708. echo "configure:1709: checking for $ac_word" >&5
  1709. if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  1710.   echo $ac_n "(cached) $ac_c" 1>&6
  1711. else
  1712.   if test -n "$RANLIB"; then
  1713.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1714. else
  1715.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1716.   for ac_dir in $PATH; do
  1717.     test -z "$ac_dir" && ac_dir=.
  1718.     if test -f $ac_dir/$ac_word; then
  1719.       ac_cv_prog_RANLIB="ranlib"
  1720.       break
  1721.     fi
  1722.   done
  1723.   IFS="$ac_save_ifs"
  1724.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1725. fi
  1726. fi
  1727. RANLIB="$ac_cv_prog_RANLIB"
  1728. if test -n "$RANLIB"; then
  1729.   echo "$ac_t""$RANLIB" 1>&6
  1730. else
  1731.   echo "$ac_t""no" 1>&6
  1732. fi
  1733.  
  1734. for ac_prog in 'bison -y' byacc
  1735. do
  1736. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1737. set dummy $ac_prog; ac_word=$2
  1738. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1739. echo "configure:1740: checking for $ac_word" >&5
  1740. if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
  1741.   echo $ac_n "(cached) $ac_c" 1>&6
  1742. else
  1743.   if test -n "$YACC"; then
  1744.   ac_cv_prog_YACC="$YACC" # Let the user override the test.
  1745. else
  1746.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1747.   for ac_dir in $PATH; do
  1748.     test -z "$ac_dir" && ac_dir=.
  1749.     if test -f $ac_dir/$ac_word; then
  1750.       ac_cv_prog_YACC="$ac_prog"
  1751.       break
  1752.     fi
  1753.   done
  1754.   IFS="$ac_save_ifs"
  1755. fi
  1756. fi
  1757. YACC="$ac_cv_prog_YACC"
  1758. if test -n "$YACC"; then
  1759.   echo "$ac_t""$YACC" 1>&6
  1760. else
  1761.   echo "$ac_t""no" 1>&6
  1762. fi
  1763.  
  1764. test -n "$YACC" && break
  1765. done
  1766. test -n "$YACC" || YACC="yacc"
  1767.  
  1768. echo $ac_n "checking for ${YACC} flags""... $ac_c" 1>&6
  1769. echo "configure:1770: checking for ${YACC} flags" >&5
  1770. YFLAGS=""
  1771. echo "$ac_t""${YFLAGS}" 1>&6
  1772. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1773. echo "configure:1774: checking how to run the C preprocessor" >&5
  1774. # On Suns, sometimes $CPP names a directory.
  1775. if test -n "$CPP" && test -d "$CPP"; then
  1776.   CPP=
  1777. fi
  1778. if test -z "$CPP"; then
  1779. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  1780.   echo $ac_n "(cached) $ac_c" 1>&6
  1781. else
  1782.     # This must be in double quotes, not single quotes, because CPP may get
  1783.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1784.   CPP="${CC-cc} -E"
  1785.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1786.   # not just through cpp.
  1787.   cat > conftest.$ac_ext <<EOF
  1788. #line 1789 "configure"
  1789. #include "confdefs.h"
  1790. #include <assert.h>
  1791. Syntax Error
  1792. EOF
  1793. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1794. { (eval echo configure:1795: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1795. ac_err=`grep -v '^ *+' conftest.out`
  1796. if test -z "$ac_err"; then
  1797.   :
  1798. else
  1799.   echo "$ac_err" >&5
  1800.   echo "configure: failed program was:" >&5
  1801.   cat conftest.$ac_ext >&5
  1802.   rm -rf conftest*
  1803.   CPP="${CC-cc} -E -traditional-cpp"
  1804.   cat > conftest.$ac_ext <<EOF
  1805. #line 1806 "configure"
  1806. #include "confdefs.h"
  1807. #include <assert.h>
  1808. Syntax Error
  1809. EOF
  1810. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1811. { (eval echo configure:1812: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1812. ac_err=`grep -v '^ *+' conftest.out`
  1813. if test -z "$ac_err"; then
  1814.   :
  1815. else
  1816.   echo "$ac_err" >&5
  1817.   echo "configure: failed program was:" >&5
  1818.   cat conftest.$ac_ext >&5
  1819.   rm -rf conftest*
  1820.   CPP=/lib/cpp
  1821. fi
  1822. rm -f conftest*
  1823. fi
  1824. rm -f conftest*
  1825.   ac_cv_prog_CPP="$CPP"
  1826. fi
  1827.   CPP="$ac_cv_prog_CPP"
  1828. else
  1829.   ac_cv_prog_CPP="$CPP"
  1830. fi
  1831. echo "$ac_t""$CPP" 1>&6
  1832.  
  1833. missing_dir=`cd $ac_aux_dir && pwd`
  1834. for ac_prog in flex lex
  1835. do
  1836. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1837. set dummy $ac_prog; ac_word=$2
  1838. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1839. echo "configure:1840: checking for $ac_word" >&5
  1840. if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
  1841.   echo $ac_n "(cached) $ac_c" 1>&6
  1842. else
  1843.   if test -n "$LEX"; then
  1844.   ac_cv_prog_LEX="$LEX" # Let the user override the test.
  1845. else
  1846.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1847.   for ac_dir in $PATH; do
  1848.     test -z "$ac_dir" && ac_dir=.
  1849.     if test -f $ac_dir/$ac_word; then
  1850.       ac_cv_prog_LEX="$ac_prog"
  1851.       break
  1852.     fi
  1853.   done
  1854.   IFS="$ac_save_ifs"
  1855. fi
  1856. fi
  1857. LEX="$ac_cv_prog_LEX"
  1858. if test -n "$LEX"; then
  1859.   echo "$ac_t""$LEX" 1>&6
  1860. else
  1861.   echo "$ac_t""no" 1>&6
  1862. fi
  1863.  
  1864. test -n "$LEX" && break
  1865. done
  1866. test -n "$LEX" || LEX=""$missing_dir/missing flex""
  1867.  
  1868. # Extract the first word of "flex", so it can be a program name with args.
  1869. set dummy flex; ac_word=$2
  1870. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1871. echo "configure:1872: checking for $ac_word" >&5
  1872. if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
  1873.   echo $ac_n "(cached) $ac_c" 1>&6
  1874. else
  1875.   if test -n "$LEX"; then
  1876.   ac_cv_prog_LEX="$LEX" # Let the user override the test.
  1877. else
  1878.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1879.   for ac_dir in $PATH; do
  1880.     test -z "$ac_dir" && ac_dir=.
  1881.     if test -f $ac_dir/$ac_word; then
  1882.       ac_cv_prog_LEX="flex"
  1883.       break
  1884.     fi
  1885.   done
  1886.   IFS="$ac_save_ifs"
  1887.   test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
  1888. fi
  1889. fi
  1890. LEX="$ac_cv_prog_LEX"
  1891. if test -n "$LEX"; then
  1892.   echo "$ac_t""$LEX" 1>&6
  1893. else
  1894.   echo "$ac_t""no" 1>&6
  1895. fi
  1896.  
  1897. if test -z "$LEXLIB"
  1898. then
  1899.   case "$LEX" in
  1900.   flex*) ac_lib=fl ;;
  1901.   *) ac_lib=l ;;
  1902.   esac
  1903.   echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
  1904. echo "configure:1905: checking for yywrap in -l$ac_lib" >&5
  1905. ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
  1906. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1907.   echo $ac_n "(cached) $ac_c" 1>&6
  1908. else
  1909.   ac_save_LIBS="$LIBS"
  1910. LIBS="-l$ac_lib  $LIBS"
  1911. cat > conftest.$ac_ext <<EOF
  1912. #line 1913 "configure"
  1913. #include "confdefs.h"
  1914. /* Override any gcc2 internal prototype to avoid an error.  */
  1915. /* We use char because int might match the return type of a gcc2
  1916.     builtin and then its argument prototype would still apply.  */
  1917. char yywrap();
  1918.  
  1919. int main() {
  1920. yywrap()
  1921. ; return 0; }
  1922. EOF
  1923. if { (eval echo configure:1924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1924.   rm -rf conftest*
  1925.   eval "ac_cv_lib_$ac_lib_var=yes"
  1926. else
  1927.   echo "configure: failed program was:" >&5
  1928.   cat conftest.$ac_ext >&5
  1929.   rm -rf conftest*
  1930.   eval "ac_cv_lib_$ac_lib_var=no"
  1931. fi
  1932. rm -f conftest*
  1933. LIBS="$ac_save_LIBS"
  1934.  
  1935. fi
  1936. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1937.   echo "$ac_t""yes" 1>&6
  1938.   LEXLIB="-l$ac_lib"
  1939. else
  1940.   echo "$ac_t""no" 1>&6
  1941. fi
  1942.  
  1943. fi
  1944.  
  1945. echo $ac_n "checking lex output file root""... $ac_c" 1>&6
  1946. echo "configure:1947: checking lex output file root" >&5
  1947. if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
  1948.   echo $ac_n "(cached) $ac_c" 1>&6
  1949. else
  1950.   # The minimal lex program is just a single line: %%.  But some broken lexes
  1951. # (Solaris, I think it was) want two %% lines, so accommodate them.
  1952. echo '%%
  1953. %%' | $LEX
  1954. if test -f lex.yy.c; then
  1955.   ac_cv_prog_lex_root=lex.yy
  1956. elif test -f lexyy.c; then
  1957.   ac_cv_prog_lex_root=lexyy
  1958. else
  1959.   { echo "configure: error: cannot find output from $LEX; giving up" 1>&2; exit 1; }
  1960. fi
  1961. fi
  1962.  
  1963. echo "$ac_t""$ac_cv_prog_lex_root" 1>&6
  1964. LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
  1965.  
  1966. echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
  1967. echo "configure:1968: checking whether yytext is a pointer" >&5
  1968. if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
  1969.   echo $ac_n "(cached) $ac_c" 1>&6
  1970. else
  1971.   # POSIX says lex can declare yytext either as a pointer or an array; the
  1972. # default is implementation-dependent. Figure out which it is, since
  1973. # not all implementations provide the %pointer and %array declarations.
  1974. ac_cv_prog_lex_yytext_pointer=no
  1975. echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
  1976. ac_save_LIBS="$LIBS"
  1977. LIBS="$LIBS $LEXLIB"
  1978. cat > conftest.$ac_ext <<EOF
  1979. #line 1980 "configure"
  1980. #include "confdefs.h"
  1981. `cat $LEX_OUTPUT_ROOT.c`
  1982. int main() {
  1983.  
  1984. ; return 0; }
  1985. EOF
  1986. if { (eval echo configure:1987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1987.   rm -rf conftest*
  1988.   ac_cv_prog_lex_yytext_pointer=yes
  1989. else
  1990.   echo "configure: failed program was:" >&5
  1991.   cat conftest.$ac_ext >&5
  1992. fi
  1993. rm -f conftest*
  1994. LIBS="$ac_save_LIBS"
  1995. rm -f "${LEX_OUTPUT_ROOT}.c"
  1996.  
  1997. fi
  1998.  
  1999. echo "$ac_t""$ac_cv_prog_lex_yytext_pointer" 1>&6
  2000. if test $ac_cv_prog_lex_yytext_pointer = yes; then
  2001.   cat >> confdefs.h <<\EOF
  2002. #define YYTEXT_POINTER 1
  2003. EOF
  2004.  
  2005. fi
  2006.  
  2007. echo $ac_n "checking for ${LEX} flags""... $ac_c" 1>&6
  2008. echo "configure:2009: checking for ${LEX} flags" >&5
  2009. LFLAGS=""
  2010. if test "$LEX" = "flex"; then
  2011. LFLAGS="-8"
  2012. fi
  2013. echo "$ac_t""${LFLAGS}" 1>&6
  2014. for ac_prog in mawk gawk nawk awk
  2015. do
  2016. # Extract the first word of "$ac_prog", so it can be a program name with args.
  2017. set dummy $ac_prog; ac_word=$2
  2018. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2019. echo "configure:2020: checking for $ac_word" >&5
  2020. if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
  2021.   echo $ac_n "(cached) $ac_c" 1>&6
  2022. else
  2023.   if test -n "$AWK"; then
  2024.   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  2025. else
  2026.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  2027.   for ac_dir in $PATH; do
  2028.     test -z "$ac_dir" && ac_dir=.
  2029.     if test -f $ac_dir/$ac_word; then
  2030.       ac_cv_prog_AWK="$ac_prog"
  2031.       break
  2032.     fi
  2033.   done
  2034.   IFS="$ac_save_ifs"
  2035. fi
  2036. fi
  2037. AWK="$ac_cv_prog_AWK"
  2038. if test -n "$AWK"; then
  2039.   echo "$ac_t""$AWK" 1>&6
  2040. else
  2041.   echo "$ac_t""no" 1>&6
  2042. fi
  2043.  
  2044. test -n "$AWK" && break
  2045. done
  2046.  
  2047.  
  2048.  
  2049.  
  2050. echo $ac_n "checking whether the C compiler (${CC}) compiles and links a simple C program""... $ac_c" 1>&6
  2051. echo "configure:2052: checking whether the C compiler (${CC}) compiles and links a simple C program" >&5
  2052. if eval "test \"`echo '$''{'ice_cv_prog_cc'+set}'`\" = set"; then
  2053.   echo $ac_n "(cached) $ac_c" 1>&6
  2054. else
  2055.   
  2056.  
  2057. ac_ext=c
  2058. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2059. ac_cpp='$CPP $CPPFLAGS'
  2060. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2061. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2062. cross_compiling=$ac_cv_prog_cc_cross
  2063.  
  2064. cat > conftest.$ac_ext <<EOF
  2065. #line 2066 "configure"
  2066. #include "confdefs.h"
  2067. #include <stdio.h>
  2068. int main() {
  2069. printf("hello, world!");
  2070. ; return 0; }
  2071. EOF
  2072. if { (eval echo configure:2073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2073.   rm -rf conftest*
  2074.   ice_cv_prog_cc=yes
  2075. else
  2076.   echo "configure: failed program was:" >&5
  2077.   cat conftest.$ac_ext >&5
  2078.   rm -rf conftest*
  2079.   ice_cv_prog_cc=no
  2080. fi
  2081. rm -f conftest*
  2082.  
  2083.  
  2084. fi
  2085.  
  2086. echo "$ac_t""$ice_cv_prog_cc" 1>&6
  2087. if test "$ice_cv_prog_cc" = no; then
  2088. { echo "configure: error: You must set the environment variable CC to a working
  2089.                   C compiler.  Also check the CFLAGS settings.
  2090.                   See the file 'config.log' for further diagnostics." 1>&2; exit 1; }
  2091. fi
  2092.  
  2093. for ac_prog in $CCC c++ g++ gcc CC cxx cc++
  2094. do
  2095. # Extract the first word of "$ac_prog", so it can be a program name with args.
  2096. set dummy $ac_prog; ac_word=$2
  2097. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2098. echo "configure:2099: checking for $ac_word" >&5
  2099. if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
  2100.   echo $ac_n "(cached) $ac_c" 1>&6
  2101. else
  2102.   if test -n "$CXX"; then
  2103.   ac_cv_prog_CXX="$CXX" # Let the user override the test.
  2104. else
  2105.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  2106.   for ac_dir in $PATH; do
  2107.     test -z "$ac_dir" && ac_dir=.
  2108.     if test -f $ac_dir/$ac_word; then
  2109.       ac_cv_prog_CXX="$ac_prog"
  2110.       break
  2111.     fi
  2112.   done
  2113.   IFS="$ac_save_ifs"
  2114. fi
  2115. fi
  2116. CXX="$ac_cv_prog_CXX"
  2117. if test -n "$CXX"; then
  2118.   echo "$ac_t""$CXX" 1>&6
  2119. else
  2120.   echo "$ac_t""no" 1>&6
  2121. fi
  2122.  
  2123. test -n "$CXX" && break
  2124. done
  2125. test -n "$CXX" || CXX="gcc"
  2126.  
  2127.  
  2128. echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  2129. echo "configure:2130: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
  2130.  
  2131. ac_ext=C
  2132. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2133. ac_cpp='$CXXCPP $CPPFLAGS'
  2134. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2135. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2136. cross_compiling=$ac_cv_prog_cxx_cross
  2137.  
  2138. cat > conftest.$ac_ext <<EOF
  2139. #line 2140 "configure"
  2140. #include "confdefs.h"
  2141. main(){return(0);}
  2142. EOF
  2143. if { (eval echo configure:2144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2144.   ac_cv_prog_cxx_works=yes
  2145.   # If we can't run a trivial program, we are probably using a cross compiler.
  2146.   if (./conftest; exit) 2>/dev/null; then
  2147.     ac_cv_prog_cxx_cross=no
  2148.   else
  2149.     ac_cv_prog_cxx_cross=yes
  2150.   fi
  2151. else
  2152.   echo "configure: failed program was:" >&5
  2153.   cat conftest.$ac_ext >&5
  2154.   ac_cv_prog_cxx_works=no
  2155. fi
  2156. rm -fr conftest*
  2157. ac_ext=c
  2158. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2159. ac_cpp='$CPP $CPPFLAGS'
  2160. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2161. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2162. cross_compiling=$ac_cv_prog_cc_cross
  2163.  
  2164. echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
  2165. if test $ac_cv_prog_cxx_works = no; then
  2166.   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
  2167. fi
  2168. echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  2169. echo "configure:2170: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
  2170. echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
  2171. cross_compiling=$ac_cv_prog_cxx_cross
  2172.  
  2173. echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
  2174. echo "configure:2175: checking whether we are using GNU C++" >&5
  2175. if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
  2176.   echo $ac_n "(cached) $ac_c" 1>&6
  2177. else
  2178.   cat > conftest.C <<EOF
  2179. #ifdef __GNUC__
  2180.   yes;
  2181. #endif
  2182. EOF
  2183. if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:2184: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  2184.   ac_cv_prog_gxx=yes
  2185. else
  2186.   ac_cv_prog_gxx=no
  2187. fi
  2188. fi
  2189.  
  2190. echo "$ac_t""$ac_cv_prog_gxx" 1>&6
  2191.  
  2192. if test $ac_cv_prog_gxx = yes; then
  2193.   GXX=yes
  2194.   ac_test_CXXFLAGS="${CXXFLAGS+set}"
  2195.   ac_save_CXXFLAGS="$CXXFLAGS"
  2196.   CXXFLAGS=
  2197.   echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
  2198. echo "configure:2199: checking whether ${CXX-g++} accepts -g" >&5
  2199. if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
  2200.   echo $ac_n "(cached) $ac_c" 1>&6
  2201. else
  2202.   echo 'void f(){}' > conftest.cc
  2203. if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
  2204.   ac_cv_prog_cxx_g=yes
  2205. else
  2206.   ac_cv_prog_cxx_g=no
  2207. fi
  2208. rm -f conftest*
  2209.  
  2210. fi
  2211.  
  2212. echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
  2213.   if test "$ac_test_CXXFLAGS" = set; then
  2214.     CXXFLAGS="$ac_save_CXXFLAGS"
  2215.   elif test $ac_cv_prog_cxx_g = yes; then
  2216.     CXXFLAGS="-g -O2"
  2217.   else
  2218.     CXXFLAGS="-O2"
  2219.   fi
  2220. else
  2221.   GXX=
  2222.   test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
  2223. fi
  2224.  
  2225.  
  2226.  
  2227. if test "$CXX" = gcc; then
  2228.  
  2229. ac_ext=C
  2230. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2231. ac_cpp='$CXXCPP $CPPFLAGS'
  2232. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2233. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2234. cross_compiling=$ac_cv_prog_cxx_cross
  2235.  
  2236. ice_save_LIBS="$LIBS"
  2237. echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
  2238. echo "configure:2239: checking for sin in -lm" >&5
  2239. ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
  2240. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2241.   echo $ac_n "(cached) $ac_c" 1>&6
  2242. else
  2243.   ac_save_LIBS="$LIBS"
  2244. LIBS="-lm  $LIBS"
  2245. cat > conftest.$ac_ext <<EOF
  2246. #line 2247 "configure"
  2247. #include "confdefs.h"
  2248. /* Override any gcc2 internal prototype to avoid an error.  */
  2249. #ifdef __cplusplus
  2250. extern "C"
  2251. #endif
  2252. /* We use char because int might match the return type of a gcc2
  2253.     builtin and then its argument prototype would still apply.  */
  2254. char sin();
  2255.  
  2256. int main() {
  2257. sin()
  2258. ; return 0; }
  2259. EOF
  2260. if { (eval echo configure:2261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2261.   rm -rf conftest*
  2262.   eval "ac_cv_lib_$ac_lib_var=yes"
  2263. else
  2264.   echo "configure: failed program was:" >&5
  2265.   cat conftest.$ac_ext >&5
  2266.   rm -rf conftest*
  2267.   eval "ac_cv_lib_$ac_lib_var=no"
  2268. fi
  2269. rm -f conftest*
  2270. LIBS="$ac_save_LIBS"
  2271.  
  2272. fi
  2273. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2274.   echo "$ac_t""yes" 1>&6
  2275.   LIBS="-lm $LIBS"
  2276. else
  2277.   echo "$ac_t""no" 1>&6
  2278. fi
  2279.  
  2280. echo $ac_n "checking for cout in -lstdc++""... $ac_c" 1>&6
  2281. echo "configure:2282: checking for cout in -lstdc++" >&5
  2282. ac_lib_var=`echo stdc++'_'cout | sed 'y%./+-%__p_%'`
  2283. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2284.   echo $ac_n "(cached) $ac_c" 1>&6
  2285. else
  2286.   ac_save_LIBS="$LIBS"
  2287. LIBS="-lstdc++  $LIBS"
  2288. cat > conftest.$ac_ext <<EOF
  2289. #line 2290 "configure"
  2290. #include "confdefs.h"
  2291. /* Override any gcc2 internal prototype to avoid an error.  */
  2292. #ifdef __cplusplus
  2293. extern "C"
  2294. #endif
  2295. /* We use char because int might match the return type of a gcc2
  2296.     builtin and then its argument prototype would still apply.  */
  2297. char cout();
  2298.  
  2299. int main() {
  2300. cout()
  2301. ; return 0; }
  2302. EOF
  2303. if { (eval echo configure:2304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2304.   rm -rf conftest*
  2305.   eval "ac_cv_lib_$ac_lib_var=yes"
  2306. else
  2307.   echo "configure: failed program was:" >&5
  2308.   cat conftest.$ac_ext >&5
  2309.   rm -rf conftest*
  2310.   eval "ac_cv_lib_$ac_lib_var=no"
  2311. fi
  2312. rm -f conftest*
  2313. LIBS="$ac_save_LIBS"
  2314.  
  2315. fi
  2316. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2317.   echo "$ac_t""yes" 1>&6
  2318.   LIBS="-lstdc++ $LIBS"
  2319. else
  2320.   echo "$ac_t""no" 1>&6
  2321. fi
  2322.  
  2323. case "$LIBS" in
  2324. *-lstdc++*)
  2325. ;;
  2326. *)
  2327. echo $ac_n "checking for cout in -lg++""... $ac_c" 1>&6
  2328. echo "configure:2329: checking for cout in -lg++" >&5
  2329. ac_lib_var=`echo g++'_'cout | sed 'y%./+-%__p_%'`
  2330. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2331.   echo $ac_n "(cached) $ac_c" 1>&6
  2332. else
  2333.   ac_save_LIBS="$LIBS"
  2334. LIBS="-lg++  $LIBS"
  2335. cat > conftest.$ac_ext <<EOF
  2336. #line 2337 "configure"
  2337. #include "confdefs.h"
  2338. /* Override any gcc2 internal prototype to avoid an error.  */
  2339. #ifdef __cplusplus
  2340. extern "C"
  2341. #endif
  2342. /* We use char because int might match the return type of a gcc2
  2343.     builtin and then its argument prototype would still apply.  */
  2344. char cout();
  2345.  
  2346. int main() {
  2347. cout()
  2348. ; return 0; }
  2349. EOF
  2350. if { (eval echo configure:2351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2351.   rm -rf conftest*
  2352.   eval "ac_cv_lib_$ac_lib_var=yes"
  2353. else
  2354.   echo "configure: failed program was:" >&5
  2355.   cat conftest.$ac_ext >&5
  2356.   rm -rf conftest*
  2357.   eval "ac_cv_lib_$ac_lib_var=no"
  2358. fi
  2359. rm -f conftest*
  2360. LIBS="$ac_save_LIBS"
  2361.  
  2362. fi
  2363. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2364.   echo "$ac_t""yes" 1>&6
  2365.   LIBS="-lg++ $LIBS"
  2366. else
  2367.   echo "$ac_t""no" 1>&6
  2368. fi
  2369.  
  2370. ;;
  2371. esac
  2372. ac_ext=c
  2373. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2374. ac_cpp='$CPP $CPPFLAGS'
  2375. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2376. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2377. cross_compiling=$ac_cv_prog_cc_cross
  2378.  
  2379. fi
  2380. echo $ac_n "checking whether the C++ compiler (${CXX}) compiles a simple program""... $ac_c" 1>&6
  2381. echo "configure:2382: checking whether the C++ compiler (${CXX}) compiles a simple program" >&5
  2382. if eval "test \"`echo '$''{'ice_cv_prog_cxx'+set}'`\" = set"; then
  2383.   echo $ac_n "(cached) $ac_c" 1>&6
  2384. else
  2385.   
  2386.  
  2387. ac_ext=C
  2388. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2389. ac_cpp='$CXXCPP $CPPFLAGS'
  2390. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2391. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2392. cross_compiling=$ac_cv_prog_cxx_cross
  2393.  
  2394. cat > conftest.$ac_ext <<EOF
  2395. #line 2396 "configure"
  2396. #include "confdefs.h"
  2397. #include <iostream.h>
  2398. int main() {
  2399. cout << "hello, world!";
  2400. ; return 0; }
  2401. EOF
  2402. if { (eval echo configure:2403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2403.   rm -rf conftest*
  2404.   ice_cv_prog_cxx=yes
  2405. else
  2406.   echo "configure: failed program was:" >&5
  2407.   cat conftest.$ac_ext >&5
  2408.   rm -rf conftest*
  2409.   ice_cv_prog_cxx=no
  2410. fi
  2411. rm -f conftest*
  2412. ac_ext=c
  2413. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2414. ac_cpp='$CPP $CPPFLAGS'
  2415. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2416. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2417. cross_compiling=$ac_cv_prog_cc_cross
  2418.  
  2419.  
  2420. fi
  2421.  
  2422. echo "$ac_t""$ice_cv_prog_cxx" 1>&6
  2423. if test "$ice_cv_prog_cxx" = no; then
  2424. { echo "configure: error: You must set the environment variable CXX to a working 
  2425.                   C++ compiler.  Also check the CXXFLAGS settings.
  2426.                   See the file 'config.log' for further diagnostics." 1>&2; exit 1; }
  2427. fi
  2428. ice_need_cxxlibs=no
  2429. case "$LIBS" in
  2430.   *-lstdc++*)
  2431.           case "$CXXLIBS" in
  2432.         *-lstdc++*)
  2433.                 ;;
  2434.         *)
  2435.            ice_need_cxxlibs=yes
  2436.            ;;
  2437.           esac
  2438.           ;;
  2439.   *-lg++*)
  2440.        case "$CXXLIBS" in
  2441.          *-lg++*)
  2442.               ;;
  2443.          *)
  2444.         ice_need_cxxlibs=yes
  2445.         ;;
  2446.          esac
  2447.          ;;
  2448. esac
  2449. if test "$ice_need_cxxlibs" = yes
  2450. then
  2451. CXXLIBS="$CXXLIBS $LIBS"
  2452. fi
  2453. LIBS="$ice_save_LIBS"
  2454.  
  2455. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  2456. echo "configure:2457: checking how to run the C preprocessor" >&5
  2457. # On Suns, sometimes $CPP names a directory.
  2458. if test -n "$CPP" && test -d "$CPP"; then
  2459.   CPP=
  2460. fi
  2461. if test -z "$CPP"; then
  2462. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  2463.   echo $ac_n "(cached) $ac_c" 1>&6
  2464. else
  2465.     # This must be in double quotes, not single quotes, because CPP may get
  2466.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  2467.   CPP="${CC-cc} -E"
  2468.   # On the NeXT, cc -E runs the code through the compiler's parser,
  2469.   # not just through cpp.
  2470.   cat > conftest.$ac_ext <<EOF
  2471. #line 2472 "configure"
  2472. #include "confdefs.h"
  2473. #include <assert.h>
  2474. Syntax Error
  2475. EOF
  2476. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2477. { (eval echo configure:2478: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2478. ac_err=`grep -v '^ *+' conftest.out`
  2479. if test -z "$ac_err"; then
  2480.   :
  2481. else
  2482.   echo "$ac_err" >&5
  2483.   echo "configure: failed program was:" >&5
  2484.   cat conftest.$ac_ext >&5
  2485.   rm -rf conftest*
  2486.   CPP="${CC-cc} -E -traditional-cpp"
  2487.   cat > conftest.$ac_ext <<EOF
  2488. #line 2489 "configure"
  2489. #include "confdefs.h"
  2490. #include <assert.h>
  2491. Syntax Error
  2492. EOF
  2493. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2494. { (eval echo configure:2495: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2495. ac_err=`grep -v '^ *+' conftest.out`
  2496. if test -z "$ac_err"; then
  2497.   :
  2498. else
  2499.   echo "$ac_err" >&5
  2500.   echo "configure: failed program was:" >&5
  2501.   cat conftest.$ac_ext >&5
  2502.   rm -rf conftest*
  2503.   CPP=/lib/cpp
  2504. fi
  2505. rm -f conftest*
  2506. fi
  2507. rm -f conftest*
  2508.   ac_cv_prog_CPP="$CPP"
  2509. fi
  2510.   CPP="$ac_cv_prog_CPP"
  2511. else
  2512.   ac_cv_prog_CPP="$CPP"
  2513. fi
  2514. echo "$ac_t""$CPP" 1>&6
  2515.  
  2516. echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
  2517. echo "configure:2518: checking how to run the C++ preprocessor" >&5
  2518. if test -z "$CXXCPP"; then
  2519. if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
  2520.   echo $ac_n "(cached) $ac_c" 1>&6
  2521. else
  2522.   ac_ext=C
  2523. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2524. ac_cpp='$CXXCPP $CPPFLAGS'
  2525. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2526. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2527. cross_compiling=$ac_cv_prog_cxx_cross
  2528.   CXXCPP="${CXX-g++} -E"
  2529.   cat > conftest.$ac_ext <<EOF
  2530. #line 2531 "configure"
  2531. #include "confdefs.h"
  2532. #include <stdlib.h>
  2533. EOF
  2534. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2535. { (eval echo configure:2536: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2536. ac_err=`grep -v '^ *+' conftest.out`
  2537. if test -z "$ac_err"; then
  2538.   :
  2539. else
  2540.   echo "$ac_err" >&5
  2541.   echo "configure: failed program was:" >&5
  2542.   cat conftest.$ac_ext >&5
  2543.   rm -rf conftest*
  2544.   CXXCPP=/lib/cpp
  2545. fi
  2546. rm -f conftest*
  2547.   ac_cv_prog_CXXCPP="$CXXCPP"
  2548. ac_ext=c
  2549. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2550. ac_cpp='$CPP $CPPFLAGS'
  2551. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2552. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2553. cross_compiling=$ac_cv_prog_cc_cross
  2554. fi
  2555. fi
  2556. CXXCPP="$ac_cv_prog_CXXCPP"
  2557. echo "$ac_t""$CXXCPP" 1>&6
  2558.  
  2559.  
  2560. if test "$GXX" = yes; then
  2561.   # Check warnings
  2562.   
  2563.  
  2564. echo $ac_n "checking whether the C++ compiler (${CXX}) accepts -Weffc++""... $ac_c" 1>&6
  2565. echo "configure:2566: checking whether the C++ compiler (${CXX}) accepts -Weffc++" >&5
  2566. if eval "test \"`echo '$''{'ice_cv_warn_effective_cxx'+set}'`\" = set"; then
  2567.   echo $ac_n "(cached) $ac_c" 1>&6
  2568. else
  2569.   
  2570.  
  2571. ac_ext=C
  2572. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2573. ac_cpp='$CXXCPP $CPPFLAGS'
  2574. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2575. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2576. cross_compiling=$ac_cv_prog_cxx_cross
  2577.  
  2578. ice_save_cxxflags="$CXXFLAGS"
  2579. CXXFLAGS=-Weffc++
  2580. cat > conftest.$ac_ext <<EOF
  2581. #line 2582 "configure"
  2582. #include "confdefs.h"
  2583.  
  2584. int main() {
  2585. int a;
  2586. ; return 0; }
  2587. EOF
  2588. if { (eval echo configure:2589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2589.   rm -rf conftest*
  2590.   ice_cv_warn_effective_cxx=yes
  2591. else
  2592.   echo "configure: failed program was:" >&5
  2593.   cat conftest.$ac_ext >&5
  2594.   rm -rf conftest*
  2595.   ice_cv_warn_effective_cxx=no
  2596. fi
  2597. rm -f conftest*
  2598. CXXFLAGS="$ice_save_cxxflags"
  2599. ac_ext=c
  2600. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2601. ac_cpp='$CPP $CPPFLAGS'
  2602. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2603. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2604. cross_compiling=$ac_cv_prog_cc_cross
  2605.  
  2606.  
  2607. fi
  2608.  
  2609. echo "$ac_t""$ice_cv_warn_effective_cxx" 1>&6
  2610. if test "$ice_cv_warn_effective_cxx" = yes; then
  2611. WARN_EFFECTIVE_CXX=-Weffc++
  2612. WARN_NO_EFFECTIVE_CXX=-Wno-effc++
  2613. fi
  2614.  
  2615.  
  2616.  
  2617.   
  2618.  
  2619. echo $ac_n "checking whether the C++ compiler (${CXX}) accepts -Wuninitialized""... $ac_c" 1>&6
  2620. echo "configure:2621: checking whether the C++ compiler (${CXX}) accepts -Wuninitialized" >&5
  2621. if eval "test \"`echo '$''{'ice_cv_warn_uninitialized'+set}'`\" = set"; then
  2622.   echo $ac_n "(cached) $ac_c" 1>&6
  2623. else
  2624.   
  2625.  
  2626. ac_ext=C
  2627. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2628. ac_cpp='$CXXCPP $CPPFLAGS'
  2629. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2630. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2631. cross_compiling=$ac_cv_prog_cxx_cross
  2632.  
  2633. ice_save_cxxflags="$CXXFLAGS"
  2634. CXXFLAGS=-Wuninitialized
  2635. cat > conftest.$ac_ext <<EOF
  2636. #line 2637 "configure"
  2637. #include "confdefs.h"
  2638.  
  2639. int main() {
  2640. int a;
  2641. ; return 0; }
  2642. EOF
  2643. if { (eval echo configure:2644: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2644.   rm -rf conftest*
  2645.   ice_cv_warn_uninitialized=yes
  2646. else
  2647.   echo "configure: failed program was:" >&5
  2648.   cat conftest.$ac_ext >&5
  2649.   rm -rf conftest*
  2650.   ice_cv_warn_uninitialized=no
  2651. fi
  2652. rm -f conftest*
  2653. CXXFLAGS="$ice_save_cxxflags"
  2654. ac_ext=c
  2655. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2656. ac_cpp='$CPP $CPPFLAGS'
  2657. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2658. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2659. cross_compiling=$ac_cv_prog_cc_cross
  2660.  
  2661.  
  2662. fi
  2663.  
  2664. echo "$ac_t""$ice_cv_warn_uninitialized" 1>&6
  2665. if test "$ice_cv_warn_uninitialized" = yes; then
  2666. WARN_UNINITIALIZED=-Wuninitialized
  2667. WARN_NO_UNINITIALIZED=-Wno-uninitialized
  2668. fi
  2669.  
  2670.  
  2671.  
  2672.   
  2673.   # Check TOC options
  2674.   
  2675.  
  2676. echo $ac_n "checking whether the C++ compiler (${CXX}) accepts -mminimal-toc""... $ac_c" 1>&6
  2677. echo "configure:2678: checking whether the C++ compiler (${CXX}) accepts -mminimal-toc" >&5
  2678. if eval "test \"`echo '$''{'ice_cv_minimal_toc'+set}'`\" = set"; then
  2679.   echo $ac_n "(cached) $ac_c" 1>&6
  2680. else
  2681.   
  2682.  
  2683. ac_ext=C
  2684. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2685. ac_cpp='$CXXCPP $CPPFLAGS'
  2686. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2687. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2688. cross_compiling=$ac_cv_prog_cxx_cross
  2689.  
  2690. ice_save_cxxflags="$CXXFLAGS"
  2691. CXXFLAGS="-mminimal-toc"
  2692. cat > conftest.$ac_ext <<EOF
  2693. #line 2694 "configure"
  2694. #include "confdefs.h"
  2695.  
  2696. int main() {
  2697. int a;
  2698. ; return 0; }
  2699. EOF
  2700. if { (eval echo configure:2701: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2701.   rm -rf conftest*
  2702.   ice_cv_minimal_toc=yes
  2703. else
  2704.   echo "configure: failed program was:" >&5
  2705.   cat conftest.$ac_ext >&5
  2706.   rm -rf conftest*
  2707.   ice_cv_minimal_toc=no
  2708. fi
  2709. rm -f conftest*
  2710. CXXFLAGS="$ice_save_cxxflags"
  2711. ac_ext=c
  2712. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2713. ac_cpp='$CPP $CPPFLAGS'
  2714. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2715. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2716. cross_compiling=$ac_cv_prog_cc_cross
  2717.  
  2718.  
  2719. fi
  2720.  
  2721. echo "$ac_t""$ice_cv_minimal_toc" 1>&6
  2722. if test "$ice_cv_minimal_toc" = yes; then
  2723. MINIMAL_TOC="-mminimal-toc"
  2724. fi
  2725.  
  2726.  
  2727.   if test "$ice_cv_minimal_toc" = yes; then
  2728.     # Only check for `-Wl,-bbig-toc' if `-mminimal-toc' is supported.
  2729.     
  2730.  
  2731. echo $ac_n "checking whether the C++ compiler (${CXX}) accepts -Wl,-bbigtoc""... $ac_c" 1>&6
  2732. echo "configure:2733: checking whether the C++ compiler (${CXX}) accepts -Wl,-bbigtoc" >&5
  2733. if eval "test \"`echo '$''{'ice_cv_big_toc'+set}'`\" = set"; then
  2734.   echo $ac_n "(cached) $ac_c" 1>&6
  2735. else
  2736.   
  2737.  
  2738. ac_ext=C
  2739. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2740. ac_cpp='$CXXCPP $CPPFLAGS'
  2741. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2742. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2743. cross_compiling=$ac_cv_prog_cxx_cross
  2744.  
  2745. ice_save_ldflags="$LDFLAGS"
  2746. LDFLAGS="-Wl,-bbigtoc"
  2747. cat > conftest.$ac_ext <<EOF
  2748. #line 2749 "configure"
  2749. #include "confdefs.h"
  2750.  
  2751. int main() {
  2752. int a;
  2753. ; return 0; }
  2754. EOF
  2755. if { (eval echo configure:2756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2756.   rm -rf conftest*
  2757.   ice_cv_big_toc=yes
  2758. else
  2759.   echo "configure: failed program was:" >&5
  2760.   cat conftest.$ac_ext >&5
  2761.   rm -rf conftest*
  2762.   ice_cv_big_toc=no
  2763. fi
  2764. rm -f conftest*
  2765. LDFLAGS="$ice_save_ldflags"
  2766. ac_ext=c
  2767. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2768. ac_cpp='$CPP $CPPFLAGS'
  2769. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2770. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2771. cross_compiling=$ac_cv_prog_cc_cross
  2772.  
  2773.  
  2774. fi
  2775.  
  2776. echo "$ac_t""$ice_cv_big_toc" 1>&6
  2777. if test "$ice_cv_big_toc" = yes; then
  2778. BIG_TOC="-Wl,-bbigtoc"
  2779. fi
  2780.  
  2781.  
  2782.     if test "$ice_cv_big_toc" = yes; then
  2783.       # Prefer `-Wl,-bbig-toc' on `-mminimal-toc'.
  2784.       MINIMAL_TOC=
  2785.     fi
  2786.   fi
  2787.  
  2788.   # Setup options
  2789.   # In GCC 2.8.0, `-Wuninitialized' generates lots of warnings about
  2790.   # variables possibly being clobbered by a longjmp()/vfork() call.
  2791.   # These warnings seldom make sense and hide more serious warnings.
  2792.   # Hence, we turn them off via `-Wno-uninitialized'.
  2793.   CXXOPT="-DNDEBUG"
  2794.   CXXDEBUG=
  2795.   CXXWARNINGS="-W -Wall ${WARN_NO_UNINITIALIZED}"
  2796.   CXXSTATIC_BINDING="-Bstatic"
  2797.   CXXDYNAMIC_BINDING="-Bdynamic"
  2798.   CXXSTUFF="${MINIMAL_TOC}"
  2799.  
  2800.   for flag in $CXXFLAGS; do
  2801.     case $flag in
  2802.       -O)  CXXOPT="$CXXOPT -O2";;
  2803.       -O2) CXXOPT="$CXXOPT -O2";;
  2804.       -O*) CXXOPT="$CXXOPT $flag";;
  2805.       -g*) CXXDEBUG="$flag";;
  2806.       -W*) CXXWARNINGS="$CXXWARNINGS $flag";;
  2807.       *)   CXXSTUFF="$CXXSTUFF $flag";;
  2808.     esac
  2809.   done
  2810. else
  2811.   case "$CXX" in
  2812.     *CC)
  2813.       case "$host_os" in
  2814.     *solaris*)
  2815.       # We're using CC on Solaris.  Debugging with GDB requires -xs.
  2816.       
  2817.  
  2818. echo $ac_n "checking whether the C++ compiler (${CXX}) accepts -xs""... $ac_c" 1>&6
  2819. echo "configure:2820: checking whether the C++ compiler (${CXX}) accepts -xs" >&5
  2820. if eval "test \"`echo '$''{'ice_cv_xs_debug_info'+set}'`\" = set"; then
  2821.   echo $ac_n "(cached) $ac_c" 1>&6
  2822. else
  2823.   
  2824.  
  2825. ac_ext=C
  2826. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2827. ac_cpp='$CXXCPP $CPPFLAGS'
  2828. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2829. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2830. cross_compiling=$ac_cv_prog_cxx_cross
  2831.  
  2832. ice_save_cxxflags="$CXXFLAGS"
  2833. CXXFLAGS=-xs
  2834. cat > conftest.$ac_ext <<EOF
  2835. #line 2836 "configure"
  2836. #include "confdefs.h"
  2837.  
  2838. int main() {
  2839. int a;
  2840. ; return 0; }
  2841. EOF
  2842. if { (eval echo configure:2843: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2843.   rm -rf conftest*
  2844.   ice_cv_xs_debug_info=yes
  2845. else
  2846.   echo "configure: failed program was:" >&5
  2847.   cat conftest.$ac_ext >&5
  2848.   rm -rf conftest*
  2849.   ice_cv_xs_debug_info=no
  2850. fi
  2851. rm -f conftest*
  2852. CXXFLAGS="$ice_save_cxxflags"
  2853. ac_ext=c
  2854. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2855. ac_cpp='$CPP $CPPFLAGS'
  2856. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2857. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2858. cross_compiling=$ac_cv_prog_cc_cross
  2859.  
  2860.  
  2861. fi
  2862.  
  2863. echo "$ac_t""$ice_cv_xs_debug_info" 1>&6
  2864. if test "$ice_cv_xs_debug_info" = yes; then
  2865. XS_DEBUG_INFO=-xs
  2866. fi
  2867.  
  2868.  
  2869.       ;;
  2870.     *)
  2871.       ;;
  2872.       esac
  2873.       ;;
  2874.     *)
  2875.       ;;
  2876.   esac
  2877.  
  2878.   CXXOPT="-DNDEBUG"
  2879.   CXXDEBUG="${XS_DEBUG_INFO}"
  2880.   CXXWARNINGS=
  2881.   CXXSTATIC_BINDING="-static"
  2882.   CXXDYNAMIC_BINDING=
  2883.   CXXSTUFF=
  2884.  
  2885.   for flag in $CXXFLAGS; do
  2886.     case $flag in
  2887.       -O*) CXXOPT="$CXXOPT $flag";;
  2888.       -g*) CXXDEBUG="$CXXDEBUG $flag";;
  2889.       -W*) CXXWARNINGS="$CXXWARNINGS $flag";;
  2890.       *)   CXXSTUFF="$CXXSTUFF $flag";;
  2891.     esac
  2892.   done
  2893. fi
  2894. echo $ac_n "checking for C++ compiler (${CXX}) warning options""... $ac_c" 1>&6
  2895. echo "configure:2896: checking for C++ compiler (${CXX}) warning options" >&5
  2896. echo "$ac_t""${CXXWARNINGS}" 1>&6
  2897. echo $ac_n "checking for C++ compiler (${CXX}) optimizing options""... $ac_c" 1>&6
  2898. echo "configure:2899: checking for C++ compiler (${CXX}) optimizing options" >&5
  2899. echo "$ac_t""${CXXOPT}" 1>&6
  2900. echo $ac_n "checking for C++ compiler (${CXX}) debugging options""... $ac_c" 1>&6
  2901. echo "configure:2902: checking for C++ compiler (${CXX}) debugging options" >&5
  2902. echo "$ac_t""${CXXDEBUG}" 1>&6
  2903. echo $ac_n "checking for C++ compiler (${CXX}) extra libraries""... $ac_c" 1>&6
  2904. echo "configure:2905: checking for C++ compiler (${CXX}) extra libraries" >&5
  2905. echo "$ac_t""${CXXLIBS}" 1>&6
  2906. echo $ac_n "checking for C++ compiler (${CXX}) static binding options""... $ac_c" 1>&6
  2907. echo "configure:2908: checking for C++ compiler (${CXX}) static binding options" >&5
  2908. echo "$ac_t""${CXXSTATIC_BINDING}" 1>&6
  2909. echo $ac_n "checking for C++ compiler (${CXX}) dynamic binding options""... $ac_c" 1>&6
  2910. echo "configure:2911: checking for C++ compiler (${CXX}) dynamic binding options" >&5
  2911. echo "$ac_t""${CXXDYNAMIC_BINDING}" 1>&6
  2912. if test "$GXX" = yes; then
  2913.  
  2914.  
  2915. echo $ac_n "checking whether the C++ compiler (${CXX}) accepts -fexternal-templates""... $ac_c" 1>&6
  2916. echo "configure:2917: checking whether the C++ compiler (${CXX}) accepts -fexternal-templates" >&5
  2917. if eval "test \"`echo '$''{'ice_cv_external_templates'+set}'`\" = set"; then
  2918.   echo $ac_n "(cached) $ac_c" 1>&6
  2919. else
  2920.   
  2921.  
  2922. ac_ext=C
  2923. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2924. ac_cpp='$CXXCPP $CPPFLAGS'
  2925. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2926. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2927. cross_compiling=$ac_cv_prog_cxx_cross
  2928.  
  2929. ice_save_cxxflags="$CXXFLAGS"
  2930. CXXFLAGS=-fexternal-templates
  2931. cat > conftest.$ac_ext <<EOF
  2932. #line 2933 "configure"
  2933. #include "confdefs.h"
  2934.  
  2935. int main() {
  2936. int a;
  2937. ; return 0; }
  2938. EOF
  2939. if { (eval echo configure:2940: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2940.   rm -rf conftest*
  2941.   ice_cv_external_templates=yes
  2942. else
  2943.   echo "configure: failed program was:" >&5
  2944.   cat conftest.$ac_ext >&5
  2945.   rm -rf conftest*
  2946.   ice_cv_external_templates=no
  2947. fi
  2948. rm -f conftest*
  2949. CXXFLAGS="$ice_save_cxxflags"
  2950. ac_ext=c
  2951. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2952. ac_cpp='$CPP $CPPFLAGS'
  2953. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2954. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2955. cross_compiling=$ac_cv_prog_cc_cross
  2956.  
  2957.  
  2958. fi
  2959.  
  2960. echo "$ac_t""$ice_cv_external_templates" 1>&6
  2961. if test "$ice_cv_external_templates" = yes; then
  2962. EXTERNAL_TEMPLATES=-fexternal-templates
  2963. fi
  2964.  
  2965.  
  2966.  
  2967.  
  2968. echo $ac_n "checking whether the C++ compiler (${CXX}) accepts -felide-constructors""... $ac_c" 1>&6
  2969. echo "configure:2970: checking whether the C++ compiler (${CXX}) accepts -felide-constructors" >&5
  2970. if eval "test \"`echo '$''{'ice_cv_elide_constructors'+set}'`\" = set"; then
  2971.   echo $ac_n "(cached) $ac_c" 1>&6
  2972. else
  2973.   
  2974.  
  2975. ac_ext=C
  2976. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  2977. ac_cpp='$CXXCPP $CPPFLAGS'
  2978. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  2979. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  2980. cross_compiling=$ac_cv_prog_cxx_cross
  2981.  
  2982. ice_save_cxxflags="$CXXFLAGS"
  2983. CXXFLAGS=-felide-constructors
  2984. cat > conftest.$ac_ext <<EOF
  2985. #line 2986 "configure"
  2986. #include "confdefs.h"
  2987.  
  2988. int main() {
  2989. int a;
  2990. ; return 0; }
  2991. EOF
  2992. if { (eval echo configure:2993: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2993.   rm -rf conftest*
  2994.   ice_cv_elide_constructors=yes
  2995. else
  2996.   echo "configure: failed program was:" >&5
  2997.   cat conftest.$ac_ext >&5
  2998.   rm -rf conftest*
  2999.   ice_cv_elide_constructors=no
  3000. fi
  3001. rm -f conftest*
  3002. CXXFLAGS="$ice_save_cxxflags"
  3003. ac_ext=c
  3004. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3005. ac_cpp='$CPP $CPPFLAGS'
  3006. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3007. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3008. cross_compiling=$ac_cv_prog_cc_cross
  3009.  
  3010.  
  3011. fi
  3012.  
  3013. echo "$ac_t""$ice_cv_elide_constructors" 1>&6
  3014. if test "$ice_cv_elide_constructors" = yes; then
  3015. ELIDE_CONSTRUCTORS=-felide-constructors
  3016. fi
  3017.  
  3018.  
  3019.  
  3020.  
  3021. echo $ac_n "checking whether the C++ compiler (${CXX}) accepts -fconserve-space""... $ac_c" 1>&6
  3022. echo "configure:3023: checking whether the C++ compiler (${CXX}) accepts -fconserve-space" >&5
  3023. if eval "test \"`echo '$''{'ice_cv_conserve_space'+set}'`\" = set"; then
  3024.   echo $ac_n "(cached) $ac_c" 1>&6
  3025. else
  3026.   
  3027.  
  3028. ac_ext=C
  3029. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3030. ac_cpp='$CXXCPP $CPPFLAGS'
  3031. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3032. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3033. cross_compiling=$ac_cv_prog_cxx_cross
  3034.  
  3035. ice_save_cxxflags="$CXXFLAGS"
  3036. CXXFLAGS=-fconserve-space
  3037. cat > conftest.$ac_ext <<EOF
  3038. #line 3039 "configure"
  3039. #include "confdefs.h"
  3040.  
  3041. int main() {
  3042. int a;
  3043. ; return 0; }
  3044. EOF
  3045. if { (eval echo configure:3046: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3046.   rm -rf conftest*
  3047.   ice_cv_conserve_space=yes
  3048. else
  3049.   echo "configure: failed program was:" >&5
  3050.   cat conftest.$ac_ext >&5
  3051.   rm -rf conftest*
  3052.   ice_cv_conserve_space=no
  3053. fi
  3054. rm -f conftest*
  3055. CXXFLAGS="$ice_save_cxxflags"
  3056. ac_ext=c
  3057. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3058. ac_cpp='$CPP $CPPFLAGS'
  3059. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3060. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3061. cross_compiling=$ac_cv_prog_cc_cross
  3062.  
  3063.  
  3064. fi
  3065.  
  3066. echo "$ac_t""$ice_cv_conserve_space" 1>&6
  3067. if test "$ice_cv_conserve_space" = yes; then
  3068. CONSERVE_SPACE=-fconserve-space
  3069. fi
  3070.  
  3071.  
  3072. fi
  3073. CXXSTUFF="$CXXSTUFF $EXTERNAL_TEMPLATES $ELIDE_CONSTRUCTORS $CONSERVE_SPACE"
  3074.  
  3075.  
  3076.  
  3077. echo $ac_n "checking whether the C++ compiler (${CXX}) supports bool types""... $ac_c" 1>&6
  3078. echo "configure:3079: checking whether the C++ compiler (${CXX}) supports bool types" >&5
  3079. if eval "test \"`echo '$''{'ice_cv_have_bool'+set}'`\" = set"; then
  3080.   echo $ac_n "(cached) $ac_c" 1>&6
  3081. else
  3082.   
  3083.  
  3084. ac_ext=C
  3085. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3086. ac_cpp='$CXXCPP $CPPFLAGS'
  3087. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3088. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3089. cross_compiling=$ac_cv_prog_cxx_cross
  3090.  
  3091. cat > conftest.$ac_ext <<EOF
  3092. #line 3093 "configure"
  3093. #include "confdefs.h"
  3094.  
  3095. int main() {
  3096. bool b = true;
  3097. ; return 0; }
  3098. EOF
  3099. if { (eval echo configure:3100: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3100.   rm -rf conftest*
  3101.   ice_cv_have_bool=yes
  3102. else
  3103.   echo "configure: failed program was:" >&5
  3104.   cat conftest.$ac_ext >&5
  3105.   rm -rf conftest*
  3106.   ice_cv_have_bool=no
  3107. fi
  3108. rm -f conftest*
  3109. ac_ext=c
  3110. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3111. ac_cpp='$CPP $CPPFLAGS'
  3112. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3113. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3114. cross_compiling=$ac_cv_prog_cc_cross
  3115.  
  3116.  
  3117. fi
  3118.  
  3119. echo "$ac_t""$ice_cv_have_bool" 1>&6
  3120. if test "$ice_cv_have_bool" = yes; then
  3121. cat >> confdefs.h <<\EOF
  3122. #define HAVE_BOOL 1
  3123. EOF
  3124.  
  3125. fi
  3126.  
  3127.  
  3128.  
  3129. echo $ac_n "checking whether the C++ compiler (${CXX}) supports explicit constructors""... $ac_c" 1>&6
  3130. echo "configure:3131: checking whether the C++ compiler (${CXX}) supports explicit constructors" >&5
  3131. if eval "test \"`echo '$''{'ice_cv_have_explicit'+set}'`\" = set"; then
  3132.   echo $ac_n "(cached) $ac_c" 1>&6
  3133. else
  3134.   
  3135.  
  3136. ac_ext=C
  3137. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3138. ac_cpp='$CXXCPP $CPPFLAGS'
  3139. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3140. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3141. cross_compiling=$ac_cv_prog_cxx_cross
  3142.  
  3143. cat > conftest.$ac_ext <<EOF
  3144. #line 3145 "configure"
  3145. #include "confdefs.h"
  3146.  
  3147. int main() {
  3148. class A { public: explicit A(int) {} };
  3149. ; return 0; }
  3150. EOF
  3151. if { (eval echo configure:3152: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3152.   rm -rf conftest*
  3153.   ice_cv_have_explicit=yes
  3154. else
  3155.   echo "configure: failed program was:" >&5
  3156.   cat conftest.$ac_ext >&5
  3157.   rm -rf conftest*
  3158.   ice_cv_have_explicit=no
  3159. fi
  3160. rm -f conftest*
  3161. ac_ext=c
  3162. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3163. ac_cpp='$CPP $CPPFLAGS'
  3164. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3165. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3166. cross_compiling=$ac_cv_prog_cc_cross
  3167.  
  3168.  
  3169. fi
  3170.  
  3171. echo "$ac_t""$ice_cv_have_explicit" 1>&6
  3172. if test "$ice_cv_have_explicit" = yes; then
  3173. cat >> confdefs.h <<\EOF
  3174. #define HAVE_EXPLICIT 1
  3175. EOF
  3176.  
  3177. fi
  3178.  
  3179.  
  3180.  
  3181. echo $ac_n "checking whether the C++ compiler (${CXX}) supports mutable members""... $ac_c" 1>&6
  3182. echo "configure:3183: checking whether the C++ compiler (${CXX}) supports mutable members" >&5
  3183. if eval "test \"`echo '$''{'ice_cv_have_mutable'+set}'`\" = set"; then
  3184.   echo $ac_n "(cached) $ac_c" 1>&6
  3185. else
  3186.   
  3187.  
  3188. ac_ext=C
  3189. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3190. ac_cpp='$CXXCPP $CPPFLAGS'
  3191. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3192. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3193. cross_compiling=$ac_cv_prog_cxx_cross
  3194.  
  3195. cat > conftest.$ac_ext <<EOF
  3196. #line 3197 "configure"
  3197. #include "confdefs.h"
  3198.  
  3199. int main() {
  3200. struct A { mutable int x; };
  3201. ; return 0; }
  3202. EOF
  3203. if { (eval echo configure:3204: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3204.   rm -rf conftest*
  3205.   ice_cv_have_mutable=yes
  3206. else
  3207.   echo "configure: failed program was:" >&5
  3208.   cat conftest.$ac_ext >&5
  3209.   rm -rf conftest*
  3210.   ice_cv_have_mutable=no
  3211. fi
  3212. rm -f conftest*
  3213. ac_ext=c
  3214. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3215. ac_cpp='$CPP $CPPFLAGS'
  3216. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3217. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3218. cross_compiling=$ac_cv_prog_cc_cross
  3219.  
  3220.  
  3221. fi
  3222.  
  3223. echo "$ac_t""$ice_cv_have_mutable" 1>&6
  3224. if test "$ice_cv_have_mutable" = yes; then
  3225. cat >> confdefs.h <<\EOF
  3226. #define HAVE_MUTABLE 1
  3227. EOF
  3228.  
  3229. fi
  3230.  
  3231.  
  3232.  
  3233. echo $ac_n "checking whether the C++ compiler (${CXX}) supports exception handling""... $ac_c" 1>&6
  3234. echo "configure:3235: checking whether the C++ compiler (${CXX}) supports exception handling" >&5
  3235. if eval "test \"`echo '$''{'ice_cv_have_exceptions'+set}'`\" = set"; then
  3236.   echo $ac_n "(cached) $ac_c" 1>&6
  3237. else
  3238.   
  3239.  
  3240. ac_ext=C
  3241. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3242. ac_cpp='$CXXCPP $CPPFLAGS'
  3243. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3244. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3245. cross_compiling=$ac_cv_prog_cxx_cross
  3246.  
  3247. cat > conftest.$ac_ext <<EOF
  3248. #line 3249 "configure"
  3249. #include "confdefs.h"
  3250.  
  3251. int main() {
  3252. try { throw 1; } catch(...) { }
  3253. ; return 0; }
  3254. EOF
  3255. if { (eval echo configure:3256: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3256.   rm -rf conftest*
  3257.   ice_cv_have_exceptions=yes
  3258. else
  3259.   echo "configure: failed program was:" >&5
  3260.   cat conftest.$ac_ext >&5
  3261.   rm -rf conftest*
  3262.   ice_cv_have_exceptions=no
  3263. fi
  3264. rm -f conftest*
  3265. ac_ext=c
  3266. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3267. ac_cpp='$CPP $CPPFLAGS'
  3268. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3269. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3270. cross_compiling=$ac_cv_prog_cc_cross
  3271.  
  3272.  
  3273. fi
  3274.  
  3275. echo "$ac_t""$ice_cv_have_exceptions" 1>&6
  3276. if test "$ice_cv_have_exceptions" = yes; then
  3277. cat >> confdefs.h <<\EOF
  3278. #define HAVE_EXCEPTIONS 1
  3279. EOF
  3280.  
  3281. fi
  3282.  
  3283.  
  3284.  
  3285. echo $ac_n "checking whether the C++ compiler (${CXX}) supports standard exceptions""... $ac_c" 1>&6
  3286. echo "configure:3287: checking whether the C++ compiler (${CXX}) supports standard exceptions" >&5
  3287. if eval "test \"`echo '$''{'ice_cv_have_std_exceptions'+set}'`\" = set"; then
  3288.   echo $ac_n "(cached) $ac_c" 1>&6
  3289. else
  3290.   
  3291.  
  3292. ac_ext=C
  3293. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3294. ac_cpp='$CXXCPP $CPPFLAGS'
  3295. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3296. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3297. cross_compiling=$ac_cv_prog_cxx_cross
  3298.  
  3299. cat > conftest.$ac_ext <<EOF
  3300. #line 3301 "configure"
  3301. #include "confdefs.h"
  3302.  
  3303. #include <stdexcept>
  3304. #include <math.h>
  3305.  
  3306. int main() {
  3307. try { throw runtime_error("too many fingers on keyboard"); }
  3308.  catch(const exception& e) { const char *s = e.what(); }
  3309. ; return 0; }
  3310. EOF
  3311. if { (eval echo configure:3312: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3312.   rm -rf conftest*
  3313.   ice_cv_have_std_exceptions=yes
  3314. else
  3315.   echo "configure: failed program was:" >&5
  3316.   cat conftest.$ac_ext >&5
  3317.   rm -rf conftest*
  3318.   ice_cv_have_std_exceptions=no
  3319. fi
  3320. rm -f conftest*
  3321. ac_ext=c
  3322. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3323. ac_cpp='$CPP $CPPFLAGS'
  3324. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3325. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3326. cross_compiling=$ac_cv_prog_cc_cross
  3327.  
  3328.  
  3329. fi
  3330.  
  3331. echo "$ac_t""$ice_cv_have_std_exceptions" 1>&6
  3332. if test "$ice_cv_have_std_exceptions" = yes; then
  3333. cat >> confdefs.h <<\EOF
  3334. #define HAVE_STD_EXCEPTIONS 1
  3335. EOF
  3336.  
  3337. fi
  3338.  
  3339.  
  3340.  
  3341. echo $ac_n "checking whether the C++ compiler (${CXX}) supports namespaces""... $ac_c" 1>&6
  3342. echo "configure:3343: checking whether the C++ compiler (${CXX}) supports namespaces" >&5
  3343. if eval "test \"`echo '$''{'ice_cv_have_namespace'+set}'`\" = set"; then
  3344.   echo $ac_n "(cached) $ac_c" 1>&6
  3345. else
  3346.   
  3347.  
  3348. ac_ext=C
  3349. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3350. ac_cpp='$CXXCPP $CPPFLAGS'
  3351. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3352. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3353. cross_compiling=$ac_cv_prog_cxx_cross
  3354.  
  3355. cat > conftest.$ac_ext <<EOF
  3356. #line 3357 "configure"
  3357. #include "confdefs.h"
  3358.  
  3359. namespace one { 
  3360.     extern int f(); 
  3361. };
  3362.  
  3363. int one::f() {};
  3364.  
  3365. using namespace one;
  3366.  
  3367. int main() {
  3368. f()
  3369. ; return 0; }
  3370. EOF
  3371. if { (eval echo configure:3372: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3372.   rm -rf conftest*
  3373.   ice_cv_have_namespace=yes
  3374. else
  3375.   echo "configure: failed program was:" >&5
  3376.   cat conftest.$ac_ext >&5
  3377.   rm -rf conftest*
  3378.   ice_cv_have_namespace=no
  3379. fi
  3380. rm -f conftest*
  3381. ac_ext=c
  3382. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3383. ac_cpp='$CPP $CPPFLAGS'
  3384. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3385. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3386. cross_compiling=$ac_cv_prog_cc_cross
  3387.  
  3388.  
  3389. fi
  3390.  
  3391. echo "$ac_t""$ice_cv_have_namespace" 1>&6
  3392. if test "$ice_cv_have_namespace" = yes; then
  3393. cat >> confdefs.h <<\EOF
  3394. #define HAVE_NAMESPACE 1
  3395. EOF
  3396.  
  3397. fi
  3398.  
  3399.  
  3400.  
  3401. echo $ac_n "checking whether the C++ compiler (${CXX}) supports run-time type info""... $ac_c" 1>&6
  3402. echo "configure:3403: checking whether the C++ compiler (${CXX}) supports run-time type info" >&5
  3403. if eval "test \"`echo '$''{'ice_cv_have_typeinfo'+set}'`\" = set"; then
  3404.   echo $ac_n "(cached) $ac_c" 1>&6
  3405. else
  3406.   
  3407.  
  3408. ac_ext=C
  3409. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3410. ac_cpp='$CXXCPP $CPPFLAGS'
  3411. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3412. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3413. cross_compiling=$ac_cv_prog_cxx_cross
  3414.  
  3415. cat > conftest.$ac_ext <<EOF
  3416. #line 3417 "configure"
  3417. #include "confdefs.h"
  3418.  
  3419. #include <typeinfo>
  3420. #include <math.h>
  3421.  
  3422. int main() {
  3423. int x; const char *s = typeid(x).name();
  3424. ; return 0; }
  3425. EOF
  3426. if { (eval echo configure:3427: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3427.   rm -rf conftest*
  3428.   ice_cv_have_typeinfo=yes
  3429. else
  3430.   echo "configure: failed program was:" >&5
  3431.   cat conftest.$ac_ext >&5
  3432.   rm -rf conftest*
  3433.   ice_cv_have_typeinfo=no
  3434. fi
  3435. rm -f conftest*
  3436. ac_ext=c
  3437. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3438. ac_cpp='$CPP $CPPFLAGS'
  3439. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3440. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3441. cross_compiling=$ac_cv_prog_cc_cross
  3442.  
  3443.  
  3444. fi
  3445.  
  3446. echo "$ac_t""$ice_cv_have_typeinfo" 1>&6
  3447. if test "$ice_cv_have_typeinfo" = yes; then
  3448. cat >> confdefs.h <<\EOF
  3449. #define HAVE_TYPEINFO 1
  3450. EOF
  3451.  
  3452. fi
  3453.  
  3454.  
  3455.  
  3456. echo $ac_n "checking whether the C++ compiler (${CXX}) supports long long types""... $ac_c" 1>&6
  3457. echo "configure:3458: checking whether the C++ compiler (${CXX}) supports long long types" >&5
  3458. if eval "test \"`echo '$''{'ice_cv_have_long_long'+set}'`\" = set"; then
  3459.   echo $ac_n "(cached) $ac_c" 1>&6
  3460. else
  3461.   
  3462.  
  3463. ac_ext=C
  3464. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3465. ac_cpp='$CXXCPP $CPPFLAGS'
  3466. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3467. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3468. cross_compiling=$ac_cv_prog_cxx_cross
  3469.  
  3470. cat > conftest.$ac_ext <<EOF
  3471. #line 3472 "configure"
  3472. #include "confdefs.h"
  3473.  
  3474. int main() {
  3475. long long a;
  3476. ; return 0; }
  3477. EOF
  3478. if { (eval echo configure:3479: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3479.   rm -rf conftest*
  3480.   ice_cv_have_long_long=yes
  3481. else
  3482.   echo "configure: failed program was:" >&5
  3483.   cat conftest.$ac_ext >&5
  3484.   rm -rf conftest*
  3485.   ice_cv_have_long_long=no
  3486. fi
  3487. rm -f conftest*
  3488. ac_ext=c
  3489. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3490. ac_cpp='$CPP $CPPFLAGS'
  3491. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3492. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3493. cross_compiling=$ac_cv_prog_cc_cross
  3494.  
  3495.  
  3496. fi
  3497.  
  3498. echo "$ac_t""$ice_cv_have_long_long" 1>&6
  3499. if test "$ice_cv_have_long_long" = yes; then
  3500. cat >> confdefs.h <<\EOF
  3501. #define HAVE_LONG_LONG 1
  3502. EOF
  3503.  
  3504. fi
  3505.  
  3506.  
  3507.  
  3508. echo $ac_n "checking whether the C++ compiler (${CXX}) supports named return values""... $ac_c" 1>&6
  3509. echo "configure:3510: checking whether the C++ compiler (${CXX}) supports named return values" >&5
  3510. if eval "test \"`echo '$''{'ice_cv_have_named_return_values'+set}'`\" = set"; then
  3511.   echo $ac_n "(cached) $ac_c" 1>&6
  3512. else
  3513.   
  3514.  
  3515. ac_ext=C
  3516. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3517. ac_cpp='$CXXCPP $CPPFLAGS'
  3518. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3519. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3520. cross_compiling=$ac_cv_prog_cxx_cross
  3521.  
  3522. cat > conftest.$ac_ext <<EOF
  3523. #line 3524 "configure"
  3524. #include "confdefs.h"
  3525.  
  3526. struct X {
  3527.     int f();
  3528. };
  3529.  
  3530. int X::f() return i;
  3531. {
  3532.     i = 42;
  3533. }
  3534.  
  3535. int main() {
  3536. /* empty */
  3537. ; return 0; }
  3538. EOF
  3539. if { (eval echo configure:3540: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3540.   rm -rf conftest*
  3541.   ice_cv_have_named_return_values=yes
  3542. else
  3543.   echo "configure: failed program was:" >&5
  3544.   cat conftest.$ac_ext >&5
  3545.   rm -rf conftest*
  3546.   ice_cv_have_named_return_values=no
  3547. fi
  3548. rm -f conftest*
  3549. ac_ext=c
  3550. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3551. ac_cpp='$CPP $CPPFLAGS'
  3552. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3553. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3554. cross_compiling=$ac_cv_prog_cc_cross
  3555.  
  3556.  
  3557. fi
  3558.  
  3559. echo "$ac_t""$ice_cv_have_named_return_values" 1>&6
  3560. if test "$ice_cv_have_named_return_values" = yes; then
  3561. cat >> confdefs.h <<\EOF
  3562. #define HAVE_NAMED_RETURN_VALUES 1
  3563. EOF
  3564.  
  3565. fi
  3566.  
  3567.  
  3568.  
  3569. echo $ac_n "checking whether the C++ compiler (${CXX}) supports __PRETTY_FUNCTION__""... $ac_c" 1>&6
  3570. echo "configure:3571: checking whether the C++ compiler (${CXX}) supports __PRETTY_FUNCTION__" >&5
  3571. if eval "test \"`echo '$''{'ice_cv_have_pretty_function'+set}'`\" = set"; then
  3572.   echo $ac_n "(cached) $ac_c" 1>&6
  3573. else
  3574.   
  3575.  
  3576. ac_ext=C
  3577. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3578. ac_cpp='$CXXCPP $CPPFLAGS'
  3579. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3580. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3581. cross_compiling=$ac_cv_prog_cxx_cross
  3582.  
  3583. # Testing compilation alone does not suffice --
  3584. # some GCC versions have trouble in linking.
  3585. cat > conftest.$ac_ext <<EOF
  3586. #line 3587 "configure"
  3587. #include "confdefs.h"
  3588. #include <stdio.h>
  3589. int main() {
  3590. puts(__PRETTY_FUNCTION__);
  3591. ; return 0; }
  3592. EOF
  3593. if { (eval echo configure:3594: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  3594.   rm -rf conftest*
  3595.   ice_cv_have_pretty_function=yes
  3596. else
  3597.   echo "configure: failed program was:" >&5
  3598.   cat conftest.$ac_ext >&5
  3599.   rm -rf conftest*
  3600.   ice_cv_have_pretty_function=no
  3601. fi
  3602. rm -f conftest*
  3603. ac_ext=c
  3604. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3605. ac_cpp='$CPP $CPPFLAGS'
  3606. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3607. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3608. cross_compiling=$ac_cv_prog_cc_cross
  3609.  
  3610.  
  3611. fi
  3612.  
  3613. echo "$ac_t""$ice_cv_have_pretty_function" 1>&6
  3614. if test "$ice_cv_have_pretty_function" = yes; then
  3615. cat >> confdefs.h <<\EOF
  3616. #define HAVE_PRETTY_FUNCTION 1
  3617. EOF
  3618.  
  3619. fi
  3620.  
  3621.  
  3622.  
  3623. echo $ac_n "checking whether the C++ compiler (${CXX}) supports overloaded new[]""... $ac_c" 1>&6
  3624. echo "configure:3625: checking whether the C++ compiler (${CXX}) supports overloaded new[]" >&5
  3625. if eval "test \"`echo '$''{'ice_cv_have_array_operator_new'+set}'`\" = set"; then
  3626.   echo $ac_n "(cached) $ac_c" 1>&6
  3627. else
  3628.   
  3629.  
  3630. ac_ext=C
  3631. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3632. ac_cpp='$CXXCPP $CPPFLAGS'
  3633. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3634. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3635. cross_compiling=$ac_cv_prog_cxx_cross
  3636.  
  3637. cat > conftest.$ac_ext <<EOF
  3638. #line 3639 "configure"
  3639. #include "confdefs.h"
  3640. #include <sys/types.h>
  3641. void *operator new[](size_t nbytes);
  3642. int main() {
  3643. /* empty */
  3644. ; return 0; }
  3645. EOF
  3646. if { (eval echo configure:3647: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3647.   rm -rf conftest*
  3648.   ice_cv_have_array_operator_new=yes
  3649. else
  3650.   echo "configure: failed program was:" >&5
  3651.   cat conftest.$ac_ext >&5
  3652.   rm -rf conftest*
  3653.   ice_cv_have_array_operator_new=no
  3654. fi
  3655. rm -f conftest*
  3656. ac_ext=c
  3657. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3658. ac_cpp='$CPP $CPPFLAGS'
  3659. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3660. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3661. cross_compiling=$ac_cv_prog_cc_cross
  3662.  
  3663.  
  3664. fi
  3665.  
  3666. echo "$ac_t""$ice_cv_have_array_operator_new" 1>&6
  3667. if test "$ice_cv_have_array_operator_new" = yes; then
  3668. cat >> confdefs.h <<\EOF
  3669. #define HAVE_ARRAY_OPERATOR_NEW 1
  3670. EOF
  3671.  
  3672. fi
  3673.  
  3674.  
  3675.  
  3676. echo $ac_n "checking whether the C++ compiler (${CXX}) supports placement new""... $ac_c" 1>&6
  3677. echo "configure:3678: checking whether the C++ compiler (${CXX}) supports placement new" >&5
  3678. if eval "test \"`echo '$''{'ice_cv_have_placement_new'+set}'`\" = set"; then
  3679.   echo $ac_n "(cached) $ac_c" 1>&6
  3680. else
  3681.   
  3682.  
  3683. ac_ext=C
  3684. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3685. ac_cpp='$CXXCPP $CPPFLAGS'
  3686. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3687. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3688. cross_compiling=$ac_cv_prog_cxx_cross
  3689.  
  3690. cat > conftest.$ac_ext <<EOF
  3691. #line 3692 "configure"
  3692. #include "confdefs.h"
  3693. #include <new.h>
  3694. int main() {
  3695. int *pi = new (operator new (sizeof(int))) int;
  3696. ; return 0; }
  3697. EOF
  3698. if { (eval echo configure:3699: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3699.   rm -rf conftest*
  3700.   ice_cv_have_placement_new=yes
  3701. else
  3702.   echo "configure: failed program was:" >&5
  3703.   cat conftest.$ac_ext >&5
  3704.   rm -rf conftest*
  3705.   ice_cv_have_placement_new=no
  3706. fi
  3707. rm -f conftest*
  3708. ac_ext=c
  3709. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3710. ac_cpp='$CPP $CPPFLAGS'
  3711. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3712. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3713. cross_compiling=$ac_cv_prog_cc_cross
  3714.  
  3715.  
  3716. fi
  3717.  
  3718. echo "$ac_t""$ice_cv_have_placement_new" 1>&6
  3719. if test "$ice_cv_have_placement_new" = yes; then
  3720. cat >> confdefs.h <<\EOF
  3721. #define HAVE_PLACEMENT_NEW 1
  3722. EOF
  3723.  
  3724. fi
  3725.  
  3726.  
  3727.  
  3728. echo $ac_n "checking whether the C++ compiler (${CXX}) supports ANSI lifetime of temporaries""... $ac_c" 1>&6
  3729. echo "configure:3730: checking whether the C++ compiler (${CXX}) supports ANSI lifetime of temporaries" >&5
  3730. if eval "test \"`echo '$''{'ice_cv_have_ansi_lifetime_of_temporaries'+set}'`\" = set"; then
  3731.   echo $ac_n "(cached) $ac_c" 1>&6
  3732. else
  3733.   
  3734.  
  3735. ac_ext=C
  3736. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3737. ac_cpp='$CXXCPP $CPPFLAGS'
  3738. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3739. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3740. cross_compiling=$ac_cv_prog_cxx_cross
  3741.  
  3742. if test "$cross_compiling" = yes; then
  3743.   
  3744. if test "$GXX" = yes; then
  3745. # Cross-compiling with GNU C++: Guess on the version number
  3746. cat > conftest.$ac_ext <<EOF
  3747. #line 3748 "configure"
  3748. #include "confdefs.h"
  3749.  
  3750. /* Check for GCC versions lower than 2.6 */
  3751. #ifdef __GNUC__
  3752. #if __GNUC__ < 2
  3753. #error
  3754. #endif
  3755. #if !defined(__GNUC_MINOR__)
  3756. #error
  3757. #endif
  3758. #if __GNUC_MINOR__ < 6
  3759. #error
  3760. #endif
  3761. #endif
  3762.  
  3763. EOF
  3764. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3765. { (eval echo configure:3766: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  3766. ac_err=`grep -v '^ *+' conftest.out`
  3767. if test -z "$ac_err"; then
  3768.   rm -rf conftest*
  3769.   ice_cv_have_ansi_lifetime_of_temporaries=yes
  3770. else
  3771.   echo "$ac_err" >&5
  3772.   echo "configure: failed program was:" >&5
  3773.   cat conftest.$ac_ext >&5
  3774.   rm -rf conftest*
  3775.   ice_cv_have_ansi_lifetime_of_temporaries=no
  3776. fi
  3777. rm -f conftest*
  3778. else
  3779. # Cross-compiling and not GNU C++: Play it safe.
  3780. ice_cv_have_ansi_lifetime_of_temporaries=no
  3781. fi
  3782.  
  3783. else
  3784.   cat > conftest.$ac_ext <<EOF
  3785. #line 3786 "configure"
  3786. #include "confdefs.h"
  3787. #ifdef __cplusplus
  3788. extern "C" void exit(int);
  3789. #endif
  3790.  
  3791. // This program returns 0 if compiled with ANSI C++ compliant 
  3792. // lifetime of temporaries; 1, otherwise.
  3793. static int destructor_called = 0;
  3794. struct X {
  3795.     int dummy;
  3796.     X(int)         {}
  3797.     X(const X&)    {}
  3798.     ~X()           { destructor_called = 1; }
  3799. };
  3800. int f(const X&)    { return destructor_called; }
  3801. X g(const X& x)    { return x; }
  3802. X h()              { return 1; }
  3803. int main()         { return f(g(h())); }
  3804.  
  3805. EOF
  3806. if { (eval echo configure:3807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  3807. then
  3808.   ice_cv_have_ansi_lifetime_of_temporaries=yes
  3809. else
  3810.   echo "configure: failed program was:" >&5
  3811.   cat conftest.$ac_ext >&5
  3812.   rm -fr conftest*
  3813.   ice_cv_have_ansi_lifetime_of_temporaries=no
  3814. fi
  3815. rm -fr conftest*
  3816. fi
  3817.  
  3818. ac_ext=c
  3819. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3820. ac_cpp='$CPP $CPPFLAGS'
  3821. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3822. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3823. cross_compiling=$ac_cv_prog_cc_cross
  3824.  
  3825.  
  3826. fi
  3827.  
  3828. echo "$ac_t""$ice_cv_have_ansi_lifetime_of_temporaries" 1>&6
  3829. if test "$ice_cv_have_ansi_lifetime_of_temporaries" = yes; then
  3830. cat >> confdefs.h <<\EOF
  3831. #define HAVE_ANSI_LIFETIME_OF_TEMPORARIES 1
  3832. EOF
  3833.  
  3834. fi
  3835.  
  3836.  
  3837.  
  3838. echo $ac_n "checking for a traditional C preprocessor""... $ac_c" 1>&6
  3839. echo "configure:3840: checking for a traditional C preprocessor" >&5
  3840. if eval "test \"`echo '$''{'ice_cv_traditional_cpp'+set}'`\" = set"; then
  3841.   echo $ac_n "(cached) $ac_c" 1>&6
  3842. else
  3843.   
  3844. cat > conftest.c << EOF
  3845. #if 1
  3846. "this is an unterminated string
  3847. #endif
  3848. EOF
  3849. ice_cv_traditional_cpp=
  3850. ice_save_cpp="$CPP"
  3851. ice_save_cppflags="$CPPFLAGS"
  3852. for ice_cpp in "$CPP" "$CC -E" "/lib/cpp"; do
  3853. for ice_cppflags in '' ' -traditional-cpp' ' -traditional'; do
  3854. CPP="$ice_cpp"
  3855. CPPFLAGS="$ice_cppflags"
  3856. cat > conftest.$ac_ext <<EOF
  3857. #line 3858 "configure"
  3858. #include "confdefs.h"
  3859.  
  3860. #if 1
  3861. "this is an unterminated string
  3862. #endif
  3863.  
  3864. EOF
  3865. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  3866. { (eval echo configure:3867: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  3867. ac_err=`grep -v '^ *+' conftest.out`
  3868. if test -z "$ac_err"; then
  3869.   rm -rf conftest*
  3870.   ice_cv_traditional_cpp="${CPP}${CPPFLAGS}"
  3871. else
  3872.   echo "$ac_err" >&5
  3873.   echo "configure: failed program was:" >&5
  3874.   cat conftest.$ac_ext >&5
  3875. fi
  3876. rm -f conftest*
  3877. if test "$ice_cv_traditional_cpp" != ""; then
  3878. break 2
  3879. fi
  3880. done
  3881. done
  3882. CPP="$ice_save_cpp"
  3883. CPPFLAGS="$ice_save_cppflags"
  3884.  
  3885. fi
  3886.  
  3887. echo "$ac_t""$ice_cv_traditional_cpp" 1>&6
  3888. CPP_TRADITIONAL="$ice_cv_traditional_cpp"
  3889.  
  3890.  
  3891. echo $ac_n "checking for Cygwin32 environment""... $ac_c" 1>&6
  3892. echo "configure:3893: checking for Cygwin32 environment" >&5
  3893. if eval "test \"`echo '$''{'am_cv_cygwin32'+set}'`\" = set"; then
  3894.   echo $ac_n "(cached) $ac_c" 1>&6
  3895. else
  3896.   cat > conftest.$ac_ext <<EOF
  3897. #line 3898 "configure"
  3898. #include "confdefs.h"
  3899.  
  3900. int main() {
  3901. return __CYGWIN32__;
  3902. ; return 0; }
  3903. EOF
  3904. if { (eval echo configure:3905: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3905.   rm -rf conftest*
  3906.   am_cv_cygwin32=yes
  3907. else
  3908.   echo "configure: failed program was:" >&5
  3909.   cat conftest.$ac_ext >&5
  3910.   rm -rf conftest*
  3911.   am_cv_cygwin32=no
  3912. fi
  3913. rm -f conftest*
  3914. rm -f conftest*
  3915. fi
  3916.  
  3917. echo "$ac_t""$am_cv_cygwin32" 1>&6
  3918. CYGWIN32=
  3919. test "$am_cv_cygwin32" = yes && CYGWIN32=yes
  3920. echo $ac_n "checking for Mingw32 environment""... $ac_c" 1>&6
  3921. echo "configure:3922: checking for Mingw32 environment" >&5
  3922. if eval "test \"`echo '$''{'am_cv_mingw32'+set}'`\" = set"; then
  3923.   echo $ac_n "(cached) $ac_c" 1>&6
  3924. else
  3925.   cat > conftest.$ac_ext <<EOF
  3926. #line 3927 "configure"
  3927. #include "confdefs.h"
  3928.  
  3929. int main() {
  3930. return __MINGW32__;
  3931. ; return 0; }
  3932. EOF
  3933. if { (eval echo configure:3934: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  3934.   rm -rf conftest*
  3935.   am_cv_mingw32=yes
  3936. else
  3937.   echo "configure: failed program was:" >&5
  3938.   cat conftest.$ac_ext >&5
  3939.   rm -rf conftest*
  3940.   am_cv_mingw32=no
  3941. fi
  3942. rm -f conftest*
  3943. rm -f conftest*
  3944. fi
  3945.  
  3946. echo "$ac_t""$am_cv_mingw32" 1>&6
  3947. MINGW32=
  3948. test "$am_cv_mingw32" = yes && MINGW32=yes
  3949.  
  3950.  
  3951. echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
  3952. echo "configure:3953: checking for executable suffix" >&5
  3953. if eval "test \"`echo '$''{'am_cv_exeext'+set}'`\" = set"; then
  3954.   echo $ac_n "(cached) $ac_c" 1>&6
  3955. else
  3956.   if test "$CYGWIN32" = yes || test "$MINGW32" = yes; then
  3957. am_cv_exeext=.exe
  3958. else
  3959. cat > am_c_test.c << 'EOF'
  3960. int main() {
  3961. /* Nothing needed here */
  3962. }
  3963. EOF
  3964. ${CC-cc} -o am_c_test $CFLAGS $CPPFLAGS $LDFLAGS am_c_test.c $LIBS 1>&5
  3965. am_cv_exeext=
  3966. for file in am_c_test.*; do
  3967.    case $file in
  3968.     *.c) ;;
  3969.     *.o) ;;
  3970.     *) am_cv_exeext=`echo $file | sed -e s/am_c_test//` ;;
  3971.    esac
  3972. done
  3973. rm -f am_c_test*
  3974. fi
  3975.  
  3976. test x"${am_cv_exeext}" = x && am_cv_exeext=no
  3977. fi
  3978. EXEEXT=""
  3979. test x"${am_cv_exeext}" != xno && EXEEXT=${am_cv_exeext}
  3980. echo "$ac_t""${am_cv_exeext}" 1>&6
  3981.  
  3982. ac_ext=C
  3983. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  3984. ac_cpp='$CXXCPP $CPPFLAGS'
  3985. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  3986. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  3987. cross_compiling=$ac_cv_prog_cxx_cross
  3988.  
  3989. ddd_have_connect_in_libc=no
  3990. echo $ac_n "checking for connect""... $ac_c" 1>&6
  3991. echo "configure:3992: checking for connect" >&5
  3992. if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
  3993.   echo $ac_n "(cached) $ac_c" 1>&6
  3994. else
  3995.   cat > conftest.$ac_ext <<EOF
  3996. #line 3997 "configure"
  3997. #include "confdefs.h"
  3998. /* System header to define __stub macros and hopefully few prototypes,
  3999.     which can conflict with char connect(); below.  */
  4000. #include <assert.h>
  4001. /* Override any gcc2 internal prototype to avoid an error.  */
  4002. #ifdef __cplusplus
  4003. extern "C"
  4004. #endif
  4005. /* We use char because int might match the return type of a gcc2
  4006.     builtin and then its argument prototype would still apply.  */
  4007. char connect();
  4008.  
  4009. int main() {
  4010.  
  4011. /* The GNU C library defines this for functions which it implements
  4012.     to always fail with ENOSYS.  Some functions are actually named
  4013.     something starting with __ and the normal name is an alias.  */
  4014. #if defined (__stub_connect) || defined (__stub___connect)
  4015. choke me
  4016. #else
  4017. connect();
  4018. #endif
  4019.  
  4020. ; return 0; }
  4021. EOF
  4022. if { (eval echo configure:4023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4023.   rm -rf conftest*
  4024.   eval "ac_cv_func_connect=yes"
  4025. else
  4026.   echo "configure: failed program was:" >&5
  4027.   cat conftest.$ac_ext >&5
  4028.   rm -rf conftest*
  4029.   eval "ac_cv_func_connect=no"
  4030. fi
  4031. rm -f conftest*
  4032. fi
  4033.  
  4034. if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
  4035.   echo "$ac_t""yes" 1>&6
  4036.   ddd_have_connect_in_libc=yes
  4037. else
  4038.   echo "$ac_t""no" 1>&6
  4039. fi
  4040.  
  4041. ddd_have_gethostbyname_in_libc=no
  4042. echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
  4043. echo "configure:4044: checking for gethostbyname" >&5
  4044. if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
  4045.   echo $ac_n "(cached) $ac_c" 1>&6
  4046. else
  4047.   cat > conftest.$ac_ext <<EOF
  4048. #line 4049 "configure"
  4049. #include "confdefs.h"
  4050. /* System header to define __stub macros and hopefully few prototypes,
  4051.     which can conflict with char gethostbyname(); below.  */
  4052. #include <assert.h>
  4053. /* Override any gcc2 internal prototype to avoid an error.  */
  4054. #ifdef __cplusplus
  4055. extern "C"
  4056. #endif
  4057. /* We use char because int might match the return type of a gcc2
  4058.     builtin and then its argument prototype would still apply.  */
  4059. char gethostbyname();
  4060.  
  4061. int main() {
  4062.  
  4063. /* The GNU C library defines this for functions which it implements
  4064.     to always fail with ENOSYS.  Some functions are actually named
  4065.     something starting with __ and the normal name is an alias.  */
  4066. #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
  4067. choke me
  4068. #else
  4069. gethostbyname();
  4070. #endif
  4071.  
  4072. ; return 0; }
  4073. EOF
  4074. if { (eval echo configure:4075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4075.   rm -rf conftest*
  4076.   eval "ac_cv_func_gethostbyname=yes"
  4077. else
  4078.   echo "configure: failed program was:" >&5
  4079.   cat conftest.$ac_ext >&5
  4080.   rm -rf conftest*
  4081.   eval "ac_cv_func_gethostbyname=no"
  4082. fi
  4083. rm -f conftest*
  4084. fi
  4085.  
  4086. if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
  4087.   echo "$ac_t""yes" 1>&6
  4088.   ddd_have_gethostbyname_in_libc=yes
  4089. else
  4090.   echo "$ac_t""no" 1>&6
  4091. fi
  4092.  
  4093. ddd_have_regcmp_in_libc=no
  4094. echo $ac_n "checking for regcmp""... $ac_c" 1>&6
  4095. echo "configure:4096: checking for regcmp" >&5
  4096. if eval "test \"`echo '$''{'ac_cv_func_regcmp'+set}'`\" = set"; then
  4097.   echo $ac_n "(cached) $ac_c" 1>&6
  4098. else
  4099.   cat > conftest.$ac_ext <<EOF
  4100. #line 4101 "configure"
  4101. #include "confdefs.h"
  4102. /* System header to define __stub macros and hopefully few prototypes,
  4103.     which can conflict with char regcmp(); below.  */
  4104. #include <assert.h>
  4105. /* Override any gcc2 internal prototype to avoid an error.  */
  4106. #ifdef __cplusplus
  4107. extern "C"
  4108. #endif
  4109. /* We use char because int might match the return type of a gcc2
  4110.     builtin and then its argument prototype would still apply.  */
  4111. char regcmp();
  4112.  
  4113. int main() {
  4114.  
  4115. /* The GNU C library defines this for functions which it implements
  4116.     to always fail with ENOSYS.  Some functions are actually named
  4117.     something starting with __ and the normal name is an alias.  */
  4118. #if defined (__stub_regcmp) || defined (__stub___regcmp)
  4119. choke me
  4120. #else
  4121. regcmp();
  4122. #endif
  4123.  
  4124. ; return 0; }
  4125. EOF
  4126. if { (eval echo configure:4127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4127.   rm -rf conftest*
  4128.   eval "ac_cv_func_regcmp=yes"
  4129. else
  4130.   echo "configure: failed program was:" >&5
  4131.   cat conftest.$ac_ext >&5
  4132.   rm -rf conftest*
  4133.   eval "ac_cv_func_regcmp=no"
  4134. fi
  4135. rm -f conftest*
  4136. fi
  4137.  
  4138. if eval "test \"`echo '$ac_cv_func_'regcmp`\" = yes"; then
  4139.   echo "$ac_t""yes" 1>&6
  4140.   ddd_have_regcmp_in_libc=yes
  4141. else
  4142.   echo "$ac_t""no" 1>&6
  4143. fi
  4144.  
  4145. if test "$ddd_have_connect_in_libc" != yes; then
  4146. echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
  4147. echo "configure:4148: checking for connect in -lsocket" >&5
  4148. ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
  4149. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  4150.   echo $ac_n "(cached) $ac_c" 1>&6
  4151. else
  4152.   ac_save_LIBS="$LIBS"
  4153. LIBS="-lsocket  $LIBS"
  4154. cat > conftest.$ac_ext <<EOF
  4155. #line 4156 "configure"
  4156. #include "confdefs.h"
  4157. /* Override any gcc2 internal prototype to avoid an error.  */
  4158. #ifdef __cplusplus
  4159. extern "C"
  4160. #endif
  4161. /* We use char because int might match the return type of a gcc2
  4162.     builtin and then its argument prototype would still apply.  */
  4163. char connect();
  4164.  
  4165. int main() {
  4166. connect()
  4167. ; return 0; }
  4168. EOF
  4169. if { (eval echo configure:4170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4170.   rm -rf conftest*
  4171.   eval "ac_cv_lib_$ac_lib_var=yes"
  4172. else
  4173.   echo "configure: failed program was:" >&5
  4174.   cat conftest.$ac_ext >&5
  4175.   rm -rf conftest*
  4176.   eval "ac_cv_lib_$ac_lib_var=no"
  4177. fi
  4178. rm -f conftest*
  4179. LIBS="$ac_save_LIBS"
  4180.  
  4181. fi
  4182. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  4183.   echo "$ac_t""yes" 1>&6
  4184.   LIBSOCKET="-lsocket"
  4185. else
  4186.   echo "$ac_t""no" 1>&6
  4187. fi
  4188.  
  4189.  
  4190. fi
  4191. if test "$ddd_have_gethostbyname_in_libc" != yes; then
  4192. echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
  4193. echo "configure:4194: checking for gethostbyname in -lnsl" >&5
  4194. ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
  4195. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  4196.   echo $ac_n "(cached) $ac_c" 1>&6
  4197. else
  4198.   ac_save_LIBS="$LIBS"
  4199. LIBS="-lnsl  $LIBS"
  4200. cat > conftest.$ac_ext <<EOF
  4201. #line 4202 "configure"
  4202. #include "confdefs.h"
  4203. /* Override any gcc2 internal prototype to avoid an error.  */
  4204. #ifdef __cplusplus
  4205. extern "C"
  4206. #endif
  4207. /* We use char because int might match the return type of a gcc2
  4208.     builtin and then its argument prototype would still apply.  */
  4209. char gethostbyname();
  4210.  
  4211. int main() {
  4212. gethostbyname()
  4213. ; return 0; }
  4214. EOF
  4215. if { (eval echo configure:4216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4216.   rm -rf conftest*
  4217.   eval "ac_cv_lib_$ac_lib_var=yes"
  4218. else
  4219.   echo "configure: failed program was:" >&5
  4220.   cat conftest.$ac_ext >&5
  4221.   rm -rf conftest*
  4222.   eval "ac_cv_lib_$ac_lib_var=no"
  4223. fi
  4224. rm -f conftest*
  4225. LIBS="$ac_save_LIBS"
  4226.  
  4227. fi
  4228. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  4229.   echo "$ac_t""yes" 1>&6
  4230.   LIBNSL="-lnsl"
  4231. else
  4232.   echo "$ac_t""no" 1>&6
  4233. fi
  4234.  
  4235. fi
  4236.  
  4237. if test "$ddd_have_regcmp_in_libc" != yes; then
  4238. echo $ac_n "checking for regcmp in -lgen""... $ac_c" 1>&6
  4239. echo "configure:4240: checking for regcmp in -lgen" >&5
  4240. ac_lib_var=`echo gen'_'regcmp | sed 'y%./+-%__p_%'`
  4241. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  4242.   echo $ac_n "(cached) $ac_c" 1>&6
  4243. else
  4244.   ac_save_LIBS="$LIBS"
  4245. LIBS="-lgen  $LIBS"
  4246. cat > conftest.$ac_ext <<EOF
  4247. #line 4248 "configure"
  4248. #include "confdefs.h"
  4249. /* Override any gcc2 internal prototype to avoid an error.  */
  4250. #ifdef __cplusplus
  4251. extern "C"
  4252. #endif
  4253. /* We use char because int might match the return type of a gcc2
  4254.     builtin and then its argument prototype would still apply.  */
  4255. char regcmp();
  4256.  
  4257. int main() {
  4258. regcmp()
  4259. ; return 0; }
  4260. EOF
  4261. if { (eval echo configure:4262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4262.   rm -rf conftest*
  4263.   eval "ac_cv_lib_$ac_lib_var=yes"
  4264. else
  4265.   echo "configure: failed program was:" >&5
  4266.   cat conftest.$ac_ext >&5
  4267.   rm -rf conftest*
  4268.   eval "ac_cv_lib_$ac_lib_var=no"
  4269. fi
  4270. rm -f conftest*
  4271. LIBS="$ac_save_LIBS"
  4272.  
  4273. fi
  4274. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  4275.   echo "$ac_t""yes" 1>&6
  4276.   LIBGEN="-lgen"
  4277. else
  4278.   echo "$ac_t""no" 1>&6
  4279. fi
  4280.  
  4281. fi
  4282.  
  4283. echo $ac_n "checking for yyerror in -ly""... $ac_c" 1>&6
  4284. echo "configure:4285: checking for yyerror in -ly" >&5
  4285. ac_lib_var=`echo y'_'yyerror | sed 'y%./+-%__p_%'`
  4286. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  4287.   echo $ac_n "(cached) $ac_c" 1>&6
  4288. else
  4289.   ac_save_LIBS="$LIBS"
  4290. LIBS="-ly  $LIBS"
  4291. cat > conftest.$ac_ext <<EOF
  4292. #line 4293 "configure"
  4293. #include "confdefs.h"
  4294. /* Override any gcc2 internal prototype to avoid an error.  */
  4295. #ifdef __cplusplus
  4296. extern "C"
  4297. #endif
  4298. /* We use char because int might match the return type of a gcc2
  4299.     builtin and then its argument prototype would still apply.  */
  4300. char yyerror();
  4301.  
  4302. int main() {
  4303. yyerror()
  4304. ; return 0; }
  4305. EOF
  4306. if { (eval echo configure:4307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4307.   rm -rf conftest*
  4308.   eval "ac_cv_lib_$ac_lib_var=yes"
  4309. else
  4310.   echo "configure: failed program was:" >&5
  4311.   cat conftest.$ac_ext >&5
  4312.   rm -rf conftest*
  4313.   eval "ac_cv_lib_$ac_lib_var=no"
  4314. fi
  4315. rm -f conftest*
  4316. LIBS="$ac_save_LIBS"
  4317.  
  4318. fi
  4319. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  4320.   echo "$ac_t""yes" 1>&6
  4321.   LIBY="-ly"
  4322. else
  4323.   echo "$ac_t""no" 1>&6
  4324. fi
  4325.  
  4326.  
  4327. echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
  4328. echo "configure:4329: checking for sin in -lm" >&5
  4329. ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
  4330. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  4331.   echo $ac_n "(cached) $ac_c" 1>&6
  4332. else
  4333.   ac_save_LIBS="$LIBS"
  4334. LIBS="-lm  $LIBS"
  4335. cat > conftest.$ac_ext <<EOF
  4336. #line 4337 "configure"
  4337. #include "confdefs.h"
  4338. /* Override any gcc2 internal prototype to avoid an error.  */
  4339. #ifdef __cplusplus
  4340. extern "C"
  4341. #endif
  4342. /* We use char because int might match the return type of a gcc2
  4343.     builtin and then its argument prototype would still apply.  */
  4344. char sin();
  4345.  
  4346. int main() {
  4347. sin()
  4348. ; return 0; }
  4349. EOF
  4350. if { (eval echo configure:4351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4351.   rm -rf conftest*
  4352.   eval "ac_cv_lib_$ac_lib_var=yes"
  4353. else
  4354.   echo "configure: failed program was:" >&5
  4355.   cat conftest.$ac_ext >&5
  4356.   rm -rf conftest*
  4357.   eval "ac_cv_lib_$ac_lib_var=no"
  4358. fi
  4359. rm -f conftest*
  4360. LIBS="$ac_save_LIBS"
  4361.  
  4362. fi
  4363. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  4364.   echo "$ac_t""yes" 1>&6
  4365.   LIBM="-lm"
  4366. else
  4367.   echo "$ac_t""no" 1>&6
  4368. fi
  4369.  
  4370.  
  4371. echo $ac_n "checking for open in -lc""... $ac_c" 1>&6
  4372. echo "configure:4373: checking for open in -lc" >&5
  4373. ac_lib_var=`echo c'_'open | sed 'y%./+-%__p_%'`
  4374. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  4375.   echo $ac_n "(cached) $ac_c" 1>&6
  4376. else
  4377.   ac_save_LIBS="$LIBS"
  4378. LIBS="-lc  $LIBS"
  4379. cat > conftest.$ac_ext <<EOF
  4380. #line 4381 "configure"
  4381. #include "confdefs.h"
  4382. /* Override any gcc2 internal prototype to avoid an error.  */
  4383. #ifdef __cplusplus
  4384. extern "C"
  4385. #endif
  4386. /* We use char because int might match the return type of a gcc2
  4387.     builtin and then its argument prototype would still apply.  */
  4388. char open();
  4389.  
  4390. int main() {
  4391. open()
  4392. ; return 0; }
  4393. EOF
  4394. if { (eval echo configure:4395: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4395.   rm -rf conftest*
  4396.   eval "ac_cv_lib_$ac_lib_var=yes"
  4397. else
  4398.   echo "configure: failed program was:" >&5
  4399.   cat conftest.$ac_ext >&5
  4400.   rm -rf conftest*
  4401.   eval "ac_cv_lib_$ac_lib_var=no"
  4402. fi
  4403. rm -f conftest*
  4404. LIBS="$ac_save_LIBS"
  4405.  
  4406. fi
  4407. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  4408.   echo "$ac_t""yes" 1>&6
  4409.   LIBC="-lc"
  4410. else
  4411.   echo "$ac_t""no" 1>&6
  4412. fi
  4413.  
  4414.  
  4415. if test "$GXX" != yes; then
  4416. echo $ac_n "checking for main in -lcxxinst""... $ac_c" 1>&6
  4417. echo "configure:4418: checking for main in -lcxxinst" >&5
  4418. ac_lib_var=`echo cxxinst'_'main | sed 'y%./+-%__p_%'`
  4419. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  4420.   echo $ac_n "(cached) $ac_c" 1>&6
  4421. else
  4422.   ac_save_LIBS="$LIBS"
  4423. LIBS="-lcxxinst  $LIBS"
  4424. cat > conftest.$ac_ext <<EOF
  4425. #line 4426 "configure"
  4426. #include "confdefs.h"
  4427.  
  4428. int main() {
  4429. main()
  4430. ; return 0; }
  4431. EOF
  4432. if { (eval echo configure:4433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4433.   rm -rf conftest*
  4434.   eval "ac_cv_lib_$ac_lib_var=yes"
  4435. else
  4436.   echo "configure: failed program was:" >&5
  4437.   cat conftest.$ac_ext >&5
  4438.   rm -rf conftest*
  4439.   eval "ac_cv_lib_$ac_lib_var=no"
  4440. fi
  4441. rm -f conftest*
  4442. LIBS="$ac_save_LIBS"
  4443.  
  4444. fi
  4445. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  4446.   echo "$ac_t""yes" 1>&6
  4447.   CXXLIBS="-lcxxinst $CXXLIBS"
  4448. else
  4449.   echo "$ac_t""no" 1>&6
  4450. fi
  4451.  
  4452. fi
  4453. LIBTERMCAP="../termcap/libtermcap.a"
  4454. for termlib in mytinfo ncurses curses termcap terminfo termlib; do
  4455.    echo $ac_n "checking for tgetent in -l${termlib}""... $ac_c" 1>&6
  4456. echo "configure:4457: checking for tgetent in -l${termlib}" >&5
  4457. ac_lib_var=`echo ${termlib}'_'tgetent | sed 'y%./+-%__p_%'`
  4458. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  4459.   echo $ac_n "(cached) $ac_c" 1>&6
  4460. else
  4461.   ac_save_LIBS="$LIBS"
  4462. LIBS="-l${termlib}  $LIBS"
  4463. cat > conftest.$ac_ext <<EOF
  4464. #line 4465 "configure"
  4465. #include "confdefs.h"
  4466. /* Override any gcc2 internal prototype to avoid an error.  */
  4467. #ifdef __cplusplus
  4468. extern "C"
  4469. #endif
  4470. /* We use char because int might match the return type of a gcc2
  4471.     builtin and then its argument prototype would still apply.  */
  4472. char tgetent();
  4473.  
  4474. int main() {
  4475. tgetent()
  4476. ; return 0; }
  4477. EOF
  4478. if { (eval echo configure:4479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4479.   rm -rf conftest*
  4480.   eval "ac_cv_lib_$ac_lib_var=yes"
  4481. else
  4482.   echo "configure: failed program was:" >&5
  4483.   cat conftest.$ac_ext >&5
  4484.   rm -rf conftest*
  4485.   eval "ac_cv_lib_$ac_lib_var=no"
  4486. fi
  4487. rm -f conftest*
  4488. LIBS="$ac_save_LIBS"
  4489.  
  4490. fi
  4491. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  4492.   echo "$ac_t""yes" 1>&6
  4493.   LIBTERMCAP="-l${termlib}"; break
  4494. else
  4495.   echo "$ac_t""no" 1>&6
  4496. fi
  4497.  
  4498. done
  4499.  
  4500. LIBIBERTY="../libiberty/libiberty.a"
  4501. echo $ac_n "checking for xstrerror in -liberty""... $ac_c" 1>&6
  4502. echo "configure:4503: checking for xstrerror in -liberty" >&5
  4503. ac_lib_var=`echo iberty'_'xstrerror | sed 'y%./+-%__p_%'`
  4504. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  4505.   echo $ac_n "(cached) $ac_c" 1>&6
  4506. else
  4507.   ac_save_LIBS="$LIBS"
  4508. LIBS="-liberty  $LIBS"
  4509. cat > conftest.$ac_ext <<EOF
  4510. #line 4511 "configure"
  4511. #include "confdefs.h"
  4512. /* Override any gcc2 internal prototype to avoid an error.  */
  4513. #ifdef __cplusplus
  4514. extern "C"
  4515. #endif
  4516. /* We use char because int might match the return type of a gcc2
  4517.     builtin and then its argument prototype would still apply.  */
  4518. char xstrerror();
  4519.  
  4520. int main() {
  4521. xstrerror()
  4522. ; return 0; }
  4523. EOF
  4524. if { (eval echo configure:4525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4525.   rm -rf conftest*
  4526.   eval "ac_cv_lib_$ac_lib_var=yes"
  4527. else
  4528.   echo "configure: failed program was:" >&5
  4529.   cat conftest.$ac_ext >&5
  4530.   rm -rf conftest*
  4531.   eval "ac_cv_lib_$ac_lib_var=no"
  4532. fi
  4533. rm -f conftest*
  4534. LIBS="$ac_save_LIBS"
  4535.  
  4536. fi
  4537. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  4538.   echo "$ac_t""yes" 1>&6
  4539.   LIBIBERTY="-liberty"
  4540. else
  4541.   echo "$ac_t""no" 1>&6
  4542. fi
  4543.  
  4544.  
  4545. if test "$with_x" = no; then
  4546. { echo "configure: error: $DDD requires the X window system to compile and run.
  4547.                   Please do not use the configure option '--without-x'." 1>&2; exit 1; }
  4548. fi
  4549. if test "$with_motif" = no; then
  4550. { echo "configure: error: $DDD requires Motif to compile and run.
  4551.                   Please do not use the configure option '--without-motif'." 1>&2; exit 1; }
  4552. fi
  4553. if test "$with_x" != no; then
  4554. ice_save_LIBS="$LIBS"
  4555. ice_save_CFLAGS="$CFLAGS"
  4556. ice_save_CPPFLAGS="$CPPFLAGS"
  4557. ice_save_LDFLAGS="$LDFLAGS"
  4558. # If we find X, set shell vars x_includes and x_libraries to the
  4559. # paths, otherwise set no_x=yes.
  4560. # Uses ac_ vars as temps to allow command line to override cache and checks.
  4561. # --without-x overrides everything else, but does not touch the cache.
  4562. echo $ac_n "checking for X""... $ac_c" 1>&6
  4563. echo "configure:4564: checking for X" >&5
  4564.  
  4565. # Check whether --with-x or --without-x was given.
  4566. if test "${with_x+set}" = set; then
  4567.   withval="$with_x"
  4568.   :
  4569. fi
  4570.  
  4571. # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
  4572. if test "x$with_x" = xno; then
  4573.   # The user explicitly disabled X.
  4574.   have_x=disabled
  4575. else
  4576.   if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
  4577.     # Both variables are already set.
  4578.     have_x=yes
  4579.   else
  4580. if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
  4581.   echo $ac_n "(cached) $ac_c" 1>&6
  4582. else
  4583.   # One or both of the vars are not set, and there is no cached value.
  4584. ac_x_includes=NO ac_x_libraries=NO
  4585. rm -fr conftestdir
  4586. if mkdir conftestdir; then
  4587.   cd conftestdir
  4588.   # Make sure to not put "make" in the Imakefile rules, since we grep it out.
  4589.   cat > Imakefile <<'EOF'
  4590. acfindx:
  4591.     @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
  4592. EOF
  4593.   if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
  4594.     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  4595.     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
  4596.     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
  4597.     for ac_extension in a so sl; do
  4598.       if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
  4599.         test -f $ac_im_libdir/libX11.$ac_extension; then
  4600.         ac_im_usrlibdir=$ac_im_libdir; break
  4601.       fi
  4602.     done
  4603.     # Screen out bogus values from the imake configuration.  They are
  4604.     # bogus both because they are the default anyway, and because
  4605.     # using them would break gcc on systems where it needs fixed includes.
  4606.     case "$ac_im_incroot" in
  4607.     /usr/include) ;;
  4608.     *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
  4609.     esac
  4610.     case "$ac_im_usrlibdir" in
  4611.     /usr/lib | /lib) ;;
  4612.     *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
  4613.     esac
  4614.   fi
  4615.   cd ..
  4616.   rm -fr conftestdir
  4617. fi
  4618.  
  4619. if test "$ac_x_includes" = NO; then
  4620.   # Guess where to find include files, by looking for this one X11 .h file.
  4621.   test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
  4622.  
  4623.   # First, try using that file with no special directory specified.
  4624. cat > conftest.$ac_ext <<EOF
  4625. #line 4626 "configure"
  4626. #include "confdefs.h"
  4627. #include <$x_direct_test_include>
  4628. EOF
  4629. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  4630. { (eval echo configure:4631: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  4631. ac_err=`grep -v '^ *+' conftest.out`
  4632. if test -z "$ac_err"; then
  4633.   rm -rf conftest*
  4634.   # We can compile using X headers with no special include directory.
  4635. ac_x_includes=
  4636. else
  4637.   echo "$ac_err" >&5
  4638.   echo "configure: failed program was:" >&5
  4639.   cat conftest.$ac_ext >&5
  4640.   rm -rf conftest*
  4641.   # Look for the header file in a standard set of common directories.
  4642. # Check X11 before X11Rn because it is often a symlink to the current release.
  4643.   for ac_dir in               \
  4644.     /usr/X11/include          \
  4645.     /usr/X11R6/include        \
  4646.     /usr/X11R5/include        \
  4647.     /usr/X11R4/include        \
  4648.                               \
  4649.     /usr/include/X11          \
  4650.     /usr/include/X11R6        \
  4651.     /usr/include/X11R5        \
  4652.     /usr/include/X11R4        \
  4653.                               \
  4654.     /usr/local/X11/include    \
  4655.     /usr/local/X11R6/include  \
  4656.     /usr/local/X11R5/include  \
  4657.     /usr/local/X11R4/include  \
  4658.                               \
  4659.     /usr/local/include/X11    \
  4660.     /usr/local/include/X11R6  \
  4661.     /usr/local/include/X11R5  \
  4662.     /usr/local/include/X11R4  \
  4663.                               \
  4664.     /usr/X386/include         \
  4665.     /usr/x386/include         \
  4666.     /usr/XFree86/include/X11  \
  4667.                               \
  4668.     /usr/include              \
  4669.     /usr/local/include        \
  4670.     /usr/unsupported/include  \
  4671.     /usr/athena/include       \
  4672.     /usr/local/x11r5/include  \
  4673.     /usr/lpp/Xamples/include  \
  4674.                               \
  4675.     /usr/openwin/include      \
  4676.     /usr/openwin/share/include \
  4677.     ; \
  4678.   do
  4679.     if test -r "$ac_dir/$x_direct_test_include"; then
  4680.       ac_x_includes=$ac_dir
  4681.       break
  4682.     fi
  4683.   done
  4684. fi
  4685. rm -f conftest*
  4686. fi # $ac_x_includes = NO
  4687.  
  4688. if test "$ac_x_libraries" = NO; then
  4689.   # Check for the libraries.
  4690.  
  4691.   test -z "$x_direct_test_library" && x_direct_test_library=Xt
  4692.   test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
  4693.  
  4694.   # See if we find them without any special options.
  4695.   # Don't add to $LIBS permanently.
  4696.   ac_save_LIBS="$LIBS"
  4697.   LIBS="-l$x_direct_test_library $LIBS"
  4698. cat > conftest.$ac_ext <<EOF
  4699. #line 4700 "configure"
  4700. #include "confdefs.h"
  4701.  
  4702. int main() {
  4703. ${x_direct_test_function}()
  4704. ; return 0; }
  4705. EOF
  4706. if { (eval echo configure:4707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4707.   rm -rf conftest*
  4708.   LIBS="$ac_save_LIBS"
  4709. # We can link X programs with no special library path.
  4710. ac_x_libraries=
  4711. else
  4712.   echo "configure: failed program was:" >&5
  4713.   cat conftest.$ac_ext >&5
  4714.   rm -rf conftest*
  4715.   LIBS="$ac_save_LIBS"
  4716. # First see if replacing the include by lib works.
  4717. # Check X11 before X11Rn because it is often a symlink to the current release.
  4718. for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
  4719.     /usr/X11/lib          \
  4720.     /usr/X11R6/lib        \
  4721.     /usr/X11R5/lib        \
  4722.     /usr/X11R4/lib        \
  4723.                           \
  4724.     /usr/lib/X11          \
  4725.     /usr/lib/X11R6        \
  4726.     /usr/lib/X11R5        \
  4727.     /usr/lib/X11R4        \
  4728.                           \
  4729.     /usr/local/X11/lib    \
  4730.     /usr/local/X11R6/lib  \
  4731.     /usr/local/X11R5/lib  \
  4732.     /usr/local/X11R4/lib  \
  4733.                           \
  4734.     /usr/local/lib/X11    \
  4735.     /usr/local/lib/X11R6  \
  4736.     /usr/local/lib/X11R5  \
  4737.     /usr/local/lib/X11R4  \
  4738.                           \
  4739.     /usr/X386/lib         \
  4740.     /usr/x386/lib         \
  4741.     /usr/XFree86/lib/X11  \
  4742.                           \
  4743.     /usr/lib              \
  4744.     /usr/local/lib        \
  4745.     /usr/unsupported/lib  \
  4746.     /usr/athena/lib       \
  4747.     /usr/local/x11r5/lib  \
  4748.     /usr/lpp/Xamples/lib  \
  4749.     /lib/usr/lib/X11      \
  4750.                           \
  4751.     /usr/openwin/lib      \
  4752.     /usr/openwin/share/lib \
  4753.     ; \
  4754. do
  4755.   for ac_extension in a so sl; do
  4756.     if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
  4757.       ac_x_libraries=$ac_dir
  4758.       break 2
  4759.     fi
  4760.   done
  4761. done
  4762. fi
  4763. rm -f conftest*
  4764. fi # $ac_x_libraries = NO
  4765.  
  4766. if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
  4767.   # Didn't find X anywhere.  Cache the known absence of X.
  4768.   ac_cv_have_x="have_x=no"
  4769. else
  4770.   # Record where we found X for the cache.
  4771.   ac_cv_have_x="have_x=yes \
  4772.             ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
  4773. fi
  4774. fi
  4775.   fi
  4776.   eval "$ac_cv_have_x"
  4777. fi # $with_x != no
  4778.  
  4779. if test "$have_x" != yes; then
  4780.   echo "$ac_t""$have_x" 1>&6
  4781.   no_x=yes
  4782. else
  4783.   # If each of the values was on the command line, it overrides each guess.
  4784.   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
  4785.   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
  4786.   # Update the cache value to reflect the command line values.
  4787.   ac_cv_have_x="have_x=yes \
  4788.         ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
  4789.   echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
  4790. fi
  4791.  
  4792. if test "$no_x" = yes; then
  4793.   # Not all programs may use this symbol, but it does not hurt to define it.
  4794.   cat >> confdefs.h <<\EOF
  4795. #define X_DISPLAY_MISSING 1
  4796. EOF
  4797.  
  4798.   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
  4799. else
  4800.   if test -n "$x_includes"; then
  4801.     X_CFLAGS="$X_CFLAGS -I$x_includes"
  4802.   fi
  4803.  
  4804.   # It would also be nice to do this for all -L options, not just this one.
  4805.   if test -n "$x_libraries"; then
  4806.     X_LIBS="$X_LIBS -L$x_libraries"
  4807.     # For Solaris; some versions of Sun CC require a space after -R and
  4808.     # others require no space.  Words are not sufficient . . . .
  4809.     case "`(uname -sr) 2>/dev/null`" in
  4810.     "SunOS 5"*)
  4811.       echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
  4812. echo "configure:4813: checking whether -R must be followed by a space" >&5
  4813.       ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
  4814.       cat > conftest.$ac_ext <<EOF
  4815. #line 4816 "configure"
  4816. #include "confdefs.h"
  4817.  
  4818. int main() {
  4819.  
  4820. ; return 0; }
  4821. EOF
  4822. if { (eval echo configure:4823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4823.   rm -rf conftest*
  4824.   ac_R_nospace=yes
  4825. else
  4826.   echo "configure: failed program was:" >&5
  4827.   cat conftest.$ac_ext >&5
  4828.   rm -rf conftest*
  4829.   ac_R_nospace=no
  4830. fi
  4831. rm -f conftest*
  4832.       if test $ac_R_nospace = yes; then
  4833.     echo "$ac_t""no" 1>&6
  4834.     X_LIBS="$X_LIBS -R$x_libraries"
  4835.       else
  4836.     LIBS="$ac_xsave_LIBS -R $x_libraries"
  4837.     cat > conftest.$ac_ext <<EOF
  4838. #line 4839 "configure"
  4839. #include "confdefs.h"
  4840.  
  4841. int main() {
  4842.  
  4843. ; return 0; }
  4844. EOF
  4845. if { (eval echo configure:4846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4846.   rm -rf conftest*
  4847.   ac_R_space=yes
  4848. else
  4849.   echo "configure: failed program was:" >&5
  4850.   cat conftest.$ac_ext >&5
  4851.   rm -rf conftest*
  4852.   ac_R_space=no
  4853. fi
  4854. rm -f conftest*
  4855.     if test $ac_R_space = yes; then
  4856.       echo "$ac_t""yes" 1>&6
  4857.       X_LIBS="$X_LIBS -R $x_libraries"
  4858.     else
  4859.       echo "$ac_t""neither works" 1>&6
  4860.     fi
  4861.       fi
  4862.       LIBS="$ac_xsave_LIBS"
  4863.     esac
  4864.   fi
  4865.  
  4866.   # Check for system-dependent libraries X programs must link with.
  4867.   # Do this before checking for the system-independent R6 libraries
  4868.   # (-lICE), since we may need -lsocket or whatever for X linking.
  4869.  
  4870.   if test "$ISC" = yes; then
  4871.     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
  4872.   else
  4873.     # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
  4874.     # libraries were built with DECnet support.  And karl@cs.umb.edu says
  4875.     # the Alpha needs dnet_stub (dnet does not exist).
  4876.     echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
  4877. echo "configure:4878: checking for dnet_ntoa in -ldnet" >&5
  4878. ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
  4879. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  4880.   echo $ac_n "(cached) $ac_c" 1>&6
  4881. else
  4882.   ac_save_LIBS="$LIBS"
  4883. LIBS="-ldnet  $LIBS"
  4884. cat > conftest.$ac_ext <<EOF
  4885. #line 4886 "configure"
  4886. #include "confdefs.h"
  4887. /* Override any gcc2 internal prototype to avoid an error.  */
  4888. #ifdef __cplusplus
  4889. extern "C"
  4890. #endif
  4891. /* We use char because int might match the return type of a gcc2
  4892.     builtin and then its argument prototype would still apply.  */
  4893. char dnet_ntoa();
  4894.  
  4895. int main() {
  4896. dnet_ntoa()
  4897. ; return 0; }
  4898. EOF
  4899. if { (eval echo configure:4900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4900.   rm -rf conftest*
  4901.   eval "ac_cv_lib_$ac_lib_var=yes"
  4902. else
  4903.   echo "configure: failed program was:" >&5
  4904.   cat conftest.$ac_ext >&5
  4905.   rm -rf conftest*
  4906.   eval "ac_cv_lib_$ac_lib_var=no"
  4907. fi
  4908. rm -f conftest*
  4909. LIBS="$ac_save_LIBS"
  4910.  
  4911. fi
  4912. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  4913.   echo "$ac_t""yes" 1>&6
  4914.   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
  4915. else
  4916.   echo "$ac_t""no" 1>&6
  4917. fi
  4918.  
  4919.     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
  4920.       echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
  4921. echo "configure:4922: checking for dnet_ntoa in -ldnet_stub" >&5
  4922. ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
  4923. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  4924.   echo $ac_n "(cached) $ac_c" 1>&6
  4925. else
  4926.   ac_save_LIBS="$LIBS"
  4927. LIBS="-ldnet_stub  $LIBS"
  4928. cat > conftest.$ac_ext <<EOF
  4929. #line 4930 "configure"
  4930. #include "confdefs.h"
  4931. /* Override any gcc2 internal prototype to avoid an error.  */
  4932. #ifdef __cplusplus
  4933. extern "C"
  4934. #endif
  4935. /* We use char because int might match the return type of a gcc2
  4936.     builtin and then its argument prototype would still apply.  */
  4937. char dnet_ntoa();
  4938.  
  4939. int main() {
  4940. dnet_ntoa()
  4941. ; return 0; }
  4942. EOF
  4943. if { (eval echo configure:4944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  4944.   rm -rf conftest*
  4945.   eval "ac_cv_lib_$ac_lib_var=yes"
  4946. else
  4947.   echo "configure: failed program was:" >&5
  4948.   cat conftest.$ac_ext >&5
  4949.   rm -rf conftest*
  4950.   eval "ac_cv_lib_$ac_lib_var=no"
  4951. fi
  4952. rm -f conftest*
  4953. LIBS="$ac_save_LIBS"
  4954.  
  4955. fi
  4956. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  4957.   echo "$ac_t""yes" 1>&6
  4958.   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
  4959. else
  4960.   echo "$ac_t""no" 1>&6
  4961. fi
  4962.  
  4963.     fi
  4964.  
  4965.     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
  4966.     # to get the SysV transport functions.
  4967.     # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
  4968.     # needs -lnsl.
  4969.     # The nsl library prevents programs from opening the X display
  4970.     # on Irix 5.2, according to dickey@clark.net.
  4971.     echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
  4972. echo "configure:4973: checking for gethostbyname" >&5
  4973. if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
  4974.   echo $ac_n "(cached) $ac_c" 1>&6
  4975. else
  4976.   cat > conftest.$ac_ext <<EOF
  4977. #line 4978 "configure"
  4978. #include "confdefs.h"
  4979. /* System header to define __stub macros and hopefully few prototypes,
  4980.     which can conflict with char gethostbyname(); below.  */
  4981. #include <assert.h>
  4982. /* Override any gcc2 internal prototype to avoid an error.  */
  4983. #ifdef __cplusplus
  4984. extern "C"
  4985. #endif
  4986. /* We use char because int might match the return type of a gcc2
  4987.     builtin and then its argument prototype would still apply.  */
  4988. char gethostbyname();
  4989.  
  4990. int main() {
  4991.  
  4992. /* The GNU C library defines this for functions which it implements
  4993.     to always fail with ENOSYS.  Some functions are actually named
  4994.     something starting with __ and the normal name is an alias.  */
  4995. #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
  4996. choke me
  4997. #else
  4998. gethostbyname();
  4999. #endif
  5000.  
  5001. ; return 0; }
  5002. EOF
  5003. if { (eval echo configure:5004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  5004.   rm -rf conftest*
  5005.   eval "ac_cv_func_gethostbyname=yes"
  5006. else
  5007.   echo "configure: failed program was:" >&5
  5008.   cat conftest.$ac_ext >&5
  5009.   rm -rf conftest*
  5010.   eval "ac_cv_func_gethostbyname=no"
  5011. fi
  5012. rm -f conftest*
  5013. fi
  5014.  
  5015. if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
  5016.   echo "$ac_t""yes" 1>&6
  5017.   :
  5018. else
  5019.   echo "$ac_t""no" 1>&6
  5020. fi
  5021.  
  5022.     if test $ac_cv_func_gethostbyname = no; then
  5023.       echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
  5024. echo "configure:5025: checking for gethostbyname in -lnsl" >&5
  5025. ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
  5026. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  5027.   echo $ac_n "(cached) $ac_c" 1>&6
  5028. else
  5029.   ac_save_LIBS="$LIBS"
  5030. LIBS="-lnsl  $LIBS"
  5031. cat > conftest.$ac_ext <<EOF
  5032. #line 5033 "configure"
  5033. #include "confdefs.h"
  5034. /* Override any gcc2 internal prototype to avoid an error.  */
  5035. #ifdef __cplusplus
  5036. extern "C"
  5037. #endif
  5038. /* We use char because int might match the return type of a gcc2
  5039.     builtin and then its argument prototype would still apply.  */
  5040. char gethostbyname();
  5041.  
  5042. int main() {
  5043. gethostbyname()
  5044. ; return 0; }
  5045. EOF
  5046. if { (eval echo configure:5047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  5047.   rm -rf conftest*
  5048.   eval "ac_cv_lib_$ac_lib_var=yes"
  5049. else
  5050.   echo "configure: failed program was:" >&5
  5051.   cat conftest.$ac_ext >&5
  5052.   rm -rf conftest*
  5053.   eval "ac_cv_lib_$ac_lib_var=no"
  5054. fi
  5055. rm -f conftest*
  5056. LIBS="$ac_save_LIBS"
  5057.  
  5058. fi
  5059. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  5060.   echo "$ac_t""yes" 1>&6
  5061.   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
  5062. else
  5063.   echo "$ac_t""no" 1>&6
  5064. fi
  5065.  
  5066.     fi
  5067.  
  5068.     # lieder@skyler.mavd.honeywell.com says without -lsocket,
  5069.     # socket/setsockopt and other routines are undefined under SCO ODT
  5070.     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
  5071.     # on later versions), says simon@lia.di.epfl.ch: it contains
  5072.     # gethostby* variants that don't use the nameserver (or something).
  5073.     # -lsocket must be given before -lnsl if both are needed.
  5074.     # We assume that if connect needs -lnsl, so does gethostbyname.
  5075.     echo $ac_n "checking for connect""... $ac_c" 1>&6
  5076. echo "configure:5077: checking for connect" >&5
  5077. if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
  5078.   echo $ac_n "(cached) $ac_c" 1>&6
  5079. else
  5080.   cat > conftest.$ac_ext <<EOF
  5081. #line 5082 "configure"
  5082. #include "confdefs.h"
  5083. /* System header to define __stub macros and hopefully few prototypes,
  5084.     which can conflict with char connect(); below.  */
  5085. #include <assert.h>
  5086. /* Override any gcc2 internal prototype to avoid an error.  */
  5087. #ifdef __cplusplus
  5088. extern "C"
  5089. #endif
  5090. /* We use char because int might match the return type of a gcc2
  5091.     builtin and then its argument prototype would still apply.  */
  5092. char connect();
  5093.  
  5094. int main() {
  5095.  
  5096. /* The GNU C library defines this for functions which it implements
  5097.     to always fail with ENOSYS.  Some functions are actually named
  5098.     something starting with __ and the normal name is an alias.  */
  5099. #if defined (__stub_connect) || defined (__stub___connect)
  5100. choke me
  5101. #else
  5102. connect();
  5103. #endif
  5104.  
  5105. ; return 0; }
  5106. EOF
  5107. if { (eval echo configure:5108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  5108.   rm -rf conftest*
  5109.   eval "ac_cv_func_connect=yes"
  5110. else
  5111.   echo "configure: failed program was:" >&5
  5112.   cat conftest.$ac_ext >&5
  5113.   rm -rf conftest*
  5114.   eval "ac_cv_func_connect=no"
  5115. fi
  5116. rm -f conftest*
  5117. fi
  5118.  
  5119. if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
  5120.   echo "$ac_t""yes" 1>&6
  5121.   :
  5122. else
  5123.   echo "$ac_t""no" 1>&6
  5124. fi
  5125.  
  5126.     if test $ac_cv_func_connect = no; then
  5127.       echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
  5128. echo "configure:5129: checking for connect in -lsocket" >&5
  5129. ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
  5130. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  5131.   echo $ac_n "(cached) $ac_c" 1>&6
  5132. else
  5133.   ac_save_LIBS="$LIBS"
  5134. LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
  5135. cat > conftest.$ac_ext <<EOF
  5136. #line 5137 "configure"
  5137. #include "confdefs.h"
  5138. /* Override any gcc2 internal prototype to avoid an error.  */
  5139. #ifdef __cplusplus
  5140. extern "C"
  5141. #endif
  5142. /* We use char because int might match the return type of a gcc2
  5143.     builtin and then its argument prototype would still apply.  */
  5144. char connect();
  5145.  
  5146. int main() {
  5147. connect()
  5148. ; return 0; }
  5149. EOF
  5150. if { (eval echo configure:5151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  5151.   rm -rf conftest*
  5152.   eval "ac_cv_lib_$ac_lib_var=yes"
  5153. else
  5154.   echo "configure: failed program was:" >&5
  5155.   cat conftest.$ac_ext >&5
  5156.   rm -rf conftest*
  5157.   eval "ac_cv_lib_$ac_lib_var=no"
  5158. fi
  5159. rm -f conftest*
  5160. LIBS="$ac_save_LIBS"
  5161.  
  5162. fi
  5163. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  5164.   echo "$ac_t""yes" 1>&6
  5165.   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
  5166. else
  5167.   echo "$ac_t""no" 1>&6
  5168. fi
  5169.  
  5170.     fi
  5171.  
  5172.     # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
  5173.     echo $ac_n "checking for remove""... $ac_c" 1>&6
  5174. echo "configure:5175: checking for remove" >&5
  5175. if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
  5176.   echo $ac_n "(cached) $ac_c" 1>&6
  5177. else
  5178.   cat > conftest.$ac_ext <<EOF
  5179. #line 5180 "configure"
  5180. #include "confdefs.h"
  5181. /* System header to define __stub macros and hopefully few prototypes,
  5182.     which can conflict with char remove(); below.  */
  5183. #include <assert.h>
  5184. /* Override any gcc2 internal prototype to avoid an error.  */
  5185. #ifdef __cplusplus
  5186. extern "C"
  5187. #endif
  5188. /* We use char because int might match the return type of a gcc2
  5189.     builtin and then its argument prototype would still apply.  */
  5190. char remove();
  5191.  
  5192. int main() {
  5193.  
  5194. /* The GNU C library defines this for functions which it implements
  5195.     to always fail with ENOSYS.  Some functions are actually named
  5196.     something starting with __ and the normal name is an alias.  */
  5197. #if defined (__stub_remove) || defined (__stub___remove)
  5198. choke me
  5199. #else
  5200. remove();
  5201. #endif
  5202.  
  5203. ; return 0; }
  5204. EOF
  5205. if { (eval echo configure:5206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  5206.   rm -rf conftest*
  5207.   eval "ac_cv_func_remove=yes"
  5208. else
  5209.   echo "configure: failed program was:" >&5
  5210.   cat conftest.$ac_ext >&5
  5211.   rm -rf conftest*
  5212.   eval "ac_cv_func_remove=no"
  5213. fi
  5214. rm -f conftest*
  5215. fi
  5216.  
  5217. if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
  5218.   echo "$ac_t""yes" 1>&6
  5219.   :
  5220. else
  5221.   echo "$ac_t""no" 1>&6
  5222. fi
  5223.  
  5224.     if test $ac_cv_func_remove = no; then
  5225.       echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
  5226. echo "configure:5227: checking for remove in -lposix" >&5
  5227. ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
  5228. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  5229.   echo $ac_n "(cached) $ac_c" 1>&6
  5230. else
  5231.   ac_save_LIBS="$LIBS"
  5232. LIBS="-lposix  $LIBS"
  5233. cat > conftest.$ac_ext <<EOF
  5234. #line 5235 "configure"
  5235. #include "confdefs.h"
  5236. /* Override any gcc2 internal prototype to avoid an error.  */
  5237. #ifdef __cplusplus
  5238. extern "C"
  5239. #endif
  5240. /* We use char because int might match the return type of a gcc2
  5241.     builtin and then its argument prototype would still apply.  */
  5242. char remove();
  5243.  
  5244. int main() {
  5245. remove()
  5246. ; return 0; }
  5247. EOF
  5248. if { (eval echo configure:5249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  5249.   rm -rf conftest*
  5250.   eval "ac_cv_lib_$ac_lib_var=yes"
  5251. else
  5252.   echo "configure: failed program was:" >&5
  5253.   cat conftest.$ac_ext >&5
  5254.   rm -rf conftest*
  5255.   eval "ac_cv_lib_$ac_lib_var=no"
  5256. fi
  5257. rm -f conftest*
  5258. LIBS="$ac_save_LIBS"
  5259.  
  5260. fi
  5261. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  5262.   echo "$ac_t""yes" 1>&6
  5263.   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
  5264. else
  5265.   echo "$ac_t""no" 1>&6
  5266. fi
  5267.  
  5268.     fi
  5269.  
  5270.     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
  5271.     echo $ac_n "checking for shmat""... $ac_c" 1>&6
  5272. echo "configure:5273: checking for shmat" >&5
  5273. if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
  5274.   echo $ac_n "(cached) $ac_c" 1>&6
  5275. else
  5276.   cat > conftest.$ac_ext <<EOF
  5277. #line 5278 "configure"
  5278. #include "confdefs.h"
  5279. /* System header to define __stub macros and hopefully few prototypes,
  5280.     which can conflict with char shmat(); below.  */
  5281. #include <assert.h>
  5282. /* Override any gcc2 internal prototype to avoid an error.  */
  5283. #ifdef __cplusplus
  5284. extern "C"
  5285. #endif
  5286. /* We use char because int might match the return type of a gcc2
  5287.     builtin and then its argument prototype would still apply.  */
  5288. char shmat();
  5289.  
  5290. int main() {
  5291.  
  5292. /* The GNU C library defines this for functions which it implements
  5293.     to always fail with ENOSYS.  Some functions are actually named
  5294.     something starting with __ and the normal name is an alias.  */
  5295. #if defined (__stub_shmat) || defined (__stub___shmat)
  5296. choke me
  5297. #else
  5298. shmat();
  5299. #endif
  5300.  
  5301. ; return 0; }
  5302. EOF
  5303. if { (eval echo configure:5304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  5304.   rm -rf conftest*
  5305.   eval "ac_cv_func_shmat=yes"
  5306. else
  5307.   echo "configure: failed program was:" >&5
  5308.   cat conftest.$ac_ext >&5
  5309.   rm -rf conftest*
  5310.   eval "ac_cv_func_shmat=no"
  5311. fi
  5312. rm -f conftest*
  5313. fi
  5314.  
  5315. if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
  5316.   echo "$ac_t""yes" 1>&6
  5317.   :
  5318. else
  5319.   echo "$ac_t""no" 1>&6
  5320. fi
  5321.  
  5322.     if test $ac_cv_func_shmat = no; then
  5323.       echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
  5324. echo "configure:5325: checking for shmat in -lipc" >&5
  5325. ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
  5326. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  5327.   echo $ac_n "(cached) $ac_c" 1>&6
  5328. else
  5329.   ac_save_LIBS="$LIBS"
  5330. LIBS="-lipc  $LIBS"
  5331. cat > conftest.$ac_ext <<EOF
  5332. #line 5333 "configure"
  5333. #include "confdefs.h"
  5334. /* Override any gcc2 internal prototype to avoid an error.  */
  5335. #ifdef __cplusplus
  5336. extern "C"
  5337. #endif
  5338. /* We use char because int might match the return type of a gcc2
  5339.     builtin and then its argument prototype would still apply.  */
  5340. char shmat();
  5341.  
  5342. int main() {
  5343. shmat()
  5344. ; return 0; }
  5345. EOF
  5346. if { (eval echo configure:5347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  5347.   rm -rf conftest*
  5348.   eval "ac_cv_lib_$ac_lib_var=yes"
  5349. else
  5350.   echo "configure: failed program was:" >&5
  5351.   cat conftest.$ac_ext >&5
  5352.   rm -rf conftest*
  5353.   eval "ac_cv_lib_$ac_lib_var=no"
  5354. fi
  5355. rm -f conftest*
  5356. LIBS="$ac_save_LIBS"
  5357.  
  5358. fi
  5359. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  5360.   echo "$ac_t""yes" 1>&6
  5361.   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
  5362. else
  5363.   echo "$ac_t""no" 1>&6
  5364. fi
  5365.  
  5366.     fi
  5367.   fi
  5368.  
  5369.   # Check for libraries that X11R6 Xt/Xaw programs need.
  5370.   ac_save_LDFLAGS="$LDFLAGS"
  5371.   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
  5372.   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
  5373.   # check for ICE first), but we must link in the order -lSM -lICE or
  5374.   # we get undefined symbols.  So assume we have SM if we have ICE.
  5375.   # These have to be linked with before -lX11, unlike the other
  5376.   # libraries we check for below, so use a different variable.
  5377.   #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
  5378.   echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
  5379. echo "configure:5380: checking for IceConnectionNumber in -lICE" >&5
  5380. ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
  5381. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  5382.   echo $ac_n "(cached) $ac_c" 1>&6
  5383. else
  5384.   ac_save_LIBS="$LIBS"
  5385. LIBS="-lICE  $LIBS"
  5386. cat > conftest.$ac_ext <<EOF
  5387. #line 5388 "configure"
  5388. #include "confdefs.h"
  5389. /* Override any gcc2 internal prototype to avoid an error.  */
  5390. #ifdef __cplusplus
  5391. extern "C"
  5392. #endif
  5393. /* We use char because int might match the return type of a gcc2
  5394.     builtin and then its argument prototype would still apply.  */
  5395. char IceConnectionNumber();
  5396.  
  5397. int main() {
  5398. IceConnectionNumber()
  5399. ; return 0; }
  5400. EOF
  5401. if { (eval echo configure:5402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  5402.   rm -rf conftest*
  5403.   eval "ac_cv_lib_$ac_lib_var=yes"
  5404. else
  5405.   echo "configure: failed program was:" >&5
  5406.   cat conftest.$ac_ext >&5
  5407.   rm -rf conftest*
  5408.   eval "ac_cv_lib_$ac_lib_var=no"
  5409. fi
  5410. rm -f conftest*
  5411. LIBS="$ac_save_LIBS"
  5412.  
  5413. fi
  5414. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  5415.   echo "$ac_t""yes" 1>&6
  5416.   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
  5417. else
  5418.   echo "$ac_t""no" 1>&6
  5419. fi
  5420.  
  5421.   LDFLAGS="$ac_save_LDFLAGS"
  5422.  
  5423. fi
  5424.  
  5425.  
  5426.  
  5427. motif_includes=
  5428. motif_libraries=
  5429. # Check whether --with-motif or --without-motif was given.
  5430. if test "${with_motif+set}" = set; then
  5431.   withval="$with_motif"
  5432.   :
  5433. fi
  5434.  
  5435. if test "$with_motif" = "no"
  5436. then
  5437. motif_includes=no
  5438. motif_libraries=no
  5439. fi
  5440. # Check whether --with-motif-includes or --without-motif-includes was given.
  5441. if test "${with_motif_includes+set}" = set; then
  5442.   withval="$with_motif_includes"
  5443.   motif_includes="$withval"
  5444. fi
  5445.  
  5446. # Check whether --with-motif-libraries or --without-motif-libraries was given.
  5447. if test "${with_motif_libraries+set}" = set; then
  5448.   withval="$with_motif_libraries"
  5449.   motif_libraries="$withval"
  5450. fi
  5451.  
  5452. echo $ac_n "checking for Motif""... $ac_c" 1>&6
  5453. echo "configure:5454: checking for Motif" >&5
  5454. #
  5455. #
  5456. # Search the include files.
  5457. #
  5458. if test "$motif_includes" = ""; then
  5459. if eval "test \"`echo '$''{'ice_cv_motif_includes'+set}'`\" = set"; then
  5460.   echo $ac_n "(cached) $ac_c" 1>&6
  5461. else
  5462.   
  5463. ice_motif_save_LIBS="$LIBS"
  5464. ice_motif_save_CFLAGS="$CFLAGS"
  5465. ice_motif_save_CPPFLAGS="$CPPFLAGS"
  5466. ice_motif_save_LDFLAGS="$LDFLAGS"
  5467. #
  5468. LIBS="$X_PRE_LIBS -lXm -lXt -lX11 $X_EXTRA_LIBS $LIBS"
  5469. CFLAGS="$X_CFLAGS $CFLAGS"
  5470. CPPFLAGS="$X_CFLAGS $CPPFLAGS"
  5471. LDFLAGS="$X_LIBS $LDFLAGS"
  5472. #
  5473. cat > conftest.$ac_ext <<EOF
  5474. #line 5475 "configure"
  5475. #include "confdefs.h"
  5476. #include <Xm/Xm.h>
  5477. int main() {
  5478. int a;
  5479. ; return 0; }
  5480. EOF
  5481. if { (eval echo configure:5482: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  5482.   rm -rf conftest*
  5483.   
  5484. # Xm/Xm.h is in the standard search path.
  5485. ice_cv_motif_includes=
  5486.  
  5487. else
  5488.   echo "configure: failed program was:" >&5
  5489.   cat conftest.$ac_ext >&5
  5490.   rm -rf conftest*
  5491.   
  5492. # Xm/Xm.h is not in the standard search path.
  5493. # Locate it and put its directory in `motif_includes'
  5494. #
  5495. # /usr/include/Motif* are used on HP-UX (Motif).
  5496. # /usr/include/X11* are used on HP-UX (X and Athena).
  5497. # /usr/dt is used on Solaris (Motif).
  5498. # /usr/openwin is used on Solaris (X and Athena).
  5499. # Other directories are just guesses.
  5500. for dir in "$x_includes" "${prefix}/include" /usr/include /usr/local/include \
  5501.            /usr/include/Motif2.0 /usr/include/Motif1.2 /usr/include/Motif1.1 \
  5502.            /usr/include/X11R6 /usr/include/X11R5 /usr/include/X11R4 \
  5503.            /usr/dt/include /usr/openwin/include \
  5504.            /usr/dt/*/include /opt/*/include /usr/include/Motif* \
  5505.        "${prefix}"/*/include /usr/*/include /usr/local/*/include \
  5506.        "${prefix}"/include/* /usr/include/* /usr/local/include/*; do
  5507. if test -f "$dir/Xm/Xm.h"; then
  5508. ice_cv_motif_includes="$dir"
  5509. break
  5510. fi
  5511. done
  5512. if test "$ice_cv_motif_includes" = ""; then
  5513. ice_cv_motif_includes=no
  5514. fi
  5515.  
  5516. fi
  5517. rm -f conftest*
  5518. #
  5519. LIBS="$ice_motif_save_LIBS"
  5520. CFLAGS="$ice_motif_save_CFLAGS"
  5521. CPPFLAGS="$ice_motif_save_CPPFLAGS"
  5522. LDFLAGS="$ice_motif_save_LDFLAGS"
  5523.  
  5524. fi
  5525.  
  5526. motif_includes="$ice_cv_motif_includes"
  5527. fi
  5528. #
  5529. #
  5530. # Now for the libraries.
  5531. #
  5532. if test "$motif_libraries" = ""; then
  5533. if eval "test \"`echo '$''{'ice_cv_motif_libraries'+set}'`\" = set"; then
  5534.   echo $ac_n "(cached) $ac_c" 1>&6
  5535. else
  5536.   
  5537. ice_motif_save_LIBS="$LIBS"
  5538. ice_motif_save_CFLAGS="$CFLAGS"
  5539. ice_motif_save_CPPFLAGS="$CPPFLAGS"
  5540. ice_motif_save_LDFLAGS="$LDFLAGS"
  5541. #
  5542. LIBS="$X_PRE_LIBS -lXm -lXt -lX11 $X_EXTRA_LIBS $LIBS"
  5543. CFLAGS="$X_CFLAGS $CFLAGS"
  5544. CPPFLAGS="$X_CFLAGS $CPPFLAGS"
  5545. LDFLAGS="$X_LIBS $LDFLAGS"
  5546. #
  5547. # We use XtToolkitInitialize() here since it takes no arguments
  5548. # and thus also works with a C++ compiler.
  5549. cat > conftest.$ac_ext <<EOF
  5550. #line 5551 "configure"
  5551. #include "confdefs.h"
  5552.  
  5553. #include <X11/Intrinsic.h>
  5554. #include <Xm/Xm.h>
  5555.  
  5556. int main() {
  5557. XtToolkitInitialize();
  5558. ; return 0; }
  5559. EOF
  5560. if { (eval echo configure:5561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  5561.   rm -rf conftest*
  5562.   
  5563. # libXm.a is in the standard search path.
  5564. ice_cv_motif_libraries=
  5565.  
  5566. else
  5567.   echo "configure: failed program was:" >&5
  5568.   cat conftest.$ac_ext >&5
  5569.   rm -rf conftest*
  5570.   
  5571. # libXm.a is not in the standard search path.
  5572. # Locate it and put its directory in `motif_libraries'
  5573. #
  5574. # /usr/lib/Motif* are used on HP-UX (Motif).
  5575. # /usr/lib/X11* are used on HP-UX (X and Athena).
  5576. # /usr/dt is used on Solaris (Motif).
  5577. # /usr/lesstif is used on Linux (Lesstif).
  5578. # /usr/openwin is used on Solaris (X and Athena).
  5579. # Other directories are just guesses.
  5580. for dir in "$x_libraries" "${prefix}/lib" /usr/lib /usr/local/lib \
  5581.        /usr/lib/Motif2.0 /usr/lib/Motif1.2 /usr/lib/Motif1.1 \
  5582.        /usr/lib/X11R6 /usr/lib/X11R5 /usr/lib/X11R4 /usr/lib/X11 \
  5583.            /usr/dt/lib /usr/openwin/lib \
  5584.        /usr/dt/*/lib /opt/*/lib /usr/lib/Motif* \
  5585.            /usr/lesstif*/lib /usr/lib/Lesstif* \
  5586.        "${prefix}"/*/lib /usr/*/lib /usr/local/*/lib \
  5587.        "${prefix}"/lib/* /usr/lib/* /usr/local/lib/*; do
  5588. if test -d "$dir" && test "`ls $dir/libXm.* 2> /dev/null`" != ""; then
  5589. ice_cv_motif_libraries="$dir"
  5590. break
  5591. fi
  5592. done
  5593. if test "$ice_cv_motif_libraries" = ""; then
  5594. ice_cv_motif_libraries=no
  5595. fi
  5596.  
  5597. fi
  5598. rm -f conftest*
  5599. #
  5600. LIBS="$ice_motif_save_LIBS"
  5601. CFLAGS="$ice_motif_save_CFLAGS"
  5602. CPPFLAGS="$ice_motif_save_CPPFLAGS"
  5603. LDFLAGS="$ice_motif_save_LDFLAGS"
  5604.  
  5605. fi
  5606.  
  5607. #
  5608. motif_libraries="$ice_cv_motif_libraries"
  5609. fi
  5610. # Add Motif definitions to X flags
  5611. #
  5612. if test "$motif_includes" != "" && test "$motif_includes" != "$x_includes" && test "$motif_includes" != "no"
  5613. then
  5614. X_CFLAGS="-I$motif_includes $X_CFLAGS"
  5615. fi
  5616. if test "$motif_libraries" != "" && test "$motif_libraries" != "$x_libraries" && test "$motif_libraries" != "no"
  5617. then
  5618. case "$X_LIBS" in
  5619.   *-R\ *) X_LIBS="-L$motif_libraries -R $motif_libraries $X_LIBS";;
  5620.   *-R*)   X_LIBS="-L$motif_libraries -R$motif_libraries $X_LIBS";;
  5621.   *)      X_LIBS="-L$motif_libraries $X_LIBS";;
  5622. esac
  5623. fi
  5624. #
  5625. #
  5626. motif_libraries_result="$motif_libraries"
  5627. motif_includes_result="$motif_includes"
  5628. test "$motif_libraries_result" = "" && 
  5629.   motif_libraries_result="in default path"
  5630. test "$motif_includes_result" = "" && 
  5631.   motif_includes_result="in default path"
  5632. test "$motif_libraries_result" = "no" && 
  5633.   motif_libraries_result="(none)"
  5634. test "$motif_includes_result" = "no" && 
  5635.   motif_includes_result="(none)"
  5636. echo "$ac_t""libraries $motif_libraries_result, headers $motif_includes_result" 1>&6
  5637.  
  5638.  
  5639.  
  5640. athena_includes=
  5641. athena_libraries=
  5642. # Check whether --with-athena or --without-athena was given.
  5643. if test "${with_athena+set}" = set; then
  5644.   withval="$with_athena"
  5645.   :
  5646. fi
  5647.  
  5648. if test "$with_athena" = "no"
  5649. then
  5650. athena_includes=no
  5651. athena_libraries=no
  5652. fi
  5653. # Check whether --with-athena-includes or --without-athena-includes was given.
  5654. if test "${with_athena_includes+set}" = set; then
  5655.   withval="$with_athena_includes"
  5656.   athena_includes="$withval"
  5657. fi
  5658.  
  5659. # Check whether --with-athena-libraries or --without-athena-libraries was given.
  5660. if test "${with_athena_libraries+set}" = set; then
  5661.   withval="$with_athena_libraries"
  5662.   athena_libraries="$withval"
  5663. fi
  5664.  
  5665. echo $ac_n "checking for Athena""... $ac_c" 1>&6
  5666. echo "configure:5667: checking for Athena" >&5
  5667. #
  5668. #
  5669. # Search the include files.
  5670. #
  5671. if test "$athena_includes" = ""; then
  5672. if eval "test \"`echo '$''{'ice_cv_athena_includes'+set}'`\" = set"; then
  5673.   echo $ac_n "(cached) $ac_c" 1>&6
  5674. else
  5675.   
  5676. ice_athena_save_LIBS="$LIBS"
  5677. ice_athena_save_CFLAGS="$CFLAGS"
  5678. ice_athena_save_CPPFLAGS="$CPPFLAGS"
  5679. ice_athena_save_LDFLAGS="$LDFLAGS"
  5680. #
  5681. LIBS="$X_PRE_LIBS -lXaw -lXmu -lXext -lXt -lX11 $X_EXTRA_LIBS $LIBS"
  5682. CFLAGS="$X_CFLAGS $CFLAGS"
  5683. CPPFLAGS="$X_CFLAGS $CPPFLAGS"
  5684. LDFLAGS="$X_LIBS $LDFLAGS"
  5685. #
  5686. cat > conftest.$ac_ext <<EOF
  5687. #line 5688 "configure"
  5688. #include "confdefs.h"
  5689.  
  5690. #include <X11/Intrinsic.h>
  5691. #include <X11/Xaw/Text.h>
  5692.  
  5693. int main() {
  5694. int a;
  5695. ; return 0; }
  5696. EOF
  5697. if { (eval echo configure:5698: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  5698.   rm -rf conftest*
  5699.   
  5700. # X11/Xaw/Text.h is in the standard search path.
  5701. ice_cv_athena_includes=
  5702.  
  5703. else
  5704.   echo "configure: failed program was:" >&5
  5705.   cat conftest.$ac_ext >&5
  5706.   rm -rf conftest*
  5707.   
  5708. # X11/Xaw/Text.h is not in the standard search path.
  5709. # Locate it and put its directory in `athena_includes'
  5710. #
  5711. # /usr/include/Motif* are used on HP-UX (Motif).
  5712. # /usr/include/X11* are used on HP-UX (X and Athena).
  5713. # /usr/dt is used on Solaris (Motif).
  5714. # /usr/openwin is used on Solaris (X and Athena).
  5715. # Other directories are just guesses.
  5716. for dir in "$x_includes" "${prefix}/include" /usr/include /usr/local/include \
  5717.            /usr/include/Motif2.0 /usr/include/Motif1.2 /usr/include/Motif1.1 \
  5718.            /usr/include/X11R6 /usr/include/X11R5 /usr/include/X11R4 \
  5719.            /usr/dt/include /usr/openwin/include \
  5720.            /usr/dt/*/include /opt/*/include /usr/include/Motif* \
  5721.        "${prefix}"/*/include /usr/*/include /usr/local/*/include \
  5722.        "${prefix}"/include/* /usr/include/* /usr/local/include/*; do
  5723. if test -f "$dir/X11/Xaw/Text.h"; then
  5724. ice_cv_athena_includes="$dir"
  5725. break
  5726. fi
  5727. done
  5728.  
  5729. fi
  5730. rm -f conftest*
  5731. #
  5732. LIBS="$ice_athena_save_LIBS"
  5733. CFLAGS="$ice_athena_save_CFLAGS"
  5734. CPPFLAGS="$ice_athena_save_CPPFLAGS"
  5735. LDFLAGS="$ice_athena_save_LDFLAGS"
  5736.  
  5737. fi
  5738.  
  5739. athena_includes="$ice_cv_athena_includes"
  5740. fi
  5741. #
  5742. #
  5743. # Now for the libraries.
  5744. #
  5745. if test "$athena_libraries" = ""; then
  5746. if eval "test \"`echo '$''{'ice_cv_athena_libraries'+set}'`\" = set"; then
  5747.   echo $ac_n "(cached) $ac_c" 1>&6
  5748. else
  5749.   
  5750. ice_athena_save_LIBS="$LIBS"
  5751. ice_athena_save_CFLAGS="$CFLAGS"
  5752. ice_athena_save_CPPFLAGS="$CPPFLAGS"
  5753. ice_athena_save_LDFLAGS="$LDFLAGS"
  5754. #
  5755. LIBS="$X_PRE_LIBS -lXaw -lXmu -lXext -lXt -lX11 $X_EXTRA_LIBS $LIBS"
  5756. CFLAGS="$X_CFLAGS $CFLAGS"
  5757. CPPFLAGS="$X_CFLAGS $CPPFLAGS"
  5758. LDFLAGS="$X_LIBS $LDFLAGS"
  5759. #
  5760. # We use XtToolkitInitialize() here since it takes no arguments
  5761. # and thus also works with a C++ compiler.
  5762. cat > conftest.$ac_ext <<EOF
  5763. #line 5764 "configure"
  5764. #include "confdefs.h"
  5765.  
  5766. #include <X11/Intrinsic.h>
  5767. #include <X11/Xaw/Text.h>
  5768.  
  5769. int main() {
  5770. XtToolkitInitialize();
  5771. ; return 0; }
  5772. EOF
  5773. if { (eval echo configure:5774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  5774.   rm -rf conftest*
  5775.   
  5776. # libXaw.a is in the standard search path.
  5777. ice_cv_athena_libraries=
  5778.  
  5779. else
  5780.   echo "configure: failed program was:" >&5
  5781.   cat conftest.$ac_ext >&5
  5782.   rm -rf conftest*
  5783.   
  5784. # libXaw.a is not in the standard search path.
  5785. # Locate it and put its directory in `athena_libraries'
  5786. #
  5787. #
  5788. # /usr/lib/Motif* are used on HP-UX (Motif).
  5789. # /usr/lib/X11* are used on HP-UX (X and Athena).
  5790. # /usr/dt is used on Solaris (Motif).
  5791. # /usr/openwin is used on Solaris (X and Athena).
  5792. # Other directories are just guesses.
  5793. for dir in "$x_libraries" "${prefix}/lib" /usr/lib /usr/local/lib \
  5794.        /usr/lib/Motif2.0 /usr/lib/Motif1.2 /usr/lib/Motif1.1 \
  5795.        /usr/lib/X11R6 /usr/lib/X11R5 /usr/lib/X11R4 /usr/lib/X11 \
  5796.            /usr/dt/lib /usr/openwin/lib \
  5797.        /usr/dt/*/lib /opt/*/lib /usr/lib/Motif* \
  5798.        "${prefix}"/*/lib /usr/*/lib /usr/local/*/lib \
  5799.        "${prefix}"/lib/* /usr/lib/* /usr/local/lib/*; do
  5800. if test -d "$dir" && test "`ls $dir/libXaw.* 2> /dev/null`" != ""; then
  5801. ice_cv_athena_libraries="$dir"
  5802. break
  5803. fi
  5804. done
  5805.  
  5806. fi
  5807. rm -f conftest*
  5808. #
  5809. LIBS="$ice_athena_save_LIBS"
  5810. CFLAGS="$ice_athena_save_CFLAGS"
  5811. CPPFLAGS="$ice_athena_save_CPPFLAGS"
  5812. LDFLAGS="$ice_athena_save_LDFLAGS"
  5813.  
  5814. fi
  5815.  
  5816. #
  5817. athena_libraries="$ice_cv_athena_libraries"
  5818. fi
  5819. # Add Athena definitions to X flags
  5820. #
  5821. if test "$athena_includes" != "" && test "$athena_includes" != "$x_includes" && test "$athena_includes" != "no"
  5822. then
  5823. X_CFLAGS="-I$athena_includes $X_CFLAGS"
  5824. fi
  5825. if test "$athena_libraries" != "" && test "$athena_libraries" != "$x_libraries" && test "$athena_libraries" != "no"
  5826. then
  5827. case "$X_LIBS" in
  5828.   *-R\ *) X_LIBS="-L$athena_libraries -R $athena_libraries $X_LIBS";;
  5829.   *-R*)   X_LIBS="-L$athena_libraries -R$athena_libraries $X_LIBS";;
  5830.   *)      X_LIBS="-L$athena_libraries $X_LIBS";;
  5831. esac
  5832. fi
  5833. #
  5834. #
  5835. athena_libraries_result="$athena_libraries"
  5836. athena_includes_result="$athena_includes"
  5837. test "$athena_libraries_result" = "" && 
  5838.   athena_libraries_result="in default path"
  5839. test "$athena_includes_result" = "" && 
  5840.   athena_includes_result="in default path"
  5841. test "$athena_libraries_result" = "no" && 
  5842.   athena_libraries_result="(none)"
  5843. test "$athena_includes_result" = "no" && 
  5844.   athena_includes_result="(none)"
  5845. echo "$ac_t""libraries $athena_libraries_result, headers $athena_includes_result" 1>&6
  5846.  
  5847.  
  5848.  
  5849. xpm_includes=
  5850. xpm_libraries=
  5851. # Check whether --with-xpm or --without-xpm was given.
  5852. if test "${with_xpm+set}" = set; then
  5853.   withval="$with_xpm"
  5854.   :
  5855. fi
  5856.  
  5857. if test "$with_xpm" = "no"
  5858. then
  5859. xpm_includes=no
  5860. xpm_libraries=no
  5861. fi
  5862. # Check whether --with-xpm-includes or --without-xpm-includes was given.
  5863. if test "${with_xpm_includes+set}" = set; then
  5864.   withval="$with_xpm_includes"
  5865.   xpm_includes="$withval"
  5866. fi
  5867.  
  5868. # Check whether --with-xpm-libraries or --without-xpm-libraries was given.
  5869. if test "${with_xpm_libraries+set}" = set; then
  5870.   withval="$with_xpm_libraries"
  5871.   xpm_libraries="$withval"
  5872. fi
  5873.  
  5874. echo $ac_n "checking for Xpm""... $ac_c" 1>&6
  5875. echo "configure:5876: checking for Xpm" >&5
  5876. #
  5877. #
  5878. # Search the include files.  Note that XPM can come in <X11/xpm.h> (as
  5879. # in X11R6) or in <xpm.h> if installed locally.
  5880. #
  5881. if test "$xpm_includes" = ""; then
  5882. if eval "test \"`echo '$''{'ice_cv_xpm_includes'+set}'`\" = set"; then
  5883.   echo $ac_n "(cached) $ac_c" 1>&6
  5884. else
  5885.   
  5886. ice_xpm_save_LIBS="$LIBS"
  5887. ice_xpm_save_CFLAGS="$CFLAGS"
  5888. ice_xpm_save_CPPFLAGS="$CPPFLAGS"
  5889. ice_xpm_save_LDFLAGS="$LDFLAGS"
  5890. #
  5891. LIBS="$X_PRE_LIBS -lXpm -lXt -lX11 $X_EXTRA_LIBS $LIBS"
  5892. CFLAGS="$X_CFLAGS $CFLAGS"
  5893. CPPFLAGS="$X_CFLAGS $CPPFLAGS"
  5894. LDFLAGS="$X_LIBS $LDFLAGS"
  5895. #
  5896. cat > conftest.$ac_ext <<EOF
  5897. #line 5898 "configure"
  5898. #include "confdefs.h"
  5899.  
  5900. #include <X11/xpm.h>
  5901.  
  5902. int main() {
  5903. int a;
  5904. ; return 0; }
  5905. EOF
  5906. if { (eval echo configure:5907: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  5907.   rm -rf conftest*
  5908.   
  5909. # X11/xpm.h is in the standard search path.
  5910. ice_cv_xpm_includes=
  5911.  
  5912. else
  5913.   echo "configure: failed program was:" >&5
  5914.   cat conftest.$ac_ext >&5
  5915.   rm -rf conftest*
  5916.   
  5917. # X11/xpm.h is not in the standard search path.
  5918. # Locate it and put its directory in `xpm_includes'
  5919. #
  5920. # /usr/include/Motif* are used on HP-UX (Motif).
  5921. # /usr/include/X11* are used on HP-UX (X and Xaw).
  5922. # /usr/dt is used on Solaris (Motif).
  5923. # /usr/openwin is used on Solaris (X and Xaw).
  5924. # Other directories are just guesses.
  5925. for dir in "$x_includes" "${prefix}/include" /usr/include /usr/local/include \
  5926.            /usr/include/Motif2.0 /usr/include/Motif1.2 /usr/include/Motif1.1 \
  5927.            /usr/include/X11R6 /usr/include/X11R5 /usr/include/X11R4 \
  5928.            /usr/dt/include /usr/openwin/include \
  5929.            /usr/dt/*/include /opt/*/include /usr/include/Motif* \
  5930.        "${prefix}"/*/include /usr/*/include /usr/local/*/include \
  5931.        "${prefix}"/include/* /usr/include/* /usr/local/include/*; do
  5932. if test -f "$dir/X11/xpm.h" || test -f "$dir/xpm.h"; then
  5933. ice_cv_xpm_includes="$dir"
  5934. break
  5935. fi
  5936. done
  5937.  
  5938. fi
  5939. rm -f conftest*
  5940. #
  5941. LIBS="$ice_xpm_save_LIBS"
  5942. CFLAGS="$ice_xpm_save_CFLAGS"
  5943. CPPFLAGS="$ice_xpm_save_CPPFLAGS"
  5944. LDFLAGS="$ice_xpm_save_LDFLAGS"
  5945.  
  5946. fi
  5947.  
  5948. xpm_includes="$ice_cv_xpm_includes"
  5949. fi
  5950. #
  5951. #
  5952. # Now for the libraries.
  5953. #
  5954. if test "$xpm_libraries" = ""; then
  5955. if eval "test \"`echo '$''{'ice_cv_xpm_libraries'+set}'`\" = set"; then
  5956.   echo $ac_n "(cached) $ac_c" 1>&6
  5957. else
  5958.   
  5959. ice_xpm_save_LIBS="$LIBS"
  5960. ice_xpm_save_CFLAGS="$CFLAGS"
  5961. ice_xpm_save_CPPFLAGS="$CPPFLAGS"
  5962. ice_xpm_save_LDFLAGS="$LDFLAGS"
  5963. #
  5964. LIBS="$X_PRE_LIBS -lXpm -lXt -lX11 $X_EXTRA_LIBS $LIBS"
  5965. CFLAGS="$X_CFLAGS $CFLAGS"
  5966. CPPFLAGS="$X_CFLAGS $CPPFLAGS"
  5967. LDFLAGS="$X_LIBS $LDFLAGS"
  5968. #
  5969. #
  5970. # We use XtToolkitInitialize() here since it takes no arguments
  5971. # and thus also works with a C++ compiler.
  5972. cat > conftest.$ac_ext <<EOF
  5973. #line 5974 "configure"
  5974. #include "confdefs.h"
  5975.  
  5976. #include <X11/Intrinsic.h>
  5977. #include <X11/xpm.h>
  5978.  
  5979. int main() {
  5980. XtToolkitInitialize();
  5981. ; return 0; }
  5982. EOF
  5983. if { (eval echo configure:5984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  5984.   rm -rf conftest*
  5985.   
  5986. # libxpm.a is in the standard search path.
  5987. ice_cv_xpm_libraries=
  5988.  
  5989. else
  5990.   echo "configure: failed program was:" >&5
  5991.   cat conftest.$ac_ext >&5
  5992.   rm -rf conftest*
  5993.   
  5994. # libXpm.a is not in the standard search path.
  5995. # Locate it and put its directory in `xpm_libraries'
  5996. #
  5997. #
  5998. # /usr/lib/Motif* are used on HP-UX (Motif).
  5999. # /usr/lib/X11* are used on HP-UX (X and Xpm).
  6000. # /usr/dt is used on Solaris (Motif).
  6001. # /usr/openwin is used on Solaris (X and Xpm).
  6002. # Other directories are just guesses.
  6003. for dir in "$x_libraries" "${prefix}/lib" /usr/lib /usr/local/lib \
  6004.        /usr/lib/Motif2.0 /usr/lib/Motif1.2 /usr/lib/Motif1.1 \
  6005.        /usr/lib/X11R6 /usr/lib/X11R5 /usr/lib/X11R4 /usr/lib/X11 \
  6006.            /usr/dt/lib /usr/openwin/lib \
  6007.        /usr/dt/*/lib /opt/*/lib /usr/lib/Motif* \
  6008.        "${prefix}"/*/lib /usr/*/lib /usr/local/*/lib \
  6009.        "${prefix}"/lib/* /usr/lib/* /usr/local/lib/*; do
  6010. if test -d "$dir" && test "`ls $dir/libXpm.* 2> /dev/null`" != ""; then
  6011. ice_cv_xpm_libraries="$dir"
  6012. break
  6013. fi
  6014. done
  6015.  
  6016. fi
  6017. rm -f conftest*
  6018. #
  6019. LIBS="$ice_xpm_save_LIBS"
  6020. CFLAGS="$ice_xpm_save_CFLAGS"
  6021. CPPFLAGS="$ice_xpm_save_CPPFLAGS"
  6022. LDFLAGS="$ice_xpm_save_LDFLAGS"
  6023.  
  6024. fi
  6025.  
  6026. #
  6027. xpm_libraries="$ice_cv_xpm_libraries"
  6028. fi
  6029. #
  6030. # Add Xpm definitions to X flags
  6031. #
  6032. if test "$xpm_includes" != "" && test "$xpm_includes" != "$x_includes" && test "$xpm_includes" != "no"
  6033. then
  6034. X_CFLAGS="-I$xpm_includes $X_CFLAGS"
  6035. fi
  6036. if test "$xpm_libraries" != "" && test "$xpm_libraries" != "$x_libraries" && test "$xpm_libraries" != "no"
  6037. then
  6038. case "$X_LIBS" in
  6039.   *-R\ *) X_LIBS="-L$xpm_libraries -R $xpm_libraries $X_LIBS";;
  6040.   *-R*)   X_LIBS="-L$xpm_libraries -R$xpm_libraries $X_LIBS";;
  6041.   *)      X_LIBS="-L$xpm_libraries $X_LIBS";;
  6042. esac
  6043. fi
  6044. #
  6045. #
  6046. xpm_libraries_result="$xpm_libraries"
  6047. xpm_includes_result="$xpm_includes"
  6048. test "$xpm_libraries_result" = "" && 
  6049.   xpm_libraries_result="in default path"
  6050. test "$xpm_includes_result" = "" && 
  6051.   xpm_includes_result="in default path"
  6052. test "$xpm_libraries_result" = "no" && 
  6053.   xpm_libraries_result="(none)"
  6054. test "$xpm_includes_result" = "no" && 
  6055.   xpm_includes_result="(none)"
  6056. echo "$ac_t""libraries $xpm_libraries_result, headers $xpm_includes_result" 1>&6
  6057.  
  6058. case "$CXX" in
  6059.   *CC) X_LIBS="`echo $X_LIBS | $SED 's, -R\([^ ]\), -R \1,g'`"
  6060. esac
  6061. LIBS="$LIBS $X_EXTRA_LIBS"
  6062. CFLAGS="$CFLAGS $X_CFLAGS"
  6063. CPPFLAGS="$CPPFLAGS $X_CFLAGS"
  6064. LDFLAGS="$LDFLAGS $X_LIBS"
  6065. X11_LIBS=""
  6066. echo $ac_n "checking for XOpenDisplay in -lX11""... $ac_c" 1>&6
  6067. echo "configure:6068: checking for XOpenDisplay in -lX11" >&5
  6068. ac_lib_var=`echo X11'_'XOpenDisplay | sed 'y%./+-%__p_%'`
  6069. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  6070.   echo $ac_n "(cached) $ac_c" 1>&6
  6071. else
  6072.   ac_save_LIBS="$LIBS"
  6073. LIBS="-lX11 ${X_PRE_LIBS} $LIBS"
  6074. cat > conftest.$ac_ext <<EOF
  6075. #line 6076 "configure"
  6076. #include "confdefs.h"
  6077. /* Override any gcc2 internal prototype to avoid an error.  */
  6078. #ifdef __cplusplus
  6079. extern "C"
  6080. #endif
  6081. /* We use char because int might match the return type of a gcc2
  6082.     builtin and then its argument prototype would still apply.  */
  6083. char XOpenDisplay();
  6084.  
  6085. int main() {
  6086. XOpenDisplay()
  6087. ; return 0; }
  6088. EOF
  6089. if { (eval echo configure:6090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  6090.   rm -rf conftest*
  6091.   eval "ac_cv_lib_$ac_lib_var=yes"
  6092. else
  6093.   echo "configure: failed program was:" >&5
  6094.   cat conftest.$ac_ext >&5
  6095.   rm -rf conftest*
  6096.   eval "ac_cv_lib_$ac_lib_var=no"
  6097. fi
  6098. rm -f conftest*
  6099. LIBS="$ac_save_LIBS"
  6100.  
  6101. fi
  6102. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  6103.   echo "$ac_t""yes" 1>&6
  6104.   X11_LIBS="-lX11"
  6105. else
  6106.   echo "$ac_t""no" 1>&6
  6107. fi
  6108.  
  6109. if test "$X11_LIBS" = ""; then
  6110. { echo "configure: error: The X11 library '-lX11' could not be found.
  6111.                   Please use the configure options '--x-includes=DIR'
  6112.                   and '--x-libraries=DIR' to specify the X location.
  6113.                   See the files 'config.log' and 'ddd/config.log'
  6114.                   for further diagnostics." 1>&2; exit 1; }
  6115. fi
  6116.  
  6117.  
  6118.  
  6119. echo $ac_n "checking for _Xlcmbcurmax in -lXintl""... $ac_c" 1>&6
  6120. echo "configure:6121: checking for _Xlcmbcurmax in -lXintl" >&5
  6121. ac_lib_var=`echo Xintl'_'_Xlcmbcurmax | sed 'y%./+-%__p_%'`
  6122. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  6123.   echo $ac_n "(cached) $ac_c" 1>&6
  6124. else
  6125.   ac_save_LIBS="$LIBS"
  6126. LIBS="-lXintl ${X_PRE_LIBS} ${X11_LIBS} $LIBS"
  6127. cat > conftest.$ac_ext <<EOF
  6128. #line 6129 "configure"
  6129. #include "confdefs.h"
  6130. /* Override any gcc2 internal prototype to avoid an error.  */
  6131. #ifdef __cplusplus
  6132. extern "C"
  6133. #endif
  6134. /* We use char because int might match the return type of a gcc2
  6135.     builtin and then its argument prototype would still apply.  */
  6136. char _Xlcmbcurmax();
  6137.  
  6138. int main() {
  6139. _Xlcmbcurmax()
  6140. ; return 0; }
  6141. EOF
  6142. if { (eval echo configure:6143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  6143.   rm -rf conftest*
  6144.   eval "ac_cv_lib_$ac_lib_var=yes"
  6145. else
  6146.   echo "configure: failed program was:" >&5
  6147.   cat conftest.$ac_ext >&5
  6148.   rm -rf conftest*
  6149.   eval "ac_cv_lib_$ac_lib_var=no"
  6150. fi
  6151. rm -f conftest*
  6152. LIBS="$ac_save_LIBS"
  6153.  
  6154. fi
  6155. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  6156.   echo "$ac_t""yes" 1>&6
  6157.   X11_LIBS="${X11_LIBS} -lXintl"
  6158. else
  6159.   echo "$ac_t""no" 1>&6
  6160. fi
  6161.  
  6162. echo $ac_n "checking for shmap in -lipc""... $ac_c" 1>&6
  6163. echo "configure:6164: checking for shmap in -lipc" >&5
  6164. ac_lib_var=`echo ipc'_'shmap | sed 'y%./+-%__p_%'`
  6165. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  6166.   echo $ac_n "(cached) $ac_c" 1>&6
  6167. else
  6168.   ac_save_LIBS="$LIBS"
  6169. LIBS="-lipc ${X_PRE_LIBS} ${X11_LIBS} $LIBS"
  6170. cat > conftest.$ac_ext <<EOF
  6171. #line 6172 "configure"
  6172. #include "confdefs.h"
  6173. /* Override any gcc2 internal prototype to avoid an error.  */
  6174. #ifdef __cplusplus
  6175. extern "C"
  6176. #endif
  6177. /* We use char because int might match the return type of a gcc2
  6178.     builtin and then its argument prototype would still apply.  */
  6179. char shmap();
  6180.  
  6181. int main() {
  6182. shmap()
  6183. ; return 0; }
  6184. EOF
  6185. if { (eval echo configure:6186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  6186.   rm -rf conftest*
  6187.   eval "ac_cv_lib_$ac_lib_var=yes"
  6188. else
  6189.   echo "configure: failed program was:" >&5
  6190.   cat conftest.$ac_ext >&5
  6191.   rm -rf conftest*
  6192.   eval "ac_cv_lib_$ac_lib_var=no"
  6193. fi
  6194. rm -f conftest*
  6195. LIBS="$ac_save_LIBS"
  6196.  
  6197. fi
  6198. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  6199.   echo "$ac_t""yes" 1>&6
  6200.   X11_LIBS="${X11_LIBS} -lipc"
  6201. else
  6202.   echo "$ac_t""no" 1>&6
  6203. fi
  6204.  
  6205. XT_LIBS=""
  6206. echo $ac_n "checking for XtToolkitInitialize in -lXt""... $ac_c" 1>&6
  6207. echo "configure:6208: checking for XtToolkitInitialize in -lXt" >&5
  6208. ac_lib_var=`echo Xt'_'XtToolkitInitialize | sed 'y%./+-%__p_%'`
  6209. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  6210.   echo $ac_n "(cached) $ac_c" 1>&6
  6211. else
  6212.   ac_save_LIBS="$LIBS"
  6213. LIBS="-lXt ${X_PRE_LIBS} ${X11_LIBS} $LIBS"
  6214. cat > conftest.$ac_ext <<EOF
  6215. #line 6216 "configure"
  6216. #include "confdefs.h"
  6217. /* Override any gcc2 internal prototype to avoid an error.  */
  6218. #ifdef __cplusplus
  6219. extern "C"
  6220. #endif
  6221. /* We use char because int might match the return type of a gcc2
  6222.     builtin and then its argument prototype would still apply.  */
  6223. char XtToolkitInitialize();
  6224.  
  6225. int main() {
  6226. XtToolkitInitialize()
  6227. ; return 0; }
  6228. EOF
  6229. if { (eval echo configure:6230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  6230.   rm -rf conftest*
  6231.   eval "ac_cv_lib_$ac_lib_var=yes"
  6232. else
  6233.   echo "configure: failed program was:" >&5
  6234.   cat conftest.$ac_ext >&5
  6235.   rm -rf conftest*
  6236.   eval "ac_cv_lib_$ac_lib_var=no"
  6237. fi
  6238. rm -f conftest*
  6239. LIBS="$ac_save_LIBS"
  6240.  
  6241. fi
  6242. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  6243.   echo "$ac_t""yes" 1>&6
  6244.   XT_LIBS="-lXt"
  6245. else
  6246.   echo "$ac_t""no" 1>&6
  6247. fi
  6248.  
  6249. if test "$XT_LIBS" = ""; then
  6250. { echo "configure: error: The X toolkit library '-lXt' could not be found.
  6251.                   Please use the configure options '--x-includes=DIR'
  6252.                   and '--x-libraries=DIR' to specify the X location.
  6253.                   See the files 'config.log' and 'ddd/config.log'
  6254.                   for further diagnostics." 1>&2; exit 1; }
  6255. fi
  6256.  
  6257. XEXT_LIBS=""
  6258. echo $ac_n "checking for XShapeQueryVersion in -lXext""... $ac_c" 1>&6
  6259. echo "configure:6260: checking for XShapeQueryVersion in -lXext" >&5
  6260. ac_lib_var=`echo Xext'_'XShapeQueryVersion | sed 'y%./+-%__p_%'`
  6261. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  6262.   echo $ac_n "(cached) $ac_c" 1>&6
  6263. else
  6264.   ac_save_LIBS="$LIBS"
  6265. LIBS="-lXext ${X_PRE_LIBS} ${X11_LIBS} $LIBS"
  6266. cat > conftest.$ac_ext <<EOF
  6267. #line 6268 "configure"
  6268. #include "confdefs.h"
  6269. /* Override any gcc2 internal prototype to avoid an error.  */
  6270. #ifdef __cplusplus
  6271. extern "C"
  6272. #endif
  6273. /* We use char because int might match the return type of a gcc2
  6274.     builtin and then its argument prototype would still apply.  */
  6275. char XShapeQueryVersion();
  6276.  
  6277. int main() {
  6278. XShapeQueryVersion()
  6279. ; return 0; }
  6280. EOF
  6281. if { (eval echo configure:6282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  6282.   rm -rf conftest*
  6283.   eval "ac_cv_lib_$ac_lib_var=yes"
  6284. else
  6285.   echo "configure: failed program was:" >&5
  6286.   cat conftest.$ac_ext >&5
  6287.   rm -rf conftest*
  6288.   eval "ac_cv_lib_$ac_lib_var=no"
  6289. fi
  6290. rm -f conftest*
  6291. LIBS="$ac_save_LIBS"
  6292.  
  6293. fi
  6294. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  6295.   echo "$ac_t""yes" 1>&6
  6296.   XEXT_LIBS="-lXext"
  6297. else
  6298.   echo "$ac_t""no" 1>&6
  6299. fi
  6300.  
  6301.  
  6302. XAW_LIBS=""
  6303. if test "$athena_includes" != "no" && test "$athena_libraries" != "no"
  6304. then
  6305. echo $ac_n "checking for XmuCvtStringToOrientation in -lXmu""... $ac_c" 1>&6
  6306. echo "configure:6307: checking for XmuCvtStringToOrientation in -lXmu" >&5
  6307. ac_lib_var=`echo Xmu'_'XmuCvtStringToOrientation | sed 'y%./+-%__p_%'`
  6308. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  6309.   echo $ac_n "(cached) $ac_c" 1>&6
  6310. else
  6311.   ac_save_LIBS="$LIBS"
  6312. LIBS="-lXmu ${X_PRE_LIBS} ${XAW_LIBS} ${XT_LIBS} ${XEXT_LIBS} ${X11_LIBS} $LIBS"
  6313. cat > conftest.$ac_ext <<EOF
  6314. #line 6315 "configure"
  6315. #include "confdefs.h"
  6316. /* Override any gcc2 internal prototype to avoid an error.  */
  6317. #ifdef __cplusplus
  6318. extern "C"
  6319. #endif
  6320. /* We use char because int might match the return type of a gcc2
  6321.     builtin and then its argument prototype would still apply.  */
  6322. char XmuCvtStringToOrientation();
  6323.  
  6324. int main() {
  6325. XmuCvtStringToOrientation()
  6326. ; return 0; }
  6327. EOF
  6328. if { (eval echo configure:6329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  6329.   rm -rf conftest*
  6330.   eval "ac_cv_lib_$ac_lib_var=yes"
  6331. else
  6332.   echo "configure: failed program was:" >&5
  6333.   cat conftest.$ac_ext >&5
  6334.   rm -rf conftest*
  6335.   eval "ac_cv_lib_$ac_lib_var=no"
  6336. fi
  6337. rm -f conftest*
  6338. LIBS="$ac_save_LIBS"
  6339.  
  6340. fi
  6341. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  6342.   echo "$ac_t""yes" 1>&6
  6343.   XAW_LIBS="-lXmu ${XAW_LIBS}"
  6344. else
  6345.   echo "$ac_t""no" 1>&6
  6346. fi
  6347.  
  6348. echo $ac_n "checking for XawTextSetInsertionPoint in -lXaw""... $ac_c" 1>&6
  6349. echo "configure:6350: checking for XawTextSetInsertionPoint in -lXaw" >&5
  6350. ac_lib_var=`echo Xaw'_'XawTextSetInsertionPoint | sed 'y%./+-%__p_%'`
  6351. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  6352.   echo $ac_n "(cached) $ac_c" 1>&6
  6353. else
  6354.   ac_save_LIBS="$LIBS"
  6355. LIBS="-lXaw ${X_PRE_LIBS} ${XAW_LIBS} ${XT_LIBS} ${XEXT_LIBS} ${X11_LIBS} $LIBS"
  6356. cat > conftest.$ac_ext <<EOF
  6357. #line 6358 "configure"
  6358. #include "confdefs.h"
  6359. /* Override any gcc2 internal prototype to avoid an error.  */
  6360. #ifdef __cplusplus
  6361. extern "C"
  6362. #endif
  6363. /* We use char because int might match the return type of a gcc2
  6364.     builtin and then its argument prototype would still apply.  */
  6365. char XawTextSetInsertionPoint();
  6366.  
  6367. int main() {
  6368. XawTextSetInsertionPoint()
  6369. ; return 0; }
  6370. EOF
  6371. if { (eval echo configure:6372: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  6372.   rm -rf conftest*
  6373.   eval "ac_cv_lib_$ac_lib_var=yes"
  6374. else
  6375.   echo "configure: failed program was:" >&5
  6376.   cat conftest.$ac_ext >&5
  6377.   rm -rf conftest*
  6378.   eval "ac_cv_lib_$ac_lib_var=no"
  6379. fi
  6380. rm -f conftest*
  6381. LIBS="$ac_save_LIBS"
  6382.  
  6383. fi
  6384. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  6385.   echo "$ac_t""yes" 1>&6
  6386.   XAW_LIBS="-lXaw ${XAW_LIBS}"
  6387.     cat >> confdefs.h <<\EOF
  6388. #define HAVE_ATHENA 1
  6389. EOF
  6390.  
  6391. else
  6392.   echo "$ac_t""no" 1>&6
  6393. fi
  6394.  
  6395. if test "$XAW_LIBS" = ""; then
  6396. echo "configure: warning: The Athena widgets library '-lXaw' could not be found.
  6397.                     If you have the athena library, please use the
  6398.                     configure options '--with-athena-includes=DIR' and 
  6399.                     '--with-athena-libraries=DIR' to specify the Xaw location.
  6400.                     If you do not have the athena library, use the configure
  6401.                     option '--without-athena' to suppress this message.
  6402.                     See the files 'config.log' and 'ddd/config.log'
  6403.                     for further diagnostics." 1>&2
  6404. fi
  6405. fi
  6406. if test "$XAW_LIBS" != ""; then
  6407. for ac_hdr in X11/Xaw/Form.h X11/Xaw/Panner.h X11/Xaw/Porthole.h
  6408. do
  6409. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  6410. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  6411. echo "configure:6412: checking for $ac_hdr" >&5
  6412. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  6413.   echo $ac_n "(cached) $ac_c" 1>&6
  6414. else
  6415.   cat > conftest.$ac_ext <<EOF
  6416. #line 6417 "configure"
  6417. #include "confdefs.h"
  6418. #include <$ac_hdr>
  6419. EOF
  6420. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  6421. { (eval echo configure:6422: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  6422. ac_err=`grep -v '^ *+' conftest.out`
  6423. if test -z "$ac_err"; then
  6424.   rm -rf conftest*
  6425.   eval "ac_cv_header_$ac_safe=yes"
  6426. else
  6427.   echo "$ac_err" >&5
  6428.   echo "configure: failed program was:" >&5
  6429.   cat conftest.$ac_ext >&5
  6430.   rm -rf conftest*
  6431.   eval "ac_cv_header_$ac_safe=no"
  6432. fi
  6433. rm -f conftest*
  6434. fi
  6435. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  6436.   echo "$ac_t""yes" 1>&6
  6437.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  6438.   cat >> confdefs.h <<EOF
  6439. #define $ac_tr_hdr 1
  6440. EOF
  6441.  
  6442. else
  6443.   echo "$ac_t""no" 1>&6
  6444. fi
  6445. done
  6446.  
  6447. for ac_hdr in X11/Xmu/Editres.h
  6448. do
  6449. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  6450. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  6451. echo "configure:6452: checking for $ac_hdr" >&5
  6452. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  6453.   echo $ac_n "(cached) $ac_c" 1>&6
  6454. else
  6455.   cat > conftest.$ac_ext <<EOF
  6456. #line 6457 "configure"
  6457. #include "confdefs.h"
  6458. #include <$ac_hdr>
  6459. EOF
  6460. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  6461. { (eval echo configure:6462: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  6462. ac_err=`grep -v '^ *+' conftest.out`
  6463. if test -z "$ac_err"; then
  6464.   rm -rf conftest*
  6465.   eval "ac_cv_header_$ac_safe=yes"
  6466. else
  6467.   echo "$ac_err" >&5
  6468.   echo "configure: failed program was:" >&5
  6469.   cat conftest.$ac_ext >&5
  6470.   rm -rf conftest*
  6471.   eval "ac_cv_header_$ac_safe=no"
  6472. fi
  6473. rm -f conftest*
  6474. fi
  6475. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  6476.   echo "$ac_t""yes" 1>&6
  6477.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  6478.   cat >> confdefs.h <<EOF
  6479. #define $ac_tr_hdr 1
  6480. EOF
  6481.  
  6482. else
  6483.   echo "$ac_t""no" 1>&6
  6484. fi
  6485. done
  6486.  
  6487. fi
  6488.  
  6489. XPM_LIBS=""
  6490. if test "$xpm_includes" != "no" && test "$xpm_libraries" != "no"
  6491. then
  6492. echo $ac_n "checking for XpmCreatePixmapFromXpmImage in -lXpm""... $ac_c" 1>&6
  6493. echo "configure:6494: checking for XpmCreatePixmapFromXpmImage in -lXpm" >&5
  6494. ac_lib_var=`echo Xpm'_'XpmCreatePixmapFromXpmImage | sed 'y%./+-%__p_%'`
  6495. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  6496.   echo $ac_n "(cached) $ac_c" 1>&6
  6497. else
  6498.   ac_save_LIBS="$LIBS"
  6499. LIBS="-lXpm ${X_PRE_LIBS} ${X11_LIBS} $LIBS"
  6500. cat > conftest.$ac_ext <<EOF
  6501. #line 6502 "configure"
  6502. #include "confdefs.h"
  6503. /* Override any gcc2 internal prototype to avoid an error.  */
  6504. #ifdef __cplusplus
  6505. extern "C"
  6506. #endif
  6507. /* We use char because int might match the return type of a gcc2
  6508.     builtin and then its argument prototype would still apply.  */
  6509. char XpmCreatePixmapFromXpmImage();
  6510.  
  6511. int main() {
  6512. XpmCreatePixmapFromXpmImage()
  6513. ; return 0; }
  6514. EOF
  6515. if { (eval echo configure:6516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  6516.   rm -rf conftest*
  6517.   eval "ac_cv_lib_$ac_lib_var=yes"
  6518. else
  6519.   echo "configure: failed program was:" >&5
  6520.   cat conftest.$ac_ext >&5
  6521.   rm -rf conftest*
  6522.   eval "ac_cv_lib_$ac_lib_var=no"
  6523. fi
  6524. rm -f conftest*
  6525. LIBS="$ac_save_LIBS"
  6526.  
  6527. fi
  6528. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  6529.   echo "$ac_t""yes" 1>&6
  6530.   XPM_LIBS="-lXpm"
  6531.     cat >> confdefs.h <<\EOF
  6532. #define HAVE_XPM 1
  6533. EOF
  6534.  
  6535. else
  6536.   echo "$ac_t""no" 1>&6
  6537. fi
  6538.  
  6539. if test "$XPM_LIBS" != ""; then
  6540. for ac_hdr in X11/xpm.h xpm.h
  6541. do
  6542. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  6543. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  6544. echo "configure:6545: checking for $ac_hdr" >&5
  6545. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  6546.   echo $ac_n "(cached) $ac_c" 1>&6
  6547. else
  6548.   cat > conftest.$ac_ext <<EOF
  6549. #line 6550 "configure"
  6550. #include "confdefs.h"
  6551. #include <$ac_hdr>
  6552. EOF
  6553. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  6554. { (eval echo configure:6555: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  6555. ac_err=`grep -v '^ *+' conftest.out`
  6556. if test -z "$ac_err"; then
  6557.   rm -rf conftest*
  6558.   eval "ac_cv_header_$ac_safe=yes"
  6559. else
  6560.   echo "$ac_err" >&5
  6561.   echo "configure: failed program was:" >&5
  6562.   cat conftest.$ac_ext >&5
  6563.   rm -rf conftest*
  6564.   eval "ac_cv_header_$ac_safe=no"
  6565. fi
  6566. rm -f conftest*
  6567. fi
  6568. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  6569.   echo "$ac_t""yes" 1>&6
  6570.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  6571.   cat >> confdefs.h <<EOF
  6572. #define $ac_tr_hdr 1
  6573. EOF
  6574.  
  6575. else
  6576.   echo "$ac_t""no" 1>&6
  6577. fi
  6578. done
  6579.  
  6580. fi
  6581. fi
  6582.  
  6583. XM_LIBS=""
  6584. XP_LIBS=""
  6585. if test "$motif_includes" != "no" && test "$motif_libraries" != "no"
  6586. then
  6587. echo $ac_n "checking for XpSelectInput in -lXp""... $ac_c" 1>&6
  6588. echo "configure:6589: checking for XpSelectInput in -lXp" >&5
  6589. ac_lib_var=`echo Xp'_'XpSelectInput | sed 'y%./+-%__p_%'`
  6590. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  6591.   echo $ac_n "(cached) $ac_c" 1>&6
  6592. else
  6593.   ac_save_LIBS="$LIBS"
  6594. LIBS="-lXp ${X_PRE_LIBS} ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${XEXT_LIBS} ${X11_LIBS} ${LIBGEN} $LIBS"
  6595. cat > conftest.$ac_ext <<EOF
  6596. #line 6597 "configure"
  6597. #include "confdefs.h"
  6598. /* Override any gcc2 internal prototype to avoid an error.  */
  6599. #ifdef __cplusplus
  6600. extern "C"
  6601. #endif
  6602. /* We use char because int might match the return type of a gcc2
  6603.     builtin and then its argument prototype would still apply.  */
  6604. char XpSelectInput();
  6605.  
  6606. int main() {
  6607. XpSelectInput()
  6608. ; return 0; }
  6609. EOF
  6610. if { (eval echo configure:6611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  6611.   rm -rf conftest*
  6612.   eval "ac_cv_lib_$ac_lib_var=yes"
  6613. else
  6614.   echo "configure: failed program was:" >&5
  6615.   cat conftest.$ac_ext >&5
  6616.   rm -rf conftest*
  6617.   eval "ac_cv_lib_$ac_lib_var=no"
  6618. fi
  6619. rm -f conftest*
  6620. LIBS="$ac_save_LIBS"
  6621.  
  6622. fi
  6623. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  6624.   echo "$ac_t""yes" 1>&6
  6625.   XP_LIBS="-lXp"
  6626.     cat >> confdefs.h <<\EOF
  6627. #define HAVE_XP 1
  6628. EOF
  6629.  
  6630. else
  6631.   echo "$ac_t""no" 1>&6
  6632. fi
  6633.  
  6634. echo $ac_n "checking for XmCreateOptionMenu in -lXm""... $ac_c" 1>&6
  6635. echo "configure:6636: checking for XmCreateOptionMenu in -lXm" >&5
  6636. ac_lib_var=`echo Xm'_'XmCreateOptionMenu | sed 'y%./+-%__p_%'`
  6637. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  6638.   echo $ac_n "(cached) $ac_c" 1>&6
  6639. else
  6640.   ac_save_LIBS="$LIBS"
  6641. LIBS="-lXm ${X_PRE_LIBS} ${XP_LIBS} ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${XEXT_LIBS} ${X11_LIBS} ${LIBGEN} $LIBS"
  6642. cat > conftest.$ac_ext <<EOF
  6643. #line 6644 "configure"
  6644. #include "confdefs.h"
  6645. /* Override any gcc2 internal prototype to avoid an error.  */
  6646. #ifdef __cplusplus
  6647. extern "C"
  6648. #endif
  6649. /* We use char because int might match the return type of a gcc2
  6650.     builtin and then its argument prototype would still apply.  */
  6651. char XmCreateOptionMenu();
  6652.  
  6653. int main() {
  6654. XmCreateOptionMenu()
  6655. ; return 0; }
  6656. EOF
  6657. if { (eval echo configure:6658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  6658.   rm -rf conftest*
  6659.   eval "ac_cv_lib_$ac_lib_var=yes"
  6660. else
  6661.   echo "configure: failed program was:" >&5
  6662.   cat conftest.$ac_ext >&5
  6663.   rm -rf conftest*
  6664.   eval "ac_cv_lib_$ac_lib_var=no"
  6665. fi
  6666. rm -f conftest*
  6667. LIBS="$ac_save_LIBS"
  6668.  
  6669. fi
  6670. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  6671.   echo "$ac_t""yes" 1>&6
  6672.   XM_LIBS="-lXm"
  6673.     cat >> confdefs.h <<\EOF
  6674. #define HAVE_MOTIF 1
  6675. EOF
  6676.  
  6677. else
  6678.   echo "$ac_t""no" 1>&6
  6679. fi
  6680.  
  6681. echo $ac_n "checking for xmUseVersion in -lXm""... $ac_c" 1>&6
  6682. echo "configure:6683: checking for xmUseVersion in -lXm" >&5
  6683. ac_lib_var=`echo Xm'_'xmUseVersion | sed 'y%./+-%__p_%'`
  6684. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  6685.   echo $ac_n "(cached) $ac_c" 1>&6
  6686. else
  6687.   ac_save_LIBS="$LIBS"
  6688. LIBS="-lXm ${X_PRE_LIBS} ${XP_LIBS} ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${XEXT_LIBS} ${X11_LIBS} ${LIBGEN} $LIBS"
  6689. cat > conftest.$ac_ext <<EOF
  6690. #line 6691 "configure"
  6691. #include "confdefs.h"
  6692. /* Override any gcc2 internal prototype to avoid an error.  */
  6693. #ifdef __cplusplus
  6694. extern "C"
  6695. #endif
  6696. /* We use char because int might match the return type of a gcc2
  6697.     builtin and then its argument prototype would still apply.  */
  6698. char xmUseVersion();
  6699.  
  6700. int main() {
  6701. xmUseVersion()
  6702. ; return 0; }
  6703. EOF
  6704. if { (eval echo configure:6705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  6705.   rm -rf conftest*
  6706.   eval "ac_cv_lib_$ac_lib_var=yes"
  6707. else
  6708.   echo "configure: failed program was:" >&5
  6709.   cat conftest.$ac_ext >&5
  6710.   rm -rf conftest*
  6711.   eval "ac_cv_lib_$ac_lib_var=no"
  6712. fi
  6713. rm -f conftest*
  6714. LIBS="$ac_save_LIBS"
  6715.  
  6716. fi
  6717. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  6718.   echo "$ac_t""yes" 1>&6
  6719.   cat >> confdefs.h <<\EOF
  6720. #define HAVE_XMUSEVERSION 1
  6721. EOF
  6722.  
  6723. else
  6724.   echo "$ac_t""no" 1>&6
  6725. fi
  6726.  
  6727. fi
  6728. if test "$XM_LIBS" = ""; then
  6729. { echo "configure: error: The Motif library '-lXm' could not be found.
  6730.                   Please use the configure options '--with-motif-includes=DIR'
  6731.                   and '--with-motif-libraries=DIR' to specify the Xm location.
  6732.                   See the files 'config.log' and 'ddd/config.log'
  6733.                   for further diagnostics." 1>&2; exit 1; }
  6734. fi
  6735.  
  6736.  
  6737.  
  6738.  
  6739. echo $ac_n "checking for the name of the translation resource""... $ac_c" 1>&6
  6740. echo "configure:6741: checking for the name of the translation resource" >&5
  6741. if eval "test \"`echo '$''{'ice_cv_translations'+set}'`\" = set"; then
  6742.   echo $ac_n "(cached) $ac_c" 1>&6
  6743. else
  6744.   
  6745. cat > conftest.$ac_ext <<EOF
  6746. #line 6747 "configure"
  6747. #include "confdefs.h"
  6748. #include <X11/Intrinsic.h>
  6749. int main() {
  6750.  
  6751. #if XtSpecificationRelease < 5
  6752. #error baseTranslation resource only in X11R5 and later
  6753. #endif
  6754.  
  6755. ; return 0; }
  6756. EOF
  6757. if { (eval echo configure:6758: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  6758.   rm -rf conftest*
  6759.   ice_cv_translations=baseTranslations
  6760. else
  6761.   echo "configure: failed program was:" >&5
  6762.   cat conftest.$ac_ext >&5
  6763.   rm -rf conftest*
  6764.   ice_cv_translations=translations
  6765. fi
  6766. rm -f conftest*
  6767.  
  6768. fi
  6769.  
  6770. echo "$ac_t""$ice_cv_translations" 1>&6
  6771. TRANSLATIONS=$ice_cv_translations
  6772.  
  6773.  
  6774. LIBS="$ice_save_LIBS"
  6775. CFLAGS="$ice_save_CFLAGS"
  6776. CPPFLAGS="$ice_save_CPPFLAGS"
  6777. LDFLAGS="$ice_save_LDFLAGS"
  6778. fi
  6779. echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
  6780. echo "configure:6781: checking whether ${MAKE-make} sets \${MAKE}" >&5
  6781. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  6782. if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  6783.   echo $ac_n "(cached) $ac_c" 1>&6
  6784. else
  6785.   cat > conftestmake <<\EOF
  6786. all:
  6787.     @echo 'ac_maketemp="${MAKE}"'
  6788. EOF
  6789. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  6790. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  6791. if test -n "$ac_maketemp"; then
  6792.   eval ac_cv_prog_make_${ac_make}_set=yes
  6793. else
  6794.   eval ac_cv_prog_make_${ac_make}_set=no
  6795. fi
  6796. rm -f conftestmake
  6797. fi
  6798. if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  6799.   echo "$ac_t""yes" 1>&6
  6800.   SET_MAKE=
  6801. else
  6802.   echo "$ac_t""no" 1>&6
  6803.   SET_MAKE="MAKE=${MAKE-make}"
  6804. fi
  6805.  
  6806.  
  6807. ac_ext=c
  6808. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  6809. ac_cpp='$CPP $CPPFLAGS'
  6810. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  6811. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  6812. cross_compiling=$ac_cv_prog_cc_cross
  6813.  
  6814. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  6815. echo "configure:6816: checking for ANSI C header files" >&5
  6816. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  6817.   echo $ac_n "(cached) $ac_c" 1>&6
  6818. else
  6819.   cat > conftest.$ac_ext <<EOF
  6820. #line 6821 "configure"
  6821. #include "confdefs.h"
  6822. #include <stdlib.h>
  6823. #include <stdarg.h>
  6824. #include <string.h>
  6825. #include <float.h>
  6826. EOF
  6827. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  6828. { (eval echo configure:6829: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  6829. ac_err=`grep -v '^ *+' conftest.out`
  6830. if test -z "$ac_err"; then
  6831.   rm -rf conftest*
  6832.   ac_cv_header_stdc=yes
  6833. else
  6834.   echo "$ac_err" >&5
  6835.   echo "configure: failed program was:" >&5
  6836.   cat conftest.$ac_ext >&5
  6837.   rm -rf conftest*
  6838.   ac_cv_header_stdc=no
  6839. fi
  6840. rm -f conftest*
  6841.  
  6842. if test $ac_cv_header_stdc = yes; then
  6843.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  6844. cat > conftest.$ac_ext <<EOF
  6845. #line 6846 "configure"
  6846. #include "confdefs.h"
  6847. #include <string.h>
  6848. EOF
  6849. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  6850.   egrep "memchr" >/dev/null 2>&1; then
  6851.   :
  6852. else
  6853.   rm -rf conftest*
  6854.   ac_cv_header_stdc=no
  6855. fi
  6856. rm -f conftest*
  6857.  
  6858. fi
  6859.  
  6860. if test $ac_cv_header_stdc = yes; then
  6861.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  6862. cat > conftest.$ac_ext <<EOF
  6863. #line 6864 "configure"
  6864. #include "confdefs.h"
  6865. #include <stdlib.h>
  6866. EOF
  6867. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  6868.   egrep "free" >/dev/null 2>&1; then
  6869.   :
  6870. else
  6871.   rm -rf conftest*
  6872.   ac_cv_header_stdc=no
  6873. fi
  6874. rm -f conftest*
  6875.  
  6876. fi
  6877.  
  6878. if test $ac_cv_header_stdc = yes; then
  6879.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  6880. if test "$cross_compiling" = yes; then
  6881.   :
  6882. else
  6883.   cat > conftest.$ac_ext <<EOF
  6884. #line 6885 "configure"
  6885. #include "confdefs.h"
  6886. #include <ctype.h>
  6887. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  6888. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  6889. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  6890. int main () { int i; for (i = 0; i < 256; i++)
  6891. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  6892. exit (0); }
  6893.  
  6894. EOF
  6895. if { (eval echo configure:6896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  6896. then
  6897.   :
  6898. else
  6899.   echo "configure: failed program was:" >&5
  6900.   cat conftest.$ac_ext >&5
  6901.   rm -fr conftest*
  6902.   ac_cv_header_stdc=no
  6903. fi
  6904. rm -fr conftest*
  6905. fi
  6906.  
  6907. fi
  6908. fi
  6909.  
  6910. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  6911. if test $ac_cv_header_stdc = yes; then
  6912.   cat >> confdefs.h <<\EOF
  6913. #define STDC_HEADERS 1
  6914. EOF
  6915.  
  6916. fi
  6917.  
  6918. echo $ac_n "checking for mode_t""... $ac_c" 1>&6
  6919. echo "configure:6920: checking for mode_t" >&5
  6920. if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
  6921.   echo $ac_n "(cached) $ac_c" 1>&6
  6922. else
  6923.   cat > conftest.$ac_ext <<EOF
  6924. #line 6925 "configure"
  6925. #include "confdefs.h"
  6926. #include <sys/types.h>
  6927. #if STDC_HEADERS
  6928. #include <stdlib.h>
  6929. #include <stddef.h>
  6930. #endif
  6931. EOF
  6932. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  6933.   egrep "mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  6934.   rm -rf conftest*
  6935.   ac_cv_type_mode_t=yes
  6936. else
  6937.   rm -rf conftest*
  6938.   ac_cv_type_mode_t=no
  6939. fi
  6940. rm -f conftest*
  6941.  
  6942. fi
  6943. echo "$ac_t""$ac_cv_type_mode_t" 1>&6
  6944. if test $ac_cv_type_mode_t = no; then
  6945.   cat >> confdefs.h <<\EOF
  6946. #define mode_t int
  6947. EOF
  6948.  
  6949. fi
  6950.  
  6951. echo $ac_n "checking for off_t""... $ac_c" 1>&6
  6952. echo "configure:6953: checking for off_t" >&5
  6953. if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
  6954.   echo $ac_n "(cached) $ac_c" 1>&6
  6955. else
  6956.   cat > conftest.$ac_ext <<EOF
  6957. #line 6958 "configure"
  6958. #include "confdefs.h"
  6959. #include <sys/types.h>
  6960. #if STDC_HEADERS
  6961. #include <stdlib.h>
  6962. #include <stddef.h>
  6963. #endif
  6964. EOF
  6965. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  6966.   egrep "off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  6967.   rm -rf conftest*
  6968.   ac_cv_type_off_t=yes
  6969. else
  6970.   rm -rf conftest*
  6971.   ac_cv_type_off_t=no
  6972. fi
  6973. rm -f conftest*
  6974.  
  6975. fi
  6976. echo "$ac_t""$ac_cv_type_off_t" 1>&6
  6977. if test $ac_cv_type_off_t = no; then
  6978.   cat >> confdefs.h <<\EOF
  6979. #define off_t long
  6980. EOF
  6981.  
  6982. fi
  6983.  
  6984. echo $ac_n "checking for pid_t""... $ac_c" 1>&6
  6985. echo "configure:6986: checking for pid_t" >&5
  6986. if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
  6987.   echo $ac_n "(cached) $ac_c" 1>&6
  6988. else
  6989.   cat > conftest.$ac_ext <<EOF
  6990. #line 6991 "configure"
  6991. #include "confdefs.h"
  6992. #include <sys/types.h>
  6993. #if STDC_HEADERS
  6994. #include <stdlib.h>
  6995. #include <stddef.h>
  6996. #endif
  6997. EOF
  6998. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  6999.   egrep "pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  7000.   rm -rf conftest*
  7001.   ac_cv_type_pid_t=yes
  7002. else
  7003.   rm -rf conftest*
  7004.   ac_cv_type_pid_t=no
  7005. fi
  7006. rm -f conftest*
  7007.  
  7008. fi
  7009. echo "$ac_t""$ac_cv_type_pid_t" 1>&6
  7010. if test $ac_cv_type_pid_t = no; then
  7011.   cat >> confdefs.h <<\EOF
  7012. #define pid_t int
  7013. EOF
  7014.  
  7015. fi
  7016.  
  7017. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  7018. echo "configure:7019: checking for size_t" >&5
  7019. if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
  7020.   echo $ac_n "(cached) $ac_c" 1>&6
  7021. else
  7022.   cat > conftest.$ac_ext <<EOF
  7023. #line 7024 "configure"
  7024. #include "confdefs.h"
  7025. #include <sys/types.h>
  7026. #if STDC_HEADERS
  7027. #include <stdlib.h>
  7028. #include <stddef.h>
  7029. #endif
  7030. EOF
  7031. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  7032.   egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  7033.   rm -rf conftest*
  7034.   ac_cv_type_size_t=yes
  7035. else
  7036.   rm -rf conftest*
  7037.   ac_cv_type_size_t=no
  7038. fi
  7039. rm -f conftest*
  7040.  
  7041. fi
  7042. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  7043. if test $ac_cv_type_size_t = no; then
  7044.   cat >> confdefs.h <<\EOF
  7045. #define size_t unsigned
  7046. EOF
  7047.  
  7048. fi
  7049.  
  7050. echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
  7051. echo "configure:7052: checking for uid_t in sys/types.h" >&5
  7052. if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
  7053.   echo $ac_n "(cached) $ac_c" 1>&6
  7054. else
  7055.   cat > conftest.$ac_ext <<EOF
  7056. #line 7057 "configure"
  7057. #include "confdefs.h"
  7058. #include <sys/types.h>
  7059. EOF
  7060. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  7061.   egrep "uid_t" >/dev/null 2>&1; then
  7062.   rm -rf conftest*
  7063.   ac_cv_type_uid_t=yes
  7064. else
  7065.   rm -rf conftest*
  7066.   ac_cv_type_uid_t=no
  7067. fi
  7068. rm -f conftest*
  7069.  
  7070. fi
  7071.  
  7072. echo "$ac_t""$ac_cv_type_uid_t" 1>&6
  7073. if test $ac_cv_type_uid_t = no; then
  7074.   cat >> confdefs.h <<\EOF
  7075. #define uid_t int
  7076. EOF
  7077.  
  7078.   cat >> confdefs.h <<\EOF
  7079. #define gid_t int
  7080. EOF
  7081.  
  7082. fi
  7083.  
  7084. echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&6
  7085. echo "configure:7086: checking type of array argument to getgroups" >&5
  7086. if eval "test \"`echo '$''{'ac_cv_type_getgroups'+set}'`\" = set"; then
  7087.   echo $ac_n "(cached) $ac_c" 1>&6
  7088. else
  7089.   if test "$cross_compiling" = yes; then
  7090.   ac_cv_type_getgroups=cross
  7091. else
  7092.   cat > conftest.$ac_ext <<EOF
  7093. #line 7094 "configure"
  7094. #include "confdefs.h"
  7095.  
  7096. /* Thanks to Mike Rendell for this test.  */
  7097. #include <sys/types.h>
  7098. #define NGID 256
  7099. #undef MAX
  7100. #define MAX(x, y) ((x) > (y) ? (x) : (y))
  7101. main()
  7102. {
  7103.   gid_t gidset[NGID];
  7104.   int i, n;
  7105.   union { gid_t gval; long lval; }  val;
  7106.  
  7107.   val.lval = -1;
  7108.   for (i = 0; i < NGID; i++)
  7109.     gidset[i] = val.gval;
  7110.   n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
  7111.                  gidset);
  7112.   /* Exit non-zero if getgroups seems to require an array of ints.  This
  7113.      happens when gid_t is short but getgroups modifies an array of ints.  */
  7114.   exit ((n > 0 && gidset[n] != val.gval) ? 1 : 0);
  7115. }
  7116.  
  7117. EOF
  7118. if { (eval echo configure:7119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  7119. then
  7120.     ac_cv_type_getgroups=gid_t
  7121. else
  7122.   echo "configure: failed program was:" >&5
  7123.   cat conftest.$ac_ext >&5
  7124.   rm -fr conftest*
  7125.   ac_cv_type_getgroups=int
  7126. fi
  7127. rm -fr conftest*
  7128. fi
  7129.  
  7130. if test $ac_cv_type_getgroups = cross; then
  7131.         cat > conftest.$ac_ext <<EOF
  7132. #line 7133 "configure"
  7133. #include "confdefs.h"
  7134. #include <unistd.h>
  7135. EOF
  7136. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  7137.   egrep "getgroups.*int.*gid_t" >/dev/null 2>&1; then
  7138.   rm -rf conftest*
  7139.   ac_cv_type_getgroups=gid_t
  7140. else
  7141.   rm -rf conftest*
  7142.   ac_cv_type_getgroups=int
  7143. fi
  7144. rm -f conftest*
  7145.  
  7146. fi
  7147. fi
  7148.  
  7149. echo "$ac_t""$ac_cv_type_getgroups" 1>&6
  7150. cat >> confdefs.h <<EOF
  7151. #define GETGROUPS_T $ac_cv_type_getgroups
  7152. EOF
  7153.  
  7154.  
  7155. echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  7156. echo "configure:7157: checking return type of signal handlers" >&5
  7157. if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
  7158.   echo $ac_n "(cached) $ac_c" 1>&6
  7159. else
  7160.   cat > conftest.$ac_ext <<EOF
  7161. #line 7162 "configure"
  7162. #include "confdefs.h"
  7163. #include <sys/types.h>
  7164. #include <signal.h>
  7165. #ifdef signal
  7166. #undef signal
  7167. #endif
  7168. #ifdef __cplusplus
  7169. extern "C" void (*signal (int, void (*)(int)))(int);
  7170. #else
  7171. void (*signal ()) ();
  7172. #endif
  7173.  
  7174. int main() {
  7175. int i;
  7176. ; return 0; }
  7177. EOF
  7178. if { (eval echo configure:7179: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  7179.   rm -rf conftest*
  7180.   ac_cv_type_signal=void
  7181. else
  7182.   echo "configure: failed program was:" >&5
  7183.   cat conftest.$ac_ext >&5
  7184.   rm -rf conftest*
  7185.   ac_cv_type_signal=int
  7186. fi
  7187. rm -f conftest*
  7188. fi
  7189.  
  7190. echo "$ac_t""$ac_cv_type_signal" 1>&6
  7191. cat >> confdefs.h <<EOF
  7192. #define RETSIGTYPE $ac_cv_type_signal
  7193. EOF
  7194.  
  7195.  
  7196. ac_ext=C
  7197. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  7198. ac_cpp='$CXXCPP $CPPFLAGS'
  7199. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  7200. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  7201. cross_compiling=$ac_cv_prog_cxx_cross
  7202.  
  7203.  
  7204.  
  7205. echo $ac_n "checking parameter type of signal handlers""... $ac_c" 1>&6
  7206. echo "configure:7207: checking parameter type of signal handlers" >&5
  7207. if eval "test \"`echo '$''{'ice_cv_type_sig_handler_args'+set}'`\" = set"; then
  7208.   echo $ac_n "(cached) $ac_c" 1>&6
  7209. else
  7210.   
  7211.  
  7212. ac_ext=C
  7213. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  7214. ac_cpp='$CXXCPP $CPPFLAGS'
  7215. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  7216. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  7217. cross_compiling=$ac_cv_prog_cxx_cross
  7218.  
  7219. ice_cv_type_sig_handler_args=""
  7220. # Try "..."
  7221. if test "$ice_cv_type_sig_handler_args" = ""; then
  7222. cat > conftest.$ac_ext <<EOF
  7223. #line 7224 "configure"
  7224. #include "confdefs.h"
  7225.  
  7226. #include <sys/types.h>
  7227. #include <signal.h>
  7228. RETSIGTYPE handler(...);
  7229. int main() {
  7230. signal(1, handler);
  7231. ; return 0; }
  7232. EOF
  7233. if { (eval echo configure:7234: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  7234.   rm -rf conftest*
  7235.   ice_cv_type_sig_handler_args="..."
  7236. else
  7237.   echo "configure: failed program was:" >&5
  7238.   cat conftest.$ac_ext >&5
  7239. fi
  7240. rm -f conftest*
  7241. fi
  7242. # Try "int"
  7243. if test "$ice_cv_type_sig_handler_args" = ""; then
  7244. cat > conftest.$ac_ext <<EOF
  7245. #line 7246 "configure"
  7246. #include "confdefs.h"
  7247.  
  7248. #include <sys/types.h>
  7249. #include <signal.h>
  7250. RETSIGTYPE handler(int);
  7251. int main() {
  7252. signal(1, handler);
  7253. ; return 0; }
  7254. EOF
  7255. if { (eval echo configure:7256: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  7256.   rm -rf conftest*
  7257.   ice_cv_type_sig_handler_args="int"
  7258. else
  7259.   echo "configure: failed program was:" >&5
  7260.   cat conftest.$ac_ext >&5
  7261. fi
  7262. rm -f conftest*
  7263. fi
  7264. # Try "int, ..."
  7265. if test "$ice_cv_type_sig_handler_args" = ""; then
  7266. cat > conftest.$ac_ext <<EOF
  7267. #line 7268 "configure"
  7268. #include "confdefs.h"
  7269.  
  7270. #include <sys/types.h>
  7271. #include <signal.h>
  7272. RETSIGTYPE handler(int ...);
  7273. int main() {
  7274. signal(1, handler);
  7275. ; return 0; }
  7276. EOF
  7277. if { (eval echo configure:7278: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  7278.   rm -rf conftest*
  7279.   ice_cv_type_sig_handler_args="int ..."
  7280. else
  7281.   echo "configure: failed program was:" >&5
  7282.   cat conftest.$ac_ext >&5
  7283. fi
  7284. rm -f conftest*
  7285. fi
  7286.  
  7287.  
  7288.  
  7289. fi
  7290. echo "$ac_t""$ice_cv_type_sig_handler_args" 1>&6
  7291. if test "$ice_cv_type_sig_handler_args" = ""; then
  7292. echo "configure: warning: Please #define SIGHANDLERARGS in config.h" 1>&2
  7293. fi
  7294. cat >> confdefs.h <<EOF
  7295. #define SIGHANDLERARGS $ice_cv_type_sig_handler_args
  7296. EOF
  7297.  
  7298.  
  7299. echo $ac_n "checking for getpgrp""... $ac_c" 1>&6
  7300. echo "configure:7301: checking for getpgrp" >&5
  7301. if eval "test \"`echo '$''{'ac_cv_func_getpgrp'+set}'`\" = set"; then
  7302.   echo $ac_n "(cached) $ac_c" 1>&6
  7303. else
  7304.   cat > conftest.$ac_ext <<EOF
  7305. #line 7306 "configure"
  7306. #include "confdefs.h"
  7307. /* System header to define __stub macros and hopefully few prototypes,
  7308.     which can conflict with char getpgrp(); below.  */
  7309. #include <assert.h>
  7310. /* Override any gcc2 internal prototype to avoid an error.  */
  7311. #ifdef __cplusplus
  7312. extern "C"
  7313. #endif
  7314. /* We use char because int might match the return type of a gcc2
  7315.     builtin and then its argument prototype would still apply.  */
  7316. char getpgrp();
  7317.  
  7318. int main() {
  7319.  
  7320. /* The GNU C library defines this for functions which it implements
  7321.     to always fail with ENOSYS.  Some functions are actually named
  7322.     something starting with __ and the normal name is an alias.  */
  7323. #if defined (__stub_getpgrp) || defined (__stub___getpgrp)
  7324. choke me
  7325. #else
  7326. getpgrp();
  7327. #endif
  7328.  
  7329. ; return 0; }
  7330. EOF
  7331. if { (eval echo configure:7332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  7332.   rm -rf conftest*
  7333.   eval "ac_cv_func_getpgrp=yes"
  7334. else
  7335.   echo "configure: failed program was:" >&5
  7336.   cat conftest.$ac_ext >&5
  7337.   rm -rf conftest*
  7338.   eval "ac_cv_func_getpgrp=no"
  7339. fi
  7340. rm -f conftest*
  7341. fi
  7342.  
  7343. if eval "test \"`echo '$ac_cv_func_'getpgrp`\" = yes"; then
  7344.   echo "$ac_t""yes" 1>&6
  7345.   :
  7346. else
  7347.   echo "$ac_t""no" 1>&6
  7348. fi
  7349.  
  7350. echo $ac_n "checking for setpgrp""... $ac_c" 1>&6
  7351. echo "configure:7352: checking for setpgrp" >&5
  7352. if eval "test \"`echo '$''{'ac_cv_func_setpgrp'+set}'`\" = set"; then
  7353.   echo $ac_n "(cached) $ac_c" 1>&6
  7354. else
  7355.   cat > conftest.$ac_ext <<EOF
  7356. #line 7357 "configure"
  7357. #include "confdefs.h"
  7358. /* System header to define __stub macros and hopefully few prototypes,
  7359.     which can conflict with char setpgrp(); below.  */
  7360. #include <assert.h>
  7361. /* Override any gcc2 internal prototype to avoid an error.  */
  7362. #ifdef __cplusplus
  7363. extern "C"
  7364. #endif
  7365. /* We use char because int might match the return type of a gcc2
  7366.     builtin and then its argument prototype would still apply.  */
  7367. char setpgrp();
  7368.  
  7369. int main() {
  7370.  
  7371. /* The GNU C library defines this for functions which it implements
  7372.     to always fail with ENOSYS.  Some functions are actually named
  7373.     something starting with __ and the normal name is an alias.  */
  7374. #if defined (__stub_setpgrp) || defined (__stub___setpgrp)
  7375. choke me
  7376. #else
  7377. setpgrp();
  7378. #endif
  7379.  
  7380. ; return 0; }
  7381. EOF
  7382. if { (eval echo configure:7383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  7383.   rm -rf conftest*
  7384.   eval "ac_cv_func_setpgrp=yes"
  7385. else
  7386.   echo "configure: failed program was:" >&5
  7387.   cat conftest.$ac_ext >&5
  7388.   rm -rf conftest*
  7389.   eval "ac_cv_func_setpgrp=no"
  7390. fi
  7391. rm -f conftest*
  7392. fi
  7393.  
  7394. if eval "test \"`echo '$ac_cv_func_'setpgrp`\" = yes"; then
  7395.   echo "$ac_t""yes" 1>&6
  7396.   :
  7397. else
  7398.   echo "$ac_t""no" 1>&6
  7399. fi
  7400.  
  7401.  
  7402. ac_ext=c
  7403. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  7404. ac_cpp='$CPP $CPPFLAGS'
  7405. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  7406. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  7407. cross_compiling=$ac_cv_prog_cc_cross
  7408.  
  7409. echo $ac_n "checking whether getpgrp takes no argument""... $ac_c" 1>&6
  7410. echo "configure:7411: checking whether getpgrp takes no argument" >&5
  7411. if eval "test \"`echo '$''{'ac_cv_func_getpgrp_void'+set}'`\" = set"; then
  7412.   echo $ac_n "(cached) $ac_c" 1>&6
  7413. else
  7414.   if test "$cross_compiling" = yes; then
  7415.   { echo "configure: error: cannot check getpgrp if cross compiling" 1>&2; exit 1; }
  7416. else
  7417.   cat > conftest.$ac_ext <<EOF
  7418. #line 7419 "configure"
  7419. #include "confdefs.h"
  7420.  
  7421. /*
  7422.  * If this system has a BSD-style getpgrp(),
  7423.  * which takes a pid argument, exit unsuccessfully.
  7424.  *
  7425.  * Snarfed from Chet Ramey's bash pgrp.c test program
  7426.  */
  7427. #include <stdio.h>
  7428. #include <sys/types.h>
  7429.  
  7430. int     pid;
  7431. int     pg1, pg2, pg3, pg4;
  7432. int     ng, np, s, child;
  7433.  
  7434. main()
  7435. {
  7436.         pid = getpid();
  7437.         pg1 = getpgrp(0);
  7438.         pg2 = getpgrp();
  7439.         pg3 = getpgrp(pid);
  7440.         pg4 = getpgrp(1);
  7441.  
  7442.         /*
  7443.          * If all of these values are the same, it's pretty sure that
  7444.          * we're on a system that ignores getpgrp's first argument.
  7445.          */
  7446.         if (pg2 == pg4 && pg1 == pg3 && pg2 == pg3)
  7447.                 exit(0);
  7448.  
  7449.         child = fork();
  7450.         if (child < 0)
  7451.                 exit(1);
  7452.         else if (child == 0) {
  7453.                 np = getpid();
  7454.                 /*
  7455.                  * If this is Sys V, this will not work; pgrp will be
  7456.                  * set to np because setpgrp just changes a pgrp to be
  7457.                  * the same as the pid.
  7458.                  */
  7459.                 setpgrp(np, pg1);
  7460.                 ng = getpgrp(0);        /* Same result for Sys V and BSD */
  7461.                 if (ng == pg1) {
  7462.                         exit(1);
  7463.                 } else {
  7464.                         exit(0);
  7465.                 }
  7466.         } else {
  7467.                 wait(&s);
  7468.                 exit(s>>8);
  7469.         }
  7470. }
  7471.  
  7472. EOF
  7473. if { (eval echo configure:7474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  7474. then
  7475.   ac_cv_func_getpgrp_void=yes
  7476. else
  7477.   echo "configure: failed program was:" >&5
  7478.   cat conftest.$ac_ext >&5
  7479.   rm -fr conftest*
  7480.   ac_cv_func_getpgrp_void=no
  7481. fi
  7482. rm -fr conftest*
  7483. fi
  7484.  
  7485.  
  7486. fi
  7487.  
  7488. echo "$ac_t""$ac_cv_func_getpgrp_void" 1>&6
  7489. if test $ac_cv_func_getpgrp_void = yes; then
  7490.   cat >> confdefs.h <<\EOF
  7491. #define GETPGRP_VOID 1
  7492. EOF
  7493.  
  7494. fi
  7495.  
  7496. echo $ac_n "checking whether setpgrp takes no argument""... $ac_c" 1>&6
  7497. echo "configure:7498: checking whether setpgrp takes no argument" >&5
  7498. if eval "test \"`echo '$''{'ac_cv_func_setpgrp_void'+set}'`\" = set"; then
  7499.   echo $ac_n "(cached) $ac_c" 1>&6
  7500. else
  7501.   if test "$cross_compiling" = yes; then
  7502.   { echo "configure: error: cannot check setpgrp if cross compiling" 1>&2; exit 1; }
  7503. else
  7504.   cat > conftest.$ac_ext <<EOF
  7505. #line 7506 "configure"
  7506. #include "confdefs.h"
  7507.  
  7508. /*
  7509.  * If this system has a BSD-style setpgrp, which takes arguments, exit
  7510.  * successfully.
  7511.  */
  7512. main()
  7513. {
  7514.     if (setpgrp(1,1) == -1)
  7515.     exit(0);
  7516.     else
  7517.     exit(1);
  7518. }
  7519.  
  7520. EOF
  7521. if { (eval echo configure:7522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  7522. then
  7523.   ac_cv_func_setpgrp_void=no
  7524. else
  7525.   echo "configure: failed program was:" >&5
  7526.   cat conftest.$ac_ext >&5
  7527.   rm -fr conftest*
  7528.   ac_cv_func_setpgrp_void=yes
  7529. fi
  7530. rm -fr conftest*
  7531. fi
  7532.  
  7533.  
  7534. fi
  7535.  
  7536. echo "$ac_t""$ac_cv_func_setpgrp_void" 1>&6
  7537. if test $ac_cv_func_setpgrp_void = yes; then
  7538.   cat >> confdefs.h <<\EOF
  7539. #define SETPGRP_VOID 1
  7540. EOF
  7541.  
  7542. fi
  7543.  
  7544. ac_ext=C
  7545. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  7546. ac_cpp='$CXXCPP $CPPFLAGS'
  7547. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  7548. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  7549. cross_compiling=$ac_cv_prog_cxx_cross
  7550.  
  7551. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  7552. echo "configure:7553: checking for ANSI C header files" >&5
  7553. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  7554.   echo $ac_n "(cached) $ac_c" 1>&6
  7555. else
  7556.   cat > conftest.$ac_ext <<EOF
  7557. #line 7558 "configure"
  7558. #include "confdefs.h"
  7559. #include <stdlib.h>
  7560. #include <stdarg.h>
  7561. #include <string.h>
  7562. #include <float.h>
  7563. EOF
  7564. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  7565. { (eval echo configure:7566: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  7566. ac_err=`grep -v '^ *+' conftest.out`
  7567. if test -z "$ac_err"; then
  7568.   rm -rf conftest*
  7569.   ac_cv_header_stdc=yes
  7570. else
  7571.   echo "$ac_err" >&5
  7572.   echo "configure: failed program was:" >&5
  7573.   cat conftest.$ac_ext >&5
  7574.   rm -rf conftest*
  7575.   ac_cv_header_stdc=no
  7576. fi
  7577. rm -f conftest*
  7578.  
  7579. if test $ac_cv_header_stdc = yes; then
  7580.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  7581. cat > conftest.$ac_ext <<EOF
  7582. #line 7583 "configure"
  7583. #include "confdefs.h"
  7584. #include <string.h>
  7585. EOF
  7586. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  7587.   egrep "memchr" >/dev/null 2>&1; then
  7588.   :
  7589. else
  7590.   rm -rf conftest*
  7591.   ac_cv_header_stdc=no
  7592. fi
  7593. rm -f conftest*
  7594.  
  7595. fi
  7596.  
  7597. if test $ac_cv_header_stdc = yes; then
  7598.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  7599. cat > conftest.$ac_ext <<EOF
  7600. #line 7601 "configure"
  7601. #include "confdefs.h"
  7602. #include <stdlib.h>
  7603. EOF
  7604. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  7605.   egrep "free" >/dev/null 2>&1; then
  7606.   :
  7607. else
  7608.   rm -rf conftest*
  7609.   ac_cv_header_stdc=no
  7610. fi
  7611. rm -f conftest*
  7612.  
  7613. fi
  7614.  
  7615. if test $ac_cv_header_stdc = yes; then
  7616.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  7617. if test "$cross_compiling" = yes; then
  7618.   :
  7619. else
  7620.   cat > conftest.$ac_ext <<EOF
  7621. #line 7622 "configure"
  7622. #include "confdefs.h"
  7623. #ifdef __cplusplus
  7624. extern "C" void exit(int);
  7625. #endif
  7626. #include <ctype.h>
  7627. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  7628. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  7629. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  7630. int main () { int i; for (i = 0; i < 256; i++)
  7631. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  7632. exit (0); }
  7633.  
  7634. EOF
  7635. if { (eval echo configure:7636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  7636. then
  7637.   :
  7638. else
  7639.   echo "configure: failed program was:" >&5
  7640.   cat conftest.$ac_ext >&5
  7641.   rm -fr conftest*
  7642.   ac_cv_header_stdc=no
  7643. fi
  7644. rm -fr conftest*
  7645. fi
  7646.  
  7647. fi
  7648. fi
  7649.  
  7650. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  7651. if test $ac_cv_header_stdc = yes; then
  7652.   cat >> confdefs.h <<\EOF
  7653. #define STDC_HEADERS 1
  7654. EOF
  7655.  
  7656. fi
  7657.  
  7658. for ac_hdr in alloca.h fcntl.h limits.h malloc.h netdb.h pwd.h regex.h rx.h
  7659. do
  7660. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  7661. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  7662. echo "configure:7663: checking for $ac_hdr" >&5
  7663. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  7664.   echo $ac_n "(cached) $ac_c" 1>&6
  7665. else
  7666.   cat > conftest.$ac_ext <<EOF
  7667. #line 7668 "configure"
  7668. #include "confdefs.h"
  7669. #include <$ac_hdr>
  7670. EOF
  7671. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  7672. { (eval echo configure:7673: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  7673. ac_err=`grep -v '^ *+' conftest.out`
  7674. if test -z "$ac_err"; then
  7675.   rm -rf conftest*
  7676.   eval "ac_cv_header_$ac_safe=yes"
  7677. else
  7678.   echo "$ac_err" >&5
  7679.   echo "configure: failed program was:" >&5
  7680.   cat conftest.$ac_ext >&5
  7681.   rm -rf conftest*
  7682.   eval "ac_cv_header_$ac_safe=no"
  7683. fi
  7684. rm -f conftest*
  7685. fi
  7686. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  7687.   echo "$ac_t""yes" 1>&6
  7688.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  7689.   cat >> confdefs.h <<EOF
  7690. #define $ac_tr_hdr 1
  7691. EOF
  7692.  
  7693. else
  7694.   echo "$ac_t""no" 1>&6
  7695. fi
  7696. done
  7697.  
  7698. for ac_hdr in stdlib.h string.h strings.h termio.h termios.h unistd.h
  7699. do
  7700. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  7701. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  7702. echo "configure:7703: checking for $ac_hdr" >&5
  7703. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  7704.   echo $ac_n "(cached) $ac_c" 1>&6
  7705. else
  7706.   cat > conftest.$ac_ext <<EOF
  7707. #line 7708 "configure"
  7708. #include "confdefs.h"
  7709. #include <$ac_hdr>
  7710. EOF
  7711. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  7712. { (eval echo configure:7713: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  7713. ac_err=`grep -v '^ *+' conftest.out`
  7714. if test -z "$ac_err"; then
  7715.   rm -rf conftest*
  7716.   eval "ac_cv_header_$ac_safe=yes"
  7717. else
  7718.   echo "$ac_err" >&5
  7719.   echo "configure: failed program was:" >&5
  7720.   cat conftest.$ac_ext >&5
  7721.   rm -rf conftest*
  7722.   eval "ac_cv_header_$ac_safe=no"
  7723. fi
  7724. rm -f conftest*
  7725. fi
  7726. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  7727.   echo "$ac_t""yes" 1>&6
  7728.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  7729.   cat >> confdefs.h <<EOF
  7730. #define $ac_tr_hdr 1
  7731. EOF
  7732.  
  7733. else
  7734.   echo "$ac_t""no" 1>&6
  7735. fi
  7736. done
  7737.  
  7738. for ac_hdr in sys/ioctl.h sys/int_types.h sys/param.h sys/resource.h
  7739. do
  7740. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  7741. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  7742. echo "configure:7743: checking for $ac_hdr" >&5
  7743. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  7744.   echo $ac_n "(cached) $ac_c" 1>&6
  7745. else
  7746.   cat > conftest.$ac_ext <<EOF
  7747. #line 7748 "configure"
  7748. #include "confdefs.h"
  7749. #include <$ac_hdr>
  7750. EOF
  7751. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  7752. { (eval echo configure:7753: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  7753. ac_err=`grep -v '^ *+' conftest.out`
  7754. if test -z "$ac_err"; then
  7755.   rm -rf conftest*
  7756.   eval "ac_cv_header_$ac_safe=yes"
  7757. else
  7758.   echo "$ac_err" >&5
  7759.   echo "configure: failed program was:" >&5
  7760.   cat conftest.$ac_ext >&5
  7761.   rm -rf conftest*
  7762.   eval "ac_cv_header_$ac_safe=no"
  7763. fi
  7764. rm -f conftest*
  7765. fi
  7766. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  7767.   echo "$ac_t""yes" 1>&6
  7768.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  7769.   cat >> confdefs.h <<EOF
  7770. #define $ac_tr_hdr 1
  7771. EOF
  7772.  
  7773. else
  7774.   echo "$ac_t""no" 1>&6
  7775. fi
  7776. done
  7777.  
  7778. for ac_hdr in sys/stat.h sys/stropts.h sys/vty.h sys/sysmacros.h sys/core.h
  7779. do
  7780. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  7781. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  7782. echo "configure:7783: checking for $ac_hdr" >&5
  7783. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  7784.   echo $ac_n "(cached) $ac_c" 1>&6
  7785. else
  7786.   cat > conftest.$ac_ext <<EOF
  7787. #line 7788 "configure"
  7788. #include "confdefs.h"
  7789. #include <$ac_hdr>
  7790. EOF
  7791. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  7792. { (eval echo configure:7793: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  7793. ac_err=`grep -v '^ *+' conftest.out`
  7794. if test -z "$ac_err"; then
  7795.   rm -rf conftest*
  7796.   eval "ac_cv_header_$ac_safe=yes"
  7797. else
  7798.   echo "$ac_err" >&5
  7799.   echo "configure: failed program was:" >&5
  7800.   cat conftest.$ac_ext >&5
  7801.   rm -rf conftest*
  7802.   eval "ac_cv_header_$ac_safe=no"
  7803. fi
  7804. rm -f conftest*
  7805. fi
  7806. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  7807.   echo "$ac_t""yes" 1>&6
  7808.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  7809.   cat >> confdefs.h <<EOF
  7810. #define $ac_tr_hdr 1
  7811. EOF
  7812.  
  7813. else
  7814.   echo "$ac_t""no" 1>&6
  7815. fi
  7816. done
  7817.  
  7818. for ac_hdr in sys/socket.h sys/termios.h sys/time.h sys/timeb.h sys/types.h
  7819. do
  7820. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  7821. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  7822. echo "configure:7823: checking for $ac_hdr" >&5
  7823. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  7824.   echo $ac_n "(cached) $ac_c" 1>&6
  7825. else
  7826.   cat > conftest.$ac_ext <<EOF
  7827. #line 7828 "configure"
  7828. #include "confdefs.h"
  7829. #include <$ac_hdr>
  7830. EOF
  7831. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  7832. { (eval echo configure:7833: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  7833. ac_err=`grep -v '^ *+' conftest.out`
  7834. if test -z "$ac_err"; then
  7835.   rm -rf conftest*
  7836.   eval "ac_cv_header_$ac_safe=yes"
  7837. else
  7838.   echo "$ac_err" >&5
  7839.   echo "configure: failed program was:" >&5
  7840.   cat conftest.$ac_ext >&5
  7841.   rm -rf conftest*
  7842.   eval "ac_cv_header_$ac_safe=no"
  7843. fi
  7844. rm -f conftest*
  7845. fi
  7846. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  7847.   echo "$ac_t""yes" 1>&6
  7848.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  7849.   cat >> confdefs.h <<EOF
  7850. #define $ac_tr_hdr 1
  7851. EOF
  7852.  
  7853. else
  7854.   echo "$ac_t""no" 1>&6
  7855. fi
  7856. done
  7857.  
  7858. for ac_hdr in sys/utsname.h sys/user.h sys/ptrace.h
  7859. do
  7860. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  7861. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  7862. echo "configure:7863: checking for $ac_hdr" >&5
  7863. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  7864.   echo $ac_n "(cached) $ac_c" 1>&6
  7865. else
  7866.   cat > conftest.$ac_ext <<EOF
  7867. #line 7868 "configure"
  7868. #include "confdefs.h"
  7869. #include <$ac_hdr>
  7870. EOF
  7871. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  7872. { (eval echo configure:7873: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  7873. ac_err=`grep -v '^ *+' conftest.out`
  7874. if test -z "$ac_err"; then
  7875.   rm -rf conftest*
  7876.   eval "ac_cv_header_$ac_safe=yes"
  7877. else
  7878.   echo "$ac_err" >&5
  7879.   echo "configure: failed program was:" >&5
  7880.   cat conftest.$ac_ext >&5
  7881.   rm -rf conftest*
  7882.   eval "ac_cv_header_$ac_safe=no"
  7883. fi
  7884. rm -f conftest*
  7885. fi
  7886. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  7887.   echo "$ac_t""yes" 1>&6
  7888.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  7889.   cat >> confdefs.h <<EOF
  7890. #define $ac_tr_hdr 1
  7891. EOF
  7892.  
  7893. else
  7894.   echo "$ac_t""no" 1>&6
  7895. fi
  7896. done
  7897.  
  7898. for ac_hdr in exception stdexcept
  7899. do
  7900. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  7901. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  7902. echo "configure:7903: checking for $ac_hdr" >&5
  7903. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  7904.   echo $ac_n "(cached) $ac_c" 1>&6
  7905. else
  7906.   cat > conftest.$ac_ext <<EOF
  7907. #line 7908 "configure"
  7908. #include "confdefs.h"
  7909. #include <$ac_hdr>
  7910. EOF
  7911. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  7912. { (eval echo configure:7913: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  7913. ac_err=`grep -v '^ *+' conftest.out`
  7914. if test -z "$ac_err"; then
  7915.   rm -rf conftest*
  7916.   eval "ac_cv_header_$ac_safe=yes"
  7917. else
  7918.   echo "$ac_err" >&5
  7919.   echo "configure: failed program was:" >&5
  7920.   cat conftest.$ac_ext >&5
  7921.   rm -rf conftest*
  7922.   eval "ac_cv_header_$ac_safe=no"
  7923. fi
  7924. rm -f conftest*
  7925. fi
  7926. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  7927.   echo "$ac_t""yes" 1>&6
  7928.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  7929.   cat >> confdefs.h <<EOF
  7930. #define $ac_tr_hdr 1
  7931. EOF
  7932.  
  7933. else
  7934.   echo "$ac_t""no" 1>&6
  7935. fi
  7936. done
  7937.  
  7938. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  7939. echo "configure:7940: checking whether time.h and sys/time.h may both be included" >&5
  7940. if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
  7941.   echo $ac_n "(cached) $ac_c" 1>&6
  7942. else
  7943.   cat > conftest.$ac_ext <<EOF
  7944. #line 7945 "configure"
  7945. #include "confdefs.h"
  7946. #include <sys/types.h>
  7947. #include <sys/time.h>
  7948. #include <time.h>
  7949. int main() {
  7950. struct tm *tp;
  7951. ; return 0; }
  7952. EOF
  7953. if { (eval echo configure:7954: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  7954.   rm -rf conftest*
  7955.   ac_cv_header_time=yes
  7956. else
  7957.   echo "configure: failed program was:" >&5
  7958.   cat conftest.$ac_ext >&5
  7959.   rm -rf conftest*
  7960.   ac_cv_header_time=no
  7961. fi
  7962. rm -f conftest*
  7963. fi
  7964.  
  7965. echo "$ac_t""$ac_cv_header_time" 1>&6
  7966. if test $ac_cv_header_time = yes; then
  7967.   cat >> confdefs.h <<\EOF
  7968. #define TIME_WITH_SYS_TIME 1
  7969. EOF
  7970.  
  7971. fi
  7972.  
  7973. echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
  7974. echo "configure:7975: checking for sys/wait.h that is POSIX.1 compatible" >&5
  7975. if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
  7976.   echo $ac_n "(cached) $ac_c" 1>&6
  7977. else
  7978.   cat > conftest.$ac_ext <<EOF
  7979. #line 7980 "configure"
  7980. #include "confdefs.h"
  7981. #include <sys/types.h>
  7982. #include <sys/wait.h>
  7983. #ifndef WEXITSTATUS
  7984. #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
  7985. #endif
  7986. #ifndef WIFEXITED
  7987. #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
  7988. #endif
  7989. int main() {
  7990. int s;
  7991. wait (&s);
  7992. s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  7993. ; return 0; }
  7994. EOF
  7995. if { (eval echo configure:7996: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  7996.   rm -rf conftest*
  7997.   ac_cv_header_sys_wait_h=yes
  7998. else
  7999.   echo "configure: failed program was:" >&5
  8000.   cat conftest.$ac_ext >&5
  8001.   rm -rf conftest*
  8002.   ac_cv_header_sys_wait_h=no
  8003. fi
  8004. rm -f conftest*
  8005. fi
  8006.  
  8007. echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
  8008. if test $ac_cv_header_sys_wait_h = yes; then
  8009.   cat >> confdefs.h <<\EOF
  8010. #define HAVE_SYS_WAIT_H 1
  8011. EOF
  8012.  
  8013. fi
  8014.  
  8015. ac_header_dirent=no
  8016. for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  8017. do
  8018. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  8019. echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
  8020. echo "configure:8021: checking for $ac_hdr that defines DIR" >&5
  8021. if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
  8022.   echo $ac_n "(cached) $ac_c" 1>&6
  8023. else
  8024.   cat > conftest.$ac_ext <<EOF
  8025. #line 8026 "configure"
  8026. #include "confdefs.h"
  8027. #include <sys/types.h>
  8028. #include <$ac_hdr>
  8029. int main() {
  8030. DIR *dirp = 0;
  8031. ; return 0; }
  8032. EOF
  8033. if { (eval echo configure:8034: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  8034.   rm -rf conftest*
  8035.   eval "ac_cv_header_dirent_$ac_safe=yes"
  8036. else
  8037.   echo "configure: failed program was:" >&5
  8038.   cat conftest.$ac_ext >&5
  8039.   rm -rf conftest*
  8040.   eval "ac_cv_header_dirent_$ac_safe=no"
  8041. fi
  8042. rm -f conftest*
  8043. fi
  8044. if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
  8045.   echo "$ac_t""yes" 1>&6
  8046.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  8047.   cat >> confdefs.h <<EOF
  8048. #define $ac_tr_hdr 1
  8049. EOF
  8050.  ac_header_dirent=$ac_hdr; break
  8051. else
  8052.   echo "$ac_t""no" 1>&6
  8053. fi
  8054. done
  8055. # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  8056. if test $ac_header_dirent = dirent.h; then
  8057. echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
  8058. echo "configure:8059: checking for opendir in -ldir" >&5
  8059. ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
  8060. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  8061.   echo $ac_n "(cached) $ac_c" 1>&6
  8062. else
  8063.   ac_save_LIBS="$LIBS"
  8064. LIBS="-ldir  $LIBS"
  8065. cat > conftest.$ac_ext <<EOF
  8066. #line 8067 "configure"
  8067. #include "confdefs.h"
  8068. /* Override any gcc2 internal prototype to avoid an error.  */
  8069. #ifdef __cplusplus
  8070. extern "C"
  8071. #endif
  8072. /* We use char because int might match the return type of a gcc2
  8073.     builtin and then its argument prototype would still apply.  */
  8074. char opendir();
  8075.  
  8076. int main() {
  8077. opendir()
  8078. ; return 0; }
  8079. EOF
  8080. if { (eval echo configure:8081: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  8081.   rm -rf conftest*
  8082.   eval "ac_cv_lib_$ac_lib_var=yes"
  8083. else
  8084.   echo "configure: failed program was:" >&5
  8085.   cat conftest.$ac_ext >&5
  8086.   rm -rf conftest*
  8087.   eval "ac_cv_lib_$ac_lib_var=no"
  8088. fi
  8089. rm -f conftest*
  8090. LIBS="$ac_save_LIBS"
  8091.  
  8092. fi
  8093. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  8094.   echo "$ac_t""yes" 1>&6
  8095.   LIBS="$LIBS -ldir"
  8096. else
  8097.   echo "$ac_t""no" 1>&6
  8098. fi
  8099.  
  8100. else
  8101. echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
  8102. echo "configure:8103: checking for opendir in -lx" >&5
  8103. ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
  8104. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  8105.   echo $ac_n "(cached) $ac_c" 1>&6
  8106. else
  8107.   ac_save_LIBS="$LIBS"
  8108. LIBS="-lx  $LIBS"
  8109. cat > conftest.$ac_ext <<EOF
  8110. #line 8111 "configure"
  8111. #include "confdefs.h"
  8112. /* Override any gcc2 internal prototype to avoid an error.  */
  8113. #ifdef __cplusplus
  8114. extern "C"
  8115. #endif
  8116. /* We use char because int might match the return type of a gcc2
  8117.     builtin and then its argument prototype would still apply.  */
  8118. char opendir();
  8119.  
  8120. int main() {
  8121. opendir()
  8122. ; return 0; }
  8123. EOF
  8124. if { (eval echo configure:8125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  8125.   rm -rf conftest*
  8126.   eval "ac_cv_lib_$ac_lib_var=yes"
  8127. else
  8128.   echo "configure: failed program was:" >&5
  8129.   cat conftest.$ac_ext >&5
  8130.   rm -rf conftest*
  8131.   eval "ac_cv_lib_$ac_lib_var=no"
  8132. fi
  8133. rm -f conftest*
  8134. LIBS="$ac_save_LIBS"
  8135.  
  8136. fi
  8137. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  8138.   echo "$ac_t""yes" 1>&6
  8139.   LIBS="$LIBS -lx"
  8140. else
  8141.   echo "$ac_t""no" 1>&6
  8142. fi
  8143.  
  8144. fi
  8145.  
  8146. echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
  8147. echo "configure:8148: checking whether stat file-mode macros are broken" >&5
  8148. if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
  8149.   echo $ac_n "(cached) $ac_c" 1>&6
  8150. else
  8151.   cat > conftest.$ac_ext <<EOF
  8152. #line 8153 "configure"
  8153. #include "confdefs.h"
  8154. #include <sys/types.h>
  8155. #include <sys/stat.h>
  8156.  
  8157. #if defined(S_ISBLK) && defined(S_IFDIR)
  8158. # if S_ISBLK (S_IFDIR)
  8159. You lose.
  8160. # endif
  8161. #endif
  8162.  
  8163. #if defined(S_ISBLK) && defined(S_IFCHR)
  8164. # if S_ISBLK (S_IFCHR)
  8165. You lose.
  8166. # endif
  8167. #endif
  8168.  
  8169. #if defined(S_ISLNK) && defined(S_IFREG)
  8170. # if S_ISLNK (S_IFREG)
  8171. You lose.
  8172. # endif
  8173. #endif
  8174.  
  8175. #if defined(S_ISSOCK) && defined(S_IFREG)
  8176. # if S_ISSOCK (S_IFREG)
  8177. You lose.
  8178. # endif
  8179. #endif
  8180.  
  8181. EOF
  8182. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  8183.   egrep "You lose" >/dev/null 2>&1; then
  8184.   rm -rf conftest*
  8185.   ac_cv_header_stat_broken=yes
  8186. else
  8187.   rm -rf conftest*
  8188.   ac_cv_header_stat_broken=no
  8189. fi
  8190. rm -f conftest*
  8191.  
  8192. fi
  8193.  
  8194. echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
  8195. if test $ac_cv_header_stat_broken = yes; then
  8196.   cat >> confdefs.h <<\EOF
  8197. #define STAT_MACROS_BROKEN 1
  8198. EOF
  8199.  
  8200. fi
  8201.  
  8202. ice_save_LIBS="$LIBS"
  8203. LIBS="$CXXLIBS $LIBS"
  8204.  
  8205. echo $ac_n "checking for CORE_MAGIC definition in <sys/core.h>""... $ac_c" 1>&6
  8206. echo "configure:8207: checking for CORE_MAGIC definition in <sys/core.h>" >&5
  8207. if eval "test \"`echo '$''{'ice_cv_have_core_magic'+set}'`\" = set"; then
  8208.   echo $ac_n "(cached) $ac_c" 1>&6
  8209. else
  8210.   cat > conftest.$ac_ext <<EOF
  8211. #line 8212 "configure"
  8212. #include "confdefs.h"
  8213. #include <sys/core.h>
  8214. #ifdef CORE_MAGIC
  8215. yes
  8216. #endif
  8217.  
  8218. EOF
  8219. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  8220.   egrep "yes" >/dev/null 2>&1; then
  8221.   rm -rf conftest*
  8222.   ice_cv_have_core_magic=yes
  8223. else
  8224.   rm -rf conftest*
  8225.   ice_cv_have_core_magic=no
  8226. fi
  8227. rm -f conftest*
  8228.  
  8229. fi
  8230.  
  8231. echo "$ac_t""$ice_cv_have_core_magic" 1>&6
  8232. if test "$ice_cv_have_core_magic" = yes; then
  8233. cat >> confdefs.h <<\EOF
  8234. #define HAVE_CORE_MAGIC 1
  8235. EOF
  8236.  
  8237. fi
  8238.  
  8239.  
  8240. echo $ac_n "checking for PTRACE_DUMPCORE definition in <sys/ptrace.h>""... $ac_c" 1>&6
  8241. echo "configure:8242: checking for PTRACE_DUMPCORE definition in <sys/ptrace.h>" >&5
  8242. if eval "test \"`echo '$''{'ice_cv_have_ptrace_dumpcore'+set}'`\" = set"; then
  8243.   echo $ac_n "(cached) $ac_c" 1>&6
  8244. else
  8245.   
  8246. cat > conftest.$ac_ext <<EOF
  8247. #line 8248 "configure"
  8248. #include "confdefs.h"
  8249. #include <sys/ptrace.h>
  8250. int main() {
  8251. int request = PTRACE_DUMPCORE;
  8252. ; return 0; }
  8253. EOF
  8254. if { (eval echo configure:8255: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  8255.   rm -rf conftest*
  8256.   ice_cv_have_ptrace_dumpcore=yes
  8257. else
  8258.   echo "configure: failed program was:" >&5
  8259.   cat conftest.$ac_ext >&5
  8260.   rm -rf conftest*
  8261.   ice_cv_have_ptrace_dumpcore=no
  8262. fi
  8263. rm -f conftest*
  8264.  
  8265. fi
  8266.  
  8267. echo "$ac_t""$ice_cv_have_ptrace_dumpcore" 1>&6
  8268. if test "$ice_cv_have_ptrace_dumpcore" = yes; then
  8269. cat >> confdefs.h <<\EOF
  8270. #define HAVE_PTRACE_DUMPCORE 1
  8271. EOF
  8272.  
  8273. fi
  8274.  
  8275.  
  8276.  
  8277. echo $ac_n "checking for ostrstream::frozen()""... $ac_c" 1>&6
  8278. echo "configure:8279: checking for ostrstream::frozen()" >&5
  8279. if eval "test \"`echo '$''{'ice_cv_frozen_ostrstream'+set}'`\" = set"; then
  8280.   echo $ac_n "(cached) $ac_c" 1>&6
  8281. else
  8282.   
  8283.  
  8284. ac_ext=C
  8285. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  8286. ac_cpp='$CXXCPP $CPPFLAGS'
  8287. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  8288. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  8289. cross_compiling=$ac_cv_prog_cxx_cross
  8290.  
  8291. cat > conftest.$ac_ext <<EOF
  8292. #line 8293 "configure"
  8293. #include "confdefs.h"
  8294. #include <strstream.h>
  8295. int main() {
  8296. ostrstream os; int frozen = os.frozen();
  8297. ; return 0; }
  8298. EOF
  8299. if { (eval echo configure:8300: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  8300.   rm -rf conftest*
  8301.   ice_cv_frozen_ostrstream=yes
  8302. else
  8303.   echo "configure: failed program was:" >&5
  8304.   cat conftest.$ac_ext >&5
  8305.   rm -rf conftest*
  8306.   ice_cv_frozen_ostrstream=no
  8307. fi
  8308. rm -f conftest*
  8309.  
  8310.  
  8311. fi
  8312.  
  8313. echo "$ac_t""$ice_cv_frozen_ostrstream" 1>&6
  8314. if test "$ice_cv_frozen_ostrstream" = yes; then
  8315. cat >> confdefs.h <<\EOF
  8316. #define HAVE_FROZEN_OSTRSTREAM 1
  8317. EOF
  8318.  
  8319. fi
  8320.  
  8321.  
  8322.  
  8323. echo $ac_n "checking whether ostrstream::pcount() is broken""... $ac_c" 1>&6
  8324. echo "configure:8325: checking whether ostrstream::pcount() is broken" >&5
  8325. if eval "test \"`echo '$''{'ice_cv_ostrstream_pcount_broken'+set}'`\" = set"; then
  8326.   echo $ac_n "(cached) $ac_c" 1>&6
  8327. else
  8328.   
  8329.  
  8330. ac_ext=C
  8331. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  8332. ac_cpp='$CXXCPP $CPPFLAGS'
  8333. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  8334. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  8335. cross_compiling=$ac_cv_prog_cxx_cross
  8336.  
  8337. if test "$cross_compiling" = yes; then
  8338.   ice_cv_ostrstream_pcount_broken=no
  8339.  
  8340. else
  8341.   cat > conftest.$ac_ext <<EOF
  8342. #line 8343 "configure"
  8343. #include "confdefs.h"
  8344. #ifdef __cplusplus
  8345. extern "C" void exit(int);
  8346. #endif
  8347.  
  8348. // Returns 0 if ostrstream::pcount() is broken; 1, otherwise.
  8349. #include <iostream.h>
  8350. #include <strstream.h>
  8351.  
  8352. int main() 
  8353. {
  8354.     ostrstream os;
  8355.     os << 'a';           // os.pcount() == 1.
  8356.     char *s = os.str();  // In the SGI C++ I/O library, os.pcount() is now 2!
  8357.     return (os.pcount() == 2) ? 0 : 1;
  8358. }
  8359.  
  8360. EOF
  8361. if { (eval echo configure:8362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  8362. then
  8363.   ice_cv_ostrstream_pcount_broken=yes
  8364. else
  8365.   echo "configure: failed program was:" >&5
  8366.   cat conftest.$ac_ext >&5
  8367.   rm -fr conftest*
  8368.   ice_cv_ostrstream_pcount_broken=no
  8369. fi
  8370. rm -fr conftest*
  8371. fi
  8372.  
  8373.  
  8374.  
  8375. fi
  8376.  
  8377. echo "$ac_t""$ice_cv_ostrstream_pcount_broken" 1>&6
  8378. if test "$ice_cv_ostrstream_pcount_broken" = yes; then
  8379. cat >> confdefs.h <<\EOF
  8380. #define OSTRSTREAM_PCOUNT_BROKEN 1
  8381. EOF
  8382.  
  8383. fi
  8384.  
  8385.  
  8386.  
  8387. for ac_hdr in regex.h rx.h rxposix.h
  8388. do
  8389. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  8390. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  8391. echo "configure:8392: checking for $ac_hdr" >&5
  8392. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  8393.   echo $ac_n "(cached) $ac_c" 1>&6
  8394. else
  8395.   cat > conftest.$ac_ext <<EOF
  8396. #line 8397 "configure"
  8397. #include "confdefs.h"
  8398. #include <$ac_hdr>
  8399. EOF
  8400. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  8401. { (eval echo configure:8402: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  8402. ac_err=`grep -v '^ *+' conftest.out`
  8403. if test -z "$ac_err"; then
  8404.   rm -rf conftest*
  8405.   eval "ac_cv_header_$ac_safe=yes"
  8406. else
  8407.   echo "$ac_err" >&5
  8408.   echo "configure: failed program was:" >&5
  8409.   cat conftest.$ac_ext >&5
  8410.   rm -rf conftest*
  8411.   eval "ac_cv_header_$ac_safe=no"
  8412. fi
  8413. rm -f conftest*
  8414. fi
  8415. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  8416.   echo "$ac_t""yes" 1>&6
  8417.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  8418.   cat >> confdefs.h <<EOF
  8419. #define $ac_tr_hdr 1
  8420. EOF
  8421.  
  8422. else
  8423.   echo "$ac_t""no" 1>&6
  8424. fi
  8425. done
  8426.  
  8427.  
  8428. ice_tr=`echo regcomp | tr '[a-z]' '[A-Z]'`
  8429. ice_have_tr=HAVE_$ice_tr
  8430. ice_have_decl_tr=${ice_have_tr}_DECL
  8431. ice_have_regcomp=no
  8432. for ac_func in regcomp
  8433. do
  8434. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  8435. echo "configure:8436: checking for $ac_func" >&5
  8436. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  8437.   echo $ac_n "(cached) $ac_c" 1>&6
  8438. else
  8439.   cat > conftest.$ac_ext <<EOF
  8440. #line 8441 "configure"
  8441. #include "confdefs.h"
  8442. /* System header to define __stub macros and hopefully few prototypes,
  8443.     which can conflict with char $ac_func(); below.  */
  8444. #include <assert.h>
  8445. /* Override any gcc2 internal prototype to avoid an error.  */
  8446. #ifdef __cplusplus
  8447. extern "C"
  8448. #endif
  8449. /* We use char because int might match the return type of a gcc2
  8450.     builtin and then its argument prototype would still apply.  */
  8451. char $ac_func();
  8452.  
  8453. int main() {
  8454.  
  8455. /* The GNU C library defines this for functions which it implements
  8456.     to always fail with ENOSYS.  Some functions are actually named
  8457.     something starting with __ and the normal name is an alias.  */
  8458. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  8459. choke me
  8460. #else
  8461. $ac_func();
  8462. #endif
  8463.  
  8464. ; return 0; }
  8465. EOF
  8466. if { (eval echo configure:8467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  8467.   rm -rf conftest*
  8468.   eval "ac_cv_func_$ac_func=yes"
  8469. else
  8470.   echo "configure: failed program was:" >&5
  8471.   cat conftest.$ac_ext >&5
  8472.   rm -rf conftest*
  8473.   eval "ac_cv_func_$ac_func=no"
  8474. fi
  8475. rm -f conftest*
  8476. fi
  8477.  
  8478. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  8479.   echo "$ac_t""yes" 1>&6
  8480.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  8481.   cat >> confdefs.h <<EOF
  8482. #define $ac_tr_func 1
  8483. EOF
  8484.  ice_have_regcomp=yes
  8485. else
  8486.   echo "$ac_t""no" 1>&6
  8487. fi
  8488. done
  8489.  
  8490. if test "${ice_have_regcomp}" = yes; then
  8491. echo $ac_n "checking for regcomp declaration in regex.h rx.h rxposix.h""... $ac_c" 1>&6
  8492. echo "configure:8493: checking for regcomp declaration in regex.h rx.h rxposix.h" >&5
  8493. if eval "test \"`echo '$''{'ice_cv_have_regcomp_decl'+set}'`\" = set"; then
  8494.   echo $ac_n "(cached) $ac_c" 1>&6
  8495. else
  8496.   
  8497. ice_cv_have_regcomp_decl=no
  8498. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  8499. ice_re_word='(^|[^a-zA-Z_0-9_])'
  8500. for header in regex.h rx.h rxposix.h; do
  8501. # Check for ordinary declaration
  8502. cat > conftest.$ac_ext <<EOF
  8503. #line 8504 "configure"
  8504. #include "confdefs.h"
  8505. #include <$header>
  8506. EOF
  8507. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  8508.   egrep "${ice_re_word}regcomp *\(" >/dev/null 2>&1; then
  8509.   rm -rf conftest*
  8510.   ice_cv_have_regcomp_decl=yes
  8511. fi
  8512. rm -f conftest*
  8513.  
  8514. if test "$ice_cv_have_regcomp_decl" = yes; then
  8515.     break
  8516. fi
  8517. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  8518. cat > conftest.$ac_ext <<EOF
  8519. #line 8520 "configure"
  8520. #include "confdefs.h"
  8521. #include <$header>
  8522. EOF
  8523. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  8524.   egrep "${ice_re_word}regcomp *$ice_re_params\(\(" >/dev/null 2>&1; then
  8525.   rm -rf conftest*
  8526.   ice_cv_have_regcomp_decl=yes
  8527. fi
  8528. rm -f conftest*
  8529.  
  8530. if test "$ice_cv_have_regcomp_decl" = yes; then
  8531.     break
  8532. fi
  8533. done
  8534.  
  8535. fi
  8536.  
  8537. echo "$ac_t""$ice_cv_have_regcomp_decl" 1>&6
  8538. if test "$ice_cv_have_regcomp_decl" = yes; then
  8539. cat >> confdefs.h <<EOF
  8540. #define ${ice_have_decl_tr} 1
  8541. EOF
  8542.  
  8543. fi
  8544. fi
  8545.  
  8546.  
  8547. ice_tr=`echo regexec | tr '[a-z]' '[A-Z]'`
  8548. ice_have_tr=HAVE_$ice_tr
  8549. ice_have_decl_tr=${ice_have_tr}_DECL
  8550. ice_have_regexec=no
  8551. for ac_func in regexec
  8552. do
  8553. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  8554. echo "configure:8555: checking for $ac_func" >&5
  8555. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  8556.   echo $ac_n "(cached) $ac_c" 1>&6
  8557. else
  8558.   cat > conftest.$ac_ext <<EOF
  8559. #line 8560 "configure"
  8560. #include "confdefs.h"
  8561. /* System header to define __stub macros and hopefully few prototypes,
  8562.     which can conflict with char $ac_func(); below.  */
  8563. #include <assert.h>
  8564. /* Override any gcc2 internal prototype to avoid an error.  */
  8565. #ifdef __cplusplus
  8566. extern "C"
  8567. #endif
  8568. /* We use char because int might match the return type of a gcc2
  8569.     builtin and then its argument prototype would still apply.  */
  8570. char $ac_func();
  8571.  
  8572. int main() {
  8573.  
  8574. /* The GNU C library defines this for functions which it implements
  8575.     to always fail with ENOSYS.  Some functions are actually named
  8576.     something starting with __ and the normal name is an alias.  */
  8577. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  8578. choke me
  8579. #else
  8580. $ac_func();
  8581. #endif
  8582.  
  8583. ; return 0; }
  8584. EOF
  8585. if { (eval echo configure:8586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  8586.   rm -rf conftest*
  8587.   eval "ac_cv_func_$ac_func=yes"
  8588. else
  8589.   echo "configure: failed program was:" >&5
  8590.   cat conftest.$ac_ext >&5
  8591.   rm -rf conftest*
  8592.   eval "ac_cv_func_$ac_func=no"
  8593. fi
  8594. rm -f conftest*
  8595. fi
  8596.  
  8597. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  8598.   echo "$ac_t""yes" 1>&6
  8599.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  8600.   cat >> confdefs.h <<EOF
  8601. #define $ac_tr_func 1
  8602. EOF
  8603.  ice_have_regexec=yes
  8604. else
  8605.   echo "$ac_t""no" 1>&6
  8606. fi
  8607. done
  8608.  
  8609. if test "${ice_have_regexec}" = yes; then
  8610. echo $ac_n "checking for regexec declaration in regex.h rx.h rxposix.h""... $ac_c" 1>&6
  8611. echo "configure:8612: checking for regexec declaration in regex.h rx.h rxposix.h" >&5
  8612. if eval "test \"`echo '$''{'ice_cv_have_regexec_decl'+set}'`\" = set"; then
  8613.   echo $ac_n "(cached) $ac_c" 1>&6
  8614. else
  8615.   
  8616. ice_cv_have_regexec_decl=no
  8617. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  8618. ice_re_word='(^|[^a-zA-Z_0-9_])'
  8619. for header in regex.h rx.h rxposix.h; do
  8620. # Check for ordinary declaration
  8621. cat > conftest.$ac_ext <<EOF
  8622. #line 8623 "configure"
  8623. #include "confdefs.h"
  8624. #include <$header>
  8625. EOF
  8626. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  8627.   egrep "${ice_re_word}regexec *\(" >/dev/null 2>&1; then
  8628.   rm -rf conftest*
  8629.   ice_cv_have_regexec_decl=yes
  8630. fi
  8631. rm -f conftest*
  8632.  
  8633. if test "$ice_cv_have_regexec_decl" = yes; then
  8634.     break
  8635. fi
  8636. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  8637. cat > conftest.$ac_ext <<EOF
  8638. #line 8639 "configure"
  8639. #include "confdefs.h"
  8640. #include <$header>
  8641. EOF
  8642. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  8643.   egrep "${ice_re_word}regexec *$ice_re_params\(\(" >/dev/null 2>&1; then
  8644.   rm -rf conftest*
  8645.   ice_cv_have_regexec_decl=yes
  8646. fi
  8647. rm -f conftest*
  8648.  
  8649. if test "$ice_cv_have_regexec_decl" = yes; then
  8650.     break
  8651. fi
  8652. done
  8653.  
  8654. fi
  8655.  
  8656. echo "$ac_t""$ice_cv_have_regexec_decl" 1>&6
  8657. if test "$ice_cv_have_regexec_decl" = yes; then
  8658. cat >> confdefs.h <<EOF
  8659. #define ${ice_have_decl_tr} 1
  8660. EOF
  8661.  
  8662. fi
  8663. fi
  8664.  
  8665. ice_save_cppflags="$CPPFLAGS"
  8666. CPPFLAGS="-I$srcdir/.. $CPPFLAGS"
  8667.  
  8668. ac_ext=C
  8669. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  8670. ac_cpp='$CXXCPP $CPPFLAGS'
  8671. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  8672. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  8673. cross_compiling=$ac_cv_prog_cxx_cross
  8674.  
  8675. echo $ac_n "checking re_nsub member of POSIX.2 regex_t type""... $ac_c" 1>&6
  8676. echo "configure:8677: checking re_nsub member of POSIX.2 regex_t type" >&5
  8677. if eval "test \"`echo '$''{'ice_cv_have_regex_t_re_nsub'+set}'`\" = set"; then
  8678.   echo $ac_n "(cached) $ac_c" 1>&6
  8679. else
  8680.   
  8681. cat > conftest.$ac_ext <<EOF
  8682. #line 8683 "configure"
  8683. #include "confdefs.h"
  8684.  
  8685. extern "C" {
  8686. #include <sys/types.h>
  8687.  
  8688. // Avoid conflicts with C regex() function
  8689. #define regex c_regex
  8690.  
  8691. // Don't include old libg++ <regex.h> contents
  8692. #define __REGEXP_LIBRARY
  8693.  
  8694. #ifndef __STDC__
  8695. #define __STDC__ 1              // Reguired for KCC when using GNU includes
  8696. #endif
  8697.  
  8698. // Some old versions of libg++ contain a <regex.h> file.  Avoid this.
  8699. #if !defined(REG_EXTENDED) && HAVE_REGEX_H
  8700. #include <regex.h>        // POSIX.2 interface
  8701. #endif
  8702.  
  8703. // Try hard-wired path to get native <regex.h>.
  8704. #if !defined(REG_EXTENDED) && HAVE_REGEX_H
  8705. #include </usr/include/regex.h>    // POSIX.2 interface
  8706. #endif
  8707.  
  8708. // Some more GNU headers.
  8709. #if !defined(REG_EXTENDED) && HAVE_RX_H
  8710. #include <rx.h>                 // Header from GNU rx 0.07
  8711. #endif
  8712.  
  8713. #if !defined(REG_EXTENDED) && HAVE_RXPOSIX_H
  8714. #include <rxposix.h>        // Header from GNU rx 1.0 and later
  8715. #endif
  8716. }
  8717.  
  8718. int main() {
  8719. regex_t rx; int a = rx.re_nsub;
  8720. ; return 0; }
  8721. EOF
  8722. if { (eval echo configure:8723: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  8723.   rm -rf conftest*
  8724.   ice_cv_have_regex_t_re_nsub=yes
  8725. else
  8726.   echo "configure: failed program was:" >&5
  8727.   cat conftest.$ac_ext >&5
  8728.   rm -rf conftest*
  8729.   ice_cv_have_regex_t_re_nsub=no
  8730. fi
  8731. rm -f conftest*
  8732. fi
  8733. echo "$ac_t""$ice_cv_have_regex_t_re_nsub" 1>&6
  8734. if test "$ice_cv_have_regex_t_re_nsub" = yes; then
  8735. cat >> confdefs.h <<\EOF
  8736. #define HAVE_REGEX_T_RE_NSUB 1
  8737. EOF
  8738.  
  8739. fi
  8740. echo $ac_n "checking n_subexps member of GNU RX 1.0 regex_t type""... $ac_c" 1>&6
  8741. echo "configure:8742: checking n_subexps member of GNU RX 1.0 regex_t type" >&5
  8742. if eval "test \"`echo '$''{'ice_cv_have_regex_t_n_subexps'+set}'`\" = set"; then
  8743.   echo $ac_n "(cached) $ac_c" 1>&6
  8744. else
  8745.   
  8746. cat > conftest.$ac_ext <<EOF
  8747. #line 8748 "configure"
  8748. #include "confdefs.h"
  8749.  
  8750. extern "C" {
  8751. #include <sys/types.h>
  8752.  
  8753. // Avoid conflicts with C regex() function
  8754. #define regex c_regex
  8755.  
  8756. // Don't include old libg++ <regex.h> contents
  8757. #define __REGEXP_LIBRARY
  8758.  
  8759. #ifndef __STDC__
  8760. #define __STDC__ 1              // Reguired for KCC when using GNU includes
  8761. #endif
  8762.  
  8763. // Some old versions of libg++ contain a <regex.h> file.  Avoid this.
  8764. #if !defined(REG_EXTENDED) && HAVE_REGEX_H
  8765. #include <regex.h>        // POSIX.2 interface
  8766. #endif
  8767.  
  8768. // Try hard-wired path to get native <regex.h>.
  8769. #if !defined(REG_EXTENDED) && HAVE_REGEX_H
  8770. #include </usr/include/regex.h>    // POSIX.2 interface
  8771. #endif
  8772.  
  8773. // Some more GNU headers.
  8774. #if !defined(REG_EXTENDED) && HAVE_RX_H
  8775. #include <rx.h>                 // Header from GNU rx 0.07
  8776. #endif
  8777.  
  8778. #if !defined(REG_EXTENDED) && HAVE_RXPOSIX_H
  8779. #include <rxposix.h>        // Header from GNU rx 1.0 and later
  8780. #endif
  8781. }
  8782.  
  8783. int main() {
  8784. regex_t rx; int a = rx.n_subexps;
  8785. ; return 0; }
  8786. EOF
  8787. if { (eval echo configure:8788: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  8788.   rm -rf conftest*
  8789.   ice_cv_have_regex_t_n_subexps=yes
  8790. else
  8791.   echo "configure: failed program was:" >&5
  8792.   cat conftest.$ac_ext >&5
  8793.   rm -rf conftest*
  8794.   ice_cv_have_regex_t_n_subexps=no
  8795. fi
  8796. rm -f conftest*
  8797. fi
  8798. echo "$ac_t""$ice_cv_have_regex_t_n_subexps" 1>&6
  8799. if test "$ice_cv_have_regex_t_n_subexps" = yes; then
  8800. cat >> confdefs.h <<\EOF
  8801. #define HAVE_REGEX_T_N_SUBEXPS 1
  8802. EOF
  8803.  
  8804. fi
  8805.  
  8806. CPPFLAGS="$ice_save_cppflags"
  8807.  
  8808.  
  8809. ac_ext=c
  8810. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  8811. ac_cpp='$CPP $CPPFLAGS'
  8812. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  8813. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  8814. cross_compiling=$ac_cv_prog_cc_cross
  8815.  
  8816.  
  8817.  
  8818. if  test "$ice_have_regcomp" = yes && test "$ice_have_regexec" = yes; then
  8819.  
  8820. echo $ac_n "checking whether regcomp() is broken""... $ac_c" 1>&6
  8821. echo "configure:8822: checking whether regcomp() is broken" >&5
  8822. ice_save_cppflags="$CPPFLAGS"
  8823. CPPFLAGS="-I$srcdir/.. $CPPFLAGS"
  8824.  
  8825. ac_ext=C
  8826. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  8827. ac_cpp='$CXXCPP $CPPFLAGS'
  8828. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  8829. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  8830. cross_compiling=$ac_cv_prog_cxx_cross
  8831.  
  8832. if eval "test \"`echo '$''{'ice_cv_regcomp_broken'+set}'`\" = set"; then
  8833.   echo $ac_n "(cached) $ac_c" 1>&6
  8834. else
  8835.   
  8836. if test "$cross_compiling" = yes; then
  8837.   ice_cv_regcomp_broken=yes
  8838. else
  8839.   cat > conftest.$ac_ext <<EOF
  8840. #line 8841 "configure"
  8841. #include "confdefs.h"
  8842. #ifdef __cplusplus
  8843. extern "C" void exit(int);
  8844. #endif
  8845.  
  8846. extern "C" {
  8847. #include <sys/types.h>
  8848.  
  8849. // Avoid conflicts with C regex() function
  8850. #define regex c_regex
  8851.  
  8852. // Don't include old libg++ <regex.h> contents
  8853. #define __REGEXP_LIBRARY
  8854.  
  8855. #ifndef __STDC__
  8856. #define __STDC__ 1              // Reguired for KCC when using GNU includes
  8857. #endif
  8858.  
  8859. // Some old versions of libg++ contain a <regex.h> file.  Avoid this.
  8860. #if !defined(REG_EXTENDED) && HAVE_REGEX_H
  8861. #include <regex.h>        // POSIX.2 interface
  8862. #endif
  8863.  
  8864. // Try hard-wired path to get native <regex.h>.
  8865. #if !defined(REG_EXTENDED) && HAVE_REGEX_H
  8866. #include </usr/include/regex.h>    // POSIX.2 interface
  8867. #endif
  8868.  
  8869. // Some more GNU headers.
  8870. #if !defined(REG_EXTENDED) && HAVE_RX_H
  8871. #include <rx.h>                 // Header from GNU rx 0.07
  8872. #endif
  8873.  
  8874. #if !defined(REG_EXTENDED) && HAVE_RXPOSIX_H
  8875. #include <rxposix.h>        // Header from GNU rx 1.0 and later
  8876. #endif
  8877. }
  8878.  
  8879. int main()
  8880. {
  8881.     char rxdouble[] = 
  8882.     "-?(([0-9]+\\\\.[0-9]*)|([0-9]+)|(\\\\.[0-9]+))"
  8883.     "([eE][---+]?[0-9]+)?";
  8884.     regex_t compiled;
  8885.     int errcode = regcomp(&compiled, rxdouble, REG_EXTENDED);
  8886.     if (errcode)
  8887.     return 1;
  8888.     
  8889.     char somedouble[] = "3.141529e+0";
  8890.     return regexec(&compiled, somedouble, 0, 0, 0);
  8891. }
  8892.  
  8893. EOF
  8894. if { (eval echo configure:8895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  8895. then
  8896.   ice_cv_regcomp_broken=no
  8897. else
  8898.   echo "configure: failed program was:" >&5
  8899.   cat conftest.$ac_ext >&5
  8900.   rm -fr conftest*
  8901.   ice_cv_regcomp_broken=yes
  8902. fi
  8903. rm -fr conftest*
  8904. fi
  8905.  
  8906. fi
  8907. echo "$ac_t""$ice_cv_regcomp_broken" 1>&6
  8908. if test "$ice_cv_regcomp_broken" = yes; then
  8909. cat >> confdefs.h <<\EOF
  8910. #define REGCOMP_BROKEN 1
  8911. EOF
  8912.  
  8913. fi
  8914. ac_ext=c
  8915. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  8916. ac_cpp='$CPP $CPPFLAGS'
  8917. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  8918. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  8919. cross_compiling=$ac_cv_prog_cc_cross
  8920.  
  8921. CPPFLAGS="$ice_save_cppflags"
  8922.  
  8923. fi
  8924. ac_ext=C
  8925. # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  8926. ac_cpp='$CXXCPP $CPPFLAGS'
  8927. ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  8928. ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  8929. cross_compiling=$ac_cv_prog_cxx_cross
  8930.  
  8931. LIBS="$ice_save_LIBS"
  8932.  
  8933. ice_tr=`echo _getpty | tr '[a-z]' '[A-Z]'`
  8934. ice_have_tr=HAVE_$ice_tr
  8935. ice_have_decl_tr=${ice_have_tr}_DECL
  8936. ice_have__getpty=no
  8937. for ac_func in _getpty
  8938. do
  8939. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  8940. echo "configure:8941: checking for $ac_func" >&5
  8941. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  8942.   echo $ac_n "(cached) $ac_c" 1>&6
  8943. else
  8944.   cat > conftest.$ac_ext <<EOF
  8945. #line 8946 "configure"
  8946. #include "confdefs.h"
  8947. /* System header to define __stub macros and hopefully few prototypes,
  8948.     which can conflict with char $ac_func(); below.  */
  8949. #include <assert.h>
  8950. /* Override any gcc2 internal prototype to avoid an error.  */
  8951. #ifdef __cplusplus
  8952. extern "C"
  8953. #endif
  8954. /* We use char because int might match the return type of a gcc2
  8955.     builtin and then its argument prototype would still apply.  */
  8956. char $ac_func();
  8957.  
  8958. int main() {
  8959.  
  8960. /* The GNU C library defines this for functions which it implements
  8961.     to always fail with ENOSYS.  Some functions are actually named
  8962.     something starting with __ and the normal name is an alias.  */
  8963. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  8964. choke me
  8965. #else
  8966. $ac_func();
  8967. #endif
  8968.  
  8969. ; return 0; }
  8970. EOF
  8971. if { (eval echo configure:8972: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  8972.   rm -rf conftest*
  8973.   eval "ac_cv_func_$ac_func=yes"
  8974. else
  8975.   echo "configure: failed program was:" >&5
  8976.   cat conftest.$ac_ext >&5
  8977.   rm -rf conftest*
  8978.   eval "ac_cv_func_$ac_func=no"
  8979. fi
  8980. rm -f conftest*
  8981. fi
  8982.  
  8983. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  8984.   echo "$ac_t""yes" 1>&6
  8985.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  8986.   cat >> confdefs.h <<EOF
  8987. #define $ac_tr_func 1
  8988. EOF
  8989.  ice_have__getpty=yes
  8990. else
  8991.   echo "$ac_t""no" 1>&6
  8992. fi
  8993. done
  8994.  
  8995. if test "${ice_have__getpty}" = yes; then
  8996. echo $ac_n "checking for _getpty declaration in unistd.h""... $ac_c" 1>&6
  8997. echo "configure:8998: checking for _getpty declaration in unistd.h" >&5
  8998. if eval "test \"`echo '$''{'ice_cv_have__getpty_decl'+set}'`\" = set"; then
  8999.   echo $ac_n "(cached) $ac_c" 1>&6
  9000. else
  9001.   
  9002. ice_cv_have__getpty_decl=no
  9003. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  9004. ice_re_word='(^|[^a-zA-Z_0-9_])'
  9005. for header in unistd.h; do
  9006. # Check for ordinary declaration
  9007. cat > conftest.$ac_ext <<EOF
  9008. #line 9009 "configure"
  9009. #include "confdefs.h"
  9010. #include <$header>
  9011. EOF
  9012. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9013.   egrep "${ice_re_word}_getpty *\(" >/dev/null 2>&1; then
  9014.   rm -rf conftest*
  9015.   ice_cv_have__getpty_decl=yes
  9016. fi
  9017. rm -f conftest*
  9018.  
  9019. if test "$ice_cv_have__getpty_decl" = yes; then
  9020.     break
  9021. fi
  9022. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  9023. cat > conftest.$ac_ext <<EOF
  9024. #line 9025 "configure"
  9025. #include "confdefs.h"
  9026. #include <$header>
  9027. EOF
  9028. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9029.   egrep "${ice_re_word}_getpty *$ice_re_params\(\(" >/dev/null 2>&1; then
  9030.   rm -rf conftest*
  9031.   ice_cv_have__getpty_decl=yes
  9032. fi
  9033. rm -f conftest*
  9034.  
  9035. if test "$ice_cv_have__getpty_decl" = yes; then
  9036.     break
  9037. fi
  9038. done
  9039.  
  9040. fi
  9041.  
  9042. echo "$ac_t""$ice_cv_have__getpty_decl" 1>&6
  9043. if test "$ice_cv_have__getpty_decl" = yes; then
  9044. cat >> confdefs.h <<EOF
  9045. #define ${ice_have_decl_tr} 1
  9046. EOF
  9047.  
  9048. fi
  9049. fi
  9050.  
  9051.  
  9052. ice_tr=`echo alloca | tr '[a-z]' '[A-Z]'`
  9053. ice_have_tr=HAVE_$ice_tr
  9054. ice_have_decl_tr=${ice_have_tr}_DECL
  9055. ice_have_alloca=no
  9056. for ac_func in alloca
  9057. do
  9058. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  9059. echo "configure:9060: checking for $ac_func" >&5
  9060. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  9061.   echo $ac_n "(cached) $ac_c" 1>&6
  9062. else
  9063.   cat > conftest.$ac_ext <<EOF
  9064. #line 9065 "configure"
  9065. #include "confdefs.h"
  9066. /* System header to define __stub macros and hopefully few prototypes,
  9067.     which can conflict with char $ac_func(); below.  */
  9068. #include <assert.h>
  9069. /* Override any gcc2 internal prototype to avoid an error.  */
  9070. #ifdef __cplusplus
  9071. extern "C"
  9072. #endif
  9073. /* We use char because int might match the return type of a gcc2
  9074.     builtin and then its argument prototype would still apply.  */
  9075. char $ac_func();
  9076.  
  9077. int main() {
  9078.  
  9079. /* The GNU C library defines this for functions which it implements
  9080.     to always fail with ENOSYS.  Some functions are actually named
  9081.     something starting with __ and the normal name is an alias.  */
  9082. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  9083. choke me
  9084. #else
  9085. $ac_func();
  9086. #endif
  9087.  
  9088. ; return 0; }
  9089. EOF
  9090. if { (eval echo configure:9091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  9091.   rm -rf conftest*
  9092.   eval "ac_cv_func_$ac_func=yes"
  9093. else
  9094.   echo "configure: failed program was:" >&5
  9095.   cat conftest.$ac_ext >&5
  9096.   rm -rf conftest*
  9097.   eval "ac_cv_func_$ac_func=no"
  9098. fi
  9099. rm -f conftest*
  9100. fi
  9101.  
  9102. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  9103.   echo "$ac_t""yes" 1>&6
  9104.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  9105.   cat >> confdefs.h <<EOF
  9106. #define $ac_tr_func 1
  9107. EOF
  9108.  ice_have_alloca=yes
  9109. else
  9110.   echo "$ac_t""no" 1>&6
  9111. fi
  9112. done
  9113.  
  9114. if test "${ice_have_alloca}" = yes; then
  9115. echo $ac_n "checking for alloca declaration in alloca.h stdlib.h""... $ac_c" 1>&6
  9116. echo "configure:9117: checking for alloca declaration in alloca.h stdlib.h" >&5
  9117. if eval "test \"`echo '$''{'ice_cv_have_alloca_decl'+set}'`\" = set"; then
  9118.   echo $ac_n "(cached) $ac_c" 1>&6
  9119. else
  9120.   
  9121. ice_cv_have_alloca_decl=no
  9122. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  9123. ice_re_word='(^|[^a-zA-Z_0-9_])'
  9124. for header in alloca.h stdlib.h; do
  9125. # Check for ordinary declaration
  9126. cat > conftest.$ac_ext <<EOF
  9127. #line 9128 "configure"
  9128. #include "confdefs.h"
  9129. #include <$header>
  9130. EOF
  9131. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9132.   egrep "${ice_re_word}alloca *\(" >/dev/null 2>&1; then
  9133.   rm -rf conftest*
  9134.   ice_cv_have_alloca_decl=yes
  9135. fi
  9136. rm -f conftest*
  9137.  
  9138. if test "$ice_cv_have_alloca_decl" = yes; then
  9139.     break
  9140. fi
  9141. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  9142. cat > conftest.$ac_ext <<EOF
  9143. #line 9144 "configure"
  9144. #include "confdefs.h"
  9145. #include <$header>
  9146. EOF
  9147. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9148.   egrep "${ice_re_word}alloca *$ice_re_params\(\(" >/dev/null 2>&1; then
  9149.   rm -rf conftest*
  9150.   ice_cv_have_alloca_decl=yes
  9151. fi
  9152. rm -f conftest*
  9153.  
  9154. if test "$ice_cv_have_alloca_decl" = yes; then
  9155.     break
  9156. fi
  9157. done
  9158.  
  9159. fi
  9160.  
  9161. echo "$ac_t""$ice_cv_have_alloca_decl" 1>&6
  9162. if test "$ice_cv_have_alloca_decl" = yes; then
  9163. cat >> confdefs.h <<EOF
  9164. #define ${ice_have_decl_tr} 1
  9165. EOF
  9166.  
  9167. fi
  9168. fi
  9169.  
  9170.  
  9171. ice_tr=`echo asctime | tr '[a-z]' '[A-Z]'`
  9172. ice_have_tr=HAVE_$ice_tr
  9173. ice_have_decl_tr=${ice_have_tr}_DECL
  9174. ice_have_asctime=no
  9175. for ac_func in asctime
  9176. do
  9177. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  9178. echo "configure:9179: checking for $ac_func" >&5
  9179. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  9180.   echo $ac_n "(cached) $ac_c" 1>&6
  9181. else
  9182.   cat > conftest.$ac_ext <<EOF
  9183. #line 9184 "configure"
  9184. #include "confdefs.h"
  9185. /* System header to define __stub macros and hopefully few prototypes,
  9186.     which can conflict with char $ac_func(); below.  */
  9187. #include <assert.h>
  9188. /* Override any gcc2 internal prototype to avoid an error.  */
  9189. #ifdef __cplusplus
  9190. extern "C"
  9191. #endif
  9192. /* We use char because int might match the return type of a gcc2
  9193.     builtin and then its argument prototype would still apply.  */
  9194. char $ac_func();
  9195.  
  9196. int main() {
  9197.  
  9198. /* The GNU C library defines this for functions which it implements
  9199.     to always fail with ENOSYS.  Some functions are actually named
  9200.     something starting with __ and the normal name is an alias.  */
  9201. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  9202. choke me
  9203. #else
  9204. $ac_func();
  9205. #endif
  9206.  
  9207. ; return 0; }
  9208. EOF
  9209. if { (eval echo configure:9210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  9210.   rm -rf conftest*
  9211.   eval "ac_cv_func_$ac_func=yes"
  9212. else
  9213.   echo "configure: failed program was:" >&5
  9214.   cat conftest.$ac_ext >&5
  9215.   rm -rf conftest*
  9216.   eval "ac_cv_func_$ac_func=no"
  9217. fi
  9218. rm -f conftest*
  9219. fi
  9220.  
  9221. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  9222.   echo "$ac_t""yes" 1>&6
  9223.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  9224.   cat >> confdefs.h <<EOF
  9225. #define $ac_tr_func 1
  9226. EOF
  9227.  ice_have_asctime=yes
  9228. else
  9229.   echo "$ac_t""no" 1>&6
  9230. fi
  9231. done
  9232.  
  9233. if test "${ice_have_asctime}" = yes; then
  9234. echo $ac_n "checking for asctime declaration in time.h""... $ac_c" 1>&6
  9235. echo "configure:9236: checking for asctime declaration in time.h" >&5
  9236. if eval "test \"`echo '$''{'ice_cv_have_asctime_decl'+set}'`\" = set"; then
  9237.   echo $ac_n "(cached) $ac_c" 1>&6
  9238. else
  9239.   
  9240. ice_cv_have_asctime_decl=no
  9241. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  9242. ice_re_word='(^|[^a-zA-Z_0-9_])'
  9243. for header in time.h; do
  9244. # Check for ordinary declaration
  9245. cat > conftest.$ac_ext <<EOF
  9246. #line 9247 "configure"
  9247. #include "confdefs.h"
  9248. #include <$header>
  9249. EOF
  9250. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9251.   egrep "${ice_re_word}asctime *\(" >/dev/null 2>&1; then
  9252.   rm -rf conftest*
  9253.   ice_cv_have_asctime_decl=yes
  9254. fi
  9255. rm -f conftest*
  9256.  
  9257. if test "$ice_cv_have_asctime_decl" = yes; then
  9258.     break
  9259. fi
  9260. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  9261. cat > conftest.$ac_ext <<EOF
  9262. #line 9263 "configure"
  9263. #include "confdefs.h"
  9264. #include <$header>
  9265. EOF
  9266. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9267.   egrep "${ice_re_word}asctime *$ice_re_params\(\(" >/dev/null 2>&1; then
  9268.   rm -rf conftest*
  9269.   ice_cv_have_asctime_decl=yes
  9270. fi
  9271. rm -f conftest*
  9272.  
  9273. if test "$ice_cv_have_asctime_decl" = yes; then
  9274.     break
  9275. fi
  9276. done
  9277.  
  9278. fi
  9279.  
  9280. echo "$ac_t""$ice_cv_have_asctime_decl" 1>&6
  9281. if test "$ice_cv_have_asctime_decl" = yes; then
  9282. cat >> confdefs.h <<EOF
  9283. #define ${ice_have_decl_tr} 1
  9284. EOF
  9285.  
  9286. fi
  9287. fi
  9288.  
  9289.  
  9290. ice_tr=`echo clock | tr '[a-z]' '[A-Z]'`
  9291. ice_have_tr=HAVE_$ice_tr
  9292. ice_have_decl_tr=${ice_have_tr}_DECL
  9293. ice_have_clock=no
  9294. for ac_func in clock
  9295. do
  9296. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  9297. echo "configure:9298: checking for $ac_func" >&5
  9298. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  9299.   echo $ac_n "(cached) $ac_c" 1>&6
  9300. else
  9301.   cat > conftest.$ac_ext <<EOF
  9302. #line 9303 "configure"
  9303. #include "confdefs.h"
  9304. /* System header to define __stub macros and hopefully few prototypes,
  9305.     which can conflict with char $ac_func(); below.  */
  9306. #include <assert.h>
  9307. /* Override any gcc2 internal prototype to avoid an error.  */
  9308. #ifdef __cplusplus
  9309. extern "C"
  9310. #endif
  9311. /* We use char because int might match the return type of a gcc2
  9312.     builtin and then its argument prototype would still apply.  */
  9313. char $ac_func();
  9314.  
  9315. int main() {
  9316.  
  9317. /* The GNU C library defines this for functions which it implements
  9318.     to always fail with ENOSYS.  Some functions are actually named
  9319.     something starting with __ and the normal name is an alias.  */
  9320. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  9321. choke me
  9322. #else
  9323. $ac_func();
  9324. #endif
  9325.  
  9326. ; return 0; }
  9327. EOF
  9328. if { (eval echo configure:9329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  9329.   rm -rf conftest*
  9330.   eval "ac_cv_func_$ac_func=yes"
  9331. else
  9332.   echo "configure: failed program was:" >&5
  9333.   cat conftest.$ac_ext >&5
  9334.   rm -rf conftest*
  9335.   eval "ac_cv_func_$ac_func=no"
  9336. fi
  9337. rm -f conftest*
  9338. fi
  9339.  
  9340. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  9341.   echo "$ac_t""yes" 1>&6
  9342.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  9343.   cat >> confdefs.h <<EOF
  9344. #define $ac_tr_func 1
  9345. EOF
  9346.  ice_have_clock=yes
  9347. else
  9348.   echo "$ac_t""no" 1>&6
  9349. fi
  9350. done
  9351.  
  9352. if test "${ice_have_clock}" = yes; then
  9353. echo $ac_n "checking for clock declaration in time.h""... $ac_c" 1>&6
  9354. echo "configure:9355: checking for clock declaration in time.h" >&5
  9355. if eval "test \"`echo '$''{'ice_cv_have_clock_decl'+set}'`\" = set"; then
  9356.   echo $ac_n "(cached) $ac_c" 1>&6
  9357. else
  9358.   
  9359. ice_cv_have_clock_decl=no
  9360. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  9361. ice_re_word='(^|[^a-zA-Z_0-9_])'
  9362. for header in time.h; do
  9363. # Check for ordinary declaration
  9364. cat > conftest.$ac_ext <<EOF
  9365. #line 9366 "configure"
  9366. #include "confdefs.h"
  9367. #include <$header>
  9368. EOF
  9369. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9370.   egrep "${ice_re_word}clock *\(" >/dev/null 2>&1; then
  9371.   rm -rf conftest*
  9372.   ice_cv_have_clock_decl=yes
  9373. fi
  9374. rm -f conftest*
  9375.  
  9376. if test "$ice_cv_have_clock_decl" = yes; then
  9377.     break
  9378. fi
  9379. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  9380. cat > conftest.$ac_ext <<EOF
  9381. #line 9382 "configure"
  9382. #include "confdefs.h"
  9383. #include <$header>
  9384. EOF
  9385. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9386.   egrep "${ice_re_word}clock *$ice_re_params\(\(" >/dev/null 2>&1; then
  9387.   rm -rf conftest*
  9388.   ice_cv_have_clock_decl=yes
  9389. fi
  9390. rm -f conftest*
  9391.  
  9392. if test "$ice_cv_have_clock_decl" = yes; then
  9393.     break
  9394. fi
  9395. done
  9396.  
  9397. fi
  9398.  
  9399. echo "$ac_t""$ice_cv_have_clock_decl" 1>&6
  9400. if test "$ice_cv_have_clock_decl" = yes; then
  9401. cat >> confdefs.h <<EOF
  9402. #define ${ice_have_decl_tr} 1
  9403. EOF
  9404.  
  9405. fi
  9406. fi
  9407.  
  9408.  
  9409. ice_tr=`echo difftime | tr '[a-z]' '[A-Z]'`
  9410. ice_have_tr=HAVE_$ice_tr
  9411. ice_have_decl_tr=${ice_have_tr}_DECL
  9412. ice_have_difftime=no
  9413. for ac_func in difftime
  9414. do
  9415. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  9416. echo "configure:9417: checking for $ac_func" >&5
  9417. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  9418.   echo $ac_n "(cached) $ac_c" 1>&6
  9419. else
  9420.   cat > conftest.$ac_ext <<EOF
  9421. #line 9422 "configure"
  9422. #include "confdefs.h"
  9423. /* System header to define __stub macros and hopefully few prototypes,
  9424.     which can conflict with char $ac_func(); below.  */
  9425. #include <assert.h>
  9426. /* Override any gcc2 internal prototype to avoid an error.  */
  9427. #ifdef __cplusplus
  9428. extern "C"
  9429. #endif
  9430. /* We use char because int might match the return type of a gcc2
  9431.     builtin and then its argument prototype would still apply.  */
  9432. char $ac_func();
  9433.  
  9434. int main() {
  9435.  
  9436. /* The GNU C library defines this for functions which it implements
  9437.     to always fail with ENOSYS.  Some functions are actually named
  9438.     something starting with __ and the normal name is an alias.  */
  9439. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  9440. choke me
  9441. #else
  9442. $ac_func();
  9443. #endif
  9444.  
  9445. ; return 0; }
  9446. EOF
  9447. if { (eval echo configure:9448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  9448.   rm -rf conftest*
  9449.   eval "ac_cv_func_$ac_func=yes"
  9450. else
  9451.   echo "configure: failed program was:" >&5
  9452.   cat conftest.$ac_ext >&5
  9453.   rm -rf conftest*
  9454.   eval "ac_cv_func_$ac_func=no"
  9455. fi
  9456. rm -f conftest*
  9457. fi
  9458.  
  9459. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  9460.   echo "$ac_t""yes" 1>&6
  9461.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  9462.   cat >> confdefs.h <<EOF
  9463. #define $ac_tr_func 1
  9464. EOF
  9465.  ice_have_difftime=yes
  9466. else
  9467.   echo "$ac_t""no" 1>&6
  9468. fi
  9469. done
  9470.  
  9471. if test "${ice_have_difftime}" = yes; then
  9472. echo $ac_n "checking for difftime declaration in time.h""... $ac_c" 1>&6
  9473. echo "configure:9474: checking for difftime declaration in time.h" >&5
  9474. if eval "test \"`echo '$''{'ice_cv_have_difftime_decl'+set}'`\" = set"; then
  9475.   echo $ac_n "(cached) $ac_c" 1>&6
  9476. else
  9477.   
  9478. ice_cv_have_difftime_decl=no
  9479. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  9480. ice_re_word='(^|[^a-zA-Z_0-9_])'
  9481. for header in time.h; do
  9482. # Check for ordinary declaration
  9483. cat > conftest.$ac_ext <<EOF
  9484. #line 9485 "configure"
  9485. #include "confdefs.h"
  9486. #include <$header>
  9487. EOF
  9488. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9489.   egrep "${ice_re_word}difftime *\(" >/dev/null 2>&1; then
  9490.   rm -rf conftest*
  9491.   ice_cv_have_difftime_decl=yes
  9492. fi
  9493. rm -f conftest*
  9494.  
  9495. if test "$ice_cv_have_difftime_decl" = yes; then
  9496.     break
  9497. fi
  9498. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  9499. cat > conftest.$ac_ext <<EOF
  9500. #line 9501 "configure"
  9501. #include "confdefs.h"
  9502. #include <$header>
  9503. EOF
  9504. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9505.   egrep "${ice_re_word}difftime *$ice_re_params\(\(" >/dev/null 2>&1; then
  9506.   rm -rf conftest*
  9507.   ice_cv_have_difftime_decl=yes
  9508. fi
  9509. rm -f conftest*
  9510.  
  9511. if test "$ice_cv_have_difftime_decl" = yes; then
  9512.     break
  9513. fi
  9514. done
  9515.  
  9516. fi
  9517.  
  9518. echo "$ac_t""$ice_cv_have_difftime_decl" 1>&6
  9519. if test "$ice_cv_have_difftime_decl" = yes; then
  9520. cat >> confdefs.h <<EOF
  9521. #define ${ice_have_decl_tr} 1
  9522. EOF
  9523.  
  9524. fi
  9525. fi
  9526.  
  9527.  
  9528. ice_tr=`echo dup2 | tr '[a-z]' '[A-Z]'`
  9529. ice_have_tr=HAVE_$ice_tr
  9530. ice_have_decl_tr=${ice_have_tr}_DECL
  9531. ice_have_dup2=no
  9532. for ac_func in dup2
  9533. do
  9534. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  9535. echo "configure:9536: checking for $ac_func" >&5
  9536. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  9537.   echo $ac_n "(cached) $ac_c" 1>&6
  9538. else
  9539.   cat > conftest.$ac_ext <<EOF
  9540. #line 9541 "configure"
  9541. #include "confdefs.h"
  9542. /* System header to define __stub macros and hopefully few prototypes,
  9543.     which can conflict with char $ac_func(); below.  */
  9544. #include <assert.h>
  9545. /* Override any gcc2 internal prototype to avoid an error.  */
  9546. #ifdef __cplusplus
  9547. extern "C"
  9548. #endif
  9549. /* We use char because int might match the return type of a gcc2
  9550.     builtin and then its argument prototype would still apply.  */
  9551. char $ac_func();
  9552.  
  9553. int main() {
  9554.  
  9555. /* The GNU C library defines this for functions which it implements
  9556.     to always fail with ENOSYS.  Some functions are actually named
  9557.     something starting with __ and the normal name is an alias.  */
  9558. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  9559. choke me
  9560. #else
  9561. $ac_func();
  9562. #endif
  9563.  
  9564. ; return 0; }
  9565. EOF
  9566. if { (eval echo configure:9567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  9567.   rm -rf conftest*
  9568.   eval "ac_cv_func_$ac_func=yes"
  9569. else
  9570.   echo "configure: failed program was:" >&5
  9571.   cat conftest.$ac_ext >&5
  9572.   rm -rf conftest*
  9573.   eval "ac_cv_func_$ac_func=no"
  9574. fi
  9575. rm -f conftest*
  9576. fi
  9577.  
  9578. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  9579.   echo "$ac_t""yes" 1>&6
  9580.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  9581.   cat >> confdefs.h <<EOF
  9582. #define $ac_tr_func 1
  9583. EOF
  9584.  ice_have_dup2=yes
  9585. else
  9586.   echo "$ac_t""no" 1>&6
  9587. fi
  9588. done
  9589.  
  9590. if test "${ice_have_dup2}" = yes; then
  9591. echo $ac_n "checking for dup2 declaration in unistd.h""... $ac_c" 1>&6
  9592. echo "configure:9593: checking for dup2 declaration in unistd.h" >&5
  9593. if eval "test \"`echo '$''{'ice_cv_have_dup2_decl'+set}'`\" = set"; then
  9594.   echo $ac_n "(cached) $ac_c" 1>&6
  9595. else
  9596.   
  9597. ice_cv_have_dup2_decl=no
  9598. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  9599. ice_re_word='(^|[^a-zA-Z_0-9_])'
  9600. for header in unistd.h; do
  9601. # Check for ordinary declaration
  9602. cat > conftest.$ac_ext <<EOF
  9603. #line 9604 "configure"
  9604. #include "confdefs.h"
  9605. #include <$header>
  9606. EOF
  9607. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9608.   egrep "${ice_re_word}dup2 *\(" >/dev/null 2>&1; then
  9609.   rm -rf conftest*
  9610.   ice_cv_have_dup2_decl=yes
  9611. fi
  9612. rm -f conftest*
  9613.  
  9614. if test "$ice_cv_have_dup2_decl" = yes; then
  9615.     break
  9616. fi
  9617. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  9618. cat > conftest.$ac_ext <<EOF
  9619. #line 9620 "configure"
  9620. #include "confdefs.h"
  9621. #include <$header>
  9622. EOF
  9623. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9624.   egrep "${ice_re_word}dup2 *$ice_re_params\(\(" >/dev/null 2>&1; then
  9625.   rm -rf conftest*
  9626.   ice_cv_have_dup2_decl=yes
  9627. fi
  9628. rm -f conftest*
  9629.  
  9630. if test "$ice_cv_have_dup2_decl" = yes; then
  9631.     break
  9632. fi
  9633. done
  9634.  
  9635. fi
  9636.  
  9637. echo "$ac_t""$ice_cv_have_dup2_decl" 1>&6
  9638. if test "$ice_cv_have_dup2_decl" = yes; then
  9639. cat >> confdefs.h <<EOF
  9640. #define ${ice_have_decl_tr} 1
  9641. EOF
  9642.  
  9643. fi
  9644. fi
  9645.  
  9646.  
  9647. ice_tr=`echo endpwent | tr '[a-z]' '[A-Z]'`
  9648. ice_have_tr=HAVE_$ice_tr
  9649. ice_have_decl_tr=${ice_have_tr}_DECL
  9650. ice_have_endpwent=no
  9651. for ac_func in endpwent
  9652. do
  9653. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  9654. echo "configure:9655: checking for $ac_func" >&5
  9655. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  9656.   echo $ac_n "(cached) $ac_c" 1>&6
  9657. else
  9658.   cat > conftest.$ac_ext <<EOF
  9659. #line 9660 "configure"
  9660. #include "confdefs.h"
  9661. /* System header to define __stub macros and hopefully few prototypes,
  9662.     which can conflict with char $ac_func(); below.  */
  9663. #include <assert.h>
  9664. /* Override any gcc2 internal prototype to avoid an error.  */
  9665. #ifdef __cplusplus
  9666. extern "C"
  9667. #endif
  9668. /* We use char because int might match the return type of a gcc2
  9669.     builtin and then its argument prototype would still apply.  */
  9670. char $ac_func();
  9671.  
  9672. int main() {
  9673.  
  9674. /* The GNU C library defines this for functions which it implements
  9675.     to always fail with ENOSYS.  Some functions are actually named
  9676.     something starting with __ and the normal name is an alias.  */
  9677. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  9678. choke me
  9679. #else
  9680. $ac_func();
  9681. #endif
  9682.  
  9683. ; return 0; }
  9684. EOF
  9685. if { (eval echo configure:9686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  9686.   rm -rf conftest*
  9687.   eval "ac_cv_func_$ac_func=yes"
  9688. else
  9689.   echo "configure: failed program was:" >&5
  9690.   cat conftest.$ac_ext >&5
  9691.   rm -rf conftest*
  9692.   eval "ac_cv_func_$ac_func=no"
  9693. fi
  9694. rm -f conftest*
  9695. fi
  9696.  
  9697. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  9698.   echo "$ac_t""yes" 1>&6
  9699.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  9700.   cat >> confdefs.h <<EOF
  9701. #define $ac_tr_func 1
  9702. EOF
  9703.  ice_have_endpwent=yes
  9704. else
  9705.   echo "$ac_t""no" 1>&6
  9706. fi
  9707. done
  9708.  
  9709. if test "${ice_have_endpwent}" = yes; then
  9710. echo $ac_n "checking for endpwent declaration in pwd.h""... $ac_c" 1>&6
  9711. echo "configure:9712: checking for endpwent declaration in pwd.h" >&5
  9712. if eval "test \"`echo '$''{'ice_cv_have_endpwent_decl'+set}'`\" = set"; then
  9713.   echo $ac_n "(cached) $ac_c" 1>&6
  9714. else
  9715.   
  9716. ice_cv_have_endpwent_decl=no
  9717. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  9718. ice_re_word='(^|[^a-zA-Z_0-9_])'
  9719. for header in pwd.h; do
  9720. # Check for ordinary declaration
  9721. cat > conftest.$ac_ext <<EOF
  9722. #line 9723 "configure"
  9723. #include "confdefs.h"
  9724. #include <$header>
  9725. EOF
  9726. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9727.   egrep "${ice_re_word}endpwent *\(" >/dev/null 2>&1; then
  9728.   rm -rf conftest*
  9729.   ice_cv_have_endpwent_decl=yes
  9730. fi
  9731. rm -f conftest*
  9732.  
  9733. if test "$ice_cv_have_endpwent_decl" = yes; then
  9734.     break
  9735. fi
  9736. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  9737. cat > conftest.$ac_ext <<EOF
  9738. #line 9739 "configure"
  9739. #include "confdefs.h"
  9740. #include <$header>
  9741. EOF
  9742. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9743.   egrep "${ice_re_word}endpwent *$ice_re_params\(\(" >/dev/null 2>&1; then
  9744.   rm -rf conftest*
  9745.   ice_cv_have_endpwent_decl=yes
  9746. fi
  9747. rm -f conftest*
  9748.  
  9749. if test "$ice_cv_have_endpwent_decl" = yes; then
  9750.     break
  9751. fi
  9752. done
  9753.  
  9754. fi
  9755.  
  9756. echo "$ac_t""$ice_cv_have_endpwent_decl" 1>&6
  9757. if test "$ice_cv_have_endpwent_decl" = yes; then
  9758. cat >> confdefs.h <<EOF
  9759. #define ${ice_have_decl_tr} 1
  9760. EOF
  9761.  
  9762. fi
  9763. fi
  9764.  
  9765.  
  9766. ice_tr=`echo fcntl | tr '[a-z]' '[A-Z]'`
  9767. ice_have_tr=HAVE_$ice_tr
  9768. ice_have_decl_tr=${ice_have_tr}_DECL
  9769. ice_have_fcntl=no
  9770. for ac_func in fcntl
  9771. do
  9772. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  9773. echo "configure:9774: checking for $ac_func" >&5
  9774. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  9775.   echo $ac_n "(cached) $ac_c" 1>&6
  9776. else
  9777.   cat > conftest.$ac_ext <<EOF
  9778. #line 9779 "configure"
  9779. #include "confdefs.h"
  9780. /* System header to define __stub macros and hopefully few prototypes,
  9781.     which can conflict with char $ac_func(); below.  */
  9782. #include <assert.h>
  9783. /* Override any gcc2 internal prototype to avoid an error.  */
  9784. #ifdef __cplusplus
  9785. extern "C"
  9786. #endif
  9787. /* We use char because int might match the return type of a gcc2
  9788.     builtin and then its argument prototype would still apply.  */
  9789. char $ac_func();
  9790.  
  9791. int main() {
  9792.  
  9793. /* The GNU C library defines this for functions which it implements
  9794.     to always fail with ENOSYS.  Some functions are actually named
  9795.     something starting with __ and the normal name is an alias.  */
  9796. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  9797. choke me
  9798. #else
  9799. $ac_func();
  9800. #endif
  9801.  
  9802. ; return 0; }
  9803. EOF
  9804. if { (eval echo configure:9805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  9805.   rm -rf conftest*
  9806.   eval "ac_cv_func_$ac_func=yes"
  9807. else
  9808.   echo "configure: failed program was:" >&5
  9809.   cat conftest.$ac_ext >&5
  9810.   rm -rf conftest*
  9811.   eval "ac_cv_func_$ac_func=no"
  9812. fi
  9813. rm -f conftest*
  9814. fi
  9815.  
  9816. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  9817.   echo "$ac_t""yes" 1>&6
  9818.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  9819.   cat >> confdefs.h <<EOF
  9820. #define $ac_tr_func 1
  9821. EOF
  9822.  ice_have_fcntl=yes
  9823. else
  9824.   echo "$ac_t""no" 1>&6
  9825. fi
  9826. done
  9827.  
  9828. if test "${ice_have_fcntl}" = yes; then
  9829. echo $ac_n "checking for fcntl declaration in fcntl.h""... $ac_c" 1>&6
  9830. echo "configure:9831: checking for fcntl declaration in fcntl.h" >&5
  9831. if eval "test \"`echo '$''{'ice_cv_have_fcntl_decl'+set}'`\" = set"; then
  9832.   echo $ac_n "(cached) $ac_c" 1>&6
  9833. else
  9834.   
  9835. ice_cv_have_fcntl_decl=no
  9836. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  9837. ice_re_word='(^|[^a-zA-Z_0-9_])'
  9838. for header in fcntl.h; do
  9839. # Check for ordinary declaration
  9840. cat > conftest.$ac_ext <<EOF
  9841. #line 9842 "configure"
  9842. #include "confdefs.h"
  9843. #include <$header>
  9844. EOF
  9845. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9846.   egrep "${ice_re_word}fcntl *\(" >/dev/null 2>&1; then
  9847.   rm -rf conftest*
  9848.   ice_cv_have_fcntl_decl=yes
  9849. fi
  9850. rm -f conftest*
  9851.  
  9852. if test "$ice_cv_have_fcntl_decl" = yes; then
  9853.     break
  9854. fi
  9855. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  9856. cat > conftest.$ac_ext <<EOF
  9857. #line 9858 "configure"
  9858. #include "confdefs.h"
  9859. #include <$header>
  9860. EOF
  9861. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9862.   egrep "${ice_re_word}fcntl *$ice_re_params\(\(" >/dev/null 2>&1; then
  9863.   rm -rf conftest*
  9864.   ice_cv_have_fcntl_decl=yes
  9865. fi
  9866. rm -f conftest*
  9867.  
  9868. if test "$ice_cv_have_fcntl_decl" = yes; then
  9869.     break
  9870. fi
  9871. done
  9872.  
  9873. fi
  9874.  
  9875. echo "$ac_t""$ice_cv_have_fcntl_decl" 1>&6
  9876. if test "$ice_cv_have_fcntl_decl" = yes; then
  9877. cat >> confdefs.h <<EOF
  9878. #define ${ice_have_decl_tr} 1
  9879. EOF
  9880.  
  9881. fi
  9882. fi
  9883.  
  9884.  
  9885. ice_tr=`echo ftime | tr '[a-z]' '[A-Z]'`
  9886. ice_have_tr=HAVE_$ice_tr
  9887. ice_have_decl_tr=${ice_have_tr}_DECL
  9888. ice_have_ftime=no
  9889. for ac_func in ftime
  9890. do
  9891. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  9892. echo "configure:9893: checking for $ac_func" >&5
  9893. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  9894.   echo $ac_n "(cached) $ac_c" 1>&6
  9895. else
  9896.   cat > conftest.$ac_ext <<EOF
  9897. #line 9898 "configure"
  9898. #include "confdefs.h"
  9899. /* System header to define __stub macros and hopefully few prototypes,
  9900.     which can conflict with char $ac_func(); below.  */
  9901. #include <assert.h>
  9902. /* Override any gcc2 internal prototype to avoid an error.  */
  9903. #ifdef __cplusplus
  9904. extern "C"
  9905. #endif
  9906. /* We use char because int might match the return type of a gcc2
  9907.     builtin and then its argument prototype would still apply.  */
  9908. char $ac_func();
  9909.  
  9910. int main() {
  9911.  
  9912. /* The GNU C library defines this for functions which it implements
  9913.     to always fail with ENOSYS.  Some functions are actually named
  9914.     something starting with __ and the normal name is an alias.  */
  9915. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  9916. choke me
  9917. #else
  9918. $ac_func();
  9919. #endif
  9920.  
  9921. ; return 0; }
  9922. EOF
  9923. if { (eval echo configure:9924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  9924.   rm -rf conftest*
  9925.   eval "ac_cv_func_$ac_func=yes"
  9926. else
  9927.   echo "configure: failed program was:" >&5
  9928.   cat conftest.$ac_ext >&5
  9929.   rm -rf conftest*
  9930.   eval "ac_cv_func_$ac_func=no"
  9931. fi
  9932. rm -f conftest*
  9933. fi
  9934.  
  9935. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  9936.   echo "$ac_t""yes" 1>&6
  9937.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  9938.   cat >> confdefs.h <<EOF
  9939. #define $ac_tr_func 1
  9940. EOF
  9941.  ice_have_ftime=yes
  9942. else
  9943.   echo "$ac_t""no" 1>&6
  9944. fi
  9945. done
  9946.  
  9947. if test "${ice_have_ftime}" = yes; then
  9948. echo $ac_n "checking for ftime declaration in sys/timeb.h""... $ac_c" 1>&6
  9949. echo "configure:9950: checking for ftime declaration in sys/timeb.h" >&5
  9950. if eval "test \"`echo '$''{'ice_cv_have_ftime_decl'+set}'`\" = set"; then
  9951.   echo $ac_n "(cached) $ac_c" 1>&6
  9952. else
  9953.   
  9954. ice_cv_have_ftime_decl=no
  9955. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  9956. ice_re_word='(^|[^a-zA-Z_0-9_])'
  9957. for header in sys/timeb.h; do
  9958. # Check for ordinary declaration
  9959. cat > conftest.$ac_ext <<EOF
  9960. #line 9961 "configure"
  9961. #include "confdefs.h"
  9962. #include <$header>
  9963. EOF
  9964. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9965.   egrep "${ice_re_word}ftime *\(" >/dev/null 2>&1; then
  9966.   rm -rf conftest*
  9967.   ice_cv_have_ftime_decl=yes
  9968. fi
  9969. rm -f conftest*
  9970.  
  9971. if test "$ice_cv_have_ftime_decl" = yes; then
  9972.     break
  9973. fi
  9974. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  9975. cat > conftest.$ac_ext <<EOF
  9976. #line 9977 "configure"
  9977. #include "confdefs.h"
  9978. #include <$header>
  9979. EOF
  9980. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  9981.   egrep "${ice_re_word}ftime *$ice_re_params\(\(" >/dev/null 2>&1; then
  9982.   rm -rf conftest*
  9983.   ice_cv_have_ftime_decl=yes
  9984. fi
  9985. rm -f conftest*
  9986.  
  9987. if test "$ice_cv_have_ftime_decl" = yes; then
  9988.     break
  9989. fi
  9990. done
  9991.  
  9992. fi
  9993.  
  9994. echo "$ac_t""$ice_cv_have_ftime_decl" 1>&6
  9995. if test "$ice_cv_have_ftime_decl" = yes; then
  9996. cat >> confdefs.h <<EOF
  9997. #define ${ice_have_decl_tr} 1
  9998. EOF
  9999.  
  10000. fi
  10001. fi
  10002.  
  10003.  
  10004. ice_tr=`echo gethostbyname | tr '[a-z]' '[A-Z]'`
  10005. ice_have_tr=HAVE_$ice_tr
  10006. ice_have_decl_tr=${ice_have_tr}_DECL
  10007. ice_have_gethostbyname=no
  10008. for ac_func in gethostbyname
  10009. do
  10010. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  10011. echo "configure:10012: checking for $ac_func" >&5
  10012. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  10013.   echo $ac_n "(cached) $ac_c" 1>&6
  10014. else
  10015.   cat > conftest.$ac_ext <<EOF
  10016. #line 10017 "configure"
  10017. #include "confdefs.h"
  10018. /* System header to define __stub macros and hopefully few prototypes,
  10019.     which can conflict with char $ac_func(); below.  */
  10020. #include <assert.h>
  10021. /* Override any gcc2 internal prototype to avoid an error.  */
  10022. #ifdef __cplusplus
  10023. extern "C"
  10024. #endif
  10025. /* We use char because int might match the return type of a gcc2
  10026.     builtin and then its argument prototype would still apply.  */
  10027. char $ac_func();
  10028.  
  10029. int main() {
  10030.  
  10031. /* The GNU C library defines this for functions which it implements
  10032.     to always fail with ENOSYS.  Some functions are actually named
  10033.     something starting with __ and the normal name is an alias.  */
  10034. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  10035. choke me
  10036. #else
  10037. $ac_func();
  10038. #endif
  10039.  
  10040. ; return 0; }
  10041. EOF
  10042. if { (eval echo configure:10043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  10043.   rm -rf conftest*
  10044.   eval "ac_cv_func_$ac_func=yes"
  10045. else
  10046.   echo "configure: failed program was:" >&5
  10047.   cat conftest.$ac_ext >&5
  10048.   rm -rf conftest*
  10049.   eval "ac_cv_func_$ac_func=no"
  10050. fi
  10051. rm -f conftest*
  10052. fi
  10053.  
  10054. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  10055.   echo "$ac_t""yes" 1>&6
  10056.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  10057.   cat >> confdefs.h <<EOF
  10058. #define $ac_tr_func 1
  10059. EOF
  10060.  ice_have_gethostbyname=yes
  10061. else
  10062.   echo "$ac_t""no" 1>&6
  10063. fi
  10064. done
  10065.  
  10066. if test "${ice_have_gethostbyname}" = yes; then
  10067. echo $ac_n "checking for gethostbyname declaration in netdb.h""... $ac_c" 1>&6
  10068. echo "configure:10069: checking for gethostbyname declaration in netdb.h" >&5
  10069. if eval "test \"`echo '$''{'ice_cv_have_gethostbyname_decl'+set}'`\" = set"; then
  10070.   echo $ac_n "(cached) $ac_c" 1>&6
  10071. else
  10072.   
  10073. ice_cv_have_gethostbyname_decl=no
  10074. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  10075. ice_re_word='(^|[^a-zA-Z_0-9_])'
  10076. for header in netdb.h; do
  10077. # Check for ordinary declaration
  10078. cat > conftest.$ac_ext <<EOF
  10079. #line 10080 "configure"
  10080. #include "confdefs.h"
  10081. #include <$header>
  10082. EOF
  10083. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10084.   egrep "${ice_re_word}gethostbyname *\(" >/dev/null 2>&1; then
  10085.   rm -rf conftest*
  10086.   ice_cv_have_gethostbyname_decl=yes
  10087. fi
  10088. rm -f conftest*
  10089.  
  10090. if test "$ice_cv_have_gethostbyname_decl" = yes; then
  10091.     break
  10092. fi
  10093. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  10094. cat > conftest.$ac_ext <<EOF
  10095. #line 10096 "configure"
  10096. #include "confdefs.h"
  10097. #include <$header>
  10098. EOF
  10099. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10100.   egrep "${ice_re_word}gethostbyname *$ice_re_params\(\(" >/dev/null 2>&1; then
  10101.   rm -rf conftest*
  10102.   ice_cv_have_gethostbyname_decl=yes
  10103. fi
  10104. rm -f conftest*
  10105.  
  10106. if test "$ice_cv_have_gethostbyname_decl" = yes; then
  10107.     break
  10108. fi
  10109. done
  10110.  
  10111. fi
  10112.  
  10113. echo "$ac_t""$ice_cv_have_gethostbyname_decl" 1>&6
  10114. if test "$ice_cv_have_gethostbyname_decl" = yes; then
  10115. cat >> confdefs.h <<EOF
  10116. #define ${ice_have_decl_tr} 1
  10117. EOF
  10118.  
  10119. fi
  10120. fi
  10121.  
  10122.  
  10123. ice_tr=`echo gethostname | tr '[a-z]' '[A-Z]'`
  10124. ice_have_tr=HAVE_$ice_tr
  10125. ice_have_decl_tr=${ice_have_tr}_DECL
  10126. ice_have_gethostname=no
  10127. for ac_func in gethostname
  10128. do
  10129. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  10130. echo "configure:10131: checking for $ac_func" >&5
  10131. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  10132.   echo $ac_n "(cached) $ac_c" 1>&6
  10133. else
  10134.   cat > conftest.$ac_ext <<EOF
  10135. #line 10136 "configure"
  10136. #include "confdefs.h"
  10137. /* System header to define __stub macros and hopefully few prototypes,
  10138.     which can conflict with char $ac_func(); below.  */
  10139. #include <assert.h>
  10140. /* Override any gcc2 internal prototype to avoid an error.  */
  10141. #ifdef __cplusplus
  10142. extern "C"
  10143. #endif
  10144. /* We use char because int might match the return type of a gcc2
  10145.     builtin and then its argument prototype would still apply.  */
  10146. char $ac_func();
  10147.  
  10148. int main() {
  10149.  
  10150. /* The GNU C library defines this for functions which it implements
  10151.     to always fail with ENOSYS.  Some functions are actually named
  10152.     something starting with __ and the normal name is an alias.  */
  10153. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  10154. choke me
  10155. #else
  10156. $ac_func();
  10157. #endif
  10158.  
  10159. ; return 0; }
  10160. EOF
  10161. if { (eval echo configure:10162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  10162.   rm -rf conftest*
  10163.   eval "ac_cv_func_$ac_func=yes"
  10164. else
  10165.   echo "configure: failed program was:" >&5
  10166.   cat conftest.$ac_ext >&5
  10167.   rm -rf conftest*
  10168.   eval "ac_cv_func_$ac_func=no"
  10169. fi
  10170. rm -f conftest*
  10171. fi
  10172.  
  10173. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  10174.   echo "$ac_t""yes" 1>&6
  10175.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  10176.   cat >> confdefs.h <<EOF
  10177. #define $ac_tr_func 1
  10178. EOF
  10179.  ice_have_gethostname=yes
  10180. else
  10181.   echo "$ac_t""no" 1>&6
  10182. fi
  10183. done
  10184.  
  10185. if test "${ice_have_gethostname}" = yes; then
  10186. echo $ac_n "checking for gethostname declaration in unistd.h""... $ac_c" 1>&6
  10187. echo "configure:10188: checking for gethostname declaration in unistd.h" >&5
  10188. if eval "test \"`echo '$''{'ice_cv_have_gethostname_decl'+set}'`\" = set"; then
  10189.   echo $ac_n "(cached) $ac_c" 1>&6
  10190. else
  10191.   
  10192. ice_cv_have_gethostname_decl=no
  10193. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  10194. ice_re_word='(^|[^a-zA-Z_0-9_])'
  10195. for header in unistd.h; do
  10196. # Check for ordinary declaration
  10197. cat > conftest.$ac_ext <<EOF
  10198. #line 10199 "configure"
  10199. #include "confdefs.h"
  10200. #include <$header>
  10201. EOF
  10202. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10203.   egrep "${ice_re_word}gethostname *\(" >/dev/null 2>&1; then
  10204.   rm -rf conftest*
  10205.   ice_cv_have_gethostname_decl=yes
  10206. fi
  10207. rm -f conftest*
  10208.  
  10209. if test "$ice_cv_have_gethostname_decl" = yes; then
  10210.     break
  10211. fi
  10212. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  10213. cat > conftest.$ac_ext <<EOF
  10214. #line 10215 "configure"
  10215. #include "confdefs.h"
  10216. #include <$header>
  10217. EOF
  10218. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10219.   egrep "${ice_re_word}gethostname *$ice_re_params\(\(" >/dev/null 2>&1; then
  10220.   rm -rf conftest*
  10221.   ice_cv_have_gethostname_decl=yes
  10222. fi
  10223. rm -f conftest*
  10224.  
  10225. if test "$ice_cv_have_gethostname_decl" = yes; then
  10226.     break
  10227. fi
  10228. done
  10229.  
  10230. fi
  10231.  
  10232. echo "$ac_t""$ice_cv_have_gethostname_decl" 1>&6
  10233. if test "$ice_cv_have_gethostname_decl" = yes; then
  10234. cat >> confdefs.h <<EOF
  10235. #define ${ice_have_decl_tr} 1
  10236. EOF
  10237.  
  10238. fi
  10239. fi
  10240.  
  10241.  
  10242. ice_tr=`echo getpty | tr '[a-z]' '[A-Z]'`
  10243. ice_have_tr=HAVE_$ice_tr
  10244. ice_have_decl_tr=${ice_have_tr}_DECL
  10245. ice_have_getpty=no
  10246. for ac_func in getpty
  10247. do
  10248. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  10249. echo "configure:10250: checking for $ac_func" >&5
  10250. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  10251.   echo $ac_n "(cached) $ac_c" 1>&6
  10252. else
  10253.   cat > conftest.$ac_ext <<EOF
  10254. #line 10255 "configure"
  10255. #include "confdefs.h"
  10256. /* System header to define __stub macros and hopefully few prototypes,
  10257.     which can conflict with char $ac_func(); below.  */
  10258. #include <assert.h>
  10259. /* Override any gcc2 internal prototype to avoid an error.  */
  10260. #ifdef __cplusplus
  10261. extern "C"
  10262. #endif
  10263. /* We use char because int might match the return type of a gcc2
  10264.     builtin and then its argument prototype would still apply.  */
  10265. char $ac_func();
  10266.  
  10267. int main() {
  10268.  
  10269. /* The GNU C library defines this for functions which it implements
  10270.     to always fail with ENOSYS.  Some functions are actually named
  10271.     something starting with __ and the normal name is an alias.  */
  10272. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  10273. choke me
  10274. #else
  10275. $ac_func();
  10276. #endif
  10277.  
  10278. ; return 0; }
  10279. EOF
  10280. if { (eval echo configure:10281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  10281.   rm -rf conftest*
  10282.   eval "ac_cv_func_$ac_func=yes"
  10283. else
  10284.   echo "configure: failed program was:" >&5
  10285.   cat conftest.$ac_ext >&5
  10286.   rm -rf conftest*
  10287.   eval "ac_cv_func_$ac_func=no"
  10288. fi
  10289. rm -f conftest*
  10290. fi
  10291.  
  10292. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  10293.   echo "$ac_t""yes" 1>&6
  10294.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  10295.   cat >> confdefs.h <<EOF
  10296. #define $ac_tr_func 1
  10297. EOF
  10298.  ice_have_getpty=yes
  10299. else
  10300.   echo "$ac_t""no" 1>&6
  10301. fi
  10302. done
  10303.  
  10304. if test "${ice_have_getpty}" = yes; then
  10305. echo $ac_n "checking for getpty declaration in unistd.h""... $ac_c" 1>&6
  10306. echo "configure:10307: checking for getpty declaration in unistd.h" >&5
  10307. if eval "test \"`echo '$''{'ice_cv_have_getpty_decl'+set}'`\" = set"; then
  10308.   echo $ac_n "(cached) $ac_c" 1>&6
  10309. else
  10310.   
  10311. ice_cv_have_getpty_decl=no
  10312. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  10313. ice_re_word='(^|[^a-zA-Z_0-9_])'
  10314. for header in unistd.h; do
  10315. # Check for ordinary declaration
  10316. cat > conftest.$ac_ext <<EOF
  10317. #line 10318 "configure"
  10318. #include "confdefs.h"
  10319. #include <$header>
  10320. EOF
  10321. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10322.   egrep "${ice_re_word}getpty *\(" >/dev/null 2>&1; then
  10323.   rm -rf conftest*
  10324.   ice_cv_have_getpty_decl=yes
  10325. fi
  10326. rm -f conftest*
  10327.  
  10328. if test "$ice_cv_have_getpty_decl" = yes; then
  10329.     break
  10330. fi
  10331. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  10332. cat > conftest.$ac_ext <<EOF
  10333. #line 10334 "configure"
  10334. #include "confdefs.h"
  10335. #include <$header>
  10336. EOF
  10337. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10338.   egrep "${ice_re_word}getpty *$ice_re_params\(\(" >/dev/null 2>&1; then
  10339.   rm -rf conftest*
  10340.   ice_cv_have_getpty_decl=yes
  10341. fi
  10342. rm -f conftest*
  10343.  
  10344. if test "$ice_cv_have_getpty_decl" = yes; then
  10345.     break
  10346. fi
  10347. done
  10348.  
  10349. fi
  10350.  
  10351. echo "$ac_t""$ice_cv_have_getpty_decl" 1>&6
  10352. if test "$ice_cv_have_getpty_decl" = yes; then
  10353. cat >> confdefs.h <<EOF
  10354. #define ${ice_have_decl_tr} 1
  10355. EOF
  10356.  
  10357. fi
  10358. fi
  10359.  
  10360.  
  10361. ice_tr=`echo getrlimit | tr '[a-z]' '[A-Z]'`
  10362. ice_have_tr=HAVE_$ice_tr
  10363. ice_have_decl_tr=${ice_have_tr}_DECL
  10364. ice_have_getrlimit=no
  10365. for ac_func in getrlimit
  10366. do
  10367. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  10368. echo "configure:10369: checking for $ac_func" >&5
  10369. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  10370.   echo $ac_n "(cached) $ac_c" 1>&6
  10371. else
  10372.   cat > conftest.$ac_ext <<EOF
  10373. #line 10374 "configure"
  10374. #include "confdefs.h"
  10375. /* System header to define __stub macros and hopefully few prototypes,
  10376.     which can conflict with char $ac_func(); below.  */
  10377. #include <assert.h>
  10378. /* Override any gcc2 internal prototype to avoid an error.  */
  10379. #ifdef __cplusplus
  10380. extern "C"
  10381. #endif
  10382. /* We use char because int might match the return type of a gcc2
  10383.     builtin and then its argument prototype would still apply.  */
  10384. char $ac_func();
  10385.  
  10386. int main() {
  10387.  
  10388. /* The GNU C library defines this for functions which it implements
  10389.     to always fail with ENOSYS.  Some functions are actually named
  10390.     something starting with __ and the normal name is an alias.  */
  10391. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  10392. choke me
  10393. #else
  10394. $ac_func();
  10395. #endif
  10396.  
  10397. ; return 0; }
  10398. EOF
  10399. if { (eval echo configure:10400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  10400.   rm -rf conftest*
  10401.   eval "ac_cv_func_$ac_func=yes"
  10402. else
  10403.   echo "configure: failed program was:" >&5
  10404.   cat conftest.$ac_ext >&5
  10405.   rm -rf conftest*
  10406.   eval "ac_cv_func_$ac_func=no"
  10407. fi
  10408. rm -f conftest*
  10409. fi
  10410.  
  10411. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  10412.   echo "$ac_t""yes" 1>&6
  10413.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  10414.   cat >> confdefs.h <<EOF
  10415. #define $ac_tr_func 1
  10416. EOF
  10417.  ice_have_getrlimit=yes
  10418. else
  10419.   echo "$ac_t""no" 1>&6
  10420. fi
  10421. done
  10422.  
  10423. if test "${ice_have_getrlimit}" = yes; then
  10424. echo $ac_n "checking for getrlimit declaration in sys/resource.h""... $ac_c" 1>&6
  10425. echo "configure:10426: checking for getrlimit declaration in sys/resource.h" >&5
  10426. if eval "test \"`echo '$''{'ice_cv_have_getrlimit_decl'+set}'`\" = set"; then
  10427.   echo $ac_n "(cached) $ac_c" 1>&6
  10428. else
  10429.   
  10430. ice_cv_have_getrlimit_decl=no
  10431. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  10432. ice_re_word='(^|[^a-zA-Z_0-9_])'
  10433. for header in sys/resource.h; do
  10434. # Check for ordinary declaration
  10435. cat > conftest.$ac_ext <<EOF
  10436. #line 10437 "configure"
  10437. #include "confdefs.h"
  10438. #include <$header>
  10439. EOF
  10440. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10441.   egrep "${ice_re_word}getrlimit *\(" >/dev/null 2>&1; then
  10442.   rm -rf conftest*
  10443.   ice_cv_have_getrlimit_decl=yes
  10444. fi
  10445. rm -f conftest*
  10446.  
  10447. if test "$ice_cv_have_getrlimit_decl" = yes; then
  10448.     break
  10449. fi
  10450. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  10451. cat > conftest.$ac_ext <<EOF
  10452. #line 10453 "configure"
  10453. #include "confdefs.h"
  10454. #include <$header>
  10455. EOF
  10456. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10457.   egrep "${ice_re_word}getrlimit *$ice_re_params\(\(" >/dev/null 2>&1; then
  10458.   rm -rf conftest*
  10459.   ice_cv_have_getrlimit_decl=yes
  10460. fi
  10461. rm -f conftest*
  10462.  
  10463. if test "$ice_cv_have_getrlimit_decl" = yes; then
  10464.     break
  10465. fi
  10466. done
  10467.  
  10468. fi
  10469.  
  10470. echo "$ac_t""$ice_cv_have_getrlimit_decl" 1>&6
  10471. if test "$ice_cv_have_getrlimit_decl" = yes; then
  10472. cat >> confdefs.h <<EOF
  10473. #define ${ice_have_decl_tr} 1
  10474. EOF
  10475.  
  10476. fi
  10477. fi
  10478.  
  10479.  
  10480. ice_tr=`echo getrusage | tr '[a-z]' '[A-Z]'`
  10481. ice_have_tr=HAVE_$ice_tr
  10482. ice_have_decl_tr=${ice_have_tr}_DECL
  10483. ice_have_getrusage=no
  10484. for ac_func in getrusage
  10485. do
  10486. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  10487. echo "configure:10488: checking for $ac_func" >&5
  10488. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  10489.   echo $ac_n "(cached) $ac_c" 1>&6
  10490. else
  10491.   cat > conftest.$ac_ext <<EOF
  10492. #line 10493 "configure"
  10493. #include "confdefs.h"
  10494. /* System header to define __stub macros and hopefully few prototypes,
  10495.     which can conflict with char $ac_func(); below.  */
  10496. #include <assert.h>
  10497. /* Override any gcc2 internal prototype to avoid an error.  */
  10498. #ifdef __cplusplus
  10499. extern "C"
  10500. #endif
  10501. /* We use char because int might match the return type of a gcc2
  10502.     builtin and then its argument prototype would still apply.  */
  10503. char $ac_func();
  10504.  
  10505. int main() {
  10506.  
  10507. /* The GNU C library defines this for functions which it implements
  10508.     to always fail with ENOSYS.  Some functions are actually named
  10509.     something starting with __ and the normal name is an alias.  */
  10510. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  10511. choke me
  10512. #else
  10513. $ac_func();
  10514. #endif
  10515.  
  10516. ; return 0; }
  10517. EOF
  10518. if { (eval echo configure:10519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  10519.   rm -rf conftest*
  10520.   eval "ac_cv_func_$ac_func=yes"
  10521. else
  10522.   echo "configure: failed program was:" >&5
  10523.   cat conftest.$ac_ext >&5
  10524.   rm -rf conftest*
  10525.   eval "ac_cv_func_$ac_func=no"
  10526. fi
  10527. rm -f conftest*
  10528. fi
  10529.  
  10530. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  10531.   echo "$ac_t""yes" 1>&6
  10532.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  10533.   cat >> confdefs.h <<EOF
  10534. #define $ac_tr_func 1
  10535. EOF
  10536.  ice_have_getrusage=yes
  10537. else
  10538.   echo "$ac_t""no" 1>&6
  10539. fi
  10540. done
  10541.  
  10542. if test "${ice_have_getrusage}" = yes; then
  10543. echo $ac_n "checking for getrusage declaration in sys/resource.h""... $ac_c" 1>&6
  10544. echo "configure:10545: checking for getrusage declaration in sys/resource.h" >&5
  10545. if eval "test \"`echo '$''{'ice_cv_have_getrusage_decl'+set}'`\" = set"; then
  10546.   echo $ac_n "(cached) $ac_c" 1>&6
  10547. else
  10548.   
  10549. ice_cv_have_getrusage_decl=no
  10550. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  10551. ice_re_word='(^|[^a-zA-Z_0-9_])'
  10552. for header in sys/resource.h; do
  10553. # Check for ordinary declaration
  10554. cat > conftest.$ac_ext <<EOF
  10555. #line 10556 "configure"
  10556. #include "confdefs.h"
  10557. #include <$header>
  10558. EOF
  10559. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10560.   egrep "${ice_re_word}getrusage *\(" >/dev/null 2>&1; then
  10561.   rm -rf conftest*
  10562.   ice_cv_have_getrusage_decl=yes
  10563. fi
  10564. rm -f conftest*
  10565.  
  10566. if test "$ice_cv_have_getrusage_decl" = yes; then
  10567.     break
  10568. fi
  10569. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  10570. cat > conftest.$ac_ext <<EOF
  10571. #line 10572 "configure"
  10572. #include "confdefs.h"
  10573. #include <$header>
  10574. EOF
  10575. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10576.   egrep "${ice_re_word}getrusage *$ice_re_params\(\(" >/dev/null 2>&1; then
  10577.   rm -rf conftest*
  10578.   ice_cv_have_getrusage_decl=yes
  10579. fi
  10580. rm -f conftest*
  10581.  
  10582. if test "$ice_cv_have_getrusage_decl" = yes; then
  10583.     break
  10584. fi
  10585. done
  10586.  
  10587. fi
  10588.  
  10589. echo "$ac_t""$ice_cv_have_getrusage_decl" 1>&6
  10590. if test "$ice_cv_have_getrusage_decl" = yes; then
  10591. cat >> confdefs.h <<EOF
  10592. #define ${ice_have_decl_tr} 1
  10593. EOF
  10594.  
  10595. fi
  10596. fi
  10597.  
  10598.  
  10599. ice_tr=`echo getwd | tr '[a-z]' '[A-Z]'`
  10600. ice_have_tr=HAVE_$ice_tr
  10601. ice_have_decl_tr=${ice_have_tr}_DECL
  10602. ice_have_getwd=no
  10603. for ac_func in getwd
  10604. do
  10605. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  10606. echo "configure:10607: checking for $ac_func" >&5
  10607. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  10608.   echo $ac_n "(cached) $ac_c" 1>&6
  10609. else
  10610.   cat > conftest.$ac_ext <<EOF
  10611. #line 10612 "configure"
  10612. #include "confdefs.h"
  10613. /* System header to define __stub macros and hopefully few prototypes,
  10614.     which can conflict with char $ac_func(); below.  */
  10615. #include <assert.h>
  10616. /* Override any gcc2 internal prototype to avoid an error.  */
  10617. #ifdef __cplusplus
  10618. extern "C"
  10619. #endif
  10620. /* We use char because int might match the return type of a gcc2
  10621.     builtin and then its argument prototype would still apply.  */
  10622. char $ac_func();
  10623.  
  10624. int main() {
  10625.  
  10626. /* The GNU C library defines this for functions which it implements
  10627.     to always fail with ENOSYS.  Some functions are actually named
  10628.     something starting with __ and the normal name is an alias.  */
  10629. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  10630. choke me
  10631. #else
  10632. $ac_func();
  10633. #endif
  10634.  
  10635. ; return 0; }
  10636. EOF
  10637. if { (eval echo configure:10638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  10638.   rm -rf conftest*
  10639.   eval "ac_cv_func_$ac_func=yes"
  10640. else
  10641.   echo "configure: failed program was:" >&5
  10642.   cat conftest.$ac_ext >&5
  10643.   rm -rf conftest*
  10644.   eval "ac_cv_func_$ac_func=no"
  10645. fi
  10646. rm -f conftest*
  10647. fi
  10648.  
  10649. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  10650.   echo "$ac_t""yes" 1>&6
  10651.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  10652.   cat >> confdefs.h <<EOF
  10653. #define $ac_tr_func 1
  10654. EOF
  10655.  ice_have_getwd=yes
  10656. else
  10657.   echo "$ac_t""no" 1>&6
  10658. fi
  10659. done
  10660.  
  10661. if test "${ice_have_getwd}" = yes; then
  10662. echo $ac_n "checking for getwd declaration in unistd.h""... $ac_c" 1>&6
  10663. echo "configure:10664: checking for getwd declaration in unistd.h" >&5
  10664. if eval "test \"`echo '$''{'ice_cv_have_getwd_decl'+set}'`\" = set"; then
  10665.   echo $ac_n "(cached) $ac_c" 1>&6
  10666. else
  10667.   
  10668. ice_cv_have_getwd_decl=no
  10669. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  10670. ice_re_word='(^|[^a-zA-Z_0-9_])'
  10671. for header in unistd.h; do
  10672. # Check for ordinary declaration
  10673. cat > conftest.$ac_ext <<EOF
  10674. #line 10675 "configure"
  10675. #include "confdefs.h"
  10676. #include <$header>
  10677. EOF
  10678. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10679.   egrep "${ice_re_word}getwd *\(" >/dev/null 2>&1; then
  10680.   rm -rf conftest*
  10681.   ice_cv_have_getwd_decl=yes
  10682. fi
  10683. rm -f conftest*
  10684.  
  10685. if test "$ice_cv_have_getwd_decl" = yes; then
  10686.     break
  10687. fi
  10688. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  10689. cat > conftest.$ac_ext <<EOF
  10690. #line 10691 "configure"
  10691. #include "confdefs.h"
  10692. #include <$header>
  10693. EOF
  10694. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10695.   egrep "${ice_re_word}getwd *$ice_re_params\(\(" >/dev/null 2>&1; then
  10696.   rm -rf conftest*
  10697.   ice_cv_have_getwd_decl=yes
  10698. fi
  10699. rm -f conftest*
  10700.  
  10701. if test "$ice_cv_have_getwd_decl" = yes; then
  10702.     break
  10703. fi
  10704. done
  10705.  
  10706. fi
  10707.  
  10708. echo "$ac_t""$ice_cv_have_getwd_decl" 1>&6
  10709. if test "$ice_cv_have_getwd_decl" = yes; then
  10710. cat >> confdefs.h <<EOF
  10711. #define ${ice_have_decl_tr} 1
  10712. EOF
  10713.  
  10714. fi
  10715. fi
  10716.  
  10717.  
  10718. ice_tr=`echo grantpt | tr '[a-z]' '[A-Z]'`
  10719. ice_have_tr=HAVE_$ice_tr
  10720. ice_have_decl_tr=${ice_have_tr}_DECL
  10721. ice_have_grantpt=no
  10722. for ac_func in grantpt
  10723. do
  10724. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  10725. echo "configure:10726: checking for $ac_func" >&5
  10726. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  10727.   echo $ac_n "(cached) $ac_c" 1>&6
  10728. else
  10729.   cat > conftest.$ac_ext <<EOF
  10730. #line 10731 "configure"
  10731. #include "confdefs.h"
  10732. /* System header to define __stub macros and hopefully few prototypes,
  10733.     which can conflict with char $ac_func(); below.  */
  10734. #include <assert.h>
  10735. /* Override any gcc2 internal prototype to avoid an error.  */
  10736. #ifdef __cplusplus
  10737. extern "C"
  10738. #endif
  10739. /* We use char because int might match the return type of a gcc2
  10740.     builtin and then its argument prototype would still apply.  */
  10741. char $ac_func();
  10742.  
  10743. int main() {
  10744.  
  10745. /* The GNU C library defines this for functions which it implements
  10746.     to always fail with ENOSYS.  Some functions are actually named
  10747.     something starting with __ and the normal name is an alias.  */
  10748. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  10749. choke me
  10750. #else
  10751. $ac_func();
  10752. #endif
  10753.  
  10754. ; return 0; }
  10755. EOF
  10756. if { (eval echo configure:10757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  10757.   rm -rf conftest*
  10758.   eval "ac_cv_func_$ac_func=yes"
  10759. else
  10760.   echo "configure: failed program was:" >&5
  10761.   cat conftest.$ac_ext >&5
  10762.   rm -rf conftest*
  10763.   eval "ac_cv_func_$ac_func=no"
  10764. fi
  10765. rm -f conftest*
  10766. fi
  10767.  
  10768. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  10769.   echo "$ac_t""yes" 1>&6
  10770.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  10771.   cat >> confdefs.h <<EOF
  10772. #define $ac_tr_func 1
  10773. EOF
  10774.  ice_have_grantpt=yes
  10775. else
  10776.   echo "$ac_t""no" 1>&6
  10777. fi
  10778. done
  10779.  
  10780. if test "${ice_have_grantpt}" = yes; then
  10781. echo $ac_n "checking for grantpt declaration in stdlib.h""... $ac_c" 1>&6
  10782. echo "configure:10783: checking for grantpt declaration in stdlib.h" >&5
  10783. if eval "test \"`echo '$''{'ice_cv_have_grantpt_decl'+set}'`\" = set"; then
  10784.   echo $ac_n "(cached) $ac_c" 1>&6
  10785. else
  10786.   
  10787. ice_cv_have_grantpt_decl=no
  10788. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  10789. ice_re_word='(^|[^a-zA-Z_0-9_])'
  10790. for header in stdlib.h; do
  10791. # Check for ordinary declaration
  10792. cat > conftest.$ac_ext <<EOF
  10793. #line 10794 "configure"
  10794. #include "confdefs.h"
  10795. #include <$header>
  10796. EOF
  10797. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10798.   egrep "${ice_re_word}grantpt *\(" >/dev/null 2>&1; then
  10799.   rm -rf conftest*
  10800.   ice_cv_have_grantpt_decl=yes
  10801. fi
  10802. rm -f conftest*
  10803.  
  10804. if test "$ice_cv_have_grantpt_decl" = yes; then
  10805.     break
  10806. fi
  10807. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  10808. cat > conftest.$ac_ext <<EOF
  10809. #line 10810 "configure"
  10810. #include "confdefs.h"
  10811. #include <$header>
  10812. EOF
  10813. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10814.   egrep "${ice_re_word}grantpt *$ice_re_params\(\(" >/dev/null 2>&1; then
  10815.   rm -rf conftest*
  10816.   ice_cv_have_grantpt_decl=yes
  10817. fi
  10818. rm -f conftest*
  10819.  
  10820. if test "$ice_cv_have_grantpt_decl" = yes; then
  10821.     break
  10822. fi
  10823. done
  10824.  
  10825. fi
  10826.  
  10827. echo "$ac_t""$ice_cv_have_grantpt_decl" 1>&6
  10828. if test "$ice_cv_have_grantpt_decl" = yes; then
  10829. cat >> confdefs.h <<EOF
  10830. #define ${ice_have_decl_tr} 1
  10831. EOF
  10832.  
  10833. fi
  10834. fi
  10835.  
  10836.  
  10837. ice_tr=`echo hypot | tr '[a-z]' '[A-Z]'`
  10838. ice_have_tr=HAVE_$ice_tr
  10839. ice_have_decl_tr=${ice_have_tr}_DECL
  10840. ice_have_hypot=no
  10841. for ac_func in hypot
  10842. do
  10843. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  10844. echo "configure:10845: checking for $ac_func" >&5
  10845. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  10846.   echo $ac_n "(cached) $ac_c" 1>&6
  10847. else
  10848.   cat > conftest.$ac_ext <<EOF
  10849. #line 10850 "configure"
  10850. #include "confdefs.h"
  10851. /* System header to define __stub macros and hopefully few prototypes,
  10852.     which can conflict with char $ac_func(); below.  */
  10853. #include <assert.h>
  10854. /* Override any gcc2 internal prototype to avoid an error.  */
  10855. #ifdef __cplusplus
  10856. extern "C"
  10857. #endif
  10858. /* We use char because int might match the return type of a gcc2
  10859.     builtin and then its argument prototype would still apply.  */
  10860. char $ac_func();
  10861.  
  10862. int main() {
  10863.  
  10864. /* The GNU C library defines this for functions which it implements
  10865.     to always fail with ENOSYS.  Some functions are actually named
  10866.     something starting with __ and the normal name is an alias.  */
  10867. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  10868. choke me
  10869. #else
  10870. $ac_func();
  10871. #endif
  10872.  
  10873. ; return 0; }
  10874. EOF
  10875. if { (eval echo configure:10876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  10876.   rm -rf conftest*
  10877.   eval "ac_cv_func_$ac_func=yes"
  10878. else
  10879.   echo "configure: failed program was:" >&5
  10880.   cat conftest.$ac_ext >&5
  10881.   rm -rf conftest*
  10882.   eval "ac_cv_func_$ac_func=no"
  10883. fi
  10884. rm -f conftest*
  10885. fi
  10886.  
  10887. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  10888.   echo "$ac_t""yes" 1>&6
  10889.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  10890.   cat >> confdefs.h <<EOF
  10891. #define $ac_tr_func 1
  10892. EOF
  10893.  ice_have_hypot=yes
  10894. else
  10895.   echo "$ac_t""no" 1>&6
  10896. fi
  10897. done
  10898.  
  10899. if test "${ice_have_hypot}" = yes; then
  10900. echo $ac_n "checking for hypot declaration in math.h""... $ac_c" 1>&6
  10901. echo "configure:10902: checking for hypot declaration in math.h" >&5
  10902. if eval "test \"`echo '$''{'ice_cv_have_hypot_decl'+set}'`\" = set"; then
  10903.   echo $ac_n "(cached) $ac_c" 1>&6
  10904. else
  10905.   
  10906. ice_cv_have_hypot_decl=no
  10907. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  10908. ice_re_word='(^|[^a-zA-Z_0-9_])'
  10909. for header in math.h; do
  10910. # Check for ordinary declaration
  10911. cat > conftest.$ac_ext <<EOF
  10912. #line 10913 "configure"
  10913. #include "confdefs.h"
  10914. #include <$header>
  10915. EOF
  10916. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10917.   egrep "${ice_re_word}hypot *\(" >/dev/null 2>&1; then
  10918.   rm -rf conftest*
  10919.   ice_cv_have_hypot_decl=yes
  10920. fi
  10921. rm -f conftest*
  10922.  
  10923. if test "$ice_cv_have_hypot_decl" = yes; then
  10924.     break
  10925. fi
  10926. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  10927. cat > conftest.$ac_ext <<EOF
  10928. #line 10929 "configure"
  10929. #include "confdefs.h"
  10930. #include <$header>
  10931. EOF
  10932. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  10933.   egrep "${ice_re_word}hypot *$ice_re_params\(\(" >/dev/null 2>&1; then
  10934.   rm -rf conftest*
  10935.   ice_cv_have_hypot_decl=yes
  10936. fi
  10937. rm -f conftest*
  10938.  
  10939. if test "$ice_cv_have_hypot_decl" = yes; then
  10940.     break
  10941. fi
  10942. done
  10943.  
  10944. fi
  10945.  
  10946. echo "$ac_t""$ice_cv_have_hypot_decl" 1>&6
  10947. if test "$ice_cv_have_hypot_decl" = yes; then
  10948. cat >> confdefs.h <<EOF
  10949. #define ${ice_have_decl_tr} 1
  10950. EOF
  10951.  
  10952. fi
  10953. fi
  10954.  
  10955.  
  10956. ice_tr=`echo ioctl | tr '[a-z]' '[A-Z]'`
  10957. ice_have_tr=HAVE_$ice_tr
  10958. ice_have_decl_tr=${ice_have_tr}_DECL
  10959. ice_have_ioctl=no
  10960. for ac_func in ioctl
  10961. do
  10962. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  10963. echo "configure:10964: checking for $ac_func" >&5
  10964. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  10965.   echo $ac_n "(cached) $ac_c" 1>&6
  10966. else
  10967.   cat > conftest.$ac_ext <<EOF
  10968. #line 10969 "configure"
  10969. #include "confdefs.h"
  10970. /* System header to define __stub macros and hopefully few prototypes,
  10971.     which can conflict with char $ac_func(); below.  */
  10972. #include <assert.h>
  10973. /* Override any gcc2 internal prototype to avoid an error.  */
  10974. #ifdef __cplusplus
  10975. extern "C"
  10976. #endif
  10977. /* We use char because int might match the return type of a gcc2
  10978.     builtin and then its argument prototype would still apply.  */
  10979. char $ac_func();
  10980.  
  10981. int main() {
  10982.  
  10983. /* The GNU C library defines this for functions which it implements
  10984.     to always fail with ENOSYS.  Some functions are actually named
  10985.     something starting with __ and the normal name is an alias.  */
  10986. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  10987. choke me
  10988. #else
  10989. $ac_func();
  10990. #endif
  10991.  
  10992. ; return 0; }
  10993. EOF
  10994. if { (eval echo configure:10995: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  10995.   rm -rf conftest*
  10996.   eval "ac_cv_func_$ac_func=yes"
  10997. else
  10998.   echo "configure: failed program was:" >&5
  10999.   cat conftest.$ac_ext >&5
  11000.   rm -rf conftest*
  11001.   eval "ac_cv_func_$ac_func=no"
  11002. fi
  11003. rm -f conftest*
  11004. fi
  11005.  
  11006. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  11007.   echo "$ac_t""yes" 1>&6
  11008.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  11009.   cat >> confdefs.h <<EOF
  11010. #define $ac_tr_func 1
  11011. EOF
  11012.  ice_have_ioctl=yes
  11013. else
  11014.   echo "$ac_t""no" 1>&6
  11015. fi
  11016. done
  11017.  
  11018. if test "${ice_have_ioctl}" = yes; then
  11019. echo $ac_n "checking for ioctl declaration in unistd.h sys/ioctl.h""... $ac_c" 1>&6
  11020. echo "configure:11021: checking for ioctl declaration in unistd.h sys/ioctl.h" >&5
  11021. if eval "test \"`echo '$''{'ice_cv_have_ioctl_decl'+set}'`\" = set"; then
  11022.   echo $ac_n "(cached) $ac_c" 1>&6
  11023. else
  11024.   
  11025. ice_cv_have_ioctl_decl=no
  11026. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  11027. ice_re_word='(^|[^a-zA-Z_0-9_])'
  11028. for header in unistd.h sys/ioctl.h; do
  11029. # Check for ordinary declaration
  11030. cat > conftest.$ac_ext <<EOF
  11031. #line 11032 "configure"
  11032. #include "confdefs.h"
  11033. #include <$header>
  11034. EOF
  11035. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11036.   egrep "${ice_re_word}ioctl *\(" >/dev/null 2>&1; then
  11037.   rm -rf conftest*
  11038.   ice_cv_have_ioctl_decl=yes
  11039. fi
  11040. rm -f conftest*
  11041.  
  11042. if test "$ice_cv_have_ioctl_decl" = yes; then
  11043.     break
  11044. fi
  11045. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  11046. cat > conftest.$ac_ext <<EOF
  11047. #line 11048 "configure"
  11048. #include "confdefs.h"
  11049. #include <$header>
  11050. EOF
  11051. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11052.   egrep "${ice_re_word}ioctl *$ice_re_params\(\(" >/dev/null 2>&1; then
  11053.   rm -rf conftest*
  11054.   ice_cv_have_ioctl_decl=yes
  11055. fi
  11056. rm -f conftest*
  11057.  
  11058. if test "$ice_cv_have_ioctl_decl" = yes; then
  11059.     break
  11060. fi
  11061. done
  11062.  
  11063. fi
  11064.  
  11065. echo "$ac_t""$ice_cv_have_ioctl_decl" 1>&6
  11066. if test "$ice_cv_have_ioctl_decl" = yes; then
  11067. cat >> confdefs.h <<EOF
  11068. #define ${ice_have_decl_tr} 1
  11069. EOF
  11070.  
  11071. fi
  11072. fi
  11073.  
  11074.  
  11075. ice_tr=`echo link | tr '[a-z]' '[A-Z]'`
  11076. ice_have_tr=HAVE_$ice_tr
  11077. ice_have_decl_tr=${ice_have_tr}_DECL
  11078. ice_have_link=no
  11079. for ac_func in link
  11080. do
  11081. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  11082. echo "configure:11083: checking for $ac_func" >&5
  11083. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  11084.   echo $ac_n "(cached) $ac_c" 1>&6
  11085. else
  11086.   cat > conftest.$ac_ext <<EOF
  11087. #line 11088 "configure"
  11088. #include "confdefs.h"
  11089. /* System header to define __stub macros and hopefully few prototypes,
  11090.     which can conflict with char $ac_func(); below.  */
  11091. #include <assert.h>
  11092. /* Override any gcc2 internal prototype to avoid an error.  */
  11093. #ifdef __cplusplus
  11094. extern "C"
  11095. #endif
  11096. /* We use char because int might match the return type of a gcc2
  11097.     builtin and then its argument prototype would still apply.  */
  11098. char $ac_func();
  11099.  
  11100. int main() {
  11101.  
  11102. /* The GNU C library defines this for functions which it implements
  11103.     to always fail with ENOSYS.  Some functions are actually named
  11104.     something starting with __ and the normal name is an alias.  */
  11105. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  11106. choke me
  11107. #else
  11108. $ac_func();
  11109. #endif
  11110.  
  11111. ; return 0; }
  11112. EOF
  11113. if { (eval echo configure:11114: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  11114.   rm -rf conftest*
  11115.   eval "ac_cv_func_$ac_func=yes"
  11116. else
  11117.   echo "configure: failed program was:" >&5
  11118.   cat conftest.$ac_ext >&5
  11119.   rm -rf conftest*
  11120.   eval "ac_cv_func_$ac_func=no"
  11121. fi
  11122. rm -f conftest*
  11123. fi
  11124.  
  11125. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  11126.   echo "$ac_t""yes" 1>&6
  11127.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  11128.   cat >> confdefs.h <<EOF
  11129. #define $ac_tr_func 1
  11130. EOF
  11131.  ice_have_link=yes
  11132. else
  11133.   echo "$ac_t""no" 1>&6
  11134. fi
  11135. done
  11136.  
  11137. if test "${ice_have_link}" = yes; then
  11138. echo $ac_n "checking for link declaration in unistd.h""... $ac_c" 1>&6
  11139. echo "configure:11140: checking for link declaration in unistd.h" >&5
  11140. if eval "test \"`echo '$''{'ice_cv_have_link_decl'+set}'`\" = set"; then
  11141.   echo $ac_n "(cached) $ac_c" 1>&6
  11142. else
  11143.   
  11144. ice_cv_have_link_decl=no
  11145. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  11146. ice_re_word='(^|[^a-zA-Z_0-9_])'
  11147. for header in unistd.h; do
  11148. # Check for ordinary declaration
  11149. cat > conftest.$ac_ext <<EOF
  11150. #line 11151 "configure"
  11151. #include "confdefs.h"
  11152. #include <$header>
  11153. EOF
  11154. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11155.   egrep "${ice_re_word}link *\(" >/dev/null 2>&1; then
  11156.   rm -rf conftest*
  11157.   ice_cv_have_link_decl=yes
  11158. fi
  11159. rm -f conftest*
  11160.  
  11161. if test "$ice_cv_have_link_decl" = yes; then
  11162.     break
  11163. fi
  11164. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  11165. cat > conftest.$ac_ext <<EOF
  11166. #line 11167 "configure"
  11167. #include "confdefs.h"
  11168. #include <$header>
  11169. EOF
  11170. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11171.   egrep "${ice_re_word}link *$ice_re_params\(\(" >/dev/null 2>&1; then
  11172.   rm -rf conftest*
  11173.   ice_cv_have_link_decl=yes
  11174. fi
  11175. rm -f conftest*
  11176.  
  11177. if test "$ice_cv_have_link_decl" = yes; then
  11178.     break
  11179. fi
  11180. done
  11181.  
  11182. fi
  11183.  
  11184. echo "$ac_t""$ice_cv_have_link_decl" 1>&6
  11185. if test "$ice_cv_have_link_decl" = yes; then
  11186. cat >> confdefs.h <<EOF
  11187. #define ${ice_have_decl_tr} 1
  11188. EOF
  11189.  
  11190. fi
  11191. fi
  11192.  
  11193.  
  11194. ice_tr=`echo lstat | tr '[a-z]' '[A-Z]'`
  11195. ice_have_tr=HAVE_$ice_tr
  11196. ice_have_decl_tr=${ice_have_tr}_DECL
  11197. ice_have_lstat=no
  11198. for ac_func in lstat
  11199. do
  11200. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  11201. echo "configure:11202: checking for $ac_func" >&5
  11202. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  11203.   echo $ac_n "(cached) $ac_c" 1>&6
  11204. else
  11205.   cat > conftest.$ac_ext <<EOF
  11206. #line 11207 "configure"
  11207. #include "confdefs.h"
  11208. /* System header to define __stub macros and hopefully few prototypes,
  11209.     which can conflict with char $ac_func(); below.  */
  11210. #include <assert.h>
  11211. /* Override any gcc2 internal prototype to avoid an error.  */
  11212. #ifdef __cplusplus
  11213. extern "C"
  11214. #endif
  11215. /* We use char because int might match the return type of a gcc2
  11216.     builtin and then its argument prototype would still apply.  */
  11217. char $ac_func();
  11218.  
  11219. int main() {
  11220.  
  11221. /* The GNU C library defines this for functions which it implements
  11222.     to always fail with ENOSYS.  Some functions are actually named
  11223.     something starting with __ and the normal name is an alias.  */
  11224. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  11225. choke me
  11226. #else
  11227. $ac_func();
  11228. #endif
  11229.  
  11230. ; return 0; }
  11231. EOF
  11232. if { (eval echo configure:11233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  11233.   rm -rf conftest*
  11234.   eval "ac_cv_func_$ac_func=yes"
  11235. else
  11236.   echo "configure: failed program was:" >&5
  11237.   cat conftest.$ac_ext >&5
  11238.   rm -rf conftest*
  11239.   eval "ac_cv_func_$ac_func=no"
  11240. fi
  11241. rm -f conftest*
  11242. fi
  11243.  
  11244. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  11245.   echo "$ac_t""yes" 1>&6
  11246.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  11247.   cat >> confdefs.h <<EOF
  11248. #define $ac_tr_func 1
  11249. EOF
  11250.  ice_have_lstat=yes
  11251. else
  11252.   echo "$ac_t""no" 1>&6
  11253. fi
  11254. done
  11255.  
  11256. if test "${ice_have_lstat}" = yes; then
  11257. echo $ac_n "checking for lstat declaration in sys/stat.h""... $ac_c" 1>&6
  11258. echo "configure:11259: checking for lstat declaration in sys/stat.h" >&5
  11259. if eval "test \"`echo '$''{'ice_cv_have_lstat_decl'+set}'`\" = set"; then
  11260.   echo $ac_n "(cached) $ac_c" 1>&6
  11261. else
  11262.   
  11263. ice_cv_have_lstat_decl=no
  11264. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  11265. ice_re_word='(^|[^a-zA-Z_0-9_])'
  11266. for header in sys/stat.h; do
  11267. # Check for ordinary declaration
  11268. cat > conftest.$ac_ext <<EOF
  11269. #line 11270 "configure"
  11270. #include "confdefs.h"
  11271. #include <$header>
  11272. EOF
  11273. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11274.   egrep "${ice_re_word}lstat *\(" >/dev/null 2>&1; then
  11275.   rm -rf conftest*
  11276.   ice_cv_have_lstat_decl=yes
  11277. fi
  11278. rm -f conftest*
  11279.  
  11280. if test "$ice_cv_have_lstat_decl" = yes; then
  11281.     break
  11282. fi
  11283. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  11284. cat > conftest.$ac_ext <<EOF
  11285. #line 11286 "configure"
  11286. #include "confdefs.h"
  11287. #include <$header>
  11288. EOF
  11289. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11290.   egrep "${ice_re_word}lstat *$ice_re_params\(\(" >/dev/null 2>&1; then
  11291.   rm -rf conftest*
  11292.   ice_cv_have_lstat_decl=yes
  11293. fi
  11294. rm -f conftest*
  11295.  
  11296. if test "$ice_cv_have_lstat_decl" = yes; then
  11297.     break
  11298. fi
  11299. done
  11300.  
  11301. fi
  11302.  
  11303. echo "$ac_t""$ice_cv_have_lstat_decl" 1>&6
  11304. if test "$ice_cv_have_lstat_decl" = yes; then
  11305. cat >> confdefs.h <<EOF
  11306. #define ${ice_have_decl_tr} 1
  11307. EOF
  11308.  
  11309. fi
  11310. fi
  11311.  
  11312.  
  11313. ice_tr=`echo malloc | tr '[a-z]' '[A-Z]'`
  11314. ice_have_tr=HAVE_$ice_tr
  11315. ice_have_decl_tr=${ice_have_tr}_DECL
  11316. ice_have_malloc=no
  11317. for ac_func in malloc
  11318. do
  11319. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  11320. echo "configure:11321: checking for $ac_func" >&5
  11321. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  11322.   echo $ac_n "(cached) $ac_c" 1>&6
  11323. else
  11324.   cat > conftest.$ac_ext <<EOF
  11325. #line 11326 "configure"
  11326. #include "confdefs.h"
  11327. /* System header to define __stub macros and hopefully few prototypes,
  11328.     which can conflict with char $ac_func(); below.  */
  11329. #include <assert.h>
  11330. /* Override any gcc2 internal prototype to avoid an error.  */
  11331. #ifdef __cplusplus
  11332. extern "C"
  11333. #endif
  11334. /* We use char because int might match the return type of a gcc2
  11335.     builtin and then its argument prototype would still apply.  */
  11336. char $ac_func();
  11337.  
  11338. int main() {
  11339.  
  11340. /* The GNU C library defines this for functions which it implements
  11341.     to always fail with ENOSYS.  Some functions are actually named
  11342.     something starting with __ and the normal name is an alias.  */
  11343. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  11344. choke me
  11345. #else
  11346. $ac_func();
  11347. #endif
  11348.  
  11349. ; return 0; }
  11350. EOF
  11351. if { (eval echo configure:11352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  11352.   rm -rf conftest*
  11353.   eval "ac_cv_func_$ac_func=yes"
  11354. else
  11355.   echo "configure: failed program was:" >&5
  11356.   cat conftest.$ac_ext >&5
  11357.   rm -rf conftest*
  11358.   eval "ac_cv_func_$ac_func=no"
  11359. fi
  11360. rm -f conftest*
  11361. fi
  11362.  
  11363. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  11364.   echo "$ac_t""yes" 1>&6
  11365.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  11366.   cat >> confdefs.h <<EOF
  11367. #define $ac_tr_func 1
  11368. EOF
  11369.  ice_have_malloc=yes
  11370. else
  11371.   echo "$ac_t""no" 1>&6
  11372. fi
  11373. done
  11374.  
  11375. if test "${ice_have_malloc}" = yes; then
  11376. echo $ac_n "checking for malloc declaration in stdlib.h""... $ac_c" 1>&6
  11377. echo "configure:11378: checking for malloc declaration in stdlib.h" >&5
  11378. if eval "test \"`echo '$''{'ice_cv_have_malloc_decl'+set}'`\" = set"; then
  11379.   echo $ac_n "(cached) $ac_c" 1>&6
  11380. else
  11381.   
  11382. ice_cv_have_malloc_decl=no
  11383. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  11384. ice_re_word='(^|[^a-zA-Z_0-9_])'
  11385. for header in stdlib.h; do
  11386. # Check for ordinary declaration
  11387. cat > conftest.$ac_ext <<EOF
  11388. #line 11389 "configure"
  11389. #include "confdefs.h"
  11390. #include <$header>
  11391. EOF
  11392. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11393.   egrep "${ice_re_word}malloc *\(" >/dev/null 2>&1; then
  11394.   rm -rf conftest*
  11395.   ice_cv_have_malloc_decl=yes
  11396. fi
  11397. rm -f conftest*
  11398.  
  11399. if test "$ice_cv_have_malloc_decl" = yes; then
  11400.     break
  11401. fi
  11402. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  11403. cat > conftest.$ac_ext <<EOF
  11404. #line 11405 "configure"
  11405. #include "confdefs.h"
  11406. #include <$header>
  11407. EOF
  11408. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11409.   egrep "${ice_re_word}malloc *$ice_re_params\(\(" >/dev/null 2>&1; then
  11410.   rm -rf conftest*
  11411.   ice_cv_have_malloc_decl=yes
  11412. fi
  11413. rm -f conftest*
  11414.  
  11415. if test "$ice_cv_have_malloc_decl" = yes; then
  11416.     break
  11417. fi
  11418. done
  11419.  
  11420. fi
  11421.  
  11422. echo "$ac_t""$ice_cv_have_malloc_decl" 1>&6
  11423. if test "$ice_cv_have_malloc_decl" = yes; then
  11424. cat >> confdefs.h <<EOF
  11425. #define ${ice_have_decl_tr} 1
  11426. EOF
  11427.  
  11428. fi
  11429. fi
  11430.  
  11431.  
  11432. ice_tr=`echo memcpy | tr '[a-z]' '[A-Z]'`
  11433. ice_have_tr=HAVE_$ice_tr
  11434. ice_have_decl_tr=${ice_have_tr}_DECL
  11435. ice_have_memcpy=no
  11436. for ac_func in memcpy
  11437. do
  11438. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  11439. echo "configure:11440: checking for $ac_func" >&5
  11440. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  11441.   echo $ac_n "(cached) $ac_c" 1>&6
  11442. else
  11443.   cat > conftest.$ac_ext <<EOF
  11444. #line 11445 "configure"
  11445. #include "confdefs.h"
  11446. /* System header to define __stub macros and hopefully few prototypes,
  11447.     which can conflict with char $ac_func(); below.  */
  11448. #include <assert.h>
  11449. /* Override any gcc2 internal prototype to avoid an error.  */
  11450. #ifdef __cplusplus
  11451. extern "C"
  11452. #endif
  11453. /* We use char because int might match the return type of a gcc2
  11454.     builtin and then its argument prototype would still apply.  */
  11455. char $ac_func();
  11456.  
  11457. int main() {
  11458.  
  11459. /* The GNU C library defines this for functions which it implements
  11460.     to always fail with ENOSYS.  Some functions are actually named
  11461.     something starting with __ and the normal name is an alias.  */
  11462. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  11463. choke me
  11464. #else
  11465. $ac_func();
  11466. #endif
  11467.  
  11468. ; return 0; }
  11469. EOF
  11470. if { (eval echo configure:11471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  11471.   rm -rf conftest*
  11472.   eval "ac_cv_func_$ac_func=yes"
  11473. else
  11474.   echo "configure: failed program was:" >&5
  11475.   cat conftest.$ac_ext >&5
  11476.   rm -rf conftest*
  11477.   eval "ac_cv_func_$ac_func=no"
  11478. fi
  11479. rm -f conftest*
  11480. fi
  11481.  
  11482. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  11483.   echo "$ac_t""yes" 1>&6
  11484.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  11485.   cat >> confdefs.h <<EOF
  11486. #define $ac_tr_func 1
  11487. EOF
  11488.  ice_have_memcpy=yes
  11489. else
  11490.   echo "$ac_t""no" 1>&6
  11491. fi
  11492. done
  11493.  
  11494. if test "${ice_have_memcpy}" = yes; then
  11495. echo $ac_n "checking for memcpy declaration in string.h""... $ac_c" 1>&6
  11496. echo "configure:11497: checking for memcpy declaration in string.h" >&5
  11497. if eval "test \"`echo '$''{'ice_cv_have_memcpy_decl'+set}'`\" = set"; then
  11498.   echo $ac_n "(cached) $ac_c" 1>&6
  11499. else
  11500.   
  11501. ice_cv_have_memcpy_decl=no
  11502. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  11503. ice_re_word='(^|[^a-zA-Z_0-9_])'
  11504. for header in string.h; do
  11505. # Check for ordinary declaration
  11506. cat > conftest.$ac_ext <<EOF
  11507. #line 11508 "configure"
  11508. #include "confdefs.h"
  11509. #include <$header>
  11510. EOF
  11511. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11512.   egrep "${ice_re_word}memcpy *\(" >/dev/null 2>&1; then
  11513.   rm -rf conftest*
  11514.   ice_cv_have_memcpy_decl=yes
  11515. fi
  11516. rm -f conftest*
  11517.  
  11518. if test "$ice_cv_have_memcpy_decl" = yes; then
  11519.     break
  11520. fi
  11521. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  11522. cat > conftest.$ac_ext <<EOF
  11523. #line 11524 "configure"
  11524. #include "confdefs.h"
  11525. #include <$header>
  11526. EOF
  11527. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11528.   egrep "${ice_re_word}memcpy *$ice_re_params\(\(" >/dev/null 2>&1; then
  11529.   rm -rf conftest*
  11530.   ice_cv_have_memcpy_decl=yes
  11531. fi
  11532. rm -f conftest*
  11533.  
  11534. if test "$ice_cv_have_memcpy_decl" = yes; then
  11535.     break
  11536. fi
  11537. done
  11538.  
  11539. fi
  11540.  
  11541. echo "$ac_t""$ice_cv_have_memcpy_decl" 1>&6
  11542. if test "$ice_cv_have_memcpy_decl" = yes; then
  11543. cat >> confdefs.h <<EOF
  11544. #define ${ice_have_decl_tr} 1
  11545. EOF
  11546.  
  11547. fi
  11548. fi
  11549.  
  11550.  
  11551. ice_tr=`echo memset | tr '[a-z]' '[A-Z]'`
  11552. ice_have_tr=HAVE_$ice_tr
  11553. ice_have_decl_tr=${ice_have_tr}_DECL
  11554. ice_have_memset=no
  11555. for ac_func in memset
  11556. do
  11557. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  11558. echo "configure:11559: checking for $ac_func" >&5
  11559. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  11560.   echo $ac_n "(cached) $ac_c" 1>&6
  11561. else
  11562.   cat > conftest.$ac_ext <<EOF
  11563. #line 11564 "configure"
  11564. #include "confdefs.h"
  11565. /* System header to define __stub macros and hopefully few prototypes,
  11566.     which can conflict with char $ac_func(); below.  */
  11567. #include <assert.h>
  11568. /* Override any gcc2 internal prototype to avoid an error.  */
  11569. #ifdef __cplusplus
  11570. extern "C"
  11571. #endif
  11572. /* We use char because int might match the return type of a gcc2
  11573.     builtin and then its argument prototype would still apply.  */
  11574. char $ac_func();
  11575.  
  11576. int main() {
  11577.  
  11578. /* The GNU C library defines this for functions which it implements
  11579.     to always fail with ENOSYS.  Some functions are actually named
  11580.     something starting with __ and the normal name is an alias.  */
  11581. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  11582. choke me
  11583. #else
  11584. $ac_func();
  11585. #endif
  11586.  
  11587. ; return 0; }
  11588. EOF
  11589. if { (eval echo configure:11590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  11590.   rm -rf conftest*
  11591.   eval "ac_cv_func_$ac_func=yes"
  11592. else
  11593.   echo "configure: failed program was:" >&5
  11594.   cat conftest.$ac_ext >&5
  11595.   rm -rf conftest*
  11596.   eval "ac_cv_func_$ac_func=no"
  11597. fi
  11598. rm -f conftest*
  11599. fi
  11600.  
  11601. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  11602.   echo "$ac_t""yes" 1>&6
  11603.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  11604.   cat >> confdefs.h <<EOF
  11605. #define $ac_tr_func 1
  11606. EOF
  11607.  ice_have_memset=yes
  11608. else
  11609.   echo "$ac_t""no" 1>&6
  11610. fi
  11611. done
  11612.  
  11613. if test "${ice_have_memset}" = yes; then
  11614. echo $ac_n "checking for memset declaration in string.h""... $ac_c" 1>&6
  11615. echo "configure:11616: checking for memset declaration in string.h" >&5
  11616. if eval "test \"`echo '$''{'ice_cv_have_memset_decl'+set}'`\" = set"; then
  11617.   echo $ac_n "(cached) $ac_c" 1>&6
  11618. else
  11619.   
  11620. ice_cv_have_memset_decl=no
  11621. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  11622. ice_re_word='(^|[^a-zA-Z_0-9_])'
  11623. for header in string.h; do
  11624. # Check for ordinary declaration
  11625. cat > conftest.$ac_ext <<EOF
  11626. #line 11627 "configure"
  11627. #include "confdefs.h"
  11628. #include <$header>
  11629. EOF
  11630. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11631.   egrep "${ice_re_word}memset *\(" >/dev/null 2>&1; then
  11632.   rm -rf conftest*
  11633.   ice_cv_have_memset_decl=yes
  11634. fi
  11635. rm -f conftest*
  11636.  
  11637. if test "$ice_cv_have_memset_decl" = yes; then
  11638.     break
  11639. fi
  11640. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  11641. cat > conftest.$ac_ext <<EOF
  11642. #line 11643 "configure"
  11643. #include "confdefs.h"
  11644. #include <$header>
  11645. EOF
  11646. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11647.   egrep "${ice_re_word}memset *$ice_re_params\(\(" >/dev/null 2>&1; then
  11648.   rm -rf conftest*
  11649.   ice_cv_have_memset_decl=yes
  11650. fi
  11651. rm -f conftest*
  11652.  
  11653. if test "$ice_cv_have_memset_decl" = yes; then
  11654.     break
  11655. fi
  11656. done
  11657.  
  11658. fi
  11659.  
  11660. echo "$ac_t""$ice_cv_have_memset_decl" 1>&6
  11661. if test "$ice_cv_have_memset_decl" = yes; then
  11662. cat >> confdefs.h <<EOF
  11663. #define ${ice_have_decl_tr} 1
  11664. EOF
  11665.  
  11666. fi
  11667. fi
  11668.  
  11669.  
  11670. ice_tr=`echo pclose | tr '[a-z]' '[A-Z]'`
  11671. ice_have_tr=HAVE_$ice_tr
  11672. ice_have_decl_tr=${ice_have_tr}_DECL
  11673. ice_have_pclose=no
  11674. for ac_func in pclose
  11675. do
  11676. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  11677. echo "configure:11678: checking for $ac_func" >&5
  11678. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  11679.   echo $ac_n "(cached) $ac_c" 1>&6
  11680. else
  11681.   cat > conftest.$ac_ext <<EOF
  11682. #line 11683 "configure"
  11683. #include "confdefs.h"
  11684. /* System header to define __stub macros and hopefully few prototypes,
  11685.     which can conflict with char $ac_func(); below.  */
  11686. #include <assert.h>
  11687. /* Override any gcc2 internal prototype to avoid an error.  */
  11688. #ifdef __cplusplus
  11689. extern "C"
  11690. #endif
  11691. /* We use char because int might match the return type of a gcc2
  11692.     builtin and then its argument prototype would still apply.  */
  11693. char $ac_func();
  11694.  
  11695. int main() {
  11696.  
  11697. /* The GNU C library defines this for functions which it implements
  11698.     to always fail with ENOSYS.  Some functions are actually named
  11699.     something starting with __ and the normal name is an alias.  */
  11700. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  11701. choke me
  11702. #else
  11703. $ac_func();
  11704. #endif
  11705.  
  11706. ; return 0; }
  11707. EOF
  11708. if { (eval echo configure:11709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  11709.   rm -rf conftest*
  11710.   eval "ac_cv_func_$ac_func=yes"
  11711. else
  11712.   echo "configure: failed program was:" >&5
  11713.   cat conftest.$ac_ext >&5
  11714.   rm -rf conftest*
  11715.   eval "ac_cv_func_$ac_func=no"
  11716. fi
  11717. rm -f conftest*
  11718. fi
  11719.  
  11720. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  11721.   echo "$ac_t""yes" 1>&6
  11722.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  11723.   cat >> confdefs.h <<EOF
  11724. #define $ac_tr_func 1
  11725. EOF
  11726.  ice_have_pclose=yes
  11727. else
  11728.   echo "$ac_t""no" 1>&6
  11729. fi
  11730. done
  11731.  
  11732. if test "${ice_have_pclose}" = yes; then
  11733. echo $ac_n "checking for pclose declaration in stdio.h""... $ac_c" 1>&6
  11734. echo "configure:11735: checking for pclose declaration in stdio.h" >&5
  11735. if eval "test \"`echo '$''{'ice_cv_have_pclose_decl'+set}'`\" = set"; then
  11736.   echo $ac_n "(cached) $ac_c" 1>&6
  11737. else
  11738.   
  11739. ice_cv_have_pclose_decl=no
  11740. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  11741. ice_re_word='(^|[^a-zA-Z_0-9_])'
  11742. for header in stdio.h; do
  11743. # Check for ordinary declaration
  11744. cat > conftest.$ac_ext <<EOF
  11745. #line 11746 "configure"
  11746. #include "confdefs.h"
  11747. #include <$header>
  11748. EOF
  11749. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11750.   egrep "${ice_re_word}pclose *\(" >/dev/null 2>&1; then
  11751.   rm -rf conftest*
  11752.   ice_cv_have_pclose_decl=yes
  11753. fi
  11754. rm -f conftest*
  11755.  
  11756. if test "$ice_cv_have_pclose_decl" = yes; then
  11757.     break
  11758. fi
  11759. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  11760. cat > conftest.$ac_ext <<EOF
  11761. #line 11762 "configure"
  11762. #include "confdefs.h"
  11763. #include <$header>
  11764. EOF
  11765. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11766.   egrep "${ice_re_word}pclose *$ice_re_params\(\(" >/dev/null 2>&1; then
  11767.   rm -rf conftest*
  11768.   ice_cv_have_pclose_decl=yes
  11769. fi
  11770. rm -f conftest*
  11771.  
  11772. if test "$ice_cv_have_pclose_decl" = yes; then
  11773.     break
  11774. fi
  11775. done
  11776.  
  11777. fi
  11778.  
  11779. echo "$ac_t""$ice_cv_have_pclose_decl" 1>&6
  11780. if test "$ice_cv_have_pclose_decl" = yes; then
  11781. cat >> confdefs.h <<EOF
  11782. #define ${ice_have_decl_tr} 1
  11783. EOF
  11784.  
  11785. fi
  11786. fi
  11787.  
  11788.  
  11789. ice_tr=`echo popen | tr '[a-z]' '[A-Z]'`
  11790. ice_have_tr=HAVE_$ice_tr
  11791. ice_have_decl_tr=${ice_have_tr}_DECL
  11792. ice_have_popen=no
  11793. for ac_func in popen
  11794. do
  11795. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  11796. echo "configure:11797: checking for $ac_func" >&5
  11797. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  11798.   echo $ac_n "(cached) $ac_c" 1>&6
  11799. else
  11800.   cat > conftest.$ac_ext <<EOF
  11801. #line 11802 "configure"
  11802. #include "confdefs.h"
  11803. /* System header to define __stub macros and hopefully few prototypes,
  11804.     which can conflict with char $ac_func(); below.  */
  11805. #include <assert.h>
  11806. /* Override any gcc2 internal prototype to avoid an error.  */
  11807. #ifdef __cplusplus
  11808. extern "C"
  11809. #endif
  11810. /* We use char because int might match the return type of a gcc2
  11811.     builtin and then its argument prototype would still apply.  */
  11812. char $ac_func();
  11813.  
  11814. int main() {
  11815.  
  11816. /* The GNU C library defines this for functions which it implements
  11817.     to always fail with ENOSYS.  Some functions are actually named
  11818.     something starting with __ and the normal name is an alias.  */
  11819. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  11820. choke me
  11821. #else
  11822. $ac_func();
  11823. #endif
  11824.  
  11825. ; return 0; }
  11826. EOF
  11827. if { (eval echo configure:11828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  11828.   rm -rf conftest*
  11829.   eval "ac_cv_func_$ac_func=yes"
  11830. else
  11831.   echo "configure: failed program was:" >&5
  11832.   cat conftest.$ac_ext >&5
  11833.   rm -rf conftest*
  11834.   eval "ac_cv_func_$ac_func=no"
  11835. fi
  11836. rm -f conftest*
  11837. fi
  11838.  
  11839. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  11840.   echo "$ac_t""yes" 1>&6
  11841.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  11842.   cat >> confdefs.h <<EOF
  11843. #define $ac_tr_func 1
  11844. EOF
  11845.  ice_have_popen=yes
  11846. else
  11847.   echo "$ac_t""no" 1>&6
  11848. fi
  11849. done
  11850.  
  11851. if test "${ice_have_popen}" = yes; then
  11852. echo $ac_n "checking for popen declaration in stdio.h""... $ac_c" 1>&6
  11853. echo "configure:11854: checking for popen declaration in stdio.h" >&5
  11854. if eval "test \"`echo '$''{'ice_cv_have_popen_decl'+set}'`\" = set"; then
  11855.   echo $ac_n "(cached) $ac_c" 1>&6
  11856. else
  11857.   
  11858. ice_cv_have_popen_decl=no
  11859. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  11860. ice_re_word='(^|[^a-zA-Z_0-9_])'
  11861. for header in stdio.h; do
  11862. # Check for ordinary declaration
  11863. cat > conftest.$ac_ext <<EOF
  11864. #line 11865 "configure"
  11865. #include "confdefs.h"
  11866. #include <$header>
  11867. EOF
  11868. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11869.   egrep "${ice_re_word}popen *\(" >/dev/null 2>&1; then
  11870.   rm -rf conftest*
  11871.   ice_cv_have_popen_decl=yes
  11872. fi
  11873. rm -f conftest*
  11874.  
  11875. if test "$ice_cv_have_popen_decl" = yes; then
  11876.     break
  11877. fi
  11878. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  11879. cat > conftest.$ac_ext <<EOF
  11880. #line 11881 "configure"
  11881. #include "confdefs.h"
  11882. #include <$header>
  11883. EOF
  11884. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11885.   egrep "${ice_re_word}popen *$ice_re_params\(\(" >/dev/null 2>&1; then
  11886.   rm -rf conftest*
  11887.   ice_cv_have_popen_decl=yes
  11888. fi
  11889. rm -f conftest*
  11890.  
  11891. if test "$ice_cv_have_popen_decl" = yes; then
  11892.     break
  11893. fi
  11894. done
  11895.  
  11896. fi
  11897.  
  11898. echo "$ac_t""$ice_cv_have_popen_decl" 1>&6
  11899. if test "$ice_cv_have_popen_decl" = yes; then
  11900. cat >> confdefs.h <<EOF
  11901. #define ${ice_have_decl_tr} 1
  11902. EOF
  11903.  
  11904. fi
  11905. fi
  11906.  
  11907.  
  11908. ice_tr=`echo ptrace | tr '[a-z]' '[A-Z]'`
  11909. ice_have_tr=HAVE_$ice_tr
  11910. ice_have_decl_tr=${ice_have_tr}_DECL
  11911. ice_have_ptrace=no
  11912. for ac_func in ptrace
  11913. do
  11914. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  11915. echo "configure:11916: checking for $ac_func" >&5
  11916. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  11917.   echo $ac_n "(cached) $ac_c" 1>&6
  11918. else
  11919.   cat > conftest.$ac_ext <<EOF
  11920. #line 11921 "configure"
  11921. #include "confdefs.h"
  11922. /* System header to define __stub macros and hopefully few prototypes,
  11923.     which can conflict with char $ac_func(); below.  */
  11924. #include <assert.h>
  11925. /* Override any gcc2 internal prototype to avoid an error.  */
  11926. #ifdef __cplusplus
  11927. extern "C"
  11928. #endif
  11929. /* We use char because int might match the return type of a gcc2
  11930.     builtin and then its argument prototype would still apply.  */
  11931. char $ac_func();
  11932.  
  11933. int main() {
  11934.  
  11935. /* The GNU C library defines this for functions which it implements
  11936.     to always fail with ENOSYS.  Some functions are actually named
  11937.     something starting with __ and the normal name is an alias.  */
  11938. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  11939. choke me
  11940. #else
  11941. $ac_func();
  11942. #endif
  11943.  
  11944. ; return 0; }
  11945. EOF
  11946. if { (eval echo configure:11947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  11947.   rm -rf conftest*
  11948.   eval "ac_cv_func_$ac_func=yes"
  11949. else
  11950.   echo "configure: failed program was:" >&5
  11951.   cat conftest.$ac_ext >&5
  11952.   rm -rf conftest*
  11953.   eval "ac_cv_func_$ac_func=no"
  11954. fi
  11955. rm -f conftest*
  11956. fi
  11957.  
  11958. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  11959.   echo "$ac_t""yes" 1>&6
  11960.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  11961.   cat >> confdefs.h <<EOF
  11962. #define $ac_tr_func 1
  11963. EOF
  11964.  ice_have_ptrace=yes
  11965. else
  11966.   echo "$ac_t""no" 1>&6
  11967. fi
  11968. done
  11969.  
  11970. if test "${ice_have_ptrace}" = yes; then
  11971. echo $ac_n "checking for ptrace declaration in unistd.h sys/ptrace.h""... $ac_c" 1>&6
  11972. echo "configure:11973: checking for ptrace declaration in unistd.h sys/ptrace.h" >&5
  11973. if eval "test \"`echo '$''{'ice_cv_have_ptrace_decl'+set}'`\" = set"; then
  11974.   echo $ac_n "(cached) $ac_c" 1>&6
  11975. else
  11976.   
  11977. ice_cv_have_ptrace_decl=no
  11978. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  11979. ice_re_word='(^|[^a-zA-Z_0-9_])'
  11980. for header in unistd.h sys/ptrace.h; do
  11981. # Check for ordinary declaration
  11982. cat > conftest.$ac_ext <<EOF
  11983. #line 11984 "configure"
  11984. #include "confdefs.h"
  11985. #include <$header>
  11986. EOF
  11987. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  11988.   egrep "${ice_re_word}ptrace *\(" >/dev/null 2>&1; then
  11989.   rm -rf conftest*
  11990.   ice_cv_have_ptrace_decl=yes
  11991. fi
  11992. rm -f conftest*
  11993.  
  11994. if test "$ice_cv_have_ptrace_decl" = yes; then
  11995.     break
  11996. fi
  11997. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  11998. cat > conftest.$ac_ext <<EOF
  11999. #line 12000 "configure"
  12000. #include "confdefs.h"
  12001. #include <$header>
  12002. EOF
  12003. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12004.   egrep "${ice_re_word}ptrace *$ice_re_params\(\(" >/dev/null 2>&1; then
  12005.   rm -rf conftest*
  12006.   ice_cv_have_ptrace_decl=yes
  12007. fi
  12008. rm -f conftest*
  12009.  
  12010. if test "$ice_cv_have_ptrace_decl" = yes; then
  12011.     break
  12012. fi
  12013. done
  12014.  
  12015. fi
  12016.  
  12017. echo "$ac_t""$ice_cv_have_ptrace_decl" 1>&6
  12018. if test "$ice_cv_have_ptrace_decl" = yes; then
  12019. cat >> confdefs.h <<EOF
  12020. #define ${ice_have_decl_tr} 1
  12021. EOF
  12022.  
  12023. fi
  12024. fi
  12025.  
  12026.  
  12027. ice_tr=`echo ptsname | tr '[a-z]' '[A-Z]'`
  12028. ice_have_tr=HAVE_$ice_tr
  12029. ice_have_decl_tr=${ice_have_tr}_DECL
  12030. ice_have_ptsname=no
  12031. for ac_func in ptsname
  12032. do
  12033. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  12034. echo "configure:12035: checking for $ac_func" >&5
  12035. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  12036.   echo $ac_n "(cached) $ac_c" 1>&6
  12037. else
  12038.   cat > conftest.$ac_ext <<EOF
  12039. #line 12040 "configure"
  12040. #include "confdefs.h"
  12041. /* System header to define __stub macros and hopefully few prototypes,
  12042.     which can conflict with char $ac_func(); below.  */
  12043. #include <assert.h>
  12044. /* Override any gcc2 internal prototype to avoid an error.  */
  12045. #ifdef __cplusplus
  12046. extern "C"
  12047. #endif
  12048. /* We use char because int might match the return type of a gcc2
  12049.     builtin and then its argument prototype would still apply.  */
  12050. char $ac_func();
  12051.  
  12052. int main() {
  12053.  
  12054. /* The GNU C library defines this for functions which it implements
  12055.     to always fail with ENOSYS.  Some functions are actually named
  12056.     something starting with __ and the normal name is an alias.  */
  12057. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  12058. choke me
  12059. #else
  12060. $ac_func();
  12061. #endif
  12062.  
  12063. ; return 0; }
  12064. EOF
  12065. if { (eval echo configure:12066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  12066.   rm -rf conftest*
  12067.   eval "ac_cv_func_$ac_func=yes"
  12068. else
  12069.   echo "configure: failed program was:" >&5
  12070.   cat conftest.$ac_ext >&5
  12071.   rm -rf conftest*
  12072.   eval "ac_cv_func_$ac_func=no"
  12073. fi
  12074. rm -f conftest*
  12075. fi
  12076.  
  12077. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  12078.   echo "$ac_t""yes" 1>&6
  12079.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  12080.   cat >> confdefs.h <<EOF
  12081. #define $ac_tr_func 1
  12082. EOF
  12083.  ice_have_ptsname=yes
  12084. else
  12085.   echo "$ac_t""no" 1>&6
  12086. fi
  12087. done
  12088.  
  12089. if test "${ice_have_ptsname}" = yes; then
  12090. echo $ac_n "checking for ptsname declaration in stdlib.h""... $ac_c" 1>&6
  12091. echo "configure:12092: checking for ptsname declaration in stdlib.h" >&5
  12092. if eval "test \"`echo '$''{'ice_cv_have_ptsname_decl'+set}'`\" = set"; then
  12093.   echo $ac_n "(cached) $ac_c" 1>&6
  12094. else
  12095.   
  12096. ice_cv_have_ptsname_decl=no
  12097. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  12098. ice_re_word='(^|[^a-zA-Z_0-9_])'
  12099. for header in stdlib.h; do
  12100. # Check for ordinary declaration
  12101. cat > conftest.$ac_ext <<EOF
  12102. #line 12103 "configure"
  12103. #include "confdefs.h"
  12104. #include <$header>
  12105. EOF
  12106. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12107.   egrep "${ice_re_word}ptsname *\(" >/dev/null 2>&1; then
  12108.   rm -rf conftest*
  12109.   ice_cv_have_ptsname_decl=yes
  12110. fi
  12111. rm -f conftest*
  12112.  
  12113. if test "$ice_cv_have_ptsname_decl" = yes; then
  12114.     break
  12115. fi
  12116. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  12117. cat > conftest.$ac_ext <<EOF
  12118. #line 12119 "configure"
  12119. #include "confdefs.h"
  12120. #include <$header>
  12121. EOF
  12122. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12123.   egrep "${ice_re_word}ptsname *$ice_re_params\(\(" >/dev/null 2>&1; then
  12124.   rm -rf conftest*
  12125.   ice_cv_have_ptsname_decl=yes
  12126. fi
  12127. rm -f conftest*
  12128.  
  12129. if test "$ice_cv_have_ptsname_decl" = yes; then
  12130.     break
  12131. fi
  12132. done
  12133.  
  12134. fi
  12135.  
  12136. echo "$ac_t""$ice_cv_have_ptsname_decl" 1>&6
  12137. if test "$ice_cv_have_ptsname_decl" = yes; then
  12138. cat >> confdefs.h <<EOF
  12139. #define ${ice_have_decl_tr} 1
  12140. EOF
  12141.  
  12142. fi
  12143. fi
  12144.  
  12145.  
  12146. ice_tr=`echo raise | tr '[a-z]' '[A-Z]'`
  12147. ice_have_tr=HAVE_$ice_tr
  12148. ice_have_decl_tr=${ice_have_tr}_DECL
  12149. ice_have_raise=no
  12150. for ac_func in raise
  12151. do
  12152. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  12153. echo "configure:12154: checking for $ac_func" >&5
  12154. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  12155.   echo $ac_n "(cached) $ac_c" 1>&6
  12156. else
  12157.   cat > conftest.$ac_ext <<EOF
  12158. #line 12159 "configure"
  12159. #include "confdefs.h"
  12160. /* System header to define __stub macros and hopefully few prototypes,
  12161.     which can conflict with char $ac_func(); below.  */
  12162. #include <assert.h>
  12163. /* Override any gcc2 internal prototype to avoid an error.  */
  12164. #ifdef __cplusplus
  12165. extern "C"
  12166. #endif
  12167. /* We use char because int might match the return type of a gcc2
  12168.     builtin and then its argument prototype would still apply.  */
  12169. char $ac_func();
  12170.  
  12171. int main() {
  12172.  
  12173. /* The GNU C library defines this for functions which it implements
  12174.     to always fail with ENOSYS.  Some functions are actually named
  12175.     something starting with __ and the normal name is an alias.  */
  12176. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  12177. choke me
  12178. #else
  12179. $ac_func();
  12180. #endif
  12181.  
  12182. ; return 0; }
  12183. EOF
  12184. if { (eval echo configure:12185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  12185.   rm -rf conftest*
  12186.   eval "ac_cv_func_$ac_func=yes"
  12187. else
  12188.   echo "configure: failed program was:" >&5
  12189.   cat conftest.$ac_ext >&5
  12190.   rm -rf conftest*
  12191.   eval "ac_cv_func_$ac_func=no"
  12192. fi
  12193. rm -f conftest*
  12194. fi
  12195.  
  12196. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  12197.   echo "$ac_t""yes" 1>&6
  12198.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  12199.   cat >> confdefs.h <<EOF
  12200. #define $ac_tr_func 1
  12201. EOF
  12202.  ice_have_raise=yes
  12203. else
  12204.   echo "$ac_t""no" 1>&6
  12205. fi
  12206. done
  12207.  
  12208. if test "${ice_have_raise}" = yes; then
  12209. echo $ac_n "checking for raise declaration in signal.h""... $ac_c" 1>&6
  12210. echo "configure:12211: checking for raise declaration in signal.h" >&5
  12211. if eval "test \"`echo '$''{'ice_cv_have_raise_decl'+set}'`\" = set"; then
  12212.   echo $ac_n "(cached) $ac_c" 1>&6
  12213. else
  12214.   
  12215. ice_cv_have_raise_decl=no
  12216. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  12217. ice_re_word='(^|[^a-zA-Z_0-9_])'
  12218. for header in signal.h; do
  12219. # Check for ordinary declaration
  12220. cat > conftest.$ac_ext <<EOF
  12221. #line 12222 "configure"
  12222. #include "confdefs.h"
  12223. #include <$header>
  12224. EOF
  12225. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12226.   egrep "${ice_re_word}raise *\(" >/dev/null 2>&1; then
  12227.   rm -rf conftest*
  12228.   ice_cv_have_raise_decl=yes
  12229. fi
  12230. rm -f conftest*
  12231.  
  12232. if test "$ice_cv_have_raise_decl" = yes; then
  12233.     break
  12234. fi
  12235. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  12236. cat > conftest.$ac_ext <<EOF
  12237. #line 12238 "configure"
  12238. #include "confdefs.h"
  12239. #include <$header>
  12240. EOF
  12241. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12242.   egrep "${ice_re_word}raise *$ice_re_params\(\(" >/dev/null 2>&1; then
  12243.   rm -rf conftest*
  12244.   ice_cv_have_raise_decl=yes
  12245. fi
  12246. rm -f conftest*
  12247.  
  12248. if test "$ice_cv_have_raise_decl" = yes; then
  12249.     break
  12250. fi
  12251. done
  12252.  
  12253. fi
  12254.  
  12255. echo "$ac_t""$ice_cv_have_raise_decl" 1>&6
  12256. if test "$ice_cv_have_raise_decl" = yes; then
  12257. cat >> confdefs.h <<EOF
  12258. #define ${ice_have_decl_tr} 1
  12259. EOF
  12260.  
  12261. fi
  12262. fi
  12263.  
  12264.  
  12265. ice_tr=`echo rand | tr '[a-z]' '[A-Z]'`
  12266. ice_have_tr=HAVE_$ice_tr
  12267. ice_have_decl_tr=${ice_have_tr}_DECL
  12268. ice_have_rand=no
  12269. for ac_func in rand
  12270. do
  12271. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  12272. echo "configure:12273: checking for $ac_func" >&5
  12273. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  12274.   echo $ac_n "(cached) $ac_c" 1>&6
  12275. else
  12276.   cat > conftest.$ac_ext <<EOF
  12277. #line 12278 "configure"
  12278. #include "confdefs.h"
  12279. /* System header to define __stub macros and hopefully few prototypes,
  12280.     which can conflict with char $ac_func(); below.  */
  12281. #include <assert.h>
  12282. /* Override any gcc2 internal prototype to avoid an error.  */
  12283. #ifdef __cplusplus
  12284. extern "C"
  12285. #endif
  12286. /* We use char because int might match the return type of a gcc2
  12287.     builtin and then its argument prototype would still apply.  */
  12288. char $ac_func();
  12289.  
  12290. int main() {
  12291.  
  12292. /* The GNU C library defines this for functions which it implements
  12293.     to always fail with ENOSYS.  Some functions are actually named
  12294.     something starting with __ and the normal name is an alias.  */
  12295. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  12296. choke me
  12297. #else
  12298. $ac_func();
  12299. #endif
  12300.  
  12301. ; return 0; }
  12302. EOF
  12303. if { (eval echo configure:12304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  12304.   rm -rf conftest*
  12305.   eval "ac_cv_func_$ac_func=yes"
  12306. else
  12307.   echo "configure: failed program was:" >&5
  12308.   cat conftest.$ac_ext >&5
  12309.   rm -rf conftest*
  12310.   eval "ac_cv_func_$ac_func=no"
  12311. fi
  12312. rm -f conftest*
  12313. fi
  12314.  
  12315. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  12316.   echo "$ac_t""yes" 1>&6
  12317.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  12318.   cat >> confdefs.h <<EOF
  12319. #define $ac_tr_func 1
  12320. EOF
  12321.  ice_have_rand=yes
  12322. else
  12323.   echo "$ac_t""no" 1>&6
  12324. fi
  12325. done
  12326.  
  12327. if test "${ice_have_rand}" = yes; then
  12328. echo $ac_n "checking for rand declaration in stdlib.h""... $ac_c" 1>&6
  12329. echo "configure:12330: checking for rand declaration in stdlib.h" >&5
  12330. if eval "test \"`echo '$''{'ice_cv_have_rand_decl'+set}'`\" = set"; then
  12331.   echo $ac_n "(cached) $ac_c" 1>&6
  12332. else
  12333.   
  12334. ice_cv_have_rand_decl=no
  12335. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  12336. ice_re_word='(^|[^a-zA-Z_0-9_])'
  12337. for header in stdlib.h; do
  12338. # Check for ordinary declaration
  12339. cat > conftest.$ac_ext <<EOF
  12340. #line 12341 "configure"
  12341. #include "confdefs.h"
  12342. #include <$header>
  12343. EOF
  12344. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12345.   egrep "${ice_re_word}rand *\(" >/dev/null 2>&1; then
  12346.   rm -rf conftest*
  12347.   ice_cv_have_rand_decl=yes
  12348. fi
  12349. rm -f conftest*
  12350.  
  12351. if test "$ice_cv_have_rand_decl" = yes; then
  12352.     break
  12353. fi
  12354. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  12355. cat > conftest.$ac_ext <<EOF
  12356. #line 12357 "configure"
  12357. #include "confdefs.h"
  12358. #include <$header>
  12359. EOF
  12360. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12361.   egrep "${ice_re_word}rand *$ice_re_params\(\(" >/dev/null 2>&1; then
  12362.   rm -rf conftest*
  12363.   ice_cv_have_rand_decl=yes
  12364. fi
  12365. rm -f conftest*
  12366.  
  12367. if test "$ice_cv_have_rand_decl" = yes; then
  12368.     break
  12369. fi
  12370. done
  12371.  
  12372. fi
  12373.  
  12374. echo "$ac_t""$ice_cv_have_rand_decl" 1>&6
  12375. if test "$ice_cv_have_rand_decl" = yes; then
  12376. cat >> confdefs.h <<EOF
  12377. #define ${ice_have_decl_tr} 1
  12378. EOF
  12379.  
  12380. fi
  12381. fi
  12382.  
  12383.  
  12384. ice_tr=`echo random | tr '[a-z]' '[A-Z]'`
  12385. ice_have_tr=HAVE_$ice_tr
  12386. ice_have_decl_tr=${ice_have_tr}_DECL
  12387. ice_have_random=no
  12388. for ac_func in random
  12389. do
  12390. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  12391. echo "configure:12392: checking for $ac_func" >&5
  12392. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  12393.   echo $ac_n "(cached) $ac_c" 1>&6
  12394. else
  12395.   cat > conftest.$ac_ext <<EOF
  12396. #line 12397 "configure"
  12397. #include "confdefs.h"
  12398. /* System header to define __stub macros and hopefully few prototypes,
  12399.     which can conflict with char $ac_func(); below.  */
  12400. #include <assert.h>
  12401. /* Override any gcc2 internal prototype to avoid an error.  */
  12402. #ifdef __cplusplus
  12403. extern "C"
  12404. #endif
  12405. /* We use char because int might match the return type of a gcc2
  12406.     builtin and then its argument prototype would still apply.  */
  12407. char $ac_func();
  12408.  
  12409. int main() {
  12410.  
  12411. /* The GNU C library defines this for functions which it implements
  12412.     to always fail with ENOSYS.  Some functions are actually named
  12413.     something starting with __ and the normal name is an alias.  */
  12414. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  12415. choke me
  12416. #else
  12417. $ac_func();
  12418. #endif
  12419.  
  12420. ; return 0; }
  12421. EOF
  12422. if { (eval echo configure:12423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  12423.   rm -rf conftest*
  12424.   eval "ac_cv_func_$ac_func=yes"
  12425. else
  12426.   echo "configure: failed program was:" >&5
  12427.   cat conftest.$ac_ext >&5
  12428.   rm -rf conftest*
  12429.   eval "ac_cv_func_$ac_func=no"
  12430. fi
  12431. rm -f conftest*
  12432. fi
  12433.  
  12434. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  12435.   echo "$ac_t""yes" 1>&6
  12436.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  12437.   cat >> confdefs.h <<EOF
  12438. #define $ac_tr_func 1
  12439. EOF
  12440.  ice_have_random=yes
  12441. else
  12442.   echo "$ac_t""no" 1>&6
  12443. fi
  12444. done
  12445.  
  12446. if test "${ice_have_random}" = yes; then
  12447. echo $ac_n "checking for random declaration in stdlib.h""... $ac_c" 1>&6
  12448. echo "configure:12449: checking for random declaration in stdlib.h" >&5
  12449. if eval "test \"`echo '$''{'ice_cv_have_random_decl'+set}'`\" = set"; then
  12450.   echo $ac_n "(cached) $ac_c" 1>&6
  12451. else
  12452.   
  12453. ice_cv_have_random_decl=no
  12454. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  12455. ice_re_word='(^|[^a-zA-Z_0-9_])'
  12456. for header in stdlib.h; do
  12457. # Check for ordinary declaration
  12458. cat > conftest.$ac_ext <<EOF
  12459. #line 12460 "configure"
  12460. #include "confdefs.h"
  12461. #include <$header>
  12462. EOF
  12463. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12464.   egrep "${ice_re_word}random *\(" >/dev/null 2>&1; then
  12465.   rm -rf conftest*
  12466.   ice_cv_have_random_decl=yes
  12467. fi
  12468. rm -f conftest*
  12469.  
  12470. if test "$ice_cv_have_random_decl" = yes; then
  12471.     break
  12472. fi
  12473. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  12474. cat > conftest.$ac_ext <<EOF
  12475. #line 12476 "configure"
  12476. #include "confdefs.h"
  12477. #include <$header>
  12478. EOF
  12479. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12480.   egrep "${ice_re_word}random *$ice_re_params\(\(" >/dev/null 2>&1; then
  12481.   rm -rf conftest*
  12482.   ice_cv_have_random_decl=yes
  12483. fi
  12484. rm -f conftest*
  12485.  
  12486. if test "$ice_cv_have_random_decl" = yes; then
  12487.     break
  12488. fi
  12489. done
  12490.  
  12491. fi
  12492.  
  12493. echo "$ac_t""$ice_cv_have_random_decl" 1>&6
  12494. if test "$ice_cv_have_random_decl" = yes; then
  12495. cat >> confdefs.h <<EOF
  12496. #define ${ice_have_decl_tr} 1
  12497. EOF
  12498.  
  12499. fi
  12500. fi
  12501.  
  12502.  
  12503. ice_tr=`echo readlink | tr '[a-z]' '[A-Z]'`
  12504. ice_have_tr=HAVE_$ice_tr
  12505. ice_have_decl_tr=${ice_have_tr}_DECL
  12506. ice_have_readlink=no
  12507. for ac_func in readlink
  12508. do
  12509. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  12510. echo "configure:12511: checking for $ac_func" >&5
  12511. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  12512.   echo $ac_n "(cached) $ac_c" 1>&6
  12513. else
  12514.   cat > conftest.$ac_ext <<EOF
  12515. #line 12516 "configure"
  12516. #include "confdefs.h"
  12517. /* System header to define __stub macros and hopefully few prototypes,
  12518.     which can conflict with char $ac_func(); below.  */
  12519. #include <assert.h>
  12520. /* Override any gcc2 internal prototype to avoid an error.  */
  12521. #ifdef __cplusplus
  12522. extern "C"
  12523. #endif
  12524. /* We use char because int might match the return type of a gcc2
  12525.     builtin and then its argument prototype would still apply.  */
  12526. char $ac_func();
  12527.  
  12528. int main() {
  12529.  
  12530. /* The GNU C library defines this for functions which it implements
  12531.     to always fail with ENOSYS.  Some functions are actually named
  12532.     something starting with __ and the normal name is an alias.  */
  12533. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  12534. choke me
  12535. #else
  12536. $ac_func();
  12537. #endif
  12538.  
  12539. ; return 0; }
  12540. EOF
  12541. if { (eval echo configure:12542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  12542.   rm -rf conftest*
  12543.   eval "ac_cv_func_$ac_func=yes"
  12544. else
  12545.   echo "configure: failed program was:" >&5
  12546.   cat conftest.$ac_ext >&5
  12547.   rm -rf conftest*
  12548.   eval "ac_cv_func_$ac_func=no"
  12549. fi
  12550. rm -f conftest*
  12551. fi
  12552.  
  12553. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  12554.   echo "$ac_t""yes" 1>&6
  12555.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  12556.   cat >> confdefs.h <<EOF
  12557. #define $ac_tr_func 1
  12558. EOF
  12559.  ice_have_readlink=yes
  12560. else
  12561.   echo "$ac_t""no" 1>&6
  12562. fi
  12563. done
  12564.  
  12565. if test "${ice_have_readlink}" = yes; then
  12566. echo $ac_n "checking for readlink declaration in unistd.h""... $ac_c" 1>&6
  12567. echo "configure:12568: checking for readlink declaration in unistd.h" >&5
  12568. if eval "test \"`echo '$''{'ice_cv_have_readlink_decl'+set}'`\" = set"; then
  12569.   echo $ac_n "(cached) $ac_c" 1>&6
  12570. else
  12571.   
  12572. ice_cv_have_readlink_decl=no
  12573. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  12574. ice_re_word='(^|[^a-zA-Z_0-9_])'
  12575. for header in unistd.h; do
  12576. # Check for ordinary declaration
  12577. cat > conftest.$ac_ext <<EOF
  12578. #line 12579 "configure"
  12579. #include "confdefs.h"
  12580. #include <$header>
  12581. EOF
  12582. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12583.   egrep "${ice_re_word}readlink *\(" >/dev/null 2>&1; then
  12584.   rm -rf conftest*
  12585.   ice_cv_have_readlink_decl=yes
  12586. fi
  12587. rm -f conftest*
  12588.  
  12589. if test "$ice_cv_have_readlink_decl" = yes; then
  12590.     break
  12591. fi
  12592. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  12593. cat > conftest.$ac_ext <<EOF
  12594. #line 12595 "configure"
  12595. #include "confdefs.h"
  12596. #include <$header>
  12597. EOF
  12598. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12599.   egrep "${ice_re_word}readlink *$ice_re_params\(\(" >/dev/null 2>&1; then
  12600.   rm -rf conftest*
  12601.   ice_cv_have_readlink_decl=yes
  12602. fi
  12603. rm -f conftest*
  12604.  
  12605. if test "$ice_cv_have_readlink_decl" = yes; then
  12606.     break
  12607. fi
  12608. done
  12609.  
  12610. fi
  12611.  
  12612. echo "$ac_t""$ice_cv_have_readlink_decl" 1>&6
  12613. if test "$ice_cv_have_readlink_decl" = yes; then
  12614. cat >> confdefs.h <<EOF
  12615. #define ${ice_have_decl_tr} 1
  12616. EOF
  12617.  
  12618. fi
  12619. fi
  12620.  
  12621.  
  12622. ice_tr=`echo setbuf | tr '[a-z]' '[A-Z]'`
  12623. ice_have_tr=HAVE_$ice_tr
  12624. ice_have_decl_tr=${ice_have_tr}_DECL
  12625. ice_have_setbuf=no
  12626. for ac_func in setbuf
  12627. do
  12628. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  12629. echo "configure:12630: checking for $ac_func" >&5
  12630. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  12631.   echo $ac_n "(cached) $ac_c" 1>&6
  12632. else
  12633.   cat > conftest.$ac_ext <<EOF
  12634. #line 12635 "configure"
  12635. #include "confdefs.h"
  12636. /* System header to define __stub macros and hopefully few prototypes,
  12637.     which can conflict with char $ac_func(); below.  */
  12638. #include <assert.h>
  12639. /* Override any gcc2 internal prototype to avoid an error.  */
  12640. #ifdef __cplusplus
  12641. extern "C"
  12642. #endif
  12643. /* We use char because int might match the return type of a gcc2
  12644.     builtin and then its argument prototype would still apply.  */
  12645. char $ac_func();
  12646.  
  12647. int main() {
  12648.  
  12649. /* The GNU C library defines this for functions which it implements
  12650.     to always fail with ENOSYS.  Some functions are actually named
  12651.     something starting with __ and the normal name is an alias.  */
  12652. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  12653. choke me
  12654. #else
  12655. $ac_func();
  12656. #endif
  12657.  
  12658. ; return 0; }
  12659. EOF
  12660. if { (eval echo configure:12661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  12661.   rm -rf conftest*
  12662.   eval "ac_cv_func_$ac_func=yes"
  12663. else
  12664.   echo "configure: failed program was:" >&5
  12665.   cat conftest.$ac_ext >&5
  12666.   rm -rf conftest*
  12667.   eval "ac_cv_func_$ac_func=no"
  12668. fi
  12669. rm -f conftest*
  12670. fi
  12671.  
  12672. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  12673.   echo "$ac_t""yes" 1>&6
  12674.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  12675.   cat >> confdefs.h <<EOF
  12676. #define $ac_tr_func 1
  12677. EOF
  12678.  ice_have_setbuf=yes
  12679. else
  12680.   echo "$ac_t""no" 1>&6
  12681. fi
  12682. done
  12683.  
  12684. if test "${ice_have_setbuf}" = yes; then
  12685. echo $ac_n "checking for setbuf declaration in stdio.h""... $ac_c" 1>&6
  12686. echo "configure:12687: checking for setbuf declaration in stdio.h" >&5
  12687. if eval "test \"`echo '$''{'ice_cv_have_setbuf_decl'+set}'`\" = set"; then
  12688.   echo $ac_n "(cached) $ac_c" 1>&6
  12689. else
  12690.   
  12691. ice_cv_have_setbuf_decl=no
  12692. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  12693. ice_re_word='(^|[^a-zA-Z_0-9_])'
  12694. for header in stdio.h; do
  12695. # Check for ordinary declaration
  12696. cat > conftest.$ac_ext <<EOF
  12697. #line 12698 "configure"
  12698. #include "confdefs.h"
  12699. #include <$header>
  12700. EOF
  12701. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12702.   egrep "${ice_re_word}setbuf *\(" >/dev/null 2>&1; then
  12703.   rm -rf conftest*
  12704.   ice_cv_have_setbuf_decl=yes
  12705. fi
  12706. rm -f conftest*
  12707.  
  12708. if test "$ice_cv_have_setbuf_decl" = yes; then
  12709.     break
  12710. fi
  12711. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  12712. cat > conftest.$ac_ext <<EOF
  12713. #line 12714 "configure"
  12714. #include "confdefs.h"
  12715. #include <$header>
  12716. EOF
  12717. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12718.   egrep "${ice_re_word}setbuf *$ice_re_params\(\(" >/dev/null 2>&1; then
  12719.   rm -rf conftest*
  12720.   ice_cv_have_setbuf_decl=yes
  12721. fi
  12722. rm -f conftest*
  12723.  
  12724. if test "$ice_cv_have_setbuf_decl" = yes; then
  12725.     break
  12726. fi
  12727. done
  12728.  
  12729. fi
  12730.  
  12731. echo "$ac_t""$ice_cv_have_setbuf_decl" 1>&6
  12732. if test "$ice_cv_have_setbuf_decl" = yes; then
  12733. cat >> confdefs.h <<EOF
  12734. #define ${ice_have_decl_tr} 1
  12735. EOF
  12736.  
  12737. fi
  12738. fi
  12739.  
  12740.  
  12741. ice_tr=`echo setpgid | tr '[a-z]' '[A-Z]'`
  12742. ice_have_tr=HAVE_$ice_tr
  12743. ice_have_decl_tr=${ice_have_tr}_DECL
  12744. ice_have_setpgid=no
  12745. for ac_func in setpgid
  12746. do
  12747. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  12748. echo "configure:12749: checking for $ac_func" >&5
  12749. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  12750.   echo $ac_n "(cached) $ac_c" 1>&6
  12751. else
  12752.   cat > conftest.$ac_ext <<EOF
  12753. #line 12754 "configure"
  12754. #include "confdefs.h"
  12755. /* System header to define __stub macros and hopefully few prototypes,
  12756.     which can conflict with char $ac_func(); below.  */
  12757. #include <assert.h>
  12758. /* Override any gcc2 internal prototype to avoid an error.  */
  12759. #ifdef __cplusplus
  12760. extern "C"
  12761. #endif
  12762. /* We use char because int might match the return type of a gcc2
  12763.     builtin and then its argument prototype would still apply.  */
  12764. char $ac_func();
  12765.  
  12766. int main() {
  12767.  
  12768. /* The GNU C library defines this for functions which it implements
  12769.     to always fail with ENOSYS.  Some functions are actually named
  12770.     something starting with __ and the normal name is an alias.  */
  12771. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  12772. choke me
  12773. #else
  12774. $ac_func();
  12775. #endif
  12776.  
  12777. ; return 0; }
  12778. EOF
  12779. if { (eval echo configure:12780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  12780.   rm -rf conftest*
  12781.   eval "ac_cv_func_$ac_func=yes"
  12782. else
  12783.   echo "configure: failed program was:" >&5
  12784.   cat conftest.$ac_ext >&5
  12785.   rm -rf conftest*
  12786.   eval "ac_cv_func_$ac_func=no"
  12787. fi
  12788. rm -f conftest*
  12789. fi
  12790.  
  12791. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  12792.   echo "$ac_t""yes" 1>&6
  12793.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  12794.   cat >> confdefs.h <<EOF
  12795. #define $ac_tr_func 1
  12796. EOF
  12797.  ice_have_setpgid=yes
  12798. else
  12799.   echo "$ac_t""no" 1>&6
  12800. fi
  12801. done
  12802.  
  12803. if test "${ice_have_setpgid}" = yes; then
  12804. echo $ac_n "checking for setpgid declaration in unistd.h""... $ac_c" 1>&6
  12805. echo "configure:12806: checking for setpgid declaration in unistd.h" >&5
  12806. if eval "test \"`echo '$''{'ice_cv_have_setpgid_decl'+set}'`\" = set"; then
  12807.   echo $ac_n "(cached) $ac_c" 1>&6
  12808. else
  12809.   
  12810. ice_cv_have_setpgid_decl=no
  12811. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  12812. ice_re_word='(^|[^a-zA-Z_0-9_])'
  12813. for header in unistd.h; do
  12814. # Check for ordinary declaration
  12815. cat > conftest.$ac_ext <<EOF
  12816. #line 12817 "configure"
  12817. #include "confdefs.h"
  12818. #include <$header>
  12819. EOF
  12820. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12821.   egrep "${ice_re_word}setpgid *\(" >/dev/null 2>&1; then
  12822.   rm -rf conftest*
  12823.   ice_cv_have_setpgid_decl=yes
  12824. fi
  12825. rm -f conftest*
  12826.  
  12827. if test "$ice_cv_have_setpgid_decl" = yes; then
  12828.     break
  12829. fi
  12830. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  12831. cat > conftest.$ac_ext <<EOF
  12832. #line 12833 "configure"
  12833. #include "confdefs.h"
  12834. #include <$header>
  12835. EOF
  12836. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12837.   egrep "${ice_re_word}setpgid *$ice_re_params\(\(" >/dev/null 2>&1; then
  12838.   rm -rf conftest*
  12839.   ice_cv_have_setpgid_decl=yes
  12840. fi
  12841. rm -f conftest*
  12842.  
  12843. if test "$ice_cv_have_setpgid_decl" = yes; then
  12844.     break
  12845. fi
  12846. done
  12847.  
  12848. fi
  12849.  
  12850. echo "$ac_t""$ice_cv_have_setpgid_decl" 1>&6
  12851. if test "$ice_cv_have_setpgid_decl" = yes; then
  12852. cat >> confdefs.h <<EOF
  12853. #define ${ice_have_decl_tr} 1
  12854. EOF
  12855.  
  12856. fi
  12857. fi
  12858.  
  12859.  
  12860. ice_tr=`echo setpgrp | tr '[a-z]' '[A-Z]'`
  12861. ice_have_tr=HAVE_$ice_tr
  12862. ice_have_decl_tr=${ice_have_tr}_DECL
  12863. ice_have_setpgrp=no
  12864. for ac_func in setpgrp
  12865. do
  12866. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  12867. echo "configure:12868: checking for $ac_func" >&5
  12868. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  12869.   echo $ac_n "(cached) $ac_c" 1>&6
  12870. else
  12871.   cat > conftest.$ac_ext <<EOF
  12872. #line 12873 "configure"
  12873. #include "confdefs.h"
  12874. /* System header to define __stub macros and hopefully few prototypes,
  12875.     which can conflict with char $ac_func(); below.  */
  12876. #include <assert.h>
  12877. /* Override any gcc2 internal prototype to avoid an error.  */
  12878. #ifdef __cplusplus
  12879. extern "C"
  12880. #endif
  12881. /* We use char because int might match the return type of a gcc2
  12882.     builtin and then its argument prototype would still apply.  */
  12883. char $ac_func();
  12884.  
  12885. int main() {
  12886.  
  12887. /* The GNU C library defines this for functions which it implements
  12888.     to always fail with ENOSYS.  Some functions are actually named
  12889.     something starting with __ and the normal name is an alias.  */
  12890. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  12891. choke me
  12892. #else
  12893. $ac_func();
  12894. #endif
  12895.  
  12896. ; return 0; }
  12897. EOF
  12898. if { (eval echo configure:12899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  12899.   rm -rf conftest*
  12900.   eval "ac_cv_func_$ac_func=yes"
  12901. else
  12902.   echo "configure: failed program was:" >&5
  12903.   cat conftest.$ac_ext >&5
  12904.   rm -rf conftest*
  12905.   eval "ac_cv_func_$ac_func=no"
  12906. fi
  12907. rm -f conftest*
  12908. fi
  12909.  
  12910. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  12911.   echo "$ac_t""yes" 1>&6
  12912.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  12913.   cat >> confdefs.h <<EOF
  12914. #define $ac_tr_func 1
  12915. EOF
  12916.  ice_have_setpgrp=yes
  12917. else
  12918.   echo "$ac_t""no" 1>&6
  12919. fi
  12920. done
  12921.  
  12922. if test "${ice_have_setpgrp}" = yes; then
  12923. echo $ac_n "checking for setpgrp declaration in unistd.h""... $ac_c" 1>&6
  12924. echo "configure:12925: checking for setpgrp declaration in unistd.h" >&5
  12925. if eval "test \"`echo '$''{'ice_cv_have_setpgrp_decl'+set}'`\" = set"; then
  12926.   echo $ac_n "(cached) $ac_c" 1>&6
  12927. else
  12928.   
  12929. ice_cv_have_setpgrp_decl=no
  12930. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  12931. ice_re_word='(^|[^a-zA-Z_0-9_])'
  12932. for header in unistd.h; do
  12933. # Check for ordinary declaration
  12934. cat > conftest.$ac_ext <<EOF
  12935. #line 12936 "configure"
  12936. #include "confdefs.h"
  12937. #include <$header>
  12938. EOF
  12939. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12940.   egrep "${ice_re_word}setpgrp *\(" >/dev/null 2>&1; then
  12941.   rm -rf conftest*
  12942.   ice_cv_have_setpgrp_decl=yes
  12943. fi
  12944. rm -f conftest*
  12945.  
  12946. if test "$ice_cv_have_setpgrp_decl" = yes; then
  12947.     break
  12948. fi
  12949. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  12950. cat > conftest.$ac_ext <<EOF
  12951. #line 12952 "configure"
  12952. #include "confdefs.h"
  12953. #include <$header>
  12954. EOF
  12955. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  12956.   egrep "${ice_re_word}setpgrp *$ice_re_params\(\(" >/dev/null 2>&1; then
  12957.   rm -rf conftest*
  12958.   ice_cv_have_setpgrp_decl=yes
  12959. fi
  12960. rm -f conftest*
  12961.  
  12962. if test "$ice_cv_have_setpgrp_decl" = yes; then
  12963.     break
  12964. fi
  12965. done
  12966.  
  12967. fi
  12968.  
  12969. echo "$ac_t""$ice_cv_have_setpgrp_decl" 1>&6
  12970. if test "$ice_cv_have_setpgrp_decl" = yes; then
  12971. cat >> confdefs.h <<EOF
  12972. #define ${ice_have_decl_tr} 1
  12973. EOF
  12974.  
  12975. fi
  12976. fi
  12977.  
  12978.  
  12979. ice_tr=`echo setpgrp2 | tr '[a-z]' '[A-Z]'`
  12980. ice_have_tr=HAVE_$ice_tr
  12981. ice_have_decl_tr=${ice_have_tr}_DECL
  12982. ice_have_setpgrp2=no
  12983. for ac_func in setpgrp2
  12984. do
  12985. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  12986. echo "configure:12987: checking for $ac_func" >&5
  12987. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  12988.   echo $ac_n "(cached) $ac_c" 1>&6
  12989. else
  12990.   cat > conftest.$ac_ext <<EOF
  12991. #line 12992 "configure"
  12992. #include "confdefs.h"
  12993. /* System header to define __stub macros and hopefully few prototypes,
  12994.     which can conflict with char $ac_func(); below.  */
  12995. #include <assert.h>
  12996. /* Override any gcc2 internal prototype to avoid an error.  */
  12997. #ifdef __cplusplus
  12998. extern "C"
  12999. #endif
  13000. /* We use char because int might match the return type of a gcc2
  13001.     builtin and then its argument prototype would still apply.  */
  13002. char $ac_func();
  13003.  
  13004. int main() {
  13005.  
  13006. /* The GNU C library defines this for functions which it implements
  13007.     to always fail with ENOSYS.  Some functions are actually named
  13008.     something starting with __ and the normal name is an alias.  */
  13009. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  13010. choke me
  13011. #else
  13012. $ac_func();
  13013. #endif
  13014.  
  13015. ; return 0; }
  13016. EOF
  13017. if { (eval echo configure:13018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  13018.   rm -rf conftest*
  13019.   eval "ac_cv_func_$ac_func=yes"
  13020. else
  13021.   echo "configure: failed program was:" >&5
  13022.   cat conftest.$ac_ext >&5
  13023.   rm -rf conftest*
  13024.   eval "ac_cv_func_$ac_func=no"
  13025. fi
  13026. rm -f conftest*
  13027. fi
  13028.  
  13029. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  13030.   echo "$ac_t""yes" 1>&6
  13031.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  13032.   cat >> confdefs.h <<EOF
  13033. #define $ac_tr_func 1
  13034. EOF
  13035.  ice_have_setpgrp2=yes
  13036. else
  13037.   echo "$ac_t""no" 1>&6
  13038. fi
  13039. done
  13040.  
  13041. if test "${ice_have_setpgrp2}" = yes; then
  13042. echo $ac_n "checking for setpgrp2 declaration in unistd.h""... $ac_c" 1>&6
  13043. echo "configure:13044: checking for setpgrp2 declaration in unistd.h" >&5
  13044. if eval "test \"`echo '$''{'ice_cv_have_setpgrp2_decl'+set}'`\" = set"; then
  13045.   echo $ac_n "(cached) $ac_c" 1>&6
  13046. else
  13047.   
  13048. ice_cv_have_setpgrp2_decl=no
  13049. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  13050. ice_re_word='(^|[^a-zA-Z_0-9_])'
  13051. for header in unistd.h; do
  13052. # Check for ordinary declaration
  13053. cat > conftest.$ac_ext <<EOF
  13054. #line 13055 "configure"
  13055. #include "confdefs.h"
  13056. #include <$header>
  13057. EOF
  13058. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13059.   egrep "${ice_re_word}setpgrp2 *\(" >/dev/null 2>&1; then
  13060.   rm -rf conftest*
  13061.   ice_cv_have_setpgrp2_decl=yes
  13062. fi
  13063. rm -f conftest*
  13064.  
  13065. if test "$ice_cv_have_setpgrp2_decl" = yes; then
  13066.     break
  13067. fi
  13068. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  13069. cat > conftest.$ac_ext <<EOF
  13070. #line 13071 "configure"
  13071. #include "confdefs.h"
  13072. #include <$header>
  13073. EOF
  13074. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13075.   egrep "${ice_re_word}setpgrp2 *$ice_re_params\(\(" >/dev/null 2>&1; then
  13076.   rm -rf conftest*
  13077.   ice_cv_have_setpgrp2_decl=yes
  13078. fi
  13079. rm -f conftest*
  13080.  
  13081. if test "$ice_cv_have_setpgrp2_decl" = yes; then
  13082.     break
  13083. fi
  13084. done
  13085.  
  13086. fi
  13087.  
  13088. echo "$ac_t""$ice_cv_have_setpgrp2_decl" 1>&6
  13089. if test "$ice_cv_have_setpgrp2_decl" = yes; then
  13090. cat >> confdefs.h <<EOF
  13091. #define ${ice_have_decl_tr} 1
  13092. EOF
  13093.  
  13094. fi
  13095. fi
  13096.  
  13097.  
  13098. ice_tr=`echo setpwent | tr '[a-z]' '[A-Z]'`
  13099. ice_have_tr=HAVE_$ice_tr
  13100. ice_have_decl_tr=${ice_have_tr}_DECL
  13101. ice_have_setpwent=no
  13102. for ac_func in setpwent
  13103. do
  13104. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  13105. echo "configure:13106: checking for $ac_func" >&5
  13106. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  13107.   echo $ac_n "(cached) $ac_c" 1>&6
  13108. else
  13109.   cat > conftest.$ac_ext <<EOF
  13110. #line 13111 "configure"
  13111. #include "confdefs.h"
  13112. /* System header to define __stub macros and hopefully few prototypes,
  13113.     which can conflict with char $ac_func(); below.  */
  13114. #include <assert.h>
  13115. /* Override any gcc2 internal prototype to avoid an error.  */
  13116. #ifdef __cplusplus
  13117. extern "C"
  13118. #endif
  13119. /* We use char because int might match the return type of a gcc2
  13120.     builtin and then its argument prototype would still apply.  */
  13121. char $ac_func();
  13122.  
  13123. int main() {
  13124.  
  13125. /* The GNU C library defines this for functions which it implements
  13126.     to always fail with ENOSYS.  Some functions are actually named
  13127.     something starting with __ and the normal name is an alias.  */
  13128. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  13129. choke me
  13130. #else
  13131. $ac_func();
  13132. #endif
  13133.  
  13134. ; return 0; }
  13135. EOF
  13136. if { (eval echo configure:13137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  13137.   rm -rf conftest*
  13138.   eval "ac_cv_func_$ac_func=yes"
  13139. else
  13140.   echo "configure: failed program was:" >&5
  13141.   cat conftest.$ac_ext >&5
  13142.   rm -rf conftest*
  13143.   eval "ac_cv_func_$ac_func=no"
  13144. fi
  13145. rm -f conftest*
  13146. fi
  13147.  
  13148. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  13149.   echo "$ac_t""yes" 1>&6
  13150.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  13151.   cat >> confdefs.h <<EOF
  13152. #define $ac_tr_func 1
  13153. EOF
  13154.  ice_have_setpwent=yes
  13155. else
  13156.   echo "$ac_t""no" 1>&6
  13157. fi
  13158. done
  13159.  
  13160. if test "${ice_have_setpwent}" = yes; then
  13161. echo $ac_n "checking for setpwent declaration in pwd.h""... $ac_c" 1>&6
  13162. echo "configure:13163: checking for setpwent declaration in pwd.h" >&5
  13163. if eval "test \"`echo '$''{'ice_cv_have_setpwent_decl'+set}'`\" = set"; then
  13164.   echo $ac_n "(cached) $ac_c" 1>&6
  13165. else
  13166.   
  13167. ice_cv_have_setpwent_decl=no
  13168. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  13169. ice_re_word='(^|[^a-zA-Z_0-9_])'
  13170. for header in pwd.h; do
  13171. # Check for ordinary declaration
  13172. cat > conftest.$ac_ext <<EOF
  13173. #line 13174 "configure"
  13174. #include "confdefs.h"
  13175. #include <$header>
  13176. EOF
  13177. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13178.   egrep "${ice_re_word}setpwent *\(" >/dev/null 2>&1; then
  13179.   rm -rf conftest*
  13180.   ice_cv_have_setpwent_decl=yes
  13181. fi
  13182. rm -f conftest*
  13183.  
  13184. if test "$ice_cv_have_setpwent_decl" = yes; then
  13185.     break
  13186. fi
  13187. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  13188. cat > conftest.$ac_ext <<EOF
  13189. #line 13190 "configure"
  13190. #include "confdefs.h"
  13191. #include <$header>
  13192. EOF
  13193. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13194.   egrep "${ice_re_word}setpwent *$ice_re_params\(\(" >/dev/null 2>&1; then
  13195.   rm -rf conftest*
  13196.   ice_cv_have_setpwent_decl=yes
  13197. fi
  13198. rm -f conftest*
  13199.  
  13200. if test "$ice_cv_have_setpwent_decl" = yes; then
  13201.     break
  13202. fi
  13203. done
  13204.  
  13205. fi
  13206.  
  13207. echo "$ac_t""$ice_cv_have_setpwent_decl" 1>&6
  13208. if test "$ice_cv_have_setpwent_decl" = yes; then
  13209. cat >> confdefs.h <<EOF
  13210. #define ${ice_have_decl_tr} 1
  13211. EOF
  13212.  
  13213. fi
  13214. fi
  13215.  
  13216.  
  13217. ice_tr=`echo setrlimit | tr '[a-z]' '[A-Z]'`
  13218. ice_have_tr=HAVE_$ice_tr
  13219. ice_have_decl_tr=${ice_have_tr}_DECL
  13220. ice_have_setrlimit=no
  13221. for ac_func in setrlimit
  13222. do
  13223. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  13224. echo "configure:13225: checking for $ac_func" >&5
  13225. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  13226.   echo $ac_n "(cached) $ac_c" 1>&6
  13227. else
  13228.   cat > conftest.$ac_ext <<EOF
  13229. #line 13230 "configure"
  13230. #include "confdefs.h"
  13231. /* System header to define __stub macros and hopefully few prototypes,
  13232.     which can conflict with char $ac_func(); below.  */
  13233. #include <assert.h>
  13234. /* Override any gcc2 internal prototype to avoid an error.  */
  13235. #ifdef __cplusplus
  13236. extern "C"
  13237. #endif
  13238. /* We use char because int might match the return type of a gcc2
  13239.     builtin and then its argument prototype would still apply.  */
  13240. char $ac_func();
  13241.  
  13242. int main() {
  13243.  
  13244. /* The GNU C library defines this for functions which it implements
  13245.     to always fail with ENOSYS.  Some functions are actually named
  13246.     something starting with __ and the normal name is an alias.  */
  13247. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  13248. choke me
  13249. #else
  13250. $ac_func();
  13251. #endif
  13252.  
  13253. ; return 0; }
  13254. EOF
  13255. if { (eval echo configure:13256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  13256.   rm -rf conftest*
  13257.   eval "ac_cv_func_$ac_func=yes"
  13258. else
  13259.   echo "configure: failed program was:" >&5
  13260.   cat conftest.$ac_ext >&5
  13261.   rm -rf conftest*
  13262.   eval "ac_cv_func_$ac_func=no"
  13263. fi
  13264. rm -f conftest*
  13265. fi
  13266.  
  13267. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  13268.   echo "$ac_t""yes" 1>&6
  13269.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  13270.   cat >> confdefs.h <<EOF
  13271. #define $ac_tr_func 1
  13272. EOF
  13273.  ice_have_setrlimit=yes
  13274. else
  13275.   echo "$ac_t""no" 1>&6
  13276. fi
  13277. done
  13278.  
  13279. if test "${ice_have_setrlimit}" = yes; then
  13280. echo $ac_n "checking for setrlimit declaration in sys/resource.h""... $ac_c" 1>&6
  13281. echo "configure:13282: checking for setrlimit declaration in sys/resource.h" >&5
  13282. if eval "test \"`echo '$''{'ice_cv_have_setrlimit_decl'+set}'`\" = set"; then
  13283.   echo $ac_n "(cached) $ac_c" 1>&6
  13284. else
  13285.   
  13286. ice_cv_have_setrlimit_decl=no
  13287. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  13288. ice_re_word='(^|[^a-zA-Z_0-9_])'
  13289. for header in sys/resource.h; do
  13290. # Check for ordinary declaration
  13291. cat > conftest.$ac_ext <<EOF
  13292. #line 13293 "configure"
  13293. #include "confdefs.h"
  13294. #include <$header>
  13295. EOF
  13296. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13297.   egrep "${ice_re_word}setrlimit *\(" >/dev/null 2>&1; then
  13298.   rm -rf conftest*
  13299.   ice_cv_have_setrlimit_decl=yes
  13300. fi
  13301. rm -f conftest*
  13302.  
  13303. if test "$ice_cv_have_setrlimit_decl" = yes; then
  13304.     break
  13305. fi
  13306. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  13307. cat > conftest.$ac_ext <<EOF
  13308. #line 13309 "configure"
  13309. #include "confdefs.h"
  13310. #include <$header>
  13311. EOF
  13312. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13313.   egrep "${ice_re_word}setrlimit *$ice_re_params\(\(" >/dev/null 2>&1; then
  13314.   rm -rf conftest*
  13315.   ice_cv_have_setrlimit_decl=yes
  13316. fi
  13317. rm -f conftest*
  13318.  
  13319. if test "$ice_cv_have_setrlimit_decl" = yes; then
  13320.     break
  13321. fi
  13322. done
  13323.  
  13324. fi
  13325.  
  13326. echo "$ac_t""$ice_cv_have_setrlimit_decl" 1>&6
  13327. if test "$ice_cv_have_setrlimit_decl" = yes; then
  13328. cat >> confdefs.h <<EOF
  13329. #define ${ice_have_decl_tr} 1
  13330. EOF
  13331.  
  13332. fi
  13333. fi
  13334.  
  13335.  
  13336. ice_tr=`echo setsid | tr '[a-z]' '[A-Z]'`
  13337. ice_have_tr=HAVE_$ice_tr
  13338. ice_have_decl_tr=${ice_have_tr}_DECL
  13339. ice_have_setsid=no
  13340. for ac_func in setsid
  13341. do
  13342. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  13343. echo "configure:13344: checking for $ac_func" >&5
  13344. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  13345.   echo $ac_n "(cached) $ac_c" 1>&6
  13346. else
  13347.   cat > conftest.$ac_ext <<EOF
  13348. #line 13349 "configure"
  13349. #include "confdefs.h"
  13350. /* System header to define __stub macros and hopefully few prototypes,
  13351.     which can conflict with char $ac_func(); below.  */
  13352. #include <assert.h>
  13353. /* Override any gcc2 internal prototype to avoid an error.  */
  13354. #ifdef __cplusplus
  13355. extern "C"
  13356. #endif
  13357. /* We use char because int might match the return type of a gcc2
  13358.     builtin and then its argument prototype would still apply.  */
  13359. char $ac_func();
  13360.  
  13361. int main() {
  13362.  
  13363. /* The GNU C library defines this for functions which it implements
  13364.     to always fail with ENOSYS.  Some functions are actually named
  13365.     something starting with __ and the normal name is an alias.  */
  13366. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  13367. choke me
  13368. #else
  13369. $ac_func();
  13370. #endif
  13371.  
  13372. ; return 0; }
  13373. EOF
  13374. if { (eval echo configure:13375: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  13375.   rm -rf conftest*
  13376.   eval "ac_cv_func_$ac_func=yes"
  13377. else
  13378.   echo "configure: failed program was:" >&5
  13379.   cat conftest.$ac_ext >&5
  13380.   rm -rf conftest*
  13381.   eval "ac_cv_func_$ac_func=no"
  13382. fi
  13383. rm -f conftest*
  13384. fi
  13385.  
  13386. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  13387.   echo "$ac_t""yes" 1>&6
  13388.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  13389.   cat >> confdefs.h <<EOF
  13390. #define $ac_tr_func 1
  13391. EOF
  13392.  ice_have_setsid=yes
  13393. else
  13394.   echo "$ac_t""no" 1>&6
  13395. fi
  13396. done
  13397.  
  13398. if test "${ice_have_setsid}" = yes; then
  13399. echo $ac_n "checking for setsid declaration in unistd.h""... $ac_c" 1>&6
  13400. echo "configure:13401: checking for setsid declaration in unistd.h" >&5
  13401. if eval "test \"`echo '$''{'ice_cv_have_setsid_decl'+set}'`\" = set"; then
  13402.   echo $ac_n "(cached) $ac_c" 1>&6
  13403. else
  13404.   
  13405. ice_cv_have_setsid_decl=no
  13406. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  13407. ice_re_word='(^|[^a-zA-Z_0-9_])'
  13408. for header in unistd.h; do
  13409. # Check for ordinary declaration
  13410. cat > conftest.$ac_ext <<EOF
  13411. #line 13412 "configure"
  13412. #include "confdefs.h"
  13413. #include <$header>
  13414. EOF
  13415. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13416.   egrep "${ice_re_word}setsid *\(" >/dev/null 2>&1; then
  13417.   rm -rf conftest*
  13418.   ice_cv_have_setsid_decl=yes
  13419. fi
  13420. rm -f conftest*
  13421.  
  13422. if test "$ice_cv_have_setsid_decl" = yes; then
  13423.     break
  13424. fi
  13425. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  13426. cat > conftest.$ac_ext <<EOF
  13427. #line 13428 "configure"
  13428. #include "confdefs.h"
  13429. #include <$header>
  13430. EOF
  13431. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13432.   egrep "${ice_re_word}setsid *$ice_re_params\(\(" >/dev/null 2>&1; then
  13433.   rm -rf conftest*
  13434.   ice_cv_have_setsid_decl=yes
  13435. fi
  13436. rm -f conftest*
  13437.  
  13438. if test "$ice_cv_have_setsid_decl" = yes; then
  13439.     break
  13440. fi
  13441. done
  13442.  
  13443. fi
  13444.  
  13445. echo "$ac_t""$ice_cv_have_setsid_decl" 1>&6
  13446. if test "$ice_cv_have_setsid_decl" = yes; then
  13447. cat >> confdefs.h <<EOF
  13448. #define ${ice_have_decl_tr} 1
  13449. EOF
  13450.  
  13451. fi
  13452. fi
  13453.  
  13454.  
  13455. ice_tr=`echo setvbuf | tr '[a-z]' '[A-Z]'`
  13456. ice_have_tr=HAVE_$ice_tr
  13457. ice_have_decl_tr=${ice_have_tr}_DECL
  13458. ice_have_setvbuf=no
  13459. for ac_func in setvbuf
  13460. do
  13461. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  13462. echo "configure:13463: checking for $ac_func" >&5
  13463. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  13464.   echo $ac_n "(cached) $ac_c" 1>&6
  13465. else
  13466.   cat > conftest.$ac_ext <<EOF
  13467. #line 13468 "configure"
  13468. #include "confdefs.h"
  13469. /* System header to define __stub macros and hopefully few prototypes,
  13470.     which can conflict with char $ac_func(); below.  */
  13471. #include <assert.h>
  13472. /* Override any gcc2 internal prototype to avoid an error.  */
  13473. #ifdef __cplusplus
  13474. extern "C"
  13475. #endif
  13476. /* We use char because int might match the return type of a gcc2
  13477.     builtin and then its argument prototype would still apply.  */
  13478. char $ac_func();
  13479.  
  13480. int main() {
  13481.  
  13482. /* The GNU C library defines this for functions which it implements
  13483.     to always fail with ENOSYS.  Some functions are actually named
  13484.     something starting with __ and the normal name is an alias.  */
  13485. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  13486. choke me
  13487. #else
  13488. $ac_func();
  13489. #endif
  13490.  
  13491. ; return 0; }
  13492. EOF
  13493. if { (eval echo configure:13494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  13494.   rm -rf conftest*
  13495.   eval "ac_cv_func_$ac_func=yes"
  13496. else
  13497.   echo "configure: failed program was:" >&5
  13498.   cat conftest.$ac_ext >&5
  13499.   rm -rf conftest*
  13500.   eval "ac_cv_func_$ac_func=no"
  13501. fi
  13502. rm -f conftest*
  13503. fi
  13504.  
  13505. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  13506.   echo "$ac_t""yes" 1>&6
  13507.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  13508.   cat >> confdefs.h <<EOF
  13509. #define $ac_tr_func 1
  13510. EOF
  13511.  ice_have_setvbuf=yes
  13512. else
  13513.   echo "$ac_t""no" 1>&6
  13514. fi
  13515. done
  13516.  
  13517. if test "${ice_have_setvbuf}" = yes; then
  13518. echo $ac_n "checking for setvbuf declaration in stdio.h""... $ac_c" 1>&6
  13519. echo "configure:13520: checking for setvbuf declaration in stdio.h" >&5
  13520. if eval "test \"`echo '$''{'ice_cv_have_setvbuf_decl'+set}'`\" = set"; then
  13521.   echo $ac_n "(cached) $ac_c" 1>&6
  13522. else
  13523.   
  13524. ice_cv_have_setvbuf_decl=no
  13525. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  13526. ice_re_word='(^|[^a-zA-Z_0-9_])'
  13527. for header in stdio.h; do
  13528. # Check for ordinary declaration
  13529. cat > conftest.$ac_ext <<EOF
  13530. #line 13531 "configure"
  13531. #include "confdefs.h"
  13532. #include <$header>
  13533. EOF
  13534. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13535.   egrep "${ice_re_word}setvbuf *\(" >/dev/null 2>&1; then
  13536.   rm -rf conftest*
  13537.   ice_cv_have_setvbuf_decl=yes
  13538. fi
  13539. rm -f conftest*
  13540.  
  13541. if test "$ice_cv_have_setvbuf_decl" = yes; then
  13542.     break
  13543. fi
  13544. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  13545. cat > conftest.$ac_ext <<EOF
  13546. #line 13547 "configure"
  13547. #include "confdefs.h"
  13548. #include <$header>
  13549. EOF
  13550. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13551.   egrep "${ice_re_word}setvbuf *$ice_re_params\(\(" >/dev/null 2>&1; then
  13552.   rm -rf conftest*
  13553.   ice_cv_have_setvbuf_decl=yes
  13554. fi
  13555. rm -f conftest*
  13556.  
  13557. if test "$ice_cv_have_setvbuf_decl" = yes; then
  13558.     break
  13559. fi
  13560. done
  13561.  
  13562. fi
  13563.  
  13564. echo "$ac_t""$ice_cv_have_setvbuf_decl" 1>&6
  13565. if test "$ice_cv_have_setvbuf_decl" = yes; then
  13566. cat >> confdefs.h <<EOF
  13567. #define ${ice_have_decl_tr} 1
  13568. EOF
  13569.  
  13570. fi
  13571. fi
  13572.  
  13573.  
  13574. ice_tr=`echo sigblock | tr '[a-z]' '[A-Z]'`
  13575. ice_have_tr=HAVE_$ice_tr
  13576. ice_have_decl_tr=${ice_have_tr}_DECL
  13577. ice_have_sigblock=no
  13578. for ac_func in sigblock
  13579. do
  13580. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  13581. echo "configure:13582: checking for $ac_func" >&5
  13582. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  13583.   echo $ac_n "(cached) $ac_c" 1>&6
  13584. else
  13585.   cat > conftest.$ac_ext <<EOF
  13586. #line 13587 "configure"
  13587. #include "confdefs.h"
  13588. /* System header to define __stub macros and hopefully few prototypes,
  13589.     which can conflict with char $ac_func(); below.  */
  13590. #include <assert.h>
  13591. /* Override any gcc2 internal prototype to avoid an error.  */
  13592. #ifdef __cplusplus
  13593. extern "C"
  13594. #endif
  13595. /* We use char because int might match the return type of a gcc2
  13596.     builtin and then its argument prototype would still apply.  */
  13597. char $ac_func();
  13598.  
  13599. int main() {
  13600.  
  13601. /* The GNU C library defines this for functions which it implements
  13602.     to always fail with ENOSYS.  Some functions are actually named
  13603.     something starting with __ and the normal name is an alias.  */
  13604. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  13605. choke me
  13606. #else
  13607. $ac_func();
  13608. #endif
  13609.  
  13610. ; return 0; }
  13611. EOF
  13612. if { (eval echo configure:13613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  13613.   rm -rf conftest*
  13614.   eval "ac_cv_func_$ac_func=yes"
  13615. else
  13616.   echo "configure: failed program was:" >&5
  13617.   cat conftest.$ac_ext >&5
  13618.   rm -rf conftest*
  13619.   eval "ac_cv_func_$ac_func=no"
  13620. fi
  13621. rm -f conftest*
  13622. fi
  13623.  
  13624. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  13625.   echo "$ac_t""yes" 1>&6
  13626.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  13627.   cat >> confdefs.h <<EOF
  13628. #define $ac_tr_func 1
  13629. EOF
  13630.  ice_have_sigblock=yes
  13631. else
  13632.   echo "$ac_t""no" 1>&6
  13633. fi
  13634. done
  13635.  
  13636. if test "${ice_have_sigblock}" = yes; then
  13637. echo $ac_n "checking for sigblock declaration in signal.h""... $ac_c" 1>&6
  13638. echo "configure:13639: checking for sigblock declaration in signal.h" >&5
  13639. if eval "test \"`echo '$''{'ice_cv_have_sigblock_decl'+set}'`\" = set"; then
  13640.   echo $ac_n "(cached) $ac_c" 1>&6
  13641. else
  13642.   
  13643. ice_cv_have_sigblock_decl=no
  13644. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  13645. ice_re_word='(^|[^a-zA-Z_0-9_])'
  13646. for header in signal.h; do
  13647. # Check for ordinary declaration
  13648. cat > conftest.$ac_ext <<EOF
  13649. #line 13650 "configure"
  13650. #include "confdefs.h"
  13651. #include <$header>
  13652. EOF
  13653. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13654.   egrep "${ice_re_word}sigblock *\(" >/dev/null 2>&1; then
  13655.   rm -rf conftest*
  13656.   ice_cv_have_sigblock_decl=yes
  13657. fi
  13658. rm -f conftest*
  13659.  
  13660. if test "$ice_cv_have_sigblock_decl" = yes; then
  13661.     break
  13662. fi
  13663. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  13664. cat > conftest.$ac_ext <<EOF
  13665. #line 13666 "configure"
  13666. #include "confdefs.h"
  13667. #include <$header>
  13668. EOF
  13669. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13670.   egrep "${ice_re_word}sigblock *$ice_re_params\(\(" >/dev/null 2>&1; then
  13671.   rm -rf conftest*
  13672.   ice_cv_have_sigblock_decl=yes
  13673. fi
  13674. rm -f conftest*
  13675.  
  13676. if test "$ice_cv_have_sigblock_decl" = yes; then
  13677.     break
  13678. fi
  13679. done
  13680.  
  13681. fi
  13682.  
  13683. echo "$ac_t""$ice_cv_have_sigblock_decl" 1>&6
  13684. if test "$ice_cv_have_sigblock_decl" = yes; then
  13685. cat >> confdefs.h <<EOF
  13686. #define ${ice_have_decl_tr} 1
  13687. EOF
  13688.  
  13689. fi
  13690. fi
  13691.  
  13692.  
  13693. ice_tr=`echo sigprocmask | tr '[a-z]' '[A-Z]'`
  13694. ice_have_tr=HAVE_$ice_tr
  13695. ice_have_decl_tr=${ice_have_tr}_DECL
  13696. ice_have_sigprocmask=no
  13697. for ac_func in sigprocmask
  13698. do
  13699. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  13700. echo "configure:13701: checking for $ac_func" >&5
  13701. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  13702.   echo $ac_n "(cached) $ac_c" 1>&6
  13703. else
  13704.   cat > conftest.$ac_ext <<EOF
  13705. #line 13706 "configure"
  13706. #include "confdefs.h"
  13707. /* System header to define __stub macros and hopefully few prototypes,
  13708.     which can conflict with char $ac_func(); below.  */
  13709. #include <assert.h>
  13710. /* Override any gcc2 internal prototype to avoid an error.  */
  13711. #ifdef __cplusplus
  13712. extern "C"
  13713. #endif
  13714. /* We use char because int might match the return type of a gcc2
  13715.     builtin and then its argument prototype would still apply.  */
  13716. char $ac_func();
  13717.  
  13718. int main() {
  13719.  
  13720. /* The GNU C library defines this for functions which it implements
  13721.     to always fail with ENOSYS.  Some functions are actually named
  13722.     something starting with __ and the normal name is an alias.  */
  13723. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  13724. choke me
  13725. #else
  13726. $ac_func();
  13727. #endif
  13728.  
  13729. ; return 0; }
  13730. EOF
  13731. if { (eval echo configure:13732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  13732.   rm -rf conftest*
  13733.   eval "ac_cv_func_$ac_func=yes"
  13734. else
  13735.   echo "configure: failed program was:" >&5
  13736.   cat conftest.$ac_ext >&5
  13737.   rm -rf conftest*
  13738.   eval "ac_cv_func_$ac_func=no"
  13739. fi
  13740. rm -f conftest*
  13741. fi
  13742.  
  13743. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  13744.   echo "$ac_t""yes" 1>&6
  13745.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  13746.   cat >> confdefs.h <<EOF
  13747. #define $ac_tr_func 1
  13748. EOF
  13749.  ice_have_sigprocmask=yes
  13750. else
  13751.   echo "$ac_t""no" 1>&6
  13752. fi
  13753. done
  13754.  
  13755. if test "${ice_have_sigprocmask}" = yes; then
  13756. echo $ac_n "checking for sigprocmask declaration in signal.h""... $ac_c" 1>&6
  13757. echo "configure:13758: checking for sigprocmask declaration in signal.h" >&5
  13758. if eval "test \"`echo '$''{'ice_cv_have_sigprocmask_decl'+set}'`\" = set"; then
  13759.   echo $ac_n "(cached) $ac_c" 1>&6
  13760. else
  13761.   
  13762. ice_cv_have_sigprocmask_decl=no
  13763. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  13764. ice_re_word='(^|[^a-zA-Z_0-9_])'
  13765. for header in signal.h; do
  13766. # Check for ordinary declaration
  13767. cat > conftest.$ac_ext <<EOF
  13768. #line 13769 "configure"
  13769. #include "confdefs.h"
  13770. #include <$header>
  13771. EOF
  13772. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13773.   egrep "${ice_re_word}sigprocmask *\(" >/dev/null 2>&1; then
  13774.   rm -rf conftest*
  13775.   ice_cv_have_sigprocmask_decl=yes
  13776. fi
  13777. rm -f conftest*
  13778.  
  13779. if test "$ice_cv_have_sigprocmask_decl" = yes; then
  13780.     break
  13781. fi
  13782. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  13783. cat > conftest.$ac_ext <<EOF
  13784. #line 13785 "configure"
  13785. #include "confdefs.h"
  13786. #include <$header>
  13787. EOF
  13788. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13789.   egrep "${ice_re_word}sigprocmask *$ice_re_params\(\(" >/dev/null 2>&1; then
  13790.   rm -rf conftest*
  13791.   ice_cv_have_sigprocmask_decl=yes
  13792. fi
  13793. rm -f conftest*
  13794.  
  13795. if test "$ice_cv_have_sigprocmask_decl" = yes; then
  13796.     break
  13797. fi
  13798. done
  13799.  
  13800. fi
  13801.  
  13802. echo "$ac_t""$ice_cv_have_sigprocmask_decl" 1>&6
  13803. if test "$ice_cv_have_sigprocmask_decl" = yes; then
  13804. cat >> confdefs.h <<EOF
  13805. #define ${ice_have_decl_tr} 1
  13806. EOF
  13807.  
  13808. fi
  13809. fi
  13810.  
  13811.  
  13812. ice_tr=`echo sigsetmask | tr '[a-z]' '[A-Z]'`
  13813. ice_have_tr=HAVE_$ice_tr
  13814. ice_have_decl_tr=${ice_have_tr}_DECL
  13815. ice_have_sigsetmask=no
  13816. for ac_func in sigsetmask
  13817. do
  13818. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  13819. echo "configure:13820: checking for $ac_func" >&5
  13820. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  13821.   echo $ac_n "(cached) $ac_c" 1>&6
  13822. else
  13823.   cat > conftest.$ac_ext <<EOF
  13824. #line 13825 "configure"
  13825. #include "confdefs.h"
  13826. /* System header to define __stub macros and hopefully few prototypes,
  13827.     which can conflict with char $ac_func(); below.  */
  13828. #include <assert.h>
  13829. /* Override any gcc2 internal prototype to avoid an error.  */
  13830. #ifdef __cplusplus
  13831. extern "C"
  13832. #endif
  13833. /* We use char because int might match the return type of a gcc2
  13834.     builtin and then its argument prototype would still apply.  */
  13835. char $ac_func();
  13836.  
  13837. int main() {
  13838.  
  13839. /* The GNU C library defines this for functions which it implements
  13840.     to always fail with ENOSYS.  Some functions are actually named
  13841.     something starting with __ and the normal name is an alias.  */
  13842. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  13843. choke me
  13844. #else
  13845. $ac_func();
  13846. #endif
  13847.  
  13848. ; return 0; }
  13849. EOF
  13850. if { (eval echo configure:13851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  13851.   rm -rf conftest*
  13852.   eval "ac_cv_func_$ac_func=yes"
  13853. else
  13854.   echo "configure: failed program was:" >&5
  13855.   cat conftest.$ac_ext >&5
  13856.   rm -rf conftest*
  13857.   eval "ac_cv_func_$ac_func=no"
  13858. fi
  13859. rm -f conftest*
  13860. fi
  13861.  
  13862. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  13863.   echo "$ac_t""yes" 1>&6
  13864.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  13865.   cat >> confdefs.h <<EOF
  13866. #define $ac_tr_func 1
  13867. EOF
  13868.  ice_have_sigsetmask=yes
  13869. else
  13870.   echo "$ac_t""no" 1>&6
  13871. fi
  13872. done
  13873.  
  13874. if test "${ice_have_sigsetmask}" = yes; then
  13875. echo $ac_n "checking for sigsetmask declaration in signal.h""... $ac_c" 1>&6
  13876. echo "configure:13877: checking for sigsetmask declaration in signal.h" >&5
  13877. if eval "test \"`echo '$''{'ice_cv_have_sigsetmask_decl'+set}'`\" = set"; then
  13878.   echo $ac_n "(cached) $ac_c" 1>&6
  13879. else
  13880.   
  13881. ice_cv_have_sigsetmask_decl=no
  13882. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  13883. ice_re_word='(^|[^a-zA-Z_0-9_])'
  13884. for header in signal.h; do
  13885. # Check for ordinary declaration
  13886. cat > conftest.$ac_ext <<EOF
  13887. #line 13888 "configure"
  13888. #include "confdefs.h"
  13889. #include <$header>
  13890. EOF
  13891. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13892.   egrep "${ice_re_word}sigsetmask *\(" >/dev/null 2>&1; then
  13893.   rm -rf conftest*
  13894.   ice_cv_have_sigsetmask_decl=yes
  13895. fi
  13896. rm -f conftest*
  13897.  
  13898. if test "$ice_cv_have_sigsetmask_decl" = yes; then
  13899.     break
  13900. fi
  13901. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  13902. cat > conftest.$ac_ext <<EOF
  13903. #line 13904 "configure"
  13904. #include "confdefs.h"
  13905. #include <$header>
  13906. EOF
  13907. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13908.   egrep "${ice_re_word}sigsetmask *$ice_re_params\(\(" >/dev/null 2>&1; then
  13909.   rm -rf conftest*
  13910.   ice_cv_have_sigsetmask_decl=yes
  13911. fi
  13912. rm -f conftest*
  13913.  
  13914. if test "$ice_cv_have_sigsetmask_decl" = yes; then
  13915.     break
  13916. fi
  13917. done
  13918.  
  13919. fi
  13920.  
  13921. echo "$ac_t""$ice_cv_have_sigsetmask_decl" 1>&6
  13922. if test "$ice_cv_have_sigsetmask_decl" = yes; then
  13923. cat >> confdefs.h <<EOF
  13924. #define ${ice_have_decl_tr} 1
  13925. EOF
  13926.  
  13927. fi
  13928. fi
  13929.  
  13930.  
  13931. ice_tr=`echo sigsuspend | tr '[a-z]' '[A-Z]'`
  13932. ice_have_tr=HAVE_$ice_tr
  13933. ice_have_decl_tr=${ice_have_tr}_DECL
  13934. ice_have_sigsuspend=no
  13935. for ac_func in sigsuspend
  13936. do
  13937. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  13938. echo "configure:13939: checking for $ac_func" >&5
  13939. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  13940.   echo $ac_n "(cached) $ac_c" 1>&6
  13941. else
  13942.   cat > conftest.$ac_ext <<EOF
  13943. #line 13944 "configure"
  13944. #include "confdefs.h"
  13945. /* System header to define __stub macros and hopefully few prototypes,
  13946.     which can conflict with char $ac_func(); below.  */
  13947. #include <assert.h>
  13948. /* Override any gcc2 internal prototype to avoid an error.  */
  13949. #ifdef __cplusplus
  13950. extern "C"
  13951. #endif
  13952. /* We use char because int might match the return type of a gcc2
  13953.     builtin and then its argument prototype would still apply.  */
  13954. char $ac_func();
  13955.  
  13956. int main() {
  13957.  
  13958. /* The GNU C library defines this for functions which it implements
  13959.     to always fail with ENOSYS.  Some functions are actually named
  13960.     something starting with __ and the normal name is an alias.  */
  13961. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  13962. choke me
  13963. #else
  13964. $ac_func();
  13965. #endif
  13966.  
  13967. ; return 0; }
  13968. EOF
  13969. if { (eval echo configure:13970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  13970.   rm -rf conftest*
  13971.   eval "ac_cv_func_$ac_func=yes"
  13972. else
  13973.   echo "configure: failed program was:" >&5
  13974.   cat conftest.$ac_ext >&5
  13975.   rm -rf conftest*
  13976.   eval "ac_cv_func_$ac_func=no"
  13977. fi
  13978. rm -f conftest*
  13979. fi
  13980.  
  13981. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  13982.   echo "$ac_t""yes" 1>&6
  13983.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  13984.   cat >> confdefs.h <<EOF
  13985. #define $ac_tr_func 1
  13986. EOF
  13987.  ice_have_sigsuspend=yes
  13988. else
  13989.   echo "$ac_t""no" 1>&6
  13990. fi
  13991. done
  13992.  
  13993. if test "${ice_have_sigsuspend}" = yes; then
  13994. echo $ac_n "checking for sigsuspend declaration in signal.h""... $ac_c" 1>&6
  13995. echo "configure:13996: checking for sigsuspend declaration in signal.h" >&5
  13996. if eval "test \"`echo '$''{'ice_cv_have_sigsuspend_decl'+set}'`\" = set"; then
  13997.   echo $ac_n "(cached) $ac_c" 1>&6
  13998. else
  13999.   
  14000. ice_cv_have_sigsuspend_decl=no
  14001. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  14002. ice_re_word='(^|[^a-zA-Z_0-9_])'
  14003. for header in signal.h; do
  14004. # Check for ordinary declaration
  14005. cat > conftest.$ac_ext <<EOF
  14006. #line 14007 "configure"
  14007. #include "confdefs.h"
  14008. #include <$header>
  14009. EOF
  14010. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14011.   egrep "${ice_re_word}sigsuspend *\(" >/dev/null 2>&1; then
  14012.   rm -rf conftest*
  14013.   ice_cv_have_sigsuspend_decl=yes
  14014. fi
  14015. rm -f conftest*
  14016.  
  14017. if test "$ice_cv_have_sigsuspend_decl" = yes; then
  14018.     break
  14019. fi
  14020. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  14021. cat > conftest.$ac_ext <<EOF
  14022. #line 14023 "configure"
  14023. #include "confdefs.h"
  14024. #include <$header>
  14025. EOF
  14026. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14027.   egrep "${ice_re_word}sigsuspend *$ice_re_params\(\(" >/dev/null 2>&1; then
  14028.   rm -rf conftest*
  14029.   ice_cv_have_sigsuspend_decl=yes
  14030. fi
  14031. rm -f conftest*
  14032.  
  14033. if test "$ice_cv_have_sigsuspend_decl" = yes; then
  14034.     break
  14035. fi
  14036. done
  14037.  
  14038. fi
  14039.  
  14040. echo "$ac_t""$ice_cv_have_sigsuspend_decl" 1>&6
  14041. if test "$ice_cv_have_sigsuspend_decl" = yes; then
  14042. cat >> confdefs.h <<EOF
  14043. #define ${ice_have_decl_tr} 1
  14044. EOF
  14045.  
  14046. fi
  14047. fi
  14048.  
  14049.  
  14050. ice_tr=`echo srand | tr '[a-z]' '[A-Z]'`
  14051. ice_have_tr=HAVE_$ice_tr
  14052. ice_have_decl_tr=${ice_have_tr}_DECL
  14053. ice_have_srand=no
  14054. for ac_func in srand
  14055. do
  14056. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  14057. echo "configure:14058: checking for $ac_func" >&5
  14058. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  14059.   echo $ac_n "(cached) $ac_c" 1>&6
  14060. else
  14061.   cat > conftest.$ac_ext <<EOF
  14062. #line 14063 "configure"
  14063. #include "confdefs.h"
  14064. /* System header to define __stub macros and hopefully few prototypes,
  14065.     which can conflict with char $ac_func(); below.  */
  14066. #include <assert.h>
  14067. /* Override any gcc2 internal prototype to avoid an error.  */
  14068. #ifdef __cplusplus
  14069. extern "C"
  14070. #endif
  14071. /* We use char because int might match the return type of a gcc2
  14072.     builtin and then its argument prototype would still apply.  */
  14073. char $ac_func();
  14074.  
  14075. int main() {
  14076.  
  14077. /* The GNU C library defines this for functions which it implements
  14078.     to always fail with ENOSYS.  Some functions are actually named
  14079.     something starting with __ and the normal name is an alias.  */
  14080. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  14081. choke me
  14082. #else
  14083. $ac_func();
  14084. #endif
  14085.  
  14086. ; return 0; }
  14087. EOF
  14088. if { (eval echo configure:14089: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  14089.   rm -rf conftest*
  14090.   eval "ac_cv_func_$ac_func=yes"
  14091. else
  14092.   echo "configure: failed program was:" >&5
  14093.   cat conftest.$ac_ext >&5
  14094.   rm -rf conftest*
  14095.   eval "ac_cv_func_$ac_func=no"
  14096. fi
  14097. rm -f conftest*
  14098. fi
  14099.  
  14100. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  14101.   echo "$ac_t""yes" 1>&6
  14102.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  14103.   cat >> confdefs.h <<EOF
  14104. #define $ac_tr_func 1
  14105. EOF
  14106.  ice_have_srand=yes
  14107. else
  14108.   echo "$ac_t""no" 1>&6
  14109. fi
  14110. done
  14111.  
  14112. if test "${ice_have_srand}" = yes; then
  14113. echo $ac_n "checking for srand declaration in stdlib.h""... $ac_c" 1>&6
  14114. echo "configure:14115: checking for srand declaration in stdlib.h" >&5
  14115. if eval "test \"`echo '$''{'ice_cv_have_srand_decl'+set}'`\" = set"; then
  14116.   echo $ac_n "(cached) $ac_c" 1>&6
  14117. else
  14118.   
  14119. ice_cv_have_srand_decl=no
  14120. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  14121. ice_re_word='(^|[^a-zA-Z_0-9_])'
  14122. for header in stdlib.h; do
  14123. # Check for ordinary declaration
  14124. cat > conftest.$ac_ext <<EOF
  14125. #line 14126 "configure"
  14126. #include "confdefs.h"
  14127. #include <$header>
  14128. EOF
  14129. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14130.   egrep "${ice_re_word}srand *\(" >/dev/null 2>&1; then
  14131.   rm -rf conftest*
  14132.   ice_cv_have_srand_decl=yes
  14133. fi
  14134. rm -f conftest*
  14135.  
  14136. if test "$ice_cv_have_srand_decl" = yes; then
  14137.     break
  14138. fi
  14139. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  14140. cat > conftest.$ac_ext <<EOF
  14141. #line 14142 "configure"
  14142. #include "confdefs.h"
  14143. #include <$header>
  14144. EOF
  14145. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14146.   egrep "${ice_re_word}srand *$ice_re_params\(\(" >/dev/null 2>&1; then
  14147.   rm -rf conftest*
  14148.   ice_cv_have_srand_decl=yes
  14149. fi
  14150. rm -f conftest*
  14151.  
  14152. if test "$ice_cv_have_srand_decl" = yes; then
  14153.     break
  14154. fi
  14155. done
  14156.  
  14157. fi
  14158.  
  14159. echo "$ac_t""$ice_cv_have_srand_decl" 1>&6
  14160. if test "$ice_cv_have_srand_decl" = yes; then
  14161. cat >> confdefs.h <<EOF
  14162. #define ${ice_have_decl_tr} 1
  14163. EOF
  14164.  
  14165. fi
  14166. fi
  14167.  
  14168.  
  14169. ice_tr=`echo srandom | tr '[a-z]' '[A-Z]'`
  14170. ice_have_tr=HAVE_$ice_tr
  14171. ice_have_decl_tr=${ice_have_tr}_DECL
  14172. ice_have_srandom=no
  14173. for ac_func in srandom
  14174. do
  14175. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  14176. echo "configure:14177: checking for $ac_func" >&5
  14177. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  14178.   echo $ac_n "(cached) $ac_c" 1>&6
  14179. else
  14180.   cat > conftest.$ac_ext <<EOF
  14181. #line 14182 "configure"
  14182. #include "confdefs.h"
  14183. /* System header to define __stub macros and hopefully few prototypes,
  14184.     which can conflict with char $ac_func(); below.  */
  14185. #include <assert.h>
  14186. /* Override any gcc2 internal prototype to avoid an error.  */
  14187. #ifdef __cplusplus
  14188. extern "C"
  14189. #endif
  14190. /* We use char because int might match the return type of a gcc2
  14191.     builtin and then its argument prototype would still apply.  */
  14192. char $ac_func();
  14193.  
  14194. int main() {
  14195.  
  14196. /* The GNU C library defines this for functions which it implements
  14197.     to always fail with ENOSYS.  Some functions are actually named
  14198.     something starting with __ and the normal name is an alias.  */
  14199. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  14200. choke me
  14201. #else
  14202. $ac_func();
  14203. #endif
  14204.  
  14205. ; return 0; }
  14206. EOF
  14207. if { (eval echo configure:14208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  14208.   rm -rf conftest*
  14209.   eval "ac_cv_func_$ac_func=yes"
  14210. else
  14211.   echo "configure: failed program was:" >&5
  14212.   cat conftest.$ac_ext >&5
  14213.   rm -rf conftest*
  14214.   eval "ac_cv_func_$ac_func=no"
  14215. fi
  14216. rm -f conftest*
  14217. fi
  14218.  
  14219. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  14220.   echo "$ac_t""yes" 1>&6
  14221.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  14222.   cat >> confdefs.h <<EOF
  14223. #define $ac_tr_func 1
  14224. EOF
  14225.  ice_have_srandom=yes
  14226. else
  14227.   echo "$ac_t""no" 1>&6
  14228. fi
  14229. done
  14230.  
  14231. if test "${ice_have_srandom}" = yes; then
  14232. echo $ac_n "checking for srandom declaration in stdlib.h""... $ac_c" 1>&6
  14233. echo "configure:14234: checking for srandom declaration in stdlib.h" >&5
  14234. if eval "test \"`echo '$''{'ice_cv_have_srandom_decl'+set}'`\" = set"; then
  14235.   echo $ac_n "(cached) $ac_c" 1>&6
  14236. else
  14237.   
  14238. ice_cv_have_srandom_decl=no
  14239. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  14240. ice_re_word='(^|[^a-zA-Z_0-9_])'
  14241. for header in stdlib.h; do
  14242. # Check for ordinary declaration
  14243. cat > conftest.$ac_ext <<EOF
  14244. #line 14245 "configure"
  14245. #include "confdefs.h"
  14246. #include <$header>
  14247. EOF
  14248. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14249.   egrep "${ice_re_word}srandom *\(" >/dev/null 2>&1; then
  14250.   rm -rf conftest*
  14251.   ice_cv_have_srandom_decl=yes
  14252. fi
  14253. rm -f conftest*
  14254.  
  14255. if test "$ice_cv_have_srandom_decl" = yes; then
  14256.     break
  14257. fi
  14258. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  14259. cat > conftest.$ac_ext <<EOF
  14260. #line 14261 "configure"
  14261. #include "confdefs.h"
  14262. #include <$header>
  14263. EOF
  14264. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14265.   egrep "${ice_re_word}srandom *$ice_re_params\(\(" >/dev/null 2>&1; then
  14266.   rm -rf conftest*
  14267.   ice_cv_have_srandom_decl=yes
  14268. fi
  14269. rm -f conftest*
  14270.  
  14271. if test "$ice_cv_have_srandom_decl" = yes; then
  14272.     break
  14273. fi
  14274. done
  14275.  
  14276. fi
  14277.  
  14278. echo "$ac_t""$ice_cv_have_srandom_decl" 1>&6
  14279. if test "$ice_cv_have_srandom_decl" = yes; then
  14280. cat >> confdefs.h <<EOF
  14281. #define ${ice_have_decl_tr} 1
  14282. EOF
  14283.  
  14284. fi
  14285. fi
  14286.  
  14287.  
  14288. ice_tr=`echo stat | tr '[a-z]' '[A-Z]'`
  14289. ice_have_tr=HAVE_$ice_tr
  14290. ice_have_decl_tr=${ice_have_tr}_DECL
  14291. ice_have_stat=no
  14292. for ac_func in stat
  14293. do
  14294. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  14295. echo "configure:14296: checking for $ac_func" >&5
  14296. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  14297.   echo $ac_n "(cached) $ac_c" 1>&6
  14298. else
  14299.   cat > conftest.$ac_ext <<EOF
  14300. #line 14301 "configure"
  14301. #include "confdefs.h"
  14302. /* System header to define __stub macros and hopefully few prototypes,
  14303.     which can conflict with char $ac_func(); below.  */
  14304. #include <assert.h>
  14305. /* Override any gcc2 internal prototype to avoid an error.  */
  14306. #ifdef __cplusplus
  14307. extern "C"
  14308. #endif
  14309. /* We use char because int might match the return type of a gcc2
  14310.     builtin and then its argument prototype would still apply.  */
  14311. char $ac_func();
  14312.  
  14313. int main() {
  14314.  
  14315. /* The GNU C library defines this for functions which it implements
  14316.     to always fail with ENOSYS.  Some functions are actually named
  14317.     something starting with __ and the normal name is an alias.  */
  14318. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  14319. choke me
  14320. #else
  14321. $ac_func();
  14322. #endif
  14323.  
  14324. ; return 0; }
  14325. EOF
  14326. if { (eval echo configure:14327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  14327.   rm -rf conftest*
  14328.   eval "ac_cv_func_$ac_func=yes"
  14329. else
  14330.   echo "configure: failed program was:" >&5
  14331.   cat conftest.$ac_ext >&5
  14332.   rm -rf conftest*
  14333.   eval "ac_cv_func_$ac_func=no"
  14334. fi
  14335. rm -f conftest*
  14336. fi
  14337.  
  14338. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  14339.   echo "$ac_t""yes" 1>&6
  14340.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  14341.   cat >> confdefs.h <<EOF
  14342. #define $ac_tr_func 1
  14343. EOF
  14344.  ice_have_stat=yes
  14345. else
  14346.   echo "$ac_t""no" 1>&6
  14347. fi
  14348. done
  14349.  
  14350. if test "${ice_have_stat}" = yes; then
  14351. echo $ac_n "checking for stat declaration in sys/stat.h""... $ac_c" 1>&6
  14352. echo "configure:14353: checking for stat declaration in sys/stat.h" >&5
  14353. if eval "test \"`echo '$''{'ice_cv_have_stat_decl'+set}'`\" = set"; then
  14354.   echo $ac_n "(cached) $ac_c" 1>&6
  14355. else
  14356.   
  14357. ice_cv_have_stat_decl=no
  14358. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  14359. ice_re_word='(^|[^a-zA-Z_0-9_])'
  14360. for header in sys/stat.h; do
  14361. # Check for ordinary declaration
  14362. cat > conftest.$ac_ext <<EOF
  14363. #line 14364 "configure"
  14364. #include "confdefs.h"
  14365. #include <$header>
  14366. EOF
  14367. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14368.   egrep "${ice_re_word}stat *\(" >/dev/null 2>&1; then
  14369.   rm -rf conftest*
  14370.   ice_cv_have_stat_decl=yes
  14371. fi
  14372. rm -f conftest*
  14373.  
  14374. if test "$ice_cv_have_stat_decl" = yes; then
  14375.     break
  14376. fi
  14377. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  14378. cat > conftest.$ac_ext <<EOF
  14379. #line 14380 "configure"
  14380. #include "confdefs.h"
  14381. #include <$header>
  14382. EOF
  14383. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14384.   egrep "${ice_re_word}stat *$ice_re_params\(\(" >/dev/null 2>&1; then
  14385.   rm -rf conftest*
  14386.   ice_cv_have_stat_decl=yes
  14387. fi
  14388. rm -f conftest*
  14389.  
  14390. if test "$ice_cv_have_stat_decl" = yes; then
  14391.     break
  14392. fi
  14393. done
  14394.  
  14395. fi
  14396.  
  14397. echo "$ac_t""$ice_cv_have_stat_decl" 1>&6
  14398. if test "$ice_cv_have_stat_decl" = yes; then
  14399. cat >> confdefs.h <<EOF
  14400. #define ${ice_have_decl_tr} 1
  14401. EOF
  14402.  
  14403. fi
  14404. fi
  14405.  
  14406.  
  14407. ice_tr=`echo strerror | tr '[a-z]' '[A-Z]'`
  14408. ice_have_tr=HAVE_$ice_tr
  14409. ice_have_decl_tr=${ice_have_tr}_DECL
  14410. ice_have_strerror=no
  14411. for ac_func in strerror
  14412. do
  14413. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  14414. echo "configure:14415: checking for $ac_func" >&5
  14415. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  14416.   echo $ac_n "(cached) $ac_c" 1>&6
  14417. else
  14418.   cat > conftest.$ac_ext <<EOF
  14419. #line 14420 "configure"
  14420. #include "confdefs.h"
  14421. /* System header to define __stub macros and hopefully few prototypes,
  14422.     which can conflict with char $ac_func(); below.  */
  14423. #include <assert.h>
  14424. /* Override any gcc2 internal prototype to avoid an error.  */
  14425. #ifdef __cplusplus
  14426. extern "C"
  14427. #endif
  14428. /* We use char because int might match the return type of a gcc2
  14429.     builtin and then its argument prototype would still apply.  */
  14430. char $ac_func();
  14431.  
  14432. int main() {
  14433.  
  14434. /* The GNU C library defines this for functions which it implements
  14435.     to always fail with ENOSYS.  Some functions are actually named
  14436.     something starting with __ and the normal name is an alias.  */
  14437. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  14438. choke me
  14439. #else
  14440. $ac_func();
  14441. #endif
  14442.  
  14443. ; return 0; }
  14444. EOF
  14445. if { (eval echo configure:14446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  14446.   rm -rf conftest*
  14447.   eval "ac_cv_func_$ac_func=yes"
  14448. else
  14449.   echo "configure: failed program was:" >&5
  14450.   cat conftest.$ac_ext >&5
  14451.   rm -rf conftest*
  14452.   eval "ac_cv_func_$ac_func=no"
  14453. fi
  14454. rm -f conftest*
  14455. fi
  14456.  
  14457. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  14458.   echo "$ac_t""yes" 1>&6
  14459.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  14460.   cat >> confdefs.h <<EOF
  14461. #define $ac_tr_func 1
  14462. EOF
  14463.  ice_have_strerror=yes
  14464. else
  14465.   echo "$ac_t""no" 1>&6
  14466. fi
  14467. done
  14468.  
  14469. if test "${ice_have_strerror}" = yes; then
  14470. echo $ac_n "checking for strerror declaration in string.h""... $ac_c" 1>&6
  14471. echo "configure:14472: checking for strerror declaration in string.h" >&5
  14472. if eval "test \"`echo '$''{'ice_cv_have_strerror_decl'+set}'`\" = set"; then
  14473.   echo $ac_n "(cached) $ac_c" 1>&6
  14474. else
  14475.   
  14476. ice_cv_have_strerror_decl=no
  14477. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  14478. ice_re_word='(^|[^a-zA-Z_0-9_])'
  14479. for header in string.h; do
  14480. # Check for ordinary declaration
  14481. cat > conftest.$ac_ext <<EOF
  14482. #line 14483 "configure"
  14483. #include "confdefs.h"
  14484. #include <$header>
  14485. EOF
  14486. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14487.   egrep "${ice_re_word}strerror *\(" >/dev/null 2>&1; then
  14488.   rm -rf conftest*
  14489.   ice_cv_have_strerror_decl=yes
  14490. fi
  14491. rm -f conftest*
  14492.  
  14493. if test "$ice_cv_have_strerror_decl" = yes; then
  14494.     break
  14495. fi
  14496. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  14497. cat > conftest.$ac_ext <<EOF
  14498. #line 14499 "configure"
  14499. #include "confdefs.h"
  14500. #include <$header>
  14501. EOF
  14502. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14503.   egrep "${ice_re_word}strerror *$ice_re_params\(\(" >/dev/null 2>&1; then
  14504.   rm -rf conftest*
  14505.   ice_cv_have_strerror_decl=yes
  14506. fi
  14507. rm -f conftest*
  14508.  
  14509. if test "$ice_cv_have_strerror_decl" = yes; then
  14510.     break
  14511. fi
  14512. done
  14513.  
  14514. fi
  14515.  
  14516. echo "$ac_t""$ice_cv_have_strerror_decl" 1>&6
  14517. if test "$ice_cv_have_strerror_decl" = yes; then
  14518. cat >> confdefs.h <<EOF
  14519. #define ${ice_have_decl_tr} 1
  14520. EOF
  14521.  
  14522. fi
  14523. fi
  14524.  
  14525.  
  14526. ice_tr=`echo strftime | tr '[a-z]' '[A-Z]'`
  14527. ice_have_tr=HAVE_$ice_tr
  14528. ice_have_decl_tr=${ice_have_tr}_DECL
  14529. ice_have_strftime=no
  14530. for ac_func in strftime
  14531. do
  14532. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  14533. echo "configure:14534: checking for $ac_func" >&5
  14534. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  14535.   echo $ac_n "(cached) $ac_c" 1>&6
  14536. else
  14537.   cat > conftest.$ac_ext <<EOF
  14538. #line 14539 "configure"
  14539. #include "confdefs.h"
  14540. /* System header to define __stub macros and hopefully few prototypes,
  14541.     which can conflict with char $ac_func(); below.  */
  14542. #include <assert.h>
  14543. /* Override any gcc2 internal prototype to avoid an error.  */
  14544. #ifdef __cplusplus
  14545. extern "C"
  14546. #endif
  14547. /* We use char because int might match the return type of a gcc2
  14548.     builtin and then its argument prototype would still apply.  */
  14549. char $ac_func();
  14550.  
  14551. int main() {
  14552.  
  14553. /* The GNU C library defines this for functions which it implements
  14554.     to always fail with ENOSYS.  Some functions are actually named
  14555.     something starting with __ and the normal name is an alias.  */
  14556. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  14557. choke me
  14558. #else
  14559. $ac_func();
  14560. #endif
  14561.  
  14562. ; return 0; }
  14563. EOF
  14564. if { (eval echo configure:14565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  14565.   rm -rf conftest*
  14566.   eval "ac_cv_func_$ac_func=yes"
  14567. else
  14568.   echo "configure: failed program was:" >&5
  14569.   cat conftest.$ac_ext >&5
  14570.   rm -rf conftest*
  14571.   eval "ac_cv_func_$ac_func=no"
  14572. fi
  14573. rm -f conftest*
  14574. fi
  14575.  
  14576. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  14577.   echo "$ac_t""yes" 1>&6
  14578.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  14579.   cat >> confdefs.h <<EOF
  14580. #define $ac_tr_func 1
  14581. EOF
  14582.  ice_have_strftime=yes
  14583. else
  14584.   echo "$ac_t""no" 1>&6
  14585. fi
  14586. done
  14587.  
  14588. if test "${ice_have_strftime}" = yes; then
  14589. echo $ac_n "checking for strftime declaration in time.h""... $ac_c" 1>&6
  14590. echo "configure:14591: checking for strftime declaration in time.h" >&5
  14591. if eval "test \"`echo '$''{'ice_cv_have_strftime_decl'+set}'`\" = set"; then
  14592.   echo $ac_n "(cached) $ac_c" 1>&6
  14593. else
  14594.   
  14595. ice_cv_have_strftime_decl=no
  14596. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  14597. ice_re_word='(^|[^a-zA-Z_0-9_])'
  14598. for header in time.h; do
  14599. # Check for ordinary declaration
  14600. cat > conftest.$ac_ext <<EOF
  14601. #line 14602 "configure"
  14602. #include "confdefs.h"
  14603. #include <$header>
  14604. EOF
  14605. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14606.   egrep "${ice_re_word}strftime *\(" >/dev/null 2>&1; then
  14607.   rm -rf conftest*
  14608.   ice_cv_have_strftime_decl=yes
  14609. fi
  14610. rm -f conftest*
  14611.  
  14612. if test "$ice_cv_have_strftime_decl" = yes; then
  14613.     break
  14614. fi
  14615. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  14616. cat > conftest.$ac_ext <<EOF
  14617. #line 14618 "configure"
  14618. #include "confdefs.h"
  14619. #include <$header>
  14620. EOF
  14621. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14622.   egrep "${ice_re_word}strftime *$ice_re_params\(\(" >/dev/null 2>&1; then
  14623.   rm -rf conftest*
  14624.   ice_cv_have_strftime_decl=yes
  14625. fi
  14626. rm -f conftest*
  14627.  
  14628. if test "$ice_cv_have_strftime_decl" = yes; then
  14629.     break
  14630. fi
  14631. done
  14632.  
  14633. fi
  14634.  
  14635. echo "$ac_t""$ice_cv_have_strftime_decl" 1>&6
  14636. if test "$ice_cv_have_strftime_decl" = yes; then
  14637. cat >> confdefs.h <<EOF
  14638. #define ${ice_have_decl_tr} 1
  14639. EOF
  14640.  
  14641. fi
  14642. fi
  14643.  
  14644.  
  14645. ice_tr=`echo strsignal | tr '[a-z]' '[A-Z]'`
  14646. ice_have_tr=HAVE_$ice_tr
  14647. ice_have_decl_tr=${ice_have_tr}_DECL
  14648. ice_have_strsignal=no
  14649. for ac_func in strsignal
  14650. do
  14651. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  14652. echo "configure:14653: checking for $ac_func" >&5
  14653. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  14654.   echo $ac_n "(cached) $ac_c" 1>&6
  14655. else
  14656.   cat > conftest.$ac_ext <<EOF
  14657. #line 14658 "configure"
  14658. #include "confdefs.h"
  14659. /* System header to define __stub macros and hopefully few prototypes,
  14660.     which can conflict with char $ac_func(); below.  */
  14661. #include <assert.h>
  14662. /* Override any gcc2 internal prototype to avoid an error.  */
  14663. #ifdef __cplusplus
  14664. extern "C"
  14665. #endif
  14666. /* We use char because int might match the return type of a gcc2
  14667.     builtin and then its argument prototype would still apply.  */
  14668. char $ac_func();
  14669.  
  14670. int main() {
  14671.  
  14672. /* The GNU C library defines this for functions which it implements
  14673.     to always fail with ENOSYS.  Some functions are actually named
  14674.     something starting with __ and the normal name is an alias.  */
  14675. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  14676. choke me
  14677. #else
  14678. $ac_func();
  14679. #endif
  14680.  
  14681. ; return 0; }
  14682. EOF
  14683. if { (eval echo configure:14684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  14684.   rm -rf conftest*
  14685.   eval "ac_cv_func_$ac_func=yes"
  14686. else
  14687.   echo "configure: failed program was:" >&5
  14688.   cat conftest.$ac_ext >&5
  14689.   rm -rf conftest*
  14690.   eval "ac_cv_func_$ac_func=no"
  14691. fi
  14692. rm -f conftest*
  14693. fi
  14694.  
  14695. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  14696.   echo "$ac_t""yes" 1>&6
  14697.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  14698.   cat >> confdefs.h <<EOF
  14699. #define $ac_tr_func 1
  14700. EOF
  14701.  ice_have_strsignal=yes
  14702. else
  14703.   echo "$ac_t""no" 1>&6
  14704. fi
  14705. done
  14706.  
  14707. if test "${ice_have_strsignal}" = yes; then
  14708. echo $ac_n "checking for strsignal declaration in string.h""... $ac_c" 1>&6
  14709. echo "configure:14710: checking for strsignal declaration in string.h" >&5
  14710. if eval "test \"`echo '$''{'ice_cv_have_strsignal_decl'+set}'`\" = set"; then
  14711.   echo $ac_n "(cached) $ac_c" 1>&6
  14712. else
  14713.   
  14714. ice_cv_have_strsignal_decl=no
  14715. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  14716. ice_re_word='(^|[^a-zA-Z_0-9_])'
  14717. for header in string.h; do
  14718. # Check for ordinary declaration
  14719. cat > conftest.$ac_ext <<EOF
  14720. #line 14721 "configure"
  14721. #include "confdefs.h"
  14722. #include <$header>
  14723. EOF
  14724. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14725.   egrep "${ice_re_word}strsignal *\(" >/dev/null 2>&1; then
  14726.   rm -rf conftest*
  14727.   ice_cv_have_strsignal_decl=yes
  14728. fi
  14729. rm -f conftest*
  14730.  
  14731. if test "$ice_cv_have_strsignal_decl" = yes; then
  14732.     break
  14733. fi
  14734. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  14735. cat > conftest.$ac_ext <<EOF
  14736. #line 14737 "configure"
  14737. #include "confdefs.h"
  14738. #include <$header>
  14739. EOF
  14740. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14741.   egrep "${ice_re_word}strsignal *$ice_re_params\(\(" >/dev/null 2>&1; then
  14742.   rm -rf conftest*
  14743.   ice_cv_have_strsignal_decl=yes
  14744. fi
  14745. rm -f conftest*
  14746.  
  14747. if test "$ice_cv_have_strsignal_decl" = yes; then
  14748.     break
  14749. fi
  14750. done
  14751.  
  14752. fi
  14753.  
  14754. echo "$ac_t""$ice_cv_have_strsignal_decl" 1>&6
  14755. if test "$ice_cv_have_strsignal_decl" = yes; then
  14756. cat >> confdefs.h <<EOF
  14757. #define ${ice_have_decl_tr} 1
  14758. EOF
  14759.  
  14760. fi
  14761. fi
  14762.  
  14763.  
  14764. ice_tr=`echo strtod | tr '[a-z]' '[A-Z]'`
  14765. ice_have_tr=HAVE_$ice_tr
  14766. ice_have_decl_tr=${ice_have_tr}_DECL
  14767. ice_have_strtod=no
  14768. for ac_func in strtod
  14769. do
  14770. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  14771. echo "configure:14772: checking for $ac_func" >&5
  14772. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  14773.   echo $ac_n "(cached) $ac_c" 1>&6
  14774. else
  14775.   cat > conftest.$ac_ext <<EOF
  14776. #line 14777 "configure"
  14777. #include "confdefs.h"
  14778. /* System header to define __stub macros and hopefully few prototypes,
  14779.     which can conflict with char $ac_func(); below.  */
  14780. #include <assert.h>
  14781. /* Override any gcc2 internal prototype to avoid an error.  */
  14782. #ifdef __cplusplus
  14783. extern "C"
  14784. #endif
  14785. /* We use char because int might match the return type of a gcc2
  14786.     builtin and then its argument prototype would still apply.  */
  14787. char $ac_func();
  14788.  
  14789. int main() {
  14790.  
  14791. /* The GNU C library defines this for functions which it implements
  14792.     to always fail with ENOSYS.  Some functions are actually named
  14793.     something starting with __ and the normal name is an alias.  */
  14794. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  14795. choke me
  14796. #else
  14797. $ac_func();
  14798. #endif
  14799.  
  14800. ; return 0; }
  14801. EOF
  14802. if { (eval echo configure:14803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  14803.   rm -rf conftest*
  14804.   eval "ac_cv_func_$ac_func=yes"
  14805. else
  14806.   echo "configure: failed program was:" >&5
  14807.   cat conftest.$ac_ext >&5
  14808.   rm -rf conftest*
  14809.   eval "ac_cv_func_$ac_func=no"
  14810. fi
  14811. rm -f conftest*
  14812. fi
  14813.  
  14814. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  14815.   echo "$ac_t""yes" 1>&6
  14816.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  14817.   cat >> confdefs.h <<EOF
  14818. #define $ac_tr_func 1
  14819. EOF
  14820.  ice_have_strtod=yes
  14821. else
  14822.   echo "$ac_t""no" 1>&6
  14823. fi
  14824. done
  14825.  
  14826. if test "${ice_have_strtod}" = yes; then
  14827. echo $ac_n "checking for strtod declaration in stdlib.h""... $ac_c" 1>&6
  14828. echo "configure:14829: checking for strtod declaration in stdlib.h" >&5
  14829. if eval "test \"`echo '$''{'ice_cv_have_strtod_decl'+set}'`\" = set"; then
  14830.   echo $ac_n "(cached) $ac_c" 1>&6
  14831. else
  14832.   
  14833. ice_cv_have_strtod_decl=no
  14834. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  14835. ice_re_word='(^|[^a-zA-Z_0-9_])'
  14836. for header in stdlib.h; do
  14837. # Check for ordinary declaration
  14838. cat > conftest.$ac_ext <<EOF
  14839. #line 14840 "configure"
  14840. #include "confdefs.h"
  14841. #include <$header>
  14842. EOF
  14843. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14844.   egrep "${ice_re_word}strtod *\(" >/dev/null 2>&1; then
  14845.   rm -rf conftest*
  14846.   ice_cv_have_strtod_decl=yes
  14847. fi
  14848. rm -f conftest*
  14849.  
  14850. if test "$ice_cv_have_strtod_decl" = yes; then
  14851.     break
  14852. fi
  14853. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  14854. cat > conftest.$ac_ext <<EOF
  14855. #line 14856 "configure"
  14856. #include "confdefs.h"
  14857. #include <$header>
  14858. EOF
  14859. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14860.   egrep "${ice_re_word}strtod *$ice_re_params\(\(" >/dev/null 2>&1; then
  14861.   rm -rf conftest*
  14862.   ice_cv_have_strtod_decl=yes
  14863. fi
  14864. rm -f conftest*
  14865.  
  14866. if test "$ice_cv_have_strtod_decl" = yes; then
  14867.     break
  14868. fi
  14869. done
  14870.  
  14871. fi
  14872.  
  14873. echo "$ac_t""$ice_cv_have_strtod_decl" 1>&6
  14874. if test "$ice_cv_have_strtod_decl" = yes; then
  14875. cat >> confdefs.h <<EOF
  14876. #define ${ice_have_decl_tr} 1
  14877. EOF
  14878.  
  14879. fi
  14880. fi
  14881.  
  14882.  
  14883. ice_tr=`echo strtol | tr '[a-z]' '[A-Z]'`
  14884. ice_have_tr=HAVE_$ice_tr
  14885. ice_have_decl_tr=${ice_have_tr}_DECL
  14886. ice_have_strtol=no
  14887. for ac_func in strtol
  14888. do
  14889. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  14890. echo "configure:14891: checking for $ac_func" >&5
  14891. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  14892.   echo $ac_n "(cached) $ac_c" 1>&6
  14893. else
  14894.   cat > conftest.$ac_ext <<EOF
  14895. #line 14896 "configure"
  14896. #include "confdefs.h"
  14897. /* System header to define __stub macros and hopefully few prototypes,
  14898.     which can conflict with char $ac_func(); below.  */
  14899. #include <assert.h>
  14900. /* Override any gcc2 internal prototype to avoid an error.  */
  14901. #ifdef __cplusplus
  14902. extern "C"
  14903. #endif
  14904. /* We use char because int might match the return type of a gcc2
  14905.     builtin and then its argument prototype would still apply.  */
  14906. char $ac_func();
  14907.  
  14908. int main() {
  14909.  
  14910. /* The GNU C library defines this for functions which it implements
  14911.     to always fail with ENOSYS.  Some functions are actually named
  14912.     something starting with __ and the normal name is an alias.  */
  14913. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  14914. choke me
  14915. #else
  14916. $ac_func();
  14917. #endif
  14918.  
  14919. ; return 0; }
  14920. EOF
  14921. if { (eval echo configure:14922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  14922.   rm -rf conftest*
  14923.   eval "ac_cv_func_$ac_func=yes"
  14924. else
  14925.   echo "configure: failed program was:" >&5
  14926.   cat conftest.$ac_ext >&5
  14927.   rm -rf conftest*
  14928.   eval "ac_cv_func_$ac_func=no"
  14929. fi
  14930. rm -f conftest*
  14931. fi
  14932.  
  14933. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  14934.   echo "$ac_t""yes" 1>&6
  14935.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  14936.   cat >> confdefs.h <<EOF
  14937. #define $ac_tr_func 1
  14938. EOF
  14939.  ice_have_strtol=yes
  14940. else
  14941.   echo "$ac_t""no" 1>&6
  14942. fi
  14943. done
  14944.  
  14945. if test "${ice_have_strtol}" = yes; then
  14946. echo $ac_n "checking for strtol declaration in stdlib.h""... $ac_c" 1>&6
  14947. echo "configure:14948: checking for strtol declaration in stdlib.h" >&5
  14948. if eval "test \"`echo '$''{'ice_cv_have_strtol_decl'+set}'`\" = set"; then
  14949.   echo $ac_n "(cached) $ac_c" 1>&6
  14950. else
  14951.   
  14952. ice_cv_have_strtol_decl=no
  14953. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  14954. ice_re_word='(^|[^a-zA-Z_0-9_])'
  14955. for header in stdlib.h; do
  14956. # Check for ordinary declaration
  14957. cat > conftest.$ac_ext <<EOF
  14958. #line 14959 "configure"
  14959. #include "confdefs.h"
  14960. #include <$header>
  14961. EOF
  14962. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14963.   egrep "${ice_re_word}strtol *\(" >/dev/null 2>&1; then
  14964.   rm -rf conftest*
  14965.   ice_cv_have_strtol_decl=yes
  14966. fi
  14967. rm -f conftest*
  14968.  
  14969. if test "$ice_cv_have_strtol_decl" = yes; then
  14970.     break
  14971. fi
  14972. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  14973. cat > conftest.$ac_ext <<EOF
  14974. #line 14975 "configure"
  14975. #include "confdefs.h"
  14976. #include <$header>
  14977. EOF
  14978. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  14979.   egrep "${ice_re_word}strtol *$ice_re_params\(\(" >/dev/null 2>&1; then
  14980.   rm -rf conftest*
  14981.   ice_cv_have_strtol_decl=yes
  14982. fi
  14983. rm -f conftest*
  14984.  
  14985. if test "$ice_cv_have_strtol_decl" = yes; then
  14986.     break
  14987. fi
  14988. done
  14989.  
  14990. fi
  14991.  
  14992. echo "$ac_t""$ice_cv_have_strtol_decl" 1>&6
  14993. if test "$ice_cv_have_strtol_decl" = yes; then
  14994. cat >> confdefs.h <<EOF
  14995. #define ${ice_have_decl_tr} 1
  14996. EOF
  14997.  
  14998. fi
  14999. fi
  15000.  
  15001.  
  15002. ice_tr=`echo strtoul | tr '[a-z]' '[A-Z]'`
  15003. ice_have_tr=HAVE_$ice_tr
  15004. ice_have_decl_tr=${ice_have_tr}_DECL
  15005. ice_have_strtoul=no
  15006. for ac_func in strtoul
  15007. do
  15008. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  15009. echo "configure:15010: checking for $ac_func" >&5
  15010. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  15011.   echo $ac_n "(cached) $ac_c" 1>&6
  15012. else
  15013.   cat > conftest.$ac_ext <<EOF
  15014. #line 15015 "configure"
  15015. #include "confdefs.h"
  15016. /* System header to define __stub macros and hopefully few prototypes,
  15017.     which can conflict with char $ac_func(); below.  */
  15018. #include <assert.h>
  15019. /* Override any gcc2 internal prototype to avoid an error.  */
  15020. #ifdef __cplusplus
  15021. extern "C"
  15022. #endif
  15023. /* We use char because int might match the return type of a gcc2
  15024.     builtin and then its argument prototype would still apply.  */
  15025. char $ac_func();
  15026.  
  15027. int main() {
  15028.  
  15029. /* The GNU C library defines this for functions which it implements
  15030.     to always fail with ENOSYS.  Some functions are actually named
  15031.     something starting with __ and the normal name is an alias.  */
  15032. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  15033. choke me
  15034. #else
  15035. $ac_func();
  15036. #endif
  15037.  
  15038. ; return 0; }
  15039. EOF
  15040. if { (eval echo configure:15041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  15041.   rm -rf conftest*
  15042.   eval "ac_cv_func_$ac_func=yes"
  15043. else
  15044.   echo "configure: failed program was:" >&5
  15045.   cat conftest.$ac_ext >&5
  15046.   rm -rf conftest*
  15047.   eval "ac_cv_func_$ac_func=no"
  15048. fi
  15049. rm -f conftest*
  15050. fi
  15051.  
  15052. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  15053.   echo "$ac_t""yes" 1>&6
  15054.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  15055.   cat >> confdefs.h <<EOF
  15056. #define $ac_tr_func 1
  15057. EOF
  15058.  ice_have_strtoul=yes
  15059. else
  15060.   echo "$ac_t""no" 1>&6
  15061. fi
  15062. done
  15063.  
  15064. if test "${ice_have_strtoul}" = yes; then
  15065. echo $ac_n "checking for strtoul declaration in stdlib.h""... $ac_c" 1>&6
  15066. echo "configure:15067: checking for strtoul declaration in stdlib.h" >&5
  15067. if eval "test \"`echo '$''{'ice_cv_have_strtoul_decl'+set}'`\" = set"; then
  15068.   echo $ac_n "(cached) $ac_c" 1>&6
  15069. else
  15070.   
  15071. ice_cv_have_strtoul_decl=no
  15072. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  15073. ice_re_word='(^|[^a-zA-Z_0-9_])'
  15074. for header in stdlib.h; do
  15075. # Check for ordinary declaration
  15076. cat > conftest.$ac_ext <<EOF
  15077. #line 15078 "configure"
  15078. #include "confdefs.h"
  15079. #include <$header>
  15080. EOF
  15081. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15082.   egrep "${ice_re_word}strtoul *\(" >/dev/null 2>&1; then
  15083.   rm -rf conftest*
  15084.   ice_cv_have_strtoul_decl=yes
  15085. fi
  15086. rm -f conftest*
  15087.  
  15088. if test "$ice_cv_have_strtoul_decl" = yes; then
  15089.     break
  15090. fi
  15091. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  15092. cat > conftest.$ac_ext <<EOF
  15093. #line 15094 "configure"
  15094. #include "confdefs.h"
  15095. #include <$header>
  15096. EOF
  15097. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15098.   egrep "${ice_re_word}strtoul *$ice_re_params\(\(" >/dev/null 2>&1; then
  15099.   rm -rf conftest*
  15100.   ice_cv_have_strtoul_decl=yes
  15101. fi
  15102. rm -f conftest*
  15103.  
  15104. if test "$ice_cv_have_strtoul_decl" = yes; then
  15105.     break
  15106. fi
  15107. done
  15108.  
  15109. fi
  15110.  
  15111. echo "$ac_t""$ice_cv_have_strtoul_decl" 1>&6
  15112. if test "$ice_cv_have_strtoul_decl" = yes; then
  15113. cat >> confdefs.h <<EOF
  15114. #define ${ice_have_decl_tr} 1
  15115. EOF
  15116.  
  15117. fi
  15118. fi
  15119.  
  15120.  
  15121. ice_tr=`echo symlink | tr '[a-z]' '[A-Z]'`
  15122. ice_have_tr=HAVE_$ice_tr
  15123. ice_have_decl_tr=${ice_have_tr}_DECL
  15124. ice_have_symlink=no
  15125. for ac_func in symlink
  15126. do
  15127. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  15128. echo "configure:15129: checking for $ac_func" >&5
  15129. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  15130.   echo $ac_n "(cached) $ac_c" 1>&6
  15131. else
  15132.   cat > conftest.$ac_ext <<EOF
  15133. #line 15134 "configure"
  15134. #include "confdefs.h"
  15135. /* System header to define __stub macros and hopefully few prototypes,
  15136.     which can conflict with char $ac_func(); below.  */
  15137. #include <assert.h>
  15138. /* Override any gcc2 internal prototype to avoid an error.  */
  15139. #ifdef __cplusplus
  15140. extern "C"
  15141. #endif
  15142. /* We use char because int might match the return type of a gcc2
  15143.     builtin and then its argument prototype would still apply.  */
  15144. char $ac_func();
  15145.  
  15146. int main() {
  15147.  
  15148. /* The GNU C library defines this for functions which it implements
  15149.     to always fail with ENOSYS.  Some functions are actually named
  15150.     something starting with __ and the normal name is an alias.  */
  15151. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  15152. choke me
  15153. #else
  15154. $ac_func();
  15155. #endif
  15156.  
  15157. ; return 0; }
  15158. EOF
  15159. if { (eval echo configure:15160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  15160.   rm -rf conftest*
  15161.   eval "ac_cv_func_$ac_func=yes"
  15162. else
  15163.   echo "configure: failed program was:" >&5
  15164.   cat conftest.$ac_ext >&5
  15165.   rm -rf conftest*
  15166.   eval "ac_cv_func_$ac_func=no"
  15167. fi
  15168. rm -f conftest*
  15169. fi
  15170.  
  15171. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  15172.   echo "$ac_t""yes" 1>&6
  15173.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  15174.   cat >> confdefs.h <<EOF
  15175. #define $ac_tr_func 1
  15176. EOF
  15177.  ice_have_symlink=yes
  15178. else
  15179.   echo "$ac_t""no" 1>&6
  15180. fi
  15181. done
  15182.  
  15183. if test "${ice_have_symlink}" = yes; then
  15184. echo $ac_n "checking for symlink declaration in unistd.h""... $ac_c" 1>&6
  15185. echo "configure:15186: checking for symlink declaration in unistd.h" >&5
  15186. if eval "test \"`echo '$''{'ice_cv_have_symlink_decl'+set}'`\" = set"; then
  15187.   echo $ac_n "(cached) $ac_c" 1>&6
  15188. else
  15189.   
  15190. ice_cv_have_symlink_decl=no
  15191. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  15192. ice_re_word='(^|[^a-zA-Z_0-9_])'
  15193. for header in unistd.h; do
  15194. # Check for ordinary declaration
  15195. cat > conftest.$ac_ext <<EOF
  15196. #line 15197 "configure"
  15197. #include "confdefs.h"
  15198. #include <$header>
  15199. EOF
  15200. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15201.   egrep "${ice_re_word}symlink *\(" >/dev/null 2>&1; then
  15202.   rm -rf conftest*
  15203.   ice_cv_have_symlink_decl=yes
  15204. fi
  15205. rm -f conftest*
  15206.  
  15207. if test "$ice_cv_have_symlink_decl" = yes; then
  15208.     break
  15209. fi
  15210. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  15211. cat > conftest.$ac_ext <<EOF
  15212. #line 15213 "configure"
  15213. #include "confdefs.h"
  15214. #include <$header>
  15215. EOF
  15216. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15217.   egrep "${ice_re_word}symlink *$ice_re_params\(\(" >/dev/null 2>&1; then
  15218.   rm -rf conftest*
  15219.   ice_cv_have_symlink_decl=yes
  15220. fi
  15221. rm -f conftest*
  15222.  
  15223. if test "$ice_cv_have_symlink_decl" = yes; then
  15224.     break
  15225. fi
  15226. done
  15227.  
  15228. fi
  15229.  
  15230. echo "$ac_t""$ice_cv_have_symlink_decl" 1>&6
  15231. if test "$ice_cv_have_symlink_decl" = yes; then
  15232. cat >> confdefs.h <<EOF
  15233. #define ${ice_have_decl_tr} 1
  15234. EOF
  15235.  
  15236. fi
  15237. fi
  15238.  
  15239.  
  15240. ice_tr=`echo tcdrain | tr '[a-z]' '[A-Z]'`
  15241. ice_have_tr=HAVE_$ice_tr
  15242. ice_have_decl_tr=${ice_have_tr}_DECL
  15243. ice_have_tcdrain=no
  15244. for ac_func in tcdrain
  15245. do
  15246. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  15247. echo "configure:15248: checking for $ac_func" >&5
  15248. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  15249.   echo $ac_n "(cached) $ac_c" 1>&6
  15250. else
  15251.   cat > conftest.$ac_ext <<EOF
  15252. #line 15253 "configure"
  15253. #include "confdefs.h"
  15254. /* System header to define __stub macros and hopefully few prototypes,
  15255.     which can conflict with char $ac_func(); below.  */
  15256. #include <assert.h>
  15257. /* Override any gcc2 internal prototype to avoid an error.  */
  15258. #ifdef __cplusplus
  15259. extern "C"
  15260. #endif
  15261. /* We use char because int might match the return type of a gcc2
  15262.     builtin and then its argument prototype would still apply.  */
  15263. char $ac_func();
  15264.  
  15265. int main() {
  15266.  
  15267. /* The GNU C library defines this for functions which it implements
  15268.     to always fail with ENOSYS.  Some functions are actually named
  15269.     something starting with __ and the normal name is an alias.  */
  15270. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  15271. choke me
  15272. #else
  15273. $ac_func();
  15274. #endif
  15275.  
  15276. ; return 0; }
  15277. EOF
  15278. if { (eval echo configure:15279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  15279.   rm -rf conftest*
  15280.   eval "ac_cv_func_$ac_func=yes"
  15281. else
  15282.   echo "configure: failed program was:" >&5
  15283.   cat conftest.$ac_ext >&5
  15284.   rm -rf conftest*
  15285.   eval "ac_cv_func_$ac_func=no"
  15286. fi
  15287. rm -f conftest*
  15288. fi
  15289.  
  15290. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  15291.   echo "$ac_t""yes" 1>&6
  15292.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  15293.   cat >> confdefs.h <<EOF
  15294. #define $ac_tr_func 1
  15295. EOF
  15296.  ice_have_tcdrain=yes
  15297. else
  15298.   echo "$ac_t""no" 1>&6
  15299. fi
  15300. done
  15301.  
  15302. if test "${ice_have_tcdrain}" = yes; then
  15303. echo $ac_n "checking for tcdrain declaration in termios.h""... $ac_c" 1>&6
  15304. echo "configure:15305: checking for tcdrain declaration in termios.h" >&5
  15305. if eval "test \"`echo '$''{'ice_cv_have_tcdrain_decl'+set}'`\" = set"; then
  15306.   echo $ac_n "(cached) $ac_c" 1>&6
  15307. else
  15308.   
  15309. ice_cv_have_tcdrain_decl=no
  15310. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  15311. ice_re_word='(^|[^a-zA-Z_0-9_])'
  15312. for header in termios.h; do
  15313. # Check for ordinary declaration
  15314. cat > conftest.$ac_ext <<EOF
  15315. #line 15316 "configure"
  15316. #include "confdefs.h"
  15317. #include <$header>
  15318. EOF
  15319. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15320.   egrep "${ice_re_word}tcdrain *\(" >/dev/null 2>&1; then
  15321.   rm -rf conftest*
  15322.   ice_cv_have_tcdrain_decl=yes
  15323. fi
  15324. rm -f conftest*
  15325.  
  15326. if test "$ice_cv_have_tcdrain_decl" = yes; then
  15327.     break
  15328. fi
  15329. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  15330. cat > conftest.$ac_ext <<EOF
  15331. #line 15332 "configure"
  15332. #include "confdefs.h"
  15333. #include <$header>
  15334. EOF
  15335. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15336.   egrep "${ice_re_word}tcdrain *$ice_re_params\(\(" >/dev/null 2>&1; then
  15337.   rm -rf conftest*
  15338.   ice_cv_have_tcdrain_decl=yes
  15339. fi
  15340. rm -f conftest*
  15341.  
  15342. if test "$ice_cv_have_tcdrain_decl" = yes; then
  15343.     break
  15344. fi
  15345. done
  15346.  
  15347. fi
  15348.  
  15349. echo "$ac_t""$ice_cv_have_tcdrain_decl" 1>&6
  15350. if test "$ice_cv_have_tcdrain_decl" = yes; then
  15351. cat >> confdefs.h <<EOF
  15352. #define ${ice_have_decl_tr} 1
  15353. EOF
  15354.  
  15355. fi
  15356. fi
  15357.  
  15358.  
  15359. ice_tr=`echo tcflow | tr '[a-z]' '[A-Z]'`
  15360. ice_have_tr=HAVE_$ice_tr
  15361. ice_have_decl_tr=${ice_have_tr}_DECL
  15362. ice_have_tcflow=no
  15363. for ac_func in tcflow
  15364. do
  15365. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  15366. echo "configure:15367: checking for $ac_func" >&5
  15367. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  15368.   echo $ac_n "(cached) $ac_c" 1>&6
  15369. else
  15370.   cat > conftest.$ac_ext <<EOF
  15371. #line 15372 "configure"
  15372. #include "confdefs.h"
  15373. /* System header to define __stub macros and hopefully few prototypes,
  15374.     which can conflict with char $ac_func(); below.  */
  15375. #include <assert.h>
  15376. /* Override any gcc2 internal prototype to avoid an error.  */
  15377. #ifdef __cplusplus
  15378. extern "C"
  15379. #endif
  15380. /* We use char because int might match the return type of a gcc2
  15381.     builtin and then its argument prototype would still apply.  */
  15382. char $ac_func();
  15383.  
  15384. int main() {
  15385.  
  15386. /* The GNU C library defines this for functions which it implements
  15387.     to always fail with ENOSYS.  Some functions are actually named
  15388.     something starting with __ and the normal name is an alias.  */
  15389. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  15390. choke me
  15391. #else
  15392. $ac_func();
  15393. #endif
  15394.  
  15395. ; return 0; }
  15396. EOF
  15397. if { (eval echo configure:15398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  15398.   rm -rf conftest*
  15399.   eval "ac_cv_func_$ac_func=yes"
  15400. else
  15401.   echo "configure: failed program was:" >&5
  15402.   cat conftest.$ac_ext >&5
  15403.   rm -rf conftest*
  15404.   eval "ac_cv_func_$ac_func=no"
  15405. fi
  15406. rm -f conftest*
  15407. fi
  15408.  
  15409. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  15410.   echo "$ac_t""yes" 1>&6
  15411.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  15412.   cat >> confdefs.h <<EOF
  15413. #define $ac_tr_func 1
  15414. EOF
  15415.  ice_have_tcflow=yes
  15416. else
  15417.   echo "$ac_t""no" 1>&6
  15418. fi
  15419. done
  15420.  
  15421. if test "${ice_have_tcflow}" = yes; then
  15422. echo $ac_n "checking for tcflow declaration in termios.h""... $ac_c" 1>&6
  15423. echo "configure:15424: checking for tcflow declaration in termios.h" >&5
  15424. if eval "test \"`echo '$''{'ice_cv_have_tcflow_decl'+set}'`\" = set"; then
  15425.   echo $ac_n "(cached) $ac_c" 1>&6
  15426. else
  15427.   
  15428. ice_cv_have_tcflow_decl=no
  15429. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  15430. ice_re_word='(^|[^a-zA-Z_0-9_])'
  15431. for header in termios.h; do
  15432. # Check for ordinary declaration
  15433. cat > conftest.$ac_ext <<EOF
  15434. #line 15435 "configure"
  15435. #include "confdefs.h"
  15436. #include <$header>
  15437. EOF
  15438. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15439.   egrep "${ice_re_word}tcflow *\(" >/dev/null 2>&1; then
  15440.   rm -rf conftest*
  15441.   ice_cv_have_tcflow_decl=yes
  15442. fi
  15443. rm -f conftest*
  15444.  
  15445. if test "$ice_cv_have_tcflow_decl" = yes; then
  15446.     break
  15447. fi
  15448. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  15449. cat > conftest.$ac_ext <<EOF
  15450. #line 15451 "configure"
  15451. #include "confdefs.h"
  15452. #include <$header>
  15453. EOF
  15454. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15455.   egrep "${ice_re_word}tcflow *$ice_re_params\(\(" >/dev/null 2>&1; then
  15456.   rm -rf conftest*
  15457.   ice_cv_have_tcflow_decl=yes
  15458. fi
  15459. rm -f conftest*
  15460.  
  15461. if test "$ice_cv_have_tcflow_decl" = yes; then
  15462.     break
  15463. fi
  15464. done
  15465.  
  15466. fi
  15467.  
  15468. echo "$ac_t""$ice_cv_have_tcflow_decl" 1>&6
  15469. if test "$ice_cv_have_tcflow_decl" = yes; then
  15470. cat >> confdefs.h <<EOF
  15471. #define ${ice_have_decl_tr} 1
  15472. EOF
  15473.  
  15474. fi
  15475. fi
  15476.  
  15477.  
  15478. ice_tr=`echo tcflush | tr '[a-z]' '[A-Z]'`
  15479. ice_have_tr=HAVE_$ice_tr
  15480. ice_have_decl_tr=${ice_have_tr}_DECL
  15481. ice_have_tcflush=no
  15482. for ac_func in tcflush
  15483. do
  15484. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  15485. echo "configure:15486: checking for $ac_func" >&5
  15486. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  15487.   echo $ac_n "(cached) $ac_c" 1>&6
  15488. else
  15489.   cat > conftest.$ac_ext <<EOF
  15490. #line 15491 "configure"
  15491. #include "confdefs.h"
  15492. /* System header to define __stub macros and hopefully few prototypes,
  15493.     which can conflict with char $ac_func(); below.  */
  15494. #include <assert.h>
  15495. /* Override any gcc2 internal prototype to avoid an error.  */
  15496. #ifdef __cplusplus
  15497. extern "C"
  15498. #endif
  15499. /* We use char because int might match the return type of a gcc2
  15500.     builtin and then its argument prototype would still apply.  */
  15501. char $ac_func();
  15502.  
  15503. int main() {
  15504.  
  15505. /* The GNU C library defines this for functions which it implements
  15506.     to always fail with ENOSYS.  Some functions are actually named
  15507.     something starting with __ and the normal name is an alias.  */
  15508. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  15509. choke me
  15510. #else
  15511. $ac_func();
  15512. #endif
  15513.  
  15514. ; return 0; }
  15515. EOF
  15516. if { (eval echo configure:15517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  15517.   rm -rf conftest*
  15518.   eval "ac_cv_func_$ac_func=yes"
  15519. else
  15520.   echo "configure: failed program was:" >&5
  15521.   cat conftest.$ac_ext >&5
  15522.   rm -rf conftest*
  15523.   eval "ac_cv_func_$ac_func=no"
  15524. fi
  15525. rm -f conftest*
  15526. fi
  15527.  
  15528. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  15529.   echo "$ac_t""yes" 1>&6
  15530.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  15531.   cat >> confdefs.h <<EOF
  15532. #define $ac_tr_func 1
  15533. EOF
  15534.  ice_have_tcflush=yes
  15535. else
  15536.   echo "$ac_t""no" 1>&6
  15537. fi
  15538. done
  15539.  
  15540. if test "${ice_have_tcflush}" = yes; then
  15541. echo $ac_n "checking for tcflush declaration in termios.h""... $ac_c" 1>&6
  15542. echo "configure:15543: checking for tcflush declaration in termios.h" >&5
  15543. if eval "test \"`echo '$''{'ice_cv_have_tcflush_decl'+set}'`\" = set"; then
  15544.   echo $ac_n "(cached) $ac_c" 1>&6
  15545. else
  15546.   
  15547. ice_cv_have_tcflush_decl=no
  15548. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  15549. ice_re_word='(^|[^a-zA-Z_0-9_])'
  15550. for header in termios.h; do
  15551. # Check for ordinary declaration
  15552. cat > conftest.$ac_ext <<EOF
  15553. #line 15554 "configure"
  15554. #include "confdefs.h"
  15555. #include <$header>
  15556. EOF
  15557. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15558.   egrep "${ice_re_word}tcflush *\(" >/dev/null 2>&1; then
  15559.   rm -rf conftest*
  15560.   ice_cv_have_tcflush_decl=yes
  15561. fi
  15562. rm -f conftest*
  15563.  
  15564. if test "$ice_cv_have_tcflush_decl" = yes; then
  15565.     break
  15566. fi
  15567. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  15568. cat > conftest.$ac_ext <<EOF
  15569. #line 15570 "configure"
  15570. #include "confdefs.h"
  15571. #include <$header>
  15572. EOF
  15573. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15574.   egrep "${ice_re_word}tcflush *$ice_re_params\(\(" >/dev/null 2>&1; then
  15575.   rm -rf conftest*
  15576.   ice_cv_have_tcflush_decl=yes
  15577. fi
  15578. rm -f conftest*
  15579.  
  15580. if test "$ice_cv_have_tcflush_decl" = yes; then
  15581.     break
  15582. fi
  15583. done
  15584.  
  15585. fi
  15586.  
  15587. echo "$ac_t""$ice_cv_have_tcflush_decl" 1>&6
  15588. if test "$ice_cv_have_tcflush_decl" = yes; then
  15589. cat >> confdefs.h <<EOF
  15590. #define ${ice_have_decl_tr} 1
  15591. EOF
  15592.  
  15593. fi
  15594. fi
  15595.  
  15596.  
  15597. ice_tr=`echo tcgetattr | tr '[a-z]' '[A-Z]'`
  15598. ice_have_tr=HAVE_$ice_tr
  15599. ice_have_decl_tr=${ice_have_tr}_DECL
  15600. ice_have_tcgetattr=no
  15601. for ac_func in tcgetattr
  15602. do
  15603. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  15604. echo "configure:15605: checking for $ac_func" >&5
  15605. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  15606.   echo $ac_n "(cached) $ac_c" 1>&6
  15607. else
  15608.   cat > conftest.$ac_ext <<EOF
  15609. #line 15610 "configure"
  15610. #include "confdefs.h"
  15611. /* System header to define __stub macros and hopefully few prototypes,
  15612.     which can conflict with char $ac_func(); below.  */
  15613. #include <assert.h>
  15614. /* Override any gcc2 internal prototype to avoid an error.  */
  15615. #ifdef __cplusplus
  15616. extern "C"
  15617. #endif
  15618. /* We use char because int might match the return type of a gcc2
  15619.     builtin and then its argument prototype would still apply.  */
  15620. char $ac_func();
  15621.  
  15622. int main() {
  15623.  
  15624. /* The GNU C library defines this for functions which it implements
  15625.     to always fail with ENOSYS.  Some functions are actually named
  15626.     something starting with __ and the normal name is an alias.  */
  15627. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  15628. choke me
  15629. #else
  15630. $ac_func();
  15631. #endif
  15632.  
  15633. ; return 0; }
  15634. EOF
  15635. if { (eval echo configure:15636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  15636.   rm -rf conftest*
  15637.   eval "ac_cv_func_$ac_func=yes"
  15638. else
  15639.   echo "configure: failed program was:" >&5
  15640.   cat conftest.$ac_ext >&5
  15641.   rm -rf conftest*
  15642.   eval "ac_cv_func_$ac_func=no"
  15643. fi
  15644. rm -f conftest*
  15645. fi
  15646.  
  15647. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  15648.   echo "$ac_t""yes" 1>&6
  15649.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  15650.   cat >> confdefs.h <<EOF
  15651. #define $ac_tr_func 1
  15652. EOF
  15653.  ice_have_tcgetattr=yes
  15654. else
  15655.   echo "$ac_t""no" 1>&6
  15656. fi
  15657. done
  15658.  
  15659. if test "${ice_have_tcgetattr}" = yes; then
  15660. echo $ac_n "checking for tcgetattr declaration in termios.h""... $ac_c" 1>&6
  15661. echo "configure:15662: checking for tcgetattr declaration in termios.h" >&5
  15662. if eval "test \"`echo '$''{'ice_cv_have_tcgetattr_decl'+set}'`\" = set"; then
  15663.   echo $ac_n "(cached) $ac_c" 1>&6
  15664. else
  15665.   
  15666. ice_cv_have_tcgetattr_decl=no
  15667. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  15668. ice_re_word='(^|[^a-zA-Z_0-9_])'
  15669. for header in termios.h; do
  15670. # Check for ordinary declaration
  15671. cat > conftest.$ac_ext <<EOF
  15672. #line 15673 "configure"
  15673. #include "confdefs.h"
  15674. #include <$header>
  15675. EOF
  15676. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15677.   egrep "${ice_re_word}tcgetattr *\(" >/dev/null 2>&1; then
  15678.   rm -rf conftest*
  15679.   ice_cv_have_tcgetattr_decl=yes
  15680. fi
  15681. rm -f conftest*
  15682.  
  15683. if test "$ice_cv_have_tcgetattr_decl" = yes; then
  15684.     break
  15685. fi
  15686. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  15687. cat > conftest.$ac_ext <<EOF
  15688. #line 15689 "configure"
  15689. #include "confdefs.h"
  15690. #include <$header>
  15691. EOF
  15692. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15693.   egrep "${ice_re_word}tcgetattr *$ice_re_params\(\(" >/dev/null 2>&1; then
  15694.   rm -rf conftest*
  15695.   ice_cv_have_tcgetattr_decl=yes
  15696. fi
  15697. rm -f conftest*
  15698.  
  15699. if test "$ice_cv_have_tcgetattr_decl" = yes; then
  15700.     break
  15701. fi
  15702. done
  15703.  
  15704. fi
  15705.  
  15706. echo "$ac_t""$ice_cv_have_tcgetattr_decl" 1>&6
  15707. if test "$ice_cv_have_tcgetattr_decl" = yes; then
  15708. cat >> confdefs.h <<EOF
  15709. #define ${ice_have_decl_tr} 1
  15710. EOF
  15711.  
  15712. fi
  15713. fi
  15714.  
  15715.  
  15716. ice_tr=`echo tcgetpgrp | tr '[a-z]' '[A-Z]'`
  15717. ice_have_tr=HAVE_$ice_tr
  15718. ice_have_decl_tr=${ice_have_tr}_DECL
  15719. ice_have_tcgetpgrp=no
  15720. for ac_func in tcgetpgrp
  15721. do
  15722. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  15723. echo "configure:15724: checking for $ac_func" >&5
  15724. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  15725.   echo $ac_n "(cached) $ac_c" 1>&6
  15726. else
  15727.   cat > conftest.$ac_ext <<EOF
  15728. #line 15729 "configure"
  15729. #include "confdefs.h"
  15730. /* System header to define __stub macros and hopefully few prototypes,
  15731.     which can conflict with char $ac_func(); below.  */
  15732. #include <assert.h>
  15733. /* Override any gcc2 internal prototype to avoid an error.  */
  15734. #ifdef __cplusplus
  15735. extern "C"
  15736. #endif
  15737. /* We use char because int might match the return type of a gcc2
  15738.     builtin and then its argument prototype would still apply.  */
  15739. char $ac_func();
  15740.  
  15741. int main() {
  15742.  
  15743. /* The GNU C library defines this for functions which it implements
  15744.     to always fail with ENOSYS.  Some functions are actually named
  15745.     something starting with __ and the normal name is an alias.  */
  15746. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  15747. choke me
  15748. #else
  15749. $ac_func();
  15750. #endif
  15751.  
  15752. ; return 0; }
  15753. EOF
  15754. if { (eval echo configure:15755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  15755.   rm -rf conftest*
  15756.   eval "ac_cv_func_$ac_func=yes"
  15757. else
  15758.   echo "configure: failed program was:" >&5
  15759.   cat conftest.$ac_ext >&5
  15760.   rm -rf conftest*
  15761.   eval "ac_cv_func_$ac_func=no"
  15762. fi
  15763. rm -f conftest*
  15764. fi
  15765.  
  15766. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  15767.   echo "$ac_t""yes" 1>&6
  15768.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  15769.   cat >> confdefs.h <<EOF
  15770. #define $ac_tr_func 1
  15771. EOF
  15772.  ice_have_tcgetpgrp=yes
  15773. else
  15774.   echo "$ac_t""no" 1>&6
  15775. fi
  15776. done
  15777.  
  15778. if test "${ice_have_tcgetpgrp}" = yes; then
  15779. echo $ac_n "checking for tcgetpgrp declaration in unistd.h""... $ac_c" 1>&6
  15780. echo "configure:15781: checking for tcgetpgrp declaration in unistd.h" >&5
  15781. if eval "test \"`echo '$''{'ice_cv_have_tcgetpgrp_decl'+set}'`\" = set"; then
  15782.   echo $ac_n "(cached) $ac_c" 1>&6
  15783. else
  15784.   
  15785. ice_cv_have_tcgetpgrp_decl=no
  15786. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  15787. ice_re_word='(^|[^a-zA-Z_0-9_])'
  15788. for header in unistd.h; do
  15789. # Check for ordinary declaration
  15790. cat > conftest.$ac_ext <<EOF
  15791. #line 15792 "configure"
  15792. #include "confdefs.h"
  15793. #include <$header>
  15794. EOF
  15795. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15796.   egrep "${ice_re_word}tcgetpgrp *\(" >/dev/null 2>&1; then
  15797.   rm -rf conftest*
  15798.   ice_cv_have_tcgetpgrp_decl=yes
  15799. fi
  15800. rm -f conftest*
  15801.  
  15802. if test "$ice_cv_have_tcgetpgrp_decl" = yes; then
  15803.     break
  15804. fi
  15805. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  15806. cat > conftest.$ac_ext <<EOF
  15807. #line 15808 "configure"
  15808. #include "confdefs.h"
  15809. #include <$header>
  15810. EOF
  15811. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15812.   egrep "${ice_re_word}tcgetpgrp *$ice_re_params\(\(" >/dev/null 2>&1; then
  15813.   rm -rf conftest*
  15814.   ice_cv_have_tcgetpgrp_decl=yes
  15815. fi
  15816. rm -f conftest*
  15817.  
  15818. if test "$ice_cv_have_tcgetpgrp_decl" = yes; then
  15819.     break
  15820. fi
  15821. done
  15822.  
  15823. fi
  15824.  
  15825. echo "$ac_t""$ice_cv_have_tcgetpgrp_decl" 1>&6
  15826. if test "$ice_cv_have_tcgetpgrp_decl" = yes; then
  15827. cat >> confdefs.h <<EOF
  15828. #define ${ice_have_decl_tr} 1
  15829. EOF
  15830.  
  15831. fi
  15832. fi
  15833.  
  15834.  
  15835. ice_tr=`echo tcgetsid | tr '[a-z]' '[A-Z]'`
  15836. ice_have_tr=HAVE_$ice_tr
  15837. ice_have_decl_tr=${ice_have_tr}_DECL
  15838. ice_have_tcgetsid=no
  15839. for ac_func in tcgetsid
  15840. do
  15841. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  15842. echo "configure:15843: checking for $ac_func" >&5
  15843. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  15844.   echo $ac_n "(cached) $ac_c" 1>&6
  15845. else
  15846.   cat > conftest.$ac_ext <<EOF
  15847. #line 15848 "configure"
  15848. #include "confdefs.h"
  15849. /* System header to define __stub macros and hopefully few prototypes,
  15850.     which can conflict with char $ac_func(); below.  */
  15851. #include <assert.h>
  15852. /* Override any gcc2 internal prototype to avoid an error.  */
  15853. #ifdef __cplusplus
  15854. extern "C"
  15855. #endif
  15856. /* We use char because int might match the return type of a gcc2
  15857.     builtin and then its argument prototype would still apply.  */
  15858. char $ac_func();
  15859.  
  15860. int main() {
  15861.  
  15862. /* The GNU C library defines this for functions which it implements
  15863.     to always fail with ENOSYS.  Some functions are actually named
  15864.     something starting with __ and the normal name is an alias.  */
  15865. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  15866. choke me
  15867. #else
  15868. $ac_func();
  15869. #endif
  15870.  
  15871. ; return 0; }
  15872. EOF
  15873. if { (eval echo configure:15874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  15874.   rm -rf conftest*
  15875.   eval "ac_cv_func_$ac_func=yes"
  15876. else
  15877.   echo "configure: failed program was:" >&5
  15878.   cat conftest.$ac_ext >&5
  15879.   rm -rf conftest*
  15880.   eval "ac_cv_func_$ac_func=no"
  15881. fi
  15882. rm -f conftest*
  15883. fi
  15884.  
  15885. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  15886.   echo "$ac_t""yes" 1>&6
  15887.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  15888.   cat >> confdefs.h <<EOF
  15889. #define $ac_tr_func 1
  15890. EOF
  15891.  ice_have_tcgetsid=yes
  15892. else
  15893.   echo "$ac_t""no" 1>&6
  15894. fi
  15895. done
  15896.  
  15897. if test "${ice_have_tcgetsid}" = yes; then
  15898. echo $ac_n "checking for tcgetsid declaration in sys/termios.h""... $ac_c" 1>&6
  15899. echo "configure:15900: checking for tcgetsid declaration in sys/termios.h" >&5
  15900. if eval "test \"`echo '$''{'ice_cv_have_tcgetsid_decl'+set}'`\" = set"; then
  15901.   echo $ac_n "(cached) $ac_c" 1>&6
  15902. else
  15903.   
  15904. ice_cv_have_tcgetsid_decl=no
  15905. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  15906. ice_re_word='(^|[^a-zA-Z_0-9_])'
  15907. for header in sys/termios.h; do
  15908. # Check for ordinary declaration
  15909. cat > conftest.$ac_ext <<EOF
  15910. #line 15911 "configure"
  15911. #include "confdefs.h"
  15912. #include <$header>
  15913. EOF
  15914. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15915.   egrep "${ice_re_word}tcgetsid *\(" >/dev/null 2>&1; then
  15916.   rm -rf conftest*
  15917.   ice_cv_have_tcgetsid_decl=yes
  15918. fi
  15919. rm -f conftest*
  15920.  
  15921. if test "$ice_cv_have_tcgetsid_decl" = yes; then
  15922.     break
  15923. fi
  15924. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  15925. cat > conftest.$ac_ext <<EOF
  15926. #line 15927 "configure"
  15927. #include "confdefs.h"
  15928. #include <$header>
  15929. EOF
  15930. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15931.   egrep "${ice_re_word}tcgetsid *$ice_re_params\(\(" >/dev/null 2>&1; then
  15932.   rm -rf conftest*
  15933.   ice_cv_have_tcgetsid_decl=yes
  15934. fi
  15935. rm -f conftest*
  15936.  
  15937. if test "$ice_cv_have_tcgetsid_decl" = yes; then
  15938.     break
  15939. fi
  15940. done
  15941.  
  15942. fi
  15943.  
  15944. echo "$ac_t""$ice_cv_have_tcgetsid_decl" 1>&6
  15945. if test "$ice_cv_have_tcgetsid_decl" = yes; then
  15946. cat >> confdefs.h <<EOF
  15947. #define ${ice_have_decl_tr} 1
  15948. EOF
  15949.  
  15950. fi
  15951. fi
  15952.  
  15953.  
  15954. ice_tr=`echo tcsendbreak | tr '[a-z]' '[A-Z]'`
  15955. ice_have_tr=HAVE_$ice_tr
  15956. ice_have_decl_tr=${ice_have_tr}_DECL
  15957. ice_have_tcsendbreak=no
  15958. for ac_func in tcsendbreak
  15959. do
  15960. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  15961. echo "configure:15962: checking for $ac_func" >&5
  15962. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  15963.   echo $ac_n "(cached) $ac_c" 1>&6
  15964. else
  15965.   cat > conftest.$ac_ext <<EOF
  15966. #line 15967 "configure"
  15967. #include "confdefs.h"
  15968. /* System header to define __stub macros and hopefully few prototypes,
  15969.     which can conflict with char $ac_func(); below.  */
  15970. #include <assert.h>
  15971. /* Override any gcc2 internal prototype to avoid an error.  */
  15972. #ifdef __cplusplus
  15973. extern "C"
  15974. #endif
  15975. /* We use char because int might match the return type of a gcc2
  15976.     builtin and then its argument prototype would still apply.  */
  15977. char $ac_func();
  15978.  
  15979. int main() {
  15980.  
  15981. /* The GNU C library defines this for functions which it implements
  15982.     to always fail with ENOSYS.  Some functions are actually named
  15983.     something starting with __ and the normal name is an alias.  */
  15984. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  15985. choke me
  15986. #else
  15987. $ac_func();
  15988. #endif
  15989.  
  15990. ; return 0; }
  15991. EOF
  15992. if { (eval echo configure:15993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  15993.   rm -rf conftest*
  15994.   eval "ac_cv_func_$ac_func=yes"
  15995. else
  15996.   echo "configure: failed program was:" >&5
  15997.   cat conftest.$ac_ext >&5
  15998.   rm -rf conftest*
  15999.   eval "ac_cv_func_$ac_func=no"
  16000. fi
  16001. rm -f conftest*
  16002. fi
  16003.  
  16004. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  16005.   echo "$ac_t""yes" 1>&6
  16006.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  16007.   cat >> confdefs.h <<EOF
  16008. #define $ac_tr_func 1
  16009. EOF
  16010.  ice_have_tcsendbreak=yes
  16011. else
  16012.   echo "$ac_t""no" 1>&6
  16013. fi
  16014. done
  16015.  
  16016. if test "${ice_have_tcsendbreak}" = yes; then
  16017. echo $ac_n "checking for tcsendbreak declaration in termios.h""... $ac_c" 1>&6
  16018. echo "configure:16019: checking for tcsendbreak declaration in termios.h" >&5
  16019. if eval "test \"`echo '$''{'ice_cv_have_tcsendbreak_decl'+set}'`\" = set"; then
  16020.   echo $ac_n "(cached) $ac_c" 1>&6
  16021. else
  16022.   
  16023. ice_cv_have_tcsendbreak_decl=no
  16024. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  16025. ice_re_word='(^|[^a-zA-Z_0-9_])'
  16026. for header in termios.h; do
  16027. # Check for ordinary declaration
  16028. cat > conftest.$ac_ext <<EOF
  16029. #line 16030 "configure"
  16030. #include "confdefs.h"
  16031. #include <$header>
  16032. EOF
  16033. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  16034.   egrep "${ice_re_word}tcsendbreak *\(" >/dev/null 2>&1; then
  16035.   rm -rf conftest*
  16036.   ice_cv_have_tcsendbreak_decl=yes
  16037. fi
  16038. rm -f conftest*
  16039.  
  16040. if test "$ice_cv_have_tcsendbreak_decl" = yes; then
  16041.     break
  16042. fi
  16043. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  16044. cat > conftest.$ac_ext <<EOF
  16045. #line 16046 "configure"
  16046. #include "confdefs.h"
  16047. #include <$header>
  16048. EOF
  16049. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  16050.   egrep "${ice_re_word}tcsendbreak *$ice_re_params\(\(" >/dev/null 2>&1; then
  16051.   rm -rf conftest*
  16052.   ice_cv_have_tcsendbreak_decl=yes
  16053. fi
  16054. rm -f conftest*
  16055.  
  16056. if test "$ice_cv_have_tcsendbreak_decl" = yes; then
  16057.     break
  16058. fi
  16059. done
  16060.  
  16061. fi
  16062.  
  16063. echo "$ac_t""$ice_cv_have_tcsendbreak_decl" 1>&6
  16064. if test "$ice_cv_have_tcsendbreak_decl" = yes; then
  16065. cat >> confdefs.h <<EOF
  16066. #define ${ice_have_decl_tr} 1
  16067. EOF
  16068.  
  16069. fi
  16070. fi
  16071.  
  16072.  
  16073. ice_tr=`echo tcsetattr | tr '[a-z]' '[A-Z]'`
  16074. ice_have_tr=HAVE_$ice_tr
  16075. ice_have_decl_tr=${ice_have_tr}_DECL
  16076. ice_have_tcsetattr=no
  16077. for ac_func in tcsetattr
  16078. do
  16079. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  16080. echo "configure:16081: checking for $ac_func" >&5
  16081. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  16082.   echo $ac_n "(cached) $ac_c" 1>&6
  16083. else
  16084.   cat > conftest.$ac_ext <<EOF
  16085. #line 16086 "configure"
  16086. #include "confdefs.h"
  16087. /* System header to define __stub macros and hopefully few prototypes,
  16088.     which can conflict with char $ac_func(); below.  */
  16089. #include <assert.h>
  16090. /* Override any gcc2 internal prototype to avoid an error.  */
  16091. #ifdef __cplusplus
  16092. extern "C"
  16093. #endif
  16094. /* We use char because int might match the return type of a gcc2
  16095.     builtin and then its argument prototype would still apply.  */
  16096. char $ac_func();
  16097.  
  16098. int main() {
  16099.  
  16100. /* The GNU C library defines this for functions which it implements
  16101.     to always fail with ENOSYS.  Some functions are actually named
  16102.     something starting with __ and the normal name is an alias.  */
  16103. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  16104. choke me
  16105. #else
  16106. $ac_func();
  16107. #endif
  16108.  
  16109. ; return 0; }
  16110. EOF
  16111. if { (eval echo configure:16112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  16112.   rm -rf conftest*
  16113.   eval "ac_cv_func_$ac_func=yes"
  16114. else
  16115.   echo "configure: failed program was:" >&5
  16116.   cat conftest.$ac_ext >&5
  16117.   rm -rf conftest*
  16118.   eval "ac_cv_func_$ac_func=no"
  16119. fi
  16120. rm -f conftest*
  16121. fi
  16122.  
  16123. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  16124.   echo "$ac_t""yes" 1>&6
  16125.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  16126.   cat >> confdefs.h <<EOF
  16127. #define $ac_tr_func 1
  16128. EOF
  16129.  ice_have_tcsetattr=yes
  16130. else
  16131.   echo "$ac_t""no" 1>&6
  16132. fi
  16133. done
  16134.  
  16135. if test "${ice_have_tcsetattr}" = yes; then
  16136. echo $ac_n "checking for tcsetattr declaration in termios.h""... $ac_c" 1>&6
  16137. echo "configure:16138: checking for tcsetattr declaration in termios.h" >&5
  16138. if eval "test \"`echo '$''{'ice_cv_have_tcsetattr_decl'+set}'`\" = set"; then
  16139.   echo $ac_n "(cached) $ac_c" 1>&6
  16140. else
  16141.   
  16142. ice_cv_have_tcsetattr_decl=no
  16143. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  16144. ice_re_word='(^|[^a-zA-Z_0-9_])'
  16145. for header in termios.h; do
  16146. # Check for ordinary declaration
  16147. cat > conftest.$ac_ext <<EOF
  16148. #line 16149 "configure"
  16149. #include "confdefs.h"
  16150. #include <$header>
  16151. EOF
  16152. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  16153.   egrep "${ice_re_word}tcsetattr *\(" >/dev/null 2>&1; then
  16154.   rm -rf conftest*
  16155.   ice_cv_have_tcsetattr_decl=yes
  16156. fi
  16157. rm -f conftest*
  16158.  
  16159. if test "$ice_cv_have_tcsetattr_decl" = yes; then
  16160.     break
  16161. fi
  16162. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  16163. cat > conftest.$ac_ext <<EOF
  16164. #line 16165 "configure"
  16165. #include "confdefs.h"
  16166. #include <$header>
  16167. EOF
  16168. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  16169.   egrep "${ice_re_word}tcsetattr *$ice_re_params\(\(" >/dev/null 2>&1; then
  16170.   rm -rf conftest*
  16171.   ice_cv_have_tcsetattr_decl=yes
  16172. fi
  16173. rm -f conftest*
  16174.  
  16175. if test "$ice_cv_have_tcsetattr_decl" = yes; then
  16176.     break
  16177. fi
  16178. done
  16179.  
  16180. fi
  16181.  
  16182. echo "$ac_t""$ice_cv_have_tcsetattr_decl" 1>&6
  16183. if test "$ice_cv_have_tcsetattr_decl" = yes; then
  16184. cat >> confdefs.h <<EOF
  16185. #define ${ice_have_decl_tr} 1
  16186. EOF
  16187.  
  16188. fi
  16189. fi
  16190.  
  16191.  
  16192. ice_tr=`echo tcsetpgrp | tr '[a-z]' '[A-Z]'`
  16193. ice_have_tr=HAVE_$ice_tr
  16194. ice_have_decl_tr=${ice_have_tr}_DECL
  16195. ice_have_tcsetpgrp=no
  16196. for ac_func in tcsetpgrp
  16197. do
  16198. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  16199. echo "configure:16200: checking for $ac_func" >&5
  16200. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  16201.   echo $ac_n "(cached) $ac_c" 1>&6
  16202. else
  16203.   cat > conftest.$ac_ext <<EOF
  16204. #line 16205 "configure"
  16205. #include "confdefs.h"
  16206. /* System header to define __stub macros and hopefully few prototypes,
  16207.     which can conflict with char $ac_func(); below.  */
  16208. #include <assert.h>
  16209. /* Override any gcc2 internal prototype to avoid an error.  */
  16210. #ifdef __cplusplus
  16211. extern "C"
  16212. #endif
  16213. /* We use char because int might match the return type of a gcc2
  16214.     builtin and then its argument prototype would still apply.  */
  16215. char $ac_func();
  16216.  
  16217. int main() {
  16218.  
  16219. /* The GNU C library defines this for functions which it implements
  16220.     to always fail with ENOSYS.  Some functions are actually named
  16221.     something starting with __ and the normal name is an alias.  */
  16222. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  16223. choke me
  16224. #else
  16225. $ac_func();
  16226. #endif
  16227.  
  16228. ; return 0; }
  16229. EOF
  16230. if { (eval echo configure:16231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  16231.   rm -rf conftest*
  16232.   eval "ac_cv_func_$ac_func=yes"
  16233. else
  16234.   echo "configure: failed program was:" >&5
  16235.   cat conftest.$ac_ext >&5
  16236.   rm -rf conftest*
  16237.   eval "ac_cv_func_$ac_func=no"
  16238. fi
  16239. rm -f conftest*
  16240. fi
  16241.  
  16242. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  16243.   echo "$ac_t""yes" 1>&6
  16244.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  16245.   cat >> confdefs.h <<EOF
  16246. #define $ac_tr_func 1
  16247. EOF
  16248.  ice_have_tcsetpgrp=yes
  16249. else
  16250.   echo "$ac_t""no" 1>&6
  16251. fi
  16252. done
  16253.  
  16254. if test "${ice_have_tcsetpgrp}" = yes; then
  16255. echo $ac_n "checking for tcsetpgrp declaration in unistd.h""... $ac_c" 1>&6
  16256. echo "configure:16257: checking for tcsetpgrp declaration in unistd.h" >&5
  16257. if eval "test \"`echo '$''{'ice_cv_have_tcsetpgrp_decl'+set}'`\" = set"; then
  16258.   echo $ac_n "(cached) $ac_c" 1>&6
  16259. else
  16260.   
  16261. ice_cv_have_tcsetpgrp_decl=no
  16262. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  16263. ice_re_word='(^|[^a-zA-Z_0-9_])'
  16264. for header in unistd.h; do
  16265. # Check for ordinary declaration
  16266. cat > conftest.$ac_ext <<EOF
  16267. #line 16268 "configure"
  16268. #include "confdefs.h"
  16269. #include <$header>
  16270. EOF
  16271. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  16272.   egrep "${ice_re_word}tcsetpgrp *\(" >/dev/null 2>&1; then
  16273.   rm -rf conftest*
  16274.   ice_cv_have_tcsetpgrp_decl=yes
  16275. fi
  16276. rm -f conftest*
  16277.  
  16278. if test "$ice_cv_have_tcsetpgrp_decl" = yes; then
  16279.     break
  16280. fi
  16281. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  16282. cat > conftest.$ac_ext <<EOF
  16283. #line 16284 "configure"
  16284. #include "confdefs.h"
  16285. #include <$header>
  16286. EOF
  16287. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  16288.   egrep "${ice_re_word}tcsetpgrp *$ice_re_params\(\(" >/dev/null 2>&1; then
  16289.   rm -rf conftest*
  16290.   ice_cv_have_tcsetpgrp_decl=yes
  16291. fi
  16292. rm -f conftest*
  16293.  
  16294. if test "$ice_cv_have_tcsetpgrp_decl" = yes; then
  16295.     break
  16296. fi
  16297. done
  16298.  
  16299. fi
  16300.  
  16301. echo "$ac_t""$ice_cv_have_tcsetpgrp_decl" 1>&6
  16302. if test "$ice_cv_have_tcsetpgrp_decl" = yes; then
  16303. cat >> confdefs.h <<EOF
  16304. #define ${ice_have_decl_tr} 1
  16305. EOF
  16306.  
  16307. fi
  16308. fi
  16309.  
  16310.  
  16311. ice_tr=`echo times | tr '[a-z]' '[A-Z]'`
  16312. ice_have_tr=HAVE_$ice_tr
  16313. ice_have_decl_tr=${ice_have_tr}_DECL
  16314. ice_have_times=no
  16315. for ac_func in times
  16316. do
  16317. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  16318. echo "configure:16319: checking for $ac_func" >&5
  16319. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  16320.   echo $ac_n "(cached) $ac_c" 1>&6
  16321. else
  16322.   cat > conftest.$ac_ext <<EOF
  16323. #line 16324 "configure"
  16324. #include "confdefs.h"
  16325. /* System header to define __stub macros and hopefully few prototypes,
  16326.     which can conflict with char $ac_func(); below.  */
  16327. #include <assert.h>
  16328. /* Override any gcc2 internal prototype to avoid an error.  */
  16329. #ifdef __cplusplus
  16330. extern "C"
  16331. #endif
  16332. /* We use char because int might match the return type of a gcc2
  16333.     builtin and then its argument prototype would still apply.  */
  16334. char $ac_func();
  16335.  
  16336. int main() {
  16337.  
  16338. /* The GNU C library defines this for functions which it implements
  16339.     to always fail with ENOSYS.  Some functions are actually named
  16340.     something starting with __ and the normal name is an alias.  */
  16341. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  16342. choke me
  16343. #else
  16344. $ac_func();
  16345. #endif
  16346.  
  16347. ; return 0; }
  16348. EOF
  16349. if { (eval echo configure:16350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  16350.   rm -rf conftest*
  16351.   eval "ac_cv_func_$ac_func=yes"
  16352. else
  16353.   echo "configure: failed program was:" >&5
  16354.   cat conftest.$ac_ext >&5
  16355.   rm -rf conftest*
  16356.   eval "ac_cv_func_$ac_func=no"
  16357. fi
  16358. rm -f conftest*
  16359. fi
  16360.  
  16361. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  16362.   echo "$ac_t""yes" 1>&6
  16363.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  16364.   cat >> confdefs.h <<EOF
  16365. #define $ac_tr_func 1
  16366. EOF
  16367.  ice_have_times=yes
  16368. else
  16369.   echo "$ac_t""no" 1>&6
  16370. fi
  16371. done
  16372.  
  16373. if test "${ice_have_times}" = yes; then
  16374. echo $ac_n "checking for times declaration in sys/times.h""... $ac_c" 1>&6
  16375. echo "configure:16376: checking for times declaration in sys/times.h" >&5
  16376. if eval "test \"`echo '$''{'ice_cv_have_times_decl'+set}'`\" = set"; then
  16377.   echo $ac_n "(cached) $ac_c" 1>&6
  16378. else
  16379.   
  16380. ice_cv_have_times_decl=no
  16381. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  16382. ice_re_word='(^|[^a-zA-Z_0-9_])'
  16383. for header in sys/times.h; do
  16384. # Check for ordinary declaration
  16385. cat > conftest.$ac_ext <<EOF
  16386. #line 16387 "configure"
  16387. #include "confdefs.h"
  16388. #include <$header>
  16389. EOF
  16390. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  16391.   egrep "${ice_re_word}times *\(" >/dev/null 2>&1; then
  16392.   rm -rf conftest*
  16393.   ice_cv_have_times_decl=yes
  16394. fi
  16395. rm -f conftest*
  16396.  
  16397. if test "$ice_cv_have_times_decl" = yes; then
  16398.     break
  16399. fi
  16400. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  16401. cat > conftest.$ac_ext <<EOF
  16402. #line 16403 "configure"
  16403. #include "confdefs.h"
  16404. #include <$header>
  16405. EOF
  16406. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  16407.   egrep "${ice_re_word}times *$ice_re_params\(\(" >/dev/null 2>&1; then
  16408.   rm -rf conftest*
  16409.   ice_cv_have_times_decl=yes
  16410. fi
  16411. rm -f conftest*
  16412.  
  16413. if test "$ice_cv_have_times_decl" = yes; then
  16414.     break
  16415. fi
  16416. done
  16417.  
  16418. fi
  16419.  
  16420. echo "$ac_t""$ice_cv_have_times_decl" 1>&6
  16421. if test "$ice_cv_have_times_decl" = yes; then
  16422. cat >> confdefs.h <<EOF
  16423. #define ${ice_have_decl_tr} 1
  16424. EOF
  16425.  
  16426. fi
  16427. fi
  16428.  
  16429.  
  16430. ice_tr=`echo uname | tr '[a-z]' '[A-Z]'`
  16431. ice_have_tr=HAVE_$ice_tr
  16432. ice_have_decl_tr=${ice_have_tr}_DECL
  16433. ice_have_uname=no
  16434. for ac_func in uname
  16435. do
  16436. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  16437. echo "configure:16438: checking for $ac_func" >&5
  16438. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  16439.   echo $ac_n "(cached) $ac_c" 1>&6
  16440. else
  16441.   cat > conftest.$ac_ext <<EOF
  16442. #line 16443 "configure"
  16443. #include "confdefs.h"
  16444. /* System header to define __stub macros and hopefully few prototypes,
  16445.     which can conflict with char $ac_func(); below.  */
  16446. #include <assert.h>
  16447. /* Override any gcc2 internal prototype to avoid an error.  */
  16448. #ifdef __cplusplus
  16449. extern "C"
  16450. #endif
  16451. /* We use char because int might match the return type of a gcc2
  16452.     builtin and then its argument prototype would still apply.  */
  16453. char $ac_func();
  16454.  
  16455. int main() {
  16456.  
  16457. /* The GNU C library defines this for functions which it implements
  16458.     to always fail with ENOSYS.  Some functions are actually named
  16459.     something starting with __ and the normal name is an alias.  */
  16460. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  16461. choke me
  16462. #else
  16463. $ac_func();
  16464. #endif
  16465.  
  16466. ; return 0; }
  16467. EOF
  16468. if { (eval echo configure:16469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  16469.   rm -rf conftest*
  16470.   eval "ac_cv_func_$ac_func=yes"
  16471. else
  16472.   echo "configure: failed program was:" >&5
  16473.   cat conftest.$ac_ext >&5
  16474.   rm -rf conftest*
  16475.   eval "ac_cv_func_$ac_func=no"
  16476. fi
  16477. rm -f conftest*
  16478. fi
  16479.  
  16480. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  16481.   echo "$ac_t""yes" 1>&6
  16482.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  16483.   cat >> confdefs.h <<EOF
  16484. #define $ac_tr_func 1
  16485. EOF
  16486.  ice_have_uname=yes
  16487. else
  16488.   echo "$ac_t""no" 1>&6
  16489. fi
  16490. done
  16491.  
  16492. if test "${ice_have_uname}" = yes; then
  16493. echo $ac_n "checking for uname declaration in sys/utsname.h""... $ac_c" 1>&6
  16494. echo "configure:16495: checking for uname declaration in sys/utsname.h" >&5
  16495. if eval "test \"`echo '$''{'ice_cv_have_uname_decl'+set}'`\" = set"; then
  16496.   echo $ac_n "(cached) $ac_c" 1>&6
  16497. else
  16498.   
  16499. ice_cv_have_uname_decl=no
  16500. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  16501. ice_re_word='(^|[^a-zA-Z_0-9_])'
  16502. for header in sys/utsname.h; do
  16503. # Check for ordinary declaration
  16504. cat > conftest.$ac_ext <<EOF
  16505. #line 16506 "configure"
  16506. #include "confdefs.h"
  16507. #include <$header>
  16508. EOF
  16509. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  16510.   egrep "${ice_re_word}uname *\(" >/dev/null 2>&1; then
  16511.   rm -rf conftest*
  16512.   ice_cv_have_uname_decl=yes
  16513. fi
  16514. rm -f conftest*
  16515.  
  16516. if test "$ice_cv_have_uname_decl" = yes; then
  16517.     break
  16518. fi
  16519. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  16520. cat > conftest.$ac_ext <<EOF
  16521. #line 16522 "configure"
  16522. #include "confdefs.h"
  16523. #include <$header>
  16524. EOF
  16525. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  16526.   egrep "${ice_re_word}uname *$ice_re_params\(\(" >/dev/null 2>&1; then
  16527.   rm -rf conftest*
  16528.   ice_cv_have_uname_decl=yes
  16529. fi
  16530. rm -f conftest*
  16531.  
  16532. if test "$ice_cv_have_uname_decl" = yes; then
  16533.     break
  16534. fi
  16535. done
  16536.  
  16537. fi
  16538.  
  16539. echo "$ac_t""$ice_cv_have_uname_decl" 1>&6
  16540. if test "$ice_cv_have_uname_decl" = yes; then
  16541. cat >> confdefs.h <<EOF
  16542. #define ${ice_have_decl_tr} 1
  16543. EOF
  16544.  
  16545. fi
  16546. fi
  16547.  
  16548.  
  16549. ice_tr=`echo unlink | tr '[a-z]' '[A-Z]'`
  16550. ice_have_tr=HAVE_$ice_tr
  16551. ice_have_decl_tr=${ice_have_tr}_DECL
  16552. ice_have_unlink=no
  16553. for ac_func in unlink
  16554. do
  16555. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  16556. echo "configure:16557: checking for $ac_func" >&5
  16557. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  16558.   echo $ac_n "(cached) $ac_c" 1>&6
  16559. else
  16560.   cat > conftest.$ac_ext <<EOF
  16561. #line 16562 "configure"
  16562. #include "confdefs.h"
  16563. /* System header to define __stub macros and hopefully few prototypes,
  16564.     which can conflict with char $ac_func(); below.  */
  16565. #include <assert.h>
  16566. /* Override any gcc2 internal prototype to avoid an error.  */
  16567. #ifdef __cplusplus
  16568. extern "C"
  16569. #endif
  16570. /* We use char because int might match the return type of a gcc2
  16571.     builtin and then its argument prototype would still apply.  */
  16572. char $ac_func();
  16573.  
  16574. int main() {
  16575.  
  16576. /* The GNU C library defines this for functions which it implements
  16577.     to always fail with ENOSYS.  Some functions are actually named
  16578.     something starting with __ and the normal name is an alias.  */
  16579. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  16580. choke me
  16581. #else
  16582. $ac_func();
  16583. #endif
  16584.  
  16585. ; return 0; }
  16586. EOF
  16587. if { (eval echo configure:16588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  16588.   rm -rf conftest*
  16589.   eval "ac_cv_func_$ac_func=yes"
  16590. else
  16591.   echo "configure: failed program was:" >&5
  16592.   cat conftest.$ac_ext >&5
  16593.   rm -rf conftest*
  16594.   eval "ac_cv_func_$ac_func=no"
  16595. fi
  16596. rm -f conftest*
  16597. fi
  16598.  
  16599. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  16600.   echo "$ac_t""yes" 1>&6
  16601.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  16602.   cat >> confdefs.h <<EOF
  16603. #define $ac_tr_func 1
  16604. EOF
  16605.  ice_have_unlink=yes
  16606. else
  16607.   echo "$ac_t""no" 1>&6
  16608. fi
  16609. done
  16610.  
  16611. if test "${ice_have_unlink}" = yes; then
  16612. echo $ac_n "checking for unlink declaration in unistd.h""... $ac_c" 1>&6
  16613. echo "configure:16614: checking for unlink declaration in unistd.h" >&5
  16614. if eval "test \"`echo '$''{'ice_cv_have_unlink_decl'+set}'`\" = set"; then
  16615.   echo $ac_n "(cached) $ac_c" 1>&6
  16616. else
  16617.   
  16618. ice_cv_have_unlink_decl=no
  16619. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  16620. ice_re_word='(^|[^a-zA-Z_0-9_])'
  16621. for header in unistd.h; do
  16622. # Check for ordinary declaration
  16623. cat > conftest.$ac_ext <<EOF
  16624. #line 16625 "configure"
  16625. #include "confdefs.h"
  16626. #include <$header>
  16627. EOF
  16628. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  16629.   egrep "${ice_re_word}unlink *\(" >/dev/null 2>&1; then
  16630.   rm -rf conftest*
  16631.   ice_cv_have_unlink_decl=yes
  16632. fi
  16633. rm -f conftest*
  16634.  
  16635. if test "$ice_cv_have_unlink_decl" = yes; then
  16636.     break
  16637. fi
  16638. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  16639. cat > conftest.$ac_ext <<EOF
  16640. #line 16641 "configure"
  16641. #include "confdefs.h"
  16642. #include <$header>
  16643. EOF
  16644. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  16645.   egrep "${ice_re_word}unlink *$ice_re_params\(\(" >/dev/null 2>&1; then
  16646.   rm -rf conftest*
  16647.   ice_cv_have_unlink_decl=yes
  16648. fi
  16649. rm -f conftest*
  16650.  
  16651. if test "$ice_cv_have_unlink_decl" = yes; then
  16652.     break
  16653. fi
  16654. done
  16655.  
  16656. fi
  16657.  
  16658. echo "$ac_t""$ice_cv_have_unlink_decl" 1>&6
  16659. if test "$ice_cv_have_unlink_decl" = yes; then
  16660. cat >> confdefs.h <<EOF
  16661. #define ${ice_have_decl_tr} 1
  16662. EOF
  16663.  
  16664. fi
  16665. fi
  16666.  
  16667.  
  16668. ice_tr=`echo unlockpt | tr '[a-z]' '[A-Z]'`
  16669. ice_have_tr=HAVE_$ice_tr
  16670. ice_have_decl_tr=${ice_have_tr}_DECL
  16671. ice_have_unlockpt=no
  16672. for ac_func in unlockpt
  16673. do
  16674. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  16675. echo "configure:16676: checking for $ac_func" >&5
  16676. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  16677.   echo $ac_n "(cached) $ac_c" 1>&6
  16678. else
  16679.   cat > conftest.$ac_ext <<EOF
  16680. #line 16681 "configure"
  16681. #include "confdefs.h"
  16682. /* System header to define __stub macros and hopefully few prototypes,
  16683.     which can conflict with char $ac_func(); below.  */
  16684. #include <assert.h>
  16685. /* Override any gcc2 internal prototype to avoid an error.  */
  16686. #ifdef __cplusplus
  16687. extern "C"
  16688. #endif
  16689. /* We use char because int might match the return type of a gcc2
  16690.     builtin and then its argument prototype would still apply.  */
  16691. char $ac_func();
  16692.  
  16693. int main() {
  16694.  
  16695. /* The GNU C library defines this for functions which it implements
  16696.     to always fail with ENOSYS.  Some functions are actually named
  16697.     something starting with __ and the normal name is an alias.  */
  16698. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  16699. choke me
  16700. #else
  16701. $ac_func();
  16702. #endif
  16703.  
  16704. ; return 0; }
  16705. EOF
  16706. if { (eval echo configure:16707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  16707.   rm -rf conftest*
  16708.   eval "ac_cv_func_$ac_func=yes"
  16709. else
  16710.   echo "configure: failed program was:" >&5
  16711.   cat conftest.$ac_ext >&5
  16712.   rm -rf conftest*
  16713.   eval "ac_cv_func_$ac_func=no"
  16714. fi
  16715. rm -f conftest*
  16716. fi
  16717.  
  16718. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  16719.   echo "$ac_t""yes" 1>&6
  16720.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  16721.   cat >> confdefs.h <<EOF
  16722. #define $ac_tr_func 1
  16723. EOF
  16724.  ice_have_unlockpt=yes
  16725. else
  16726.   echo "$ac_t""no" 1>&6
  16727. fi
  16728. done
  16729.  
  16730. if test "${ice_have_unlockpt}" = yes; then
  16731. echo $ac_n "checking for unlockpt declaration in stdlib.h""... $ac_c" 1>&6
  16732. echo "configure:16733: checking for unlockpt declaration in stdlib.h" >&5
  16733. if eval "test \"`echo '$''{'ice_cv_have_unlockpt_decl'+set}'`\" = set"; then
  16734.   echo $ac_n "(cached) $ac_c" 1>&6
  16735. else
  16736.   
  16737. ice_cv_have_unlockpt_decl=no
  16738. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  16739. ice_re_word='(^|[^a-zA-Z_0-9_])'
  16740. for header in stdlib.h; do
  16741. # Check for ordinary declaration
  16742. cat > conftest.$ac_ext <<EOF
  16743. #line 16744 "configure"
  16744. #include "confdefs.h"
  16745. #include <$header>
  16746. EOF
  16747. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  16748.   egrep "${ice_re_word}unlockpt *\(" >/dev/null 2>&1; then
  16749.   rm -rf conftest*
  16750.   ice_cv_have_unlockpt_decl=yes
  16751. fi
  16752. rm -f conftest*
  16753.  
  16754. if test "$ice_cv_have_unlockpt_decl" = yes; then
  16755.     break
  16756. fi
  16757. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  16758. cat > conftest.$ac_ext <<EOF
  16759. #line 16760 "configure"
  16760. #include "confdefs.h"
  16761. #include <$header>
  16762. EOF
  16763. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  16764.   egrep "${ice_re_word}unlockpt *$ice_re_params\(\(" >/dev/null 2>&1; then
  16765.   rm -rf conftest*
  16766.   ice_cv_have_unlockpt_decl=yes
  16767. fi
  16768. rm -f conftest*
  16769.  
  16770. if test "$ice_cv_have_unlockpt_decl" = yes; then
  16771.     break
  16772. fi
  16773. done
  16774.  
  16775. fi
  16776.  
  16777. echo "$ac_t""$ice_cv_have_unlockpt_decl" 1>&6
  16778. if test "$ice_cv_have_unlockpt_decl" = yes; then
  16779. cat >> confdefs.h <<EOF
  16780. #define ${ice_have_decl_tr} 1
  16781. EOF
  16782.  
  16783. fi
  16784. fi
  16785.  
  16786.  
  16787. ice_tr=`echo waitpid | tr '[a-z]' '[A-Z]'`
  16788. ice_have_tr=HAVE_$ice_tr
  16789. ice_have_decl_tr=${ice_have_tr}_DECL
  16790. ice_have_waitpid=no
  16791. for ac_func in waitpid
  16792. do
  16793. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  16794. echo "configure:16795: checking for $ac_func" >&5
  16795. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  16796.   echo $ac_n "(cached) $ac_c" 1>&6
  16797. else
  16798.   cat > conftest.$ac_ext <<EOF
  16799. #line 16800 "configure"
  16800. #include "confdefs.h"
  16801. /* System header to define __stub macros and hopefully few prototypes,
  16802.     which can conflict with char $ac_func(); below.  */
  16803. #include <assert.h>
  16804. /* Override any gcc2 internal prototype to avoid an error.  */
  16805. #ifdef __cplusplus
  16806. extern "C"
  16807. #endif
  16808. /* We use char because int might match the return type of a gcc2
  16809.     builtin and then its argument prototype would still apply.  */
  16810. char $ac_func();
  16811.  
  16812. int main() {
  16813.  
  16814. /* The GNU C library defines this for functions which it implements
  16815.     to always fail with ENOSYS.  Some functions are actually named
  16816.     something starting with __ and the normal name is an alias.  */
  16817. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  16818. choke me
  16819. #else
  16820. $ac_func();
  16821. #endif
  16822.  
  16823. ; return 0; }
  16824. EOF
  16825. if { (eval echo configure:16826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  16826.   rm -rf conftest*
  16827.   eval "ac_cv_func_$ac_func=yes"
  16828. else
  16829.   echo "configure: failed program was:" >&5
  16830.   cat conftest.$ac_ext >&5
  16831.   rm -rf conftest*
  16832.   eval "ac_cv_func_$ac_func=no"
  16833. fi
  16834. rm -f conftest*
  16835. fi
  16836.  
  16837. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  16838.   echo "$ac_t""yes" 1>&6
  16839.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  16840.   cat >> confdefs.h <<EOF
  16841. #define $ac_tr_func 1
  16842. EOF
  16843.  ice_have_waitpid=yes
  16844. else
  16845.   echo "$ac_t""no" 1>&6
  16846. fi
  16847. done
  16848.  
  16849. if test "${ice_have_waitpid}" = yes; then
  16850. echo $ac_n "checking for waitpid declaration in sys/wait.h""... $ac_c" 1>&6
  16851. echo "configure:16852: checking for waitpid declaration in sys/wait.h" >&5
  16852. if eval "test \"`echo '$''{'ice_cv_have_waitpid_decl'+set}'`\" = set"; then
  16853.   echo $ac_n "(cached) $ac_c" 1>&6
  16854. else
  16855.   
  16856. ice_cv_have_waitpid_decl=no
  16857. ice_re_params='[a-zA-Z_][a-zA-Z0-9_]*'
  16858. ice_re_word='(^|[^a-zA-Z_0-9_])'
  16859. for header in sys/wait.h; do
  16860. # Check for ordinary declaration
  16861. cat > conftest.$ac_ext <<EOF
  16862. #line 16863 "configure"
  16863. #include "confdefs.h"
  16864. #include <$header>
  16865. EOF
  16866. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  16867.   egrep "${ice_re_word}waitpid *\(" >/dev/null 2>&1; then
  16868.   rm -rf conftest*
  16869.   ice_cv_have_waitpid_decl=yes
  16870. fi
  16871. rm -f conftest*
  16872.  
  16873. if test "$ice_cv_have_waitpid_decl" = yes; then
  16874.     break
  16875. fi
  16876. # Check for "fixed" declaration like "getpid _PARAMS((int))"
  16877. cat > conftest.$ac_ext <<EOF
  16878. #line 16879 "configure"
  16879. #include "confdefs.h"
  16880. #include <$header>
  16881. EOF
  16882. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  16883.   egrep "${ice_re_word}waitpid *$ice_re_params\(\(" >/dev/null 2>&1; then
  16884.   rm -rf conftest*
  16885.   ice_cv_have_waitpid_decl=yes
  16886. fi
  16887. rm -f conftest*
  16888.  
  16889. if test "$ice_cv_have_waitpid_decl" = yes; then
  16890.     break
  16891. fi
  16892. done
  16893.  
  16894. fi
  16895.  
  16896. echo "$ac_t""$ice_cv_have_waitpid_decl" 1>&6
  16897. if test "$ice_cv_have_waitpid_decl" = yes; then
  16898. cat >> confdefs.h <<EOF
  16899. #define ${ice_have_decl_tr} 1
  16900. EOF
  16901.  
  16902. fi
  16903. fi
  16904.  
  16905. ice_save_LIBS="$LIBS"
  16906. LIBS="$CXXLIBS $LIBS"
  16907.  
  16908. echo $ac_n "checking for PATH_MAX definition in limits.h""... $ac_c" 1>&6
  16909. echo "configure:16910: checking for PATH_MAX definition in limits.h" >&5
  16910. if eval "test \"`echo '$''{'ice_cv_have_path_max'+set}'`\" = set"; then
  16911.   echo $ac_n "(cached) $ac_c" 1>&6
  16912. else
  16913.   
  16914. cat > conftest.$ac_ext <<EOF
  16915. #line 16916 "configure"
  16916. #include "confdefs.h"
  16917. #include <limits.h>
  16918. int main() {
  16919. int n = PATH_MAX;
  16920. ; return 0; }
  16921. EOF
  16922. if { (eval echo configure:16923: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  16923.   rm -rf conftest*
  16924.   ice_cv_have_path_max=yes
  16925. else
  16926.   echo "configure: failed program was:" >&5
  16927.   cat conftest.$ac_ext >&5
  16928.   rm -rf conftest*
  16929.   ice_cv_have_path_max=no
  16930. fi
  16931. rm -f conftest*
  16932.  
  16933. fi
  16934.  
  16935. echo "$ac_t""$ice_cv_have_path_max" 1>&6
  16936. if test "$ice_cv_have_path_max" = yes; then
  16937. cat >> confdefs.h <<\EOF
  16938. #define HAVE_PATH_MAX 1
  16939. EOF
  16940.  
  16941. fi
  16942.  
  16943.  
  16944. echo $ac_n "checking for _POSIX_PATH_MAX definition in limits.h""... $ac_c" 1>&6
  16945. echo "configure:16946: checking for _POSIX_PATH_MAX definition in limits.h" >&5
  16946. if eval "test \"`echo '$''{'ice_cv_have_posix_path_max'+set}'`\" = set"; then
  16947.   echo $ac_n "(cached) $ac_c" 1>&6
  16948. else
  16949.   
  16950. cat > conftest.$ac_ext <<EOF
  16951. #line 16952 "configure"
  16952. #include "confdefs.h"
  16953. #include <limits.h>
  16954. int main() {
  16955. int n = _POSIX_PATH_MAX
  16956. ; return 0; }
  16957. EOF
  16958. if { (eval echo configure:16959: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  16959.   rm -rf conftest*
  16960.   ice_cv_have_posix_path_max=yes
  16961. else
  16962.   echo "configure: failed program was:" >&5
  16963.   cat conftest.$ac_ext >&5
  16964.   rm -rf conftest*
  16965.   ice_cv_have_posix_path_max=no
  16966. fi
  16967. rm -f conftest*
  16968.  
  16969. fi
  16970.  
  16971. echo "$ac_t""$ice_cv_have_posix_path_max" 1>&6
  16972. if test "$ice_cv_have_posix_path_max" = yes; then
  16973. cat >> confdefs.h <<\EOF
  16974. #define HAVE_POSIX_PATH_MAX 1
  16975. EOF
  16976.  
  16977. fi
  16978.  
  16979.  
  16980. echo $ac_n "checking for MAXPATHLEN definition in sys/param.h""... $ac_c" 1>&6
  16981. echo "configure:16982: checking for MAXPATHLEN definition in sys/param.h" >&5
  16982. if eval "test \"`echo '$''{'ice_cv_have_maxpathlen'+set}'`\" = set"; then
  16983.   echo $ac_n "(cached) $ac_c" 1>&6
  16984. else
  16985.   
  16986. cat > conftest.$ac_ext <<EOF
  16987. #line 16988 "configure"
  16988. #include "confdefs.h"
  16989. #include <sys/param.h>
  16990. int main() {
  16991. int n = MAXPATHLEN;
  16992. ; return 0; }
  16993. EOF
  16994. if { (eval echo configure:16995: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  16995.   rm -rf conftest*
  16996.   ice_cv_have_maxpathlen=yes
  16997. else
  16998.   echo "configure: failed program was:" >&5
  16999.   cat conftest.$ac_ext >&5
  17000.   rm -rf conftest*
  17001.   ice_cv_have_maxpathlen=no
  17002. fi
  17003. rm -f conftest*
  17004.  
  17005. fi
  17006.  
  17007. echo "$ac_t""$ice_cv_have_maxpathlen" 1>&6
  17008. if test "$ice_cv_have_maxpathlen" = yes; then
  17009. cat >> confdefs.h <<\EOF
  17010. #define HAVE_MAXPATHLEN 1
  17011. EOF
  17012.  
  17013. fi
  17014.  
  17015. LIBS="$ice_save_LIBS"
  17016. LIBRX="../librx/librx.a"
  17017. if test "$ice_have_regcomp" = yes && test "$ice_have_regexec" = yes && test "$ice_cv_regcomp_broken" = no; then
  17018. LIBRX=""
  17019. fi
  17020.  
  17021. cat >> confdefs.h <<\EOF
  17022. #define WITH_RUNTIME_REGEX 0
  17023. EOF
  17024.  
  17025. cat >> confdefs.h <<\EOF
  17026. #define RUNTIME_REGEX 0
  17027. EOF
  17028.  
  17029. # Check whether --enable-builtin-manual or --disable-builtin-manual was given.
  17030. if test "${enable_builtin_manual+set}" = set; then
  17031.   enableval="$enable_builtin_manual"
  17032.   builtin_manual="$enableval"
  17033. else
  17034.   builtin_manual=yes
  17035. fi
  17036.  
  17037. # Check whether --enable-builtin-app-defaults or --disable-builtin-app-defaults was given.
  17038. if test "${enable_builtin_app_defaults+set}" = set; then
  17039.   enableval="$enable_builtin_app_defaults"
  17040.   builtin_app_defaults="$enableval"
  17041. else
  17042.   builtin_app_defaults=yes
  17043. fi
  17044.  
  17045. if test "$builtin_manual" != no; then
  17046. cat >> confdefs.h <<\EOF
  17047. #define WITH_BUILTIN_MANUAL 1
  17048. EOF
  17049.  
  17050. fi
  17051. if test "$builtin_app_defaults" != no; then
  17052. cat >> confdefs.h <<\EOF
  17053. #define WITH_BUILTIN_APP_DEFAULTS 1
  17054. EOF
  17055.  
  17056. fi
  17057. risky_lesstif=false
  17058. ice_save_CPPFLAGS="$CPPFLAGS"
  17059. CPPFLAGS="$CPPFLAGS $X_CFLAGS"
  17060. cat > conftest.$ac_ext <<EOF
  17061. #line 17062 "configure"
  17062. #include "confdefs.h"
  17063. #include <Xm/Xm.h>
  17064. #ifdef LESSTIF_VERSION
  17065. #if LESSTIF_VERSION == 0 && LESSTIF_REVISION <= 86
  17066. #error LessTif 0.86 or earlier
  17067. #endif
  17068. #endif
  17069. EOF
  17070. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  17071. { (eval echo configure:17072: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  17072. ac_err=`grep -v '^ *+' conftest.out`
  17073. if test -z "$ac_err"; then
  17074.   rm -rf conftest*
  17075.   risky_lesstif=false
  17076. else
  17077.   echo "$ac_err" >&5
  17078.   echo "configure: failed program was:" >&5
  17079.   cat conftest.$ac_ext >&5
  17080.   rm -rf conftest*
  17081.   risky_lesstif=true
  17082. fi
  17083. rm -f conftest*
  17084. CPPFLAGS="$ice_save_CPPFLAGS"
  17085. risky_cc=false
  17086. # Warn about old SGI CC versions.
  17087. case "$CXX" in
  17088. *CC)
  17089.   if test "$host_vendor" = "sgi" && test "$ice_cv_have_bool" != yes; then
  17090.     risky_cc=true
  17091.   fi
  17092.   ;;
  17093. *)
  17094.   ;;
  17095. esac
  17096. # Warn about old xlC versions.
  17097. case "$CXX" in
  17098. *xlC)
  17099.   if test "$ice_cv_have_bool" != yes; then
  17100.     risky_cc=true
  17101.   fi
  17102.   ;;
  17103. *)
  17104.   ;;
  17105. esac
  17106. trap '' 1 2 15
  17107. cat > confcache <<\EOF
  17108. # This file is a shell script that caches the results of configure
  17109. # tests run on this system so they can be shared between configure
  17110. # scripts and configure runs.  It is not useful on other systems.
  17111. # If it contains results you don't want to keep, you may remove or edit it.
  17112. #
  17113. # By default, configure uses ./config.cache as the cache file,
  17114. # creating it if it does not exist already.  You can give configure
  17115. # the --cache-file=FILE option to use a different cache file; that is
  17116. # what configure does when it calls configure scripts in
  17117. # subdirectories, so they share the cache.
  17118. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  17119. # config.status only pays attention to the cache file if you give it the
  17120. # --recheck option to rerun configure.
  17121. #
  17122. EOF
  17123. # The following way of writing the cache mishandles newlines in values,
  17124. # but we know of no workaround that is simple, portable, and efficient.
  17125. # So, don't put newlines in cache variables' values.
  17126. # Ultrix sh set writes to stderr and can't be redirected directly,
  17127. # and sets the high bit in the cache file unless we assign to the vars.
  17128. (set) 2>&1 |
  17129.   case `(ac_space=' '; set) 2>&1` in
  17130.   *ac_space=\ *)
  17131.     # `set' does not quote correctly, so add quotes (double-quote substitution
  17132.     # turns \\\\ into \\, and sed turns \\ into \).
  17133.     sed -n \
  17134.       -e "s/'/'\\\\''/g" \
  17135.       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
  17136.     ;;
  17137.   *)
  17138.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  17139.     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
  17140.     ;;
  17141.   esac >> confcache
  17142. if cmp -s $cache_file confcache; then
  17143.   :
  17144. else
  17145.   if test -w $cache_file; then
  17146.     echo "updating cache $cache_file"
  17147.     cat confcache > $cache_file
  17148.   else
  17149.     echo "not updating unwritable cache $cache_file"
  17150.   fi
  17151. fi
  17152. rm -f confcache
  17153.  
  17154. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  17155.  
  17156. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  17157. # Let make expand exec_prefix.
  17158. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  17159.  
  17160. # Any assignment to VPATH causes Sun make to only execute
  17161. # the first set of double-colon rules, so remove it if not needed.
  17162. # If there is a colon in the path, we need to keep it.
  17163. if test "x$srcdir" = x.; then
  17164.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  17165. fi
  17166.  
  17167. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  17168.  
  17169. DEFS=-DHAVE_CONFIG_H
  17170.  
  17171. # Without the "./", some shells look in PATH for config.status.
  17172. : ${CONFIG_STATUS=./config.status}
  17173.  
  17174. echo creating $CONFIG_STATUS
  17175. rm -f $CONFIG_STATUS
  17176. cat > $CONFIG_STATUS <<EOF
  17177. #! /bin/sh
  17178. # Generated automatically by configure.
  17179. # Run this file to recreate the current configuration.
  17180. # This directory was configured as follows,
  17181. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  17182. #
  17183. # $0 $ac_configure_args
  17184. #
  17185. # Compiler output produced by configure, useful for debugging
  17186. # configure, is in ./config.log if it exists.
  17187.  
  17188. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  17189. for ac_option
  17190. do
  17191.   case "\$ac_option" in
  17192.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  17193.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  17194.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  17195.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  17196.     echo "$CONFIG_STATUS generated by autoconf version 2.12"
  17197.     exit 0 ;;
  17198.   -help | --help | --hel | --he | --h)
  17199.     echo "\$ac_cs_usage"; exit 0 ;;
  17200.   *) echo "\$ac_cs_usage"; exit 1 ;;
  17201.   esac
  17202. done
  17203.  
  17204. ac_given_srcdir=$srcdir
  17205. ac_given_INSTALL="$INSTALL"
  17206.  
  17207. trap 'rm -fr `echo "Makefile vr.h Ddd ddd.man .gdbinit config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  17208. EOF
  17209. cat >> $CONFIG_STATUS <<EOF
  17210.  
  17211. # Protect against being on the right side of a sed subst in config.status.
  17212. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  17213.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  17214. $ac_vpsub
  17215. $extrasub
  17216. s%@CFLAGS@%$CFLAGS%g
  17217. s%@CPPFLAGS@%$CPPFLAGS%g
  17218. s%@CXXFLAGS@%$CXXFLAGS%g
  17219. s%@DEFS@%$DEFS%g
  17220. s%@LDFLAGS@%$LDFLAGS%g
  17221. s%@LIBS@%$LIBS%g
  17222. s%@exec_prefix@%$exec_prefix%g
  17223. s%@prefix@%$prefix%g
  17224. s%@program_transform_name@%$program_transform_name%g
  17225. s%@bindir@%$bindir%g
  17226. s%@sbindir@%$sbindir%g
  17227. s%@libexecdir@%$libexecdir%g
  17228. s%@datadir@%$datadir%g
  17229. s%@sysconfdir@%$sysconfdir%g
  17230. s%@sharedstatedir@%$sharedstatedir%g
  17231. s%@localstatedir@%$localstatedir%g
  17232. s%@libdir@%$libdir%g
  17233. s%@includedir@%$includedir%g
  17234. s%@oldincludedir@%$oldincludedir%g
  17235. s%@infodir@%$infodir%g
  17236. s%@mandir@%$mandir%g
  17237. s%@DDD@%$DDD%g
  17238. s%@ddd@%$ddd%g
  17239. s%@Ddd@%$Ddd%g
  17240. s%@VERSION@%$VERSION%g
  17241. s%@NICKNAME@%$NICKNAME%g
  17242. s%@EXPIRES@%$EXPIRES%g
  17243. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  17244. s%@INSTALL_DATA@%$INSTALL_DATA%g
  17245. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  17246. s%@PACKAGE@%$PACKAGE%g
  17247. s%@ACLOCAL@%$ACLOCAL%g
  17248. s%@AUTOCONF@%$AUTOCONF%g
  17249. s%@AUTOMAKE@%$AUTOMAKE%g
  17250. s%@AUTOHEADER@%$AUTOHEADER%g
  17251. s%@MAKEINFO@%$MAKEINFO%g
  17252. s%@SET_MAKE@%$SET_MAKE%g
  17253. s%@host@%$host%g
  17254. s%@host_alias@%$host_alias%g
  17255. s%@host_cpu@%$host_cpu%g
  17256. s%@host_vendor@%$host_vendor%g
  17257. s%@host_os@%$host_os%g
  17258. s%@CC@%$CC%g
  17259. s%@LN_S@%$LN_S%g
  17260. s%@SH@%$SH%g
  17261. s%@TAR@%$TAR%g
  17262. s%@M4@%$M4%g
  17263. s%@SED@%$SED%g
  17264. s%@DIFF@%$DIFF%g
  17265. s%@DVIPS@%$DVIPS%g
  17266. s%@COMPRESS@%$COMPRESS%g
  17267. s%@UNCOMPRESS@%$UNCOMPRESS%g
  17268. s%@RSH@%$RSH%g
  17269. s%@LPR@%$LPR%g
  17270. s%@PRINT_COMMAND@%$PRINT_COMMAND%g
  17271. s%@GCORE@%$GCORE%g
  17272. s%@GCORE_COMMAND@%$GCORE_COMMAND%g
  17273. s%@DEBUGGER@%$DEBUGGER%g
  17274. s%@DEBUGGER_OPTION@%$DEBUGGER_OPTION%g
  17275. s%@XTERM@%$XTERM%g
  17276. s%@XFONTSEL@%$XFONTSEL%g
  17277. s%@RANLIB@%$RANLIB%g
  17278. s%@YACC@%$YACC%g
  17279. s%@YFLAGS@%$YFLAGS%g
  17280. s%@LEX@%$LEX%g
  17281. s%@LEXLIB@%$LEXLIB%g
  17282. s%@CPP@%$CPP%g
  17283. s%@LEX_OUTPUT_ROOT@%$LEX_OUTPUT_ROOT%g
  17284. s%@LFLAGS@%$LFLAGS%g
  17285. s%@AWK@%$AWK%g
  17286. s%@CXX@%$CXX%g
  17287. s%@CXXLIBS@%$CXXLIBS%g
  17288. s%@CXXCPP@%$CXXCPP%g
  17289. s%@WARN_EFFECTIVE_CXX@%$WARN_EFFECTIVE_CXX%g
  17290. s%@WARN_NO_EFFECTIVE_CXX@%$WARN_NO_EFFECTIVE_CXX%g
  17291. s%@WARN_UNINITIALIZED@%$WARN_UNINITIALIZED%g
  17292. s%@WARN_NO_UNINITIALIZED@%$WARN_NO_UNINITIALIZED%g
  17293. s%@MINIMAL_TOC@%$MINIMAL_TOC%g
  17294. s%@BIG_TOC@%$BIG_TOC%g
  17295. s%@XS_DEBUG_INFO@%$XS_DEBUG_INFO%g
  17296. s%@CXXWARNINGS@%$CXXWARNINGS%g
  17297. s%@CXXDEBUG@%$CXXDEBUG%g
  17298. s%@CXXOPT@%$CXXOPT%g
  17299. s%@CXXSTATIC_BINDING@%$CXXSTATIC_BINDING%g
  17300. s%@CXXDYNAMIC_BINDING@%$CXXDYNAMIC_BINDING%g
  17301. s%@EXTERNAL_TEMPLATES@%$EXTERNAL_TEMPLATES%g
  17302. s%@ELIDE_CONSTRUCTORS@%$ELIDE_CONSTRUCTORS%g
  17303. s%@CONSERVE_SPACE@%$CONSERVE_SPACE%g
  17304. s%@CXXSTUFF@%$CXXSTUFF%g
  17305. s%@CPP_TRADITIONAL@%$CPP_TRADITIONAL%g
  17306. s%@EXEEXT@%$EXEEXT%g
  17307. s%@LIBSOCKET@%$LIBSOCKET%g
  17308. s%@LIBNSL@%$LIBNSL%g
  17309. s%@LIBGEN@%$LIBGEN%g
  17310. s%@LIBY@%$LIBY%g
  17311. s%@LIBM@%$LIBM%g
  17312. s%@LIBC@%$LIBC%g
  17313. s%@LIBTERMCAP@%$LIBTERMCAP%g
  17314. s%@LIBIBERTY@%$LIBIBERTY%g
  17315. s%@X_CFLAGS@%$X_CFLAGS%g
  17316. s%@X_PRE_LIBS@%$X_PRE_LIBS%g
  17317. s%@X_LIBS@%$X_LIBS%g
  17318. s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
  17319. s%@X11_LIBS@%$X11_LIBS%g
  17320. s%@XT_LIBS@%$XT_LIBS%g
  17321. s%@XEXT_LIBS@%$XEXT_LIBS%g
  17322. s%@XAW_LIBS@%$XAW_LIBS%g
  17323. s%@XPM_LIBS@%$XPM_LIBS%g
  17324. s%@XP_LIBS@%$XP_LIBS%g
  17325. s%@XM_LIBS@%$XM_LIBS%g
  17326. s%@TRANSLATIONS@%$TRANSLATIONS%g
  17327. s%@LIBRX@%$LIBRX%g
  17328.  
  17329. CEOF
  17330. EOF
  17331.  
  17332. cat >> $CONFIG_STATUS <<\EOF
  17333.  
  17334. # Split the substitutions into bite-sized pieces for seds with
  17335. # small command number limits, like on Digital OSF/1 and HP-UX.
  17336. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  17337. ac_file=1 # Number of current file.
  17338. ac_beg=1 # First line for current file.
  17339. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  17340. ac_more_lines=:
  17341. ac_sed_cmds=""
  17342. while $ac_more_lines; do
  17343.   if test $ac_beg -gt 1; then
  17344.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  17345.   else
  17346.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  17347.   fi
  17348.   if test ! -s conftest.s$ac_file; then
  17349.     ac_more_lines=false
  17350.     rm -f conftest.s$ac_file
  17351.   else
  17352.     if test -z "$ac_sed_cmds"; then
  17353.       ac_sed_cmds="sed -f conftest.s$ac_file"
  17354.     else
  17355.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  17356.     fi
  17357.     ac_file=`expr $ac_file + 1`
  17358.     ac_beg=$ac_end
  17359.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  17360.   fi
  17361. done
  17362. if test -z "$ac_sed_cmds"; then
  17363.   ac_sed_cmds=cat
  17364. fi
  17365. EOF
  17366.  
  17367. cat >> $CONFIG_STATUS <<EOF
  17368.  
  17369. CONFIG_FILES=\${CONFIG_FILES-"Makefile vr.h Ddd ddd.man .gdbinit"}
  17370. EOF
  17371. cat >> $CONFIG_STATUS <<\EOF
  17372. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  17373.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  17374.   case "$ac_file" in
  17375.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  17376.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  17377.   *) ac_file_in="${ac_file}.in" ;;
  17378.   esac
  17379.  
  17380.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  17381.  
  17382.   # Remove last slash and all that follows it.  Not all systems have dirname.
  17383.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  17384.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  17385.     # The file is in a subdirectory.
  17386.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  17387.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  17388.     # A "../" for each directory in $ac_dir_suffix.
  17389.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  17390.   else
  17391.     ac_dir_suffix= ac_dots=
  17392.   fi
  17393.  
  17394.   case "$ac_given_srcdir" in
  17395.   .)  srcdir=.
  17396.       if test -z "$ac_dots"; then top_srcdir=.
  17397.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  17398.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  17399.   *) # Relative path.
  17400.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  17401.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  17402.   esac
  17403.  
  17404.   case "$ac_given_INSTALL" in
  17405.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  17406.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  17407.   esac
  17408.  
  17409.   echo creating "$ac_file"
  17410.   rm -f "$ac_file"
  17411.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  17412.   case "$ac_file" in
  17413.   *Makefile*) ac_comsub="1i\\
  17414. # $configure_input" ;;
  17415.   *) ac_comsub= ;;
  17416.   esac
  17417.  
  17418.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  17419.   sed -e "$ac_comsub
  17420. s%@configure_input@%$configure_input%g
  17421. s%@srcdir@%$srcdir%g
  17422. s%@top_srcdir@%$top_srcdir%g
  17423. s%@INSTALL@%$INSTALL%g
  17424. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  17425. fi; done
  17426. rm -f conftest.s*
  17427.  
  17428. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  17429. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  17430. #
  17431. # ac_d sets the value in "#define NAME VALUE" lines.
  17432. ac_dA='s%^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  17433. ac_dB='\([     ][     ]*\)[^     ]*%\1#\2'
  17434. ac_dC='\3'
  17435. ac_dD='%g'
  17436. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  17437. ac_uA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  17438. ac_uB='\([     ]\)%\1#\2define\3'
  17439. ac_uC=' '
  17440. ac_uD='\4%g'
  17441. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  17442. ac_eA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  17443. ac_eB='$%\1#\2define\3'
  17444. ac_eC=' '
  17445. ac_eD='%g'
  17446.  
  17447. if test "${CONFIG_HEADERS+set}" != set; then
  17448. EOF
  17449. cat >> $CONFIG_STATUS <<EOF
  17450.   CONFIG_HEADERS="config.h"
  17451. EOF
  17452. cat >> $CONFIG_STATUS <<\EOF
  17453. fi
  17454. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  17455.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  17456.   case "$ac_file" in
  17457.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  17458.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  17459.   *) ac_file_in="${ac_file}.in" ;;
  17460.   esac
  17461.  
  17462.   echo creating $ac_file
  17463.  
  17464.   rm -f conftest.frag conftest.in conftest.out
  17465.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  17466.   cat $ac_file_inputs > conftest.in
  17467.  
  17468. EOF
  17469.  
  17470. # Transform confdefs.h into a sed script conftest.vals that substitutes
  17471. # the proper values into config.h.in to produce config.h.  And first:
  17472. # Protect against being on the right side of a sed subst in config.status.
  17473. # Protect against being in an unquoted here document in config.status.
  17474. rm -f conftest.vals
  17475. cat > conftest.hdr <<\EOF
  17476. s/[\\&%]/\\&/g
  17477. s%[\\$`]%\\&%g
  17478. s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
  17479. s%ac_d%ac_u%gp
  17480. s%ac_u%ac_e%gp
  17481. EOF
  17482. sed -n -f conftest.hdr confdefs.h > conftest.vals
  17483. rm -f conftest.hdr
  17484.  
  17485. # This sed command replaces #undef with comments.  This is necessary, for
  17486. # example, in the case of _POSIX_SOURCE, which is predefined and required
  17487. # on some systems where configure will not decide to define it.
  17488. cat >> conftest.vals <<\EOF
  17489. s%^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  17490. EOF
  17491.  
  17492. # Break up conftest.vals because some shells have a limit on
  17493. # the size of here documents, and old seds have small limits too.
  17494.  
  17495. rm -f conftest.tail
  17496. while :
  17497. do
  17498.   ac_lines=`grep -c . conftest.vals`
  17499.   # grep -c gives empty output for an empty file on some AIX systems.
  17500.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  17501.   # Write a limited-size here document to conftest.frag.
  17502.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  17503.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  17504.   echo 'CEOF
  17505.   sed -f conftest.frag conftest.in > conftest.out
  17506.   rm -f conftest.in
  17507.   mv conftest.out conftest.in
  17508. ' >> $CONFIG_STATUS
  17509.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  17510.   rm -f conftest.vals
  17511.   mv conftest.tail conftest.vals
  17512. done
  17513. rm -f conftest.vals
  17514.  
  17515. cat >> $CONFIG_STATUS <<\EOF
  17516.   rm -f conftest.frag conftest.h
  17517.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  17518.   cat conftest.in >> conftest.h
  17519.   rm -f conftest.in
  17520.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  17521.     echo "$ac_file is unchanged"
  17522.     rm -f conftest.h
  17523.   else
  17524.     # Remove last slash and all that follows it.  Not all systems have dirname.
  17525.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  17526.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  17527.       # The file is in a subdirectory.
  17528.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  17529.     fi
  17530.     rm -f $ac_file
  17531.     mv conftest.h $ac_file
  17532.   fi
  17533. fi; done
  17534.  
  17535. EOF
  17536. cat >> $CONFIG_STATUS <<EOF
  17537.  
  17538. EOF
  17539. cat >> $CONFIG_STATUS <<\EOF
  17540. date > stamp-h
  17541. exit 0
  17542. EOF
  17543. chmod +x $CONFIG_STATUS
  17544. rm -fr confdefs* $ac_clean_files
  17545. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  17546.  
  17547. if test "$silent" != yes; then
  17548. if $risky_cc; then
  17549. echo
  17550. echo "configure: This $CXX version may not generate safe $DDD code."
  17551. echo "Use GCC instead or continue at own risk."
  17552. fi
  17553. if $risky_lesstif; then
  17554. echo
  17555. echo "configure: This $DDD release requires LessTif 0.87 or later."
  17556. echo "Upgrade to a recent LessTif version or continue at own risk."
  17557. fi
  17558. fi
  17559. if test "$silent" != yes; then
  17560. echo
  17561. echo "configure: configuration is done.  Type \`make' to make $DDD."
  17562. echo "In case of trouble, please check the settings in the files generated"
  17563. echo "by \`configure' - that is, \`ddd/config.h' and \`ddd/Makefile'."
  17564. echo
  17565. fi
  17566. exit 0
  17567.