configure
上传用户:sddyfurun
上传日期:2007-01-04
资源大小:525k
文件大小:150k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.12 
  4. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  5. #
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. # Defaults:
  9. ac_help=
  10. ac_default_prefix=/usr/local
  11. # Any additions from configure.in:
  12. ac_help="$ac_help
  13. --with-krb5 Turn on Kerberos 5"
  14. ac_help="$ac_help
  15. --with-ident Turn on ident verification"
  16. ac_help="$ac_help
  17. --with-debug Turn on debugging and compile time warnings"
  18. ac_help="$ac_help
  19. --with-static Turn on static compiling"
  20. ac_help="$ac_help
  21. --with-threads Turn on threading in the server if possible"
  22. ac_help="$ac_help
  23. --with-libconffile=val Set the location of the library config file"
  24. ac_help="$ac_help
  25. --with-srvconffile=val Set the location of the server config file"
  26. ac_help="$ac_help
  27. --with-srvpidfile=val Set the location of the server pid file"
  28. ac_help="$ac_help
  29. --with-srvidtfile=val Set the location of the server ident file"
  30. ac_help="$ac_help
  31. --with-srvpwdfile=val Set the location of the server password file"
  32. ac_help="$ac_help
  33. --with-default-port=val  Set the default socks port"
  34. ac_help="$ac_help
  35. --with-default-server=val  Set the default socks server"
  36. ac_help="$ac_help
  37. --with-default-version=val Set the default socks version"
  38. ac_help="$ac_help
  39. --with-syslog-facility=val Set the syslog facility for socks5"
  40. ac_help="$ac_help
  41. --with-monitor=val         Turn on monitoring"
  42. ac_help="$ac_help
  43. --with-passwd=val          Turn on use of passwd file for passwords"
  44. ac_help="$ac_help
  45. --with-shadow-passwd=val          Turn on use of shadow passwd file for passwords"
  46. ac_help="$ac_help
  47. --with-plugins             Turn on NEC internal plug-in support"
  48. ac_help="$ac_help
  49. --with-pinconffile=val   Set the location of the plug-in config file"
  50. # Initialize some variables set by options.
  51. # The variables have the same names as the options, with
  52. # dashes changed to underlines.
  53. build=NONE
  54. cache_file=./config.cache
  55. exec_prefix=NONE
  56. host=NONE
  57. no_create=
  58. nonopt=NONE
  59. no_recursion=
  60. prefix=NONE
  61. program_prefix=NONE
  62. program_suffix=NONE
  63. program_transform_name=s,x,x,
  64. silent=
  65. site=
  66. srcdir=
  67. target=NONE
  68. verbose=
  69. x_includes=NONE
  70. x_libraries=NONE
  71. bindir='${exec_prefix}/bin'
  72. sbindir='${exec_prefix}/sbin'
  73. libexecdir='${exec_prefix}/libexec'
  74. datadir='${prefix}/share'
  75. sysconfdir='${prefix}/etc'
  76. sharedstatedir='${prefix}/com'
  77. localstatedir='${prefix}/var'
  78. libdir='${exec_prefix}/lib'
  79. includedir='${prefix}/include'
  80. oldincludedir='/usr/include'
  81. infodir='${prefix}/info'
  82. mandir='${prefix}/man'
  83. # Initialize some other variables.
  84. subdirs=
  85. MFLAGS= MAKEFLAGS=
  86. # Maximum number of lines to put in a shell here document.
  87. ac_max_here_lines=12
  88. ac_prev=
  89. for ac_option
  90. do
  91.   # If the previous option needs an argument, assign it.
  92.   if test -n "$ac_prev"; then
  93.     eval "$ac_prev=$ac_option"
  94.     ac_prev=
  95.     continue
  96.   fi
  97.   case "$ac_option" in
  98.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  99.   *) ac_optarg= ;;
  100.   esac
  101.   # Accept the important Cygnus configure options, so we can diagnose typos.
  102.   case "$ac_option" in
  103.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  104.     ac_prev=bindir ;;
  105.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  106.     bindir="$ac_optarg" ;;
  107.   -build | --build | --buil | --bui | --bu)
  108.     ac_prev=build ;;
  109.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  110.     build="$ac_optarg" ;;
  111.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  112.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  113.     ac_prev=cache_file ;;
  114.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  115.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  116.     cache_file="$ac_optarg" ;;
  117.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  118.     ac_prev=datadir ;;
  119.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  120.   | --da=*)
  121.     datadir="$ac_optarg" ;;
  122.   -disable-* | --disable-*)
  123.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  124.     # Reject names that are not valid shell variable names.
  125.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  126.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  127.     fi
  128.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  129.     eval "enable_${ac_feature}=no" ;;
  130.   -enable-* | --enable-*)
  131.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  132.     # Reject names that are not valid shell variable names.
  133.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  134.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  135.     fi
  136.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  137.     case "$ac_option" in
  138.       *=*) ;;
  139.       *) ac_optarg=yes ;;
  140.     esac
  141.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  142.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  143.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  144.   | --exec | --exe | --ex)
  145.     ac_prev=exec_prefix ;;
  146.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  147.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  148.   | --exec=* | --exe=* | --ex=*)
  149.     exec_prefix="$ac_optarg" ;;
  150.   -gas | --gas | --ga | --g)
  151.     # Obsolete; use --with-gas.
  152.     with_gas=yes ;;
  153.   -help | --help | --hel | --he)
  154.     # Omit some internal or obsolete options to make the list less imposing.
  155.     # This message is too long to be a string in the A/UX 3.1 sh.
  156.     cat << EOF
  157. Usage: configure [options] [host]
  158. Options: [defaults in brackets after descriptions]
  159. Configuration:
  160.   --cache-file=FILE       cache test results in FILE
  161.   --help                  print this message
  162.   --no-create             do not create output files
  163.   --quiet, --silent       do not print `checking...' messages
  164.   --version               print the version of autoconf that created configure
  165. Directory and file names:
  166.   --prefix=PREFIX         install architecture-independent files in PREFIX
  167.                           [$ac_default_prefix]
  168.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  169.                           [same as prefix]
  170.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  171.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  172.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  173.   --datadir=DIR           read-only architecture-independent data in DIR
  174.                           [PREFIX/share]
  175.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  176.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  177.                           [PREFIX/com]
  178.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  179.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  180.   --includedir=DIR        C header files in DIR [PREFIX/include]
  181.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  182.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  183.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  184.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  185.   --program-prefix=PREFIX prepend PREFIX to installed program names
  186.   --program-suffix=SUFFIX append SUFFIX to installed program names
  187.   --program-transform-name=PROGRAM
  188.                           run sed PROGRAM on installed program names
  189. EOF
  190.     cat << EOF
  191. Host type:
  192.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  193.   --host=HOST             configure for HOST [guessed]
  194.   --target=TARGET         configure for TARGET [TARGET=HOST]
  195. Features and packages:
  196.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  197.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  198.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  199.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  200.   --x-includes=DIR        X include files are in DIR
  201.   --x-libraries=DIR       X library files are in DIR
  202. EOF
  203.     if test -n "$ac_help"; then
  204.       echo "--enable and --with options recognized:$ac_help"
  205.     fi
  206.     exit 0 ;;
  207.   -host | --host | --hos | --ho)
  208.     ac_prev=host ;;
  209.   -host=* | --host=* | --hos=* | --ho=*)
  210.     host="$ac_optarg" ;;
  211.   -includedir | --includedir | --includedi | --included | --include 
  212.   | --includ | --inclu | --incl | --inc)
  213.     ac_prev=includedir ;;
  214.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  215.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  216.     includedir="$ac_optarg" ;;
  217.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  218.     ac_prev=infodir ;;
  219.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  220.     infodir="$ac_optarg" ;;
  221.   -libdir | --libdir | --libdi | --libd)
  222.     ac_prev=libdir ;;
  223.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  224.     libdir="$ac_optarg" ;;
  225.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  226.   | --libexe | --libex | --libe)
  227.     ac_prev=libexecdir ;;
  228.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  229.   | --libexe=* | --libex=* | --libe=*)
  230.     libexecdir="$ac_optarg" ;;
  231.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  232.   | --localstate | --localstat | --localsta | --localst 
  233.   | --locals | --local | --loca | --loc | --lo)
  234.     ac_prev=localstatedir ;;
  235.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  236.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  237.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  238.     localstatedir="$ac_optarg" ;;
  239.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  240.     ac_prev=mandir ;;
  241.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  242.     mandir="$ac_optarg" ;;
  243.   -nfp | --nfp | --nf)
  244.     # Obsolete; use --without-fp.
  245.     with_fp=no ;;
  246.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  247.   | --no-cr | --no-c)
  248.     no_create=yes ;;
  249.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  250.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  251.     no_recursion=yes ;;
  252.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  253.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  254.   | --oldin | --oldi | --old | --ol | --o)
  255.     ac_prev=oldincludedir ;;
  256.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  257.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  258.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  259.     oldincludedir="$ac_optarg" ;;
  260.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  261.     ac_prev=prefix ;;
  262.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  263.     prefix="$ac_optarg" ;;
  264.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  265.   | --program-pre | --program-pr | --program-p)
  266.     ac_prev=program_prefix ;;
  267.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  268.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  269.     program_prefix="$ac_optarg" ;;
  270.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  271.   | --program-suf | --program-su | --program-s)
  272.     ac_prev=program_suffix ;;
  273.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  274.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  275.     program_suffix="$ac_optarg" ;;
  276.   -program-transform-name | --program-transform-name 
  277.   | --program-transform-nam | --program-transform-na 
  278.   | --program-transform-n | --program-transform- 
  279.   | --program-transform | --program-transfor 
  280.   | --program-transfo | --program-transf 
  281.   | --program-trans | --program-tran 
  282.   | --progr-tra | --program-tr | --program-t)
  283.     ac_prev=program_transform_name ;;
  284.   -program-transform-name=* | --program-transform-name=* 
  285.   | --program-transform-nam=* | --program-transform-na=* 
  286.   | --program-transform-n=* | --program-transform-=* 
  287.   | --program-transform=* | --program-transfor=* 
  288.   | --program-transfo=* | --program-transf=* 
  289.   | --program-trans=* | --program-tran=* 
  290.   | --progr-tra=* | --program-tr=* | --program-t=*)
  291.     program_transform_name="$ac_optarg" ;;
  292.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  293.   | -silent | --silent | --silen | --sile | --sil)
  294.     silent=yes ;;
  295.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  296.     ac_prev=sbindir ;;
  297.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  298.   | --sbi=* | --sb=*)
  299.     sbindir="$ac_optarg" ;;
  300.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  301.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  302.   | --sharedst | --shareds | --shared | --share | --shar 
  303.   | --sha | --sh)
  304.     ac_prev=sharedstatedir ;;
  305.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  306.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  307.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  308.   | --sha=* | --sh=*)
  309.     sharedstatedir="$ac_optarg" ;;
  310.   -site | --site | --sit)
  311.     ac_prev=site ;;
  312.   -site=* | --site=* | --sit=*)
  313.     site="$ac_optarg" ;;
  314.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  315.     ac_prev=srcdir ;;
  316.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  317.     srcdir="$ac_optarg" ;;
  318.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  319.   | --syscon | --sysco | --sysc | --sys | --sy)
  320.     ac_prev=sysconfdir ;;
  321.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  322.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  323.     sysconfdir="$ac_optarg" ;;
  324.   -target | --target | --targe | --targ | --tar | --ta | --t)
  325.     ac_prev=target ;;
  326.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  327.     target="$ac_optarg" ;;
  328.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  329.     verbose=yes ;;
  330.   -version | --version | --versio | --versi | --vers)
  331.     echo "configure generated by autoconf version 2.12"
  332.     exit 0 ;;
  333.   -with-* | --with-*)
  334.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  335.     # Reject names that are not valid shell variable names.
  336.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  337.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  338.     fi
  339.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  340.     case "$ac_option" in
  341.       *=*) ;;
  342.       *) ac_optarg=yes ;;
  343.     esac
  344.     eval "with_${ac_package}='$ac_optarg'" ;;
  345.   -without-* | --without-*)
  346.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  347.     # Reject names that are not valid shell variable names.
  348.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  349.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  350.     fi
  351.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  352.     eval "with_${ac_package}=no" ;;
  353.   --x)
  354.     # Obsolete; use --with-x.
  355.     with_x=yes ;;
  356.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  357.   | --x-incl | --x-inc | --x-in | --x-i)
  358.     ac_prev=x_includes ;;
  359.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  360.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  361.     x_includes="$ac_optarg" ;;
  362.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  363.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  364.     ac_prev=x_libraries ;;
  365.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  366.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  367.     x_libraries="$ac_optarg" ;;
  368.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  369.     ;;
  370.   *)
  371.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  372.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  373.     fi
  374.     if test "x$nonopt" != xNONE; then
  375.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  376.     fi
  377.     nonopt="$ac_option"
  378.     ;;
  379.   esac
  380. done
  381. if test -n "$ac_prev"; then
  382.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  383. fi
  384. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  385. # File descriptor usage:
  386. # 0 standard input
  387. # 1 file creation
  388. # 2 errors and warnings
  389. # 3 some systems may open it to /dev/tty
  390. # 4 used on the Kubota Titan
  391. # 6 checking for... messages and results
  392. # 5 compiler messages saved in config.log
  393. if test "$silent" = yes; then
  394.   exec 6>/dev/null
  395. else
  396.   exec 6>&1
  397. fi
  398. exec 5>./config.log
  399. echo "
  400. This file contains any messages produced by compilers while
  401. running configure, to aid debugging if configure makes a mistake.
  402. " 1>&5
  403. # Strip out --no-create and --no-recursion so they do not pile up.
  404. # Also quote any args containing shell metacharacters.
  405. ac_configure_args=
  406. for ac_arg
  407. do
  408.   case "$ac_arg" in
  409.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  410.   | --no-cr | --no-c) ;;
  411.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  412.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  413.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  414.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  415.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  416.   esac
  417. done
  418. # NLS nuisances.
  419. # Only set these to C if already set.  These must not be set unconditionally
  420. # because not all systems understand e.g. LANG=C (notably SCO).
  421. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  422. # Non-C LC_CTYPE values break the ctype check.
  423. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  424. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  425. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  426. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  427. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  428. rm -rf conftest* confdefs.h
  429. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  430. echo > confdefs.h
  431. # A filename unique to this package, relative to the directory that
  432. # configure is in, which we can look for to find out if srcdir is correct.
  433. ac_unique_file=README
  434. # Find the source files, if location was not specified.
  435. if test -z "$srcdir"; then
  436.   ac_srcdir_defaulted=yes
  437.   # Try the directory containing this script, then its parent.
  438.   ac_prog=$0
  439.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  440.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  441.   srcdir=$ac_confdir
  442.   if test ! -r $srcdir/$ac_unique_file; then
  443.     srcdir=..
  444.   fi
  445. else
  446.   ac_srcdir_defaulted=no
  447. fi
  448. if test ! -r $srcdir/$ac_unique_file; then
  449.   if test "$ac_srcdir_defaulted" = yes; then
  450.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  451.   else
  452.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  453.   fi
  454. fi
  455. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  456. # Prefer explicitly selected file to automatically selected ones.
  457. if test -z "$CONFIG_SITE"; then
  458.   if test "x$prefix" != xNONE; then
  459.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  460.   else
  461.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  462.   fi
  463. fi
  464. for ac_site_file in $CONFIG_SITE; do
  465.   if test -r "$ac_site_file"; then
  466.     echo "loading site script $ac_site_file"
  467.     . "$ac_site_file"
  468.   fi
  469. done
  470. if test -r "$cache_file"; then
  471.   echo "loading cache $cache_file"
  472.   . $cache_file
  473. else
  474.   echo "creating cache $cache_file"
  475.   > $cache_file
  476. fi
  477. ac_ext=c
  478. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  479. ac_cpp='$CPP $CPPFLAGS'
  480. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  481. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  482. cross_compiling=$ac_cv_prog_cc_cross
  483. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  484.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  485.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  486.     ac_n= ac_c='
  487. ' ac_t=' '
  488.   else
  489.     ac_n=-n ac_c= ac_t=
  490.   fi
  491. else
  492.   ac_n= ac_c='c' ac_t=
  493. fi
  494. OS=`uname -s`
  495. if test -n "$CC"; then use_env_cc="yes"; fi
  496. # Extract the first word of "gcc2", so it can be a program name with args.
  497. set dummy gcc2; ac_word=$2
  498. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  499. echo "configure:571: checking for $ac_word" >&5
  500. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  501.   echo $ac_n "(cached) $ac_c" 1>&6
  502. else
  503.   if test -n "$CC"; then
  504.   ac_cv_prog_CC="$CC" # Let the user override the test.
  505. else
  506.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  507.   for ac_dir in $PATH; do
  508.     test -z "$ac_dir" && ac_dir=.
  509.     if test -f $ac_dir/$ac_word; then
  510.       ac_cv_prog_CC="gcc2"
  511.       break
  512.     fi
  513.   done
  514.   IFS="$ac_save_ifs"
  515. fi
  516. fi
  517. CC="$ac_cv_prog_CC"
  518. if test -n "$CC"; then
  519.   echo "$ac_t""$CC" 1>&6
  520. else
  521.   echo "$ac_t""no" 1>&6
  522. fi
  523. OCFLAGS="$CFLAGS"
  524. CFLAGS=
  525. # Extract the first word of "gcc", so it can be a program name with args.
  526. set dummy gcc; ac_word=$2
  527. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  528. echo "configure:601: checking for $ac_word" >&5
  529. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  530.   echo $ac_n "(cached) $ac_c" 1>&6
  531. else
  532.   if test -n "$CC"; then
  533.   ac_cv_prog_CC="$CC" # Let the user override the test.
  534. else
  535.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  536.   for ac_dir in $PATH; do
  537.     test -z "$ac_dir" && ac_dir=.
  538.     if test -f $ac_dir/$ac_word; then
  539.       ac_cv_prog_CC="gcc"
  540.       break
  541.     fi
  542.   done
  543.   IFS="$ac_save_ifs"
  544. fi
  545. fi
  546. CC="$ac_cv_prog_CC"
  547. if test -n "$CC"; then
  548.   echo "$ac_t""$CC" 1>&6
  549. else
  550.   echo "$ac_t""no" 1>&6
  551. fi
  552. if test -z "$CC"; then
  553.   # Extract the first word of "cc", so it can be a program name with args.
  554. set dummy cc; ac_word=$2
  555. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  556. echo "configure:630: checking for $ac_word" >&5
  557. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  558.   echo $ac_n "(cached) $ac_c" 1>&6
  559. else
  560.   if test -n "$CC"; then
  561.   ac_cv_prog_CC="$CC" # Let the user override the test.
  562. else
  563.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  564.   ac_prog_rejected=no
  565.   for ac_dir in $PATH; do
  566.     test -z "$ac_dir" && ac_dir=.
  567.     if test -f $ac_dir/$ac_word; then
  568.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  569.         ac_prog_rejected=yes
  570. continue
  571.       fi
  572.       ac_cv_prog_CC="cc"
  573.       break
  574.     fi
  575.   done
  576.   IFS="$ac_save_ifs"
  577. if test $ac_prog_rejected = yes; then
  578.   # We found a bogon in the path, so make sure we never use it.
  579.   set dummy $ac_cv_prog_CC
  580.   shift
  581.   if test $# -gt 0; then
  582.     # We chose a different compiler from the bogus one.
  583.     # However, it has the same basename, so the bogon will be chosen
  584.     # first if we set CC to just the basename; use the full file name.
  585.     shift
  586.     set dummy "$ac_dir/$ac_word" "$@"
  587.     shift
  588.     ac_cv_prog_CC="$@"
  589.   fi
  590. fi
  591. fi
  592. fi
  593. CC="$ac_cv_prog_CC"
  594. if test -n "$CC"; then
  595.   echo "$ac_t""$CC" 1>&6
  596. else
  597.   echo "$ac_t""no" 1>&6
  598. fi
  599.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  600. fi
  601. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  602. echo "configure:678: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  603. ac_ext=c
  604. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  605. ac_cpp='$CPP $CPPFLAGS'
  606. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  607. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  608. cross_compiling=$ac_cv_prog_cc_cross
  609. cat > conftest.$ac_ext <<EOF
  610. #line 688 "configure"
  611. #include "confdefs.h"
  612. main(){return(0);}
  613. EOF
  614. if { (eval echo configure:692: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  615.   ac_cv_prog_cc_works=yes
  616.   # If we can't run a trivial program, we are probably using a cross compiler.
  617.   if (./conftest; exit) 2>/dev/null; then
  618.     ac_cv_prog_cc_cross=no
  619.   else
  620.     ac_cv_prog_cc_cross=yes
  621.   fi
  622. else
  623.   echo "configure: failed program was:" >&5
  624.   cat conftest.$ac_ext >&5
  625.   ac_cv_prog_cc_works=no
  626. fi
  627. rm -fr conftest*
  628. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  629. if test $ac_cv_prog_cc_works = no; then
  630.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  631. fi
  632. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  633. echo "configure:712: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  634. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  635. cross_compiling=$ac_cv_prog_cc_cross
  636. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  637. echo "configure:717: checking whether we are using GNU C" >&5
  638. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  639.   echo $ac_n "(cached) $ac_c" 1>&6
  640. else
  641.   cat > conftest.c <<EOF
  642. #ifdef __GNUC__
  643.   yes;
  644. #endif
  645. EOF
  646. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:726: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  647.   ac_cv_prog_gcc=yes
  648. else
  649.   ac_cv_prog_gcc=no
  650. fi
  651. fi
  652. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  653. if test $ac_cv_prog_gcc = yes; then
  654.   GCC=yes
  655.   ac_test_CFLAGS="${CFLAGS+set}"
  656.   ac_save_CFLAGS="$CFLAGS"
  657.   CFLAGS=
  658.   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  659. echo "configure:741: checking whether ${CC-cc} accepts -g" >&5
  660. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  661.   echo $ac_n "(cached) $ac_c" 1>&6
  662. else
  663.   echo 'void f(){}' > conftest.c
  664. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  665.   ac_cv_prog_cc_g=yes
  666. else
  667.   ac_cv_prog_cc_g=no
  668. fi
  669. rm -f conftest*
  670. fi
  671. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  672.   if test "$ac_test_CFLAGS" = set; then
  673.     CFLAGS="$ac_save_CFLAGS"
  674.   elif test $ac_cv_prog_cc_g = yes; then
  675.     CFLAGS="-g -O2"
  676.   else
  677.     CFLAGS="-O2"
  678.   fi
  679. else
  680.   GCC=
  681.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  682. fi
  683. CDEBUG_FLAGS="$CFLAGS"
  684. CFLAGS="$OCFLAGS"
  685. savedcc="$CC"
  686. OS=`uname -s`
  687. OSVER=`uname -r`
  688. if test "$OS" = "SunOS"; then
  689.     case $OSVER in
  690.     5.5*)
  691.     cat >> confdefs.h <<EOF
  692. #define USE_SYSTEM_SEMAPHORE 1
  693. EOF
  694.     esac
  695. fi
  696. if test "$GCC" = "yes"; then
  697.         CFLAGS="$CFLAGS -D__USE_FIXED_PROTOTYPES__"
  698. elif test "$OS" = "HP-UX" -a "$use_env_cc" != "yes"; then
  699.         CFLAGS="-Ae"
  700.         cat > conftest.$ac_ext <<EOF
  701. #line 787 "configure"
  702. #include "confdefs.h"
  703. void foo(int bar){}
  704. int main() {
  705. ; return 0; }
  706. EOF
  707. if { (eval echo configure:794: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  708.   rm -rf conftest*
  709.   s5_have_ansi_cc="yes"
  710. else
  711.   echo "configure: failed program was:" >&5
  712.   cat conftest.$ac_ext >&5
  713.   rm -rf conftest*
  714.   s5_have_ansi_cc="no"
  715. fi
  716. rm -f conftest*
  717.         if test "$s5_have_ansi_cc" = "no"; then
  718.                 CFLAGS=""
  719.                 unset CC
  720.                 unset ac_cv_prog_CC   #unset cached CC
  721.                 # Extract the first word of "c89", so it can be a program name with args.
  722. set dummy c89; ac_word=$2
  723. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  724. echo "configure:811: checking for $ac_word" >&5
  725. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  726.   echo $ac_n "(cached) $ac_c" 1>&6
  727. else
  728.   if test -n "$CC"; then
  729.   ac_cv_prog_CC="$CC" # Let the user override the test.
  730. else
  731.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  732.   for ac_dir in $PATH; do
  733.     test -z "$ac_dir" && ac_dir=.
  734.     if test -f $ac_dir/$ac_word; then
  735.       ac_cv_prog_CC="c89"
  736.       break
  737.     fi
  738.   done
  739.   IFS="$ac_save_ifs"
  740.   test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="$savedcc"
  741. fi
  742. fi
  743. CC="$ac_cv_prog_CC"
  744. if test -n "$CC"; then
  745.   echo "$ac_t""$CC" 1>&6
  746. else
  747.   echo "$ac_t""no" 1>&6
  748. fi
  749.                 if test "$CC" = "c89" ; then CFLAGS="-D_HPUX_SOURCE"; fi
  750.         fi
  751. elif test "$OS" = "SunOS"  -a "$use_env_cc" != "yes"; then
  752.         cat > conftest.$ac_ext <<EOF
  753. #line 841 "configure"
  754. #include "confdefs.h"
  755. void foo(int bar){}
  756. int main() {
  757. ; return 0; }
  758. EOF
  759. if { (eval echo configure:848: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  760.   rm -rf conftest*
  761.   s5_have_ansi_cc="yes"
  762. else
  763.   echo "configure: failed program was:" >&5
  764.   cat conftest.$ac_ext >&5
  765.   rm -rf conftest*
  766.   s5_have_ansi_cc="no"
  767. fi
  768. rm -f conftest*
  769.         if test "$s5_have_ansi_cc" = "no"; then
  770.          unset CC
  771.          unset ac_cv_prog_CC   #unset cached CC
  772.          # Extract the first word of "acc", so it can be a program name with args.
  773. set dummy acc; ac_word=$2
  774. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  775. echo "configure:864: checking for $ac_word" >&5
  776. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  777.   echo $ac_n "(cached) $ac_c" 1>&6
  778. else
  779.   if test -n "$CC"; then
  780.   ac_cv_prog_CC="$CC" # Let the user override the test.
  781. else
  782.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  783.   for ac_dir in $PATH; do
  784.     test -z "$ac_dir" && ac_dir=.
  785.     if test -f $ac_dir/$ac_word; then
  786.       ac_cv_prog_CC="acc"
  787.       break
  788.     fi
  789.   done
  790.   IFS="$ac_save_ifs"
  791.   test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="$savedcc"
  792. fi
  793. fi
  794. CC="$ac_cv_prog_CC"
  795. if test -n "$CC"; then
  796.   echo "$ac_t""$CC" 1>&6
  797. else
  798.   echo "$ac_t""no" 1>&6
  799. fi
  800.          if test "$CC" = "acc" ; then CFLAGS=""; fi
  801. fi
  802. fi
  803. if test "$savedcc" != "$CC"; then echo "$ac_t""resetting CC to $CC" 1>&6; fi
  804. cat > conftest.$ac_ext <<EOF
  805. #line 895 "configure"
  806. #include "confdefs.h"
  807. void foo(int bar){}
  808. int main() {
  809. ; return 0; }
  810. EOF
  811. if { (eval echo configure:902: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  812.   rm -rf conftest*
  813.   cat >> confdefs.h <<EOF
  814. #define HAVE_FUNC_PROTOTYPE 1
  815. EOF
  816. else
  817.   echo "configure: failed program was:" >&5
  818.   cat conftest.$ac_ext >&5
  819.   rm -rf conftest*
  820.   echo "configure: warning: --> no ANSI C compiler found!n" 1>&2
  821. fi
  822. rm -f conftest*
  823. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  824. echo "configure:917: checking how to run the C preprocessor" >&5
  825. # On Suns, sometimes $CPP names a directory.
  826. if test -n "$CPP" && test -d "$CPP"; then
  827.   CPP=
  828. fi
  829. if test -z "$CPP"; then
  830. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  831.   echo $ac_n "(cached) $ac_c" 1>&6
  832. else
  833.     # This must be in double quotes, not single quotes, because CPP may get
  834.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  835.   CPP="${CC-cc} -E"
  836.   # On the NeXT, cc -E runs the code through the compiler's parser,
  837.   # not just through cpp.
  838.   cat > conftest.$ac_ext <<EOF
  839. #line 932 "configure"
  840. #include "confdefs.h"
  841. #include <assert.h>
  842. Syntax Error
  843. EOF
  844. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  845. { (eval echo configure:938: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  846. ac_err=`grep -v '^ *+' conftest.out`
  847. if test -z "$ac_err"; then
  848.   :
  849. else
  850.   echo "$ac_err" >&5
  851.   echo "configure: failed program was:" >&5
  852.   cat conftest.$ac_ext >&5
  853.   rm -rf conftest*
  854.   CPP="${CC-cc} -E -traditional-cpp"
  855.   cat > conftest.$ac_ext <<EOF
  856. #line 949 "configure"
  857. #include "confdefs.h"
  858. #include <assert.h>
  859. Syntax Error
  860. EOF
  861. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  862. { (eval echo configure:955: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  863. ac_err=`grep -v '^ *+' conftest.out`
  864. if test -z "$ac_err"; then
  865.   :
  866. else
  867.   echo "$ac_err" >&5
  868.   echo "configure: failed program was:" >&5
  869.   cat conftest.$ac_ext >&5
  870.   rm -rf conftest*
  871.   CPP=/lib/cpp
  872. fi
  873. rm -f conftest*
  874. fi
  875. rm -f conftest*
  876.   ac_cv_prog_CPP="$CPP"
  877. fi
  878.   CPP="$ac_cv_prog_CPP"
  879. else
  880.   ac_cv_prog_CPP="$CPP"
  881. fi
  882. echo "$ac_t""$CPP" 1>&6
  883. if test $ac_cv_prog_gcc = yes; then
  884.     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
  885. echo "configure:979: checking whether ${CC-cc} needs -traditional" >&5
  886. if eval "test "`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`" = set"; then
  887.   echo $ac_n "(cached) $ac_c" 1>&6
  888. else
  889.     ac_pattern="Autoconf.*'x'"
  890.   cat > conftest.$ac_ext <<EOF
  891. #line 985 "configure"
  892. #include "confdefs.h"
  893. #include <sgtty.h>
  894. Autoconf TIOCGETP
  895. EOF
  896. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  897.   egrep "$ac_pattern" >/dev/null 2>&1; then
  898.   rm -rf conftest*
  899.   ac_cv_prog_gcc_traditional=yes
  900. else
  901.   rm -rf conftest*
  902.   ac_cv_prog_gcc_traditional=no
  903. fi
  904. rm -f conftest*
  905.   if test $ac_cv_prog_gcc_traditional = no; then
  906.     cat > conftest.$ac_ext <<EOF
  907. #line 1003 "configure"
  908. #include "confdefs.h"
  909. #include <termio.h>
  910. Autoconf TCGETA
  911. EOF
  912. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  913.   egrep "$ac_pattern" >/dev/null 2>&1; then
  914.   rm -rf conftest*
  915.   ac_cv_prog_gcc_traditional=yes
  916. fi
  917. rm -f conftest*
  918.   fi
  919. fi
  920. echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
  921.   if test $ac_cv_prog_gcc_traditional = yes; then
  922.     CC="$CC -traditional"
  923.   fi
  924. fi
  925. echo $ac_n "checking for working const""... $ac_c" 1>&6
  926. echo "configure:1025: checking for working const" >&5
  927. if eval "test "`echo '$''{'ac_cv_c_const'+set}'`" = set"; then
  928.   echo $ac_n "(cached) $ac_c" 1>&6
  929. else
  930.   cat > conftest.$ac_ext <<EOF
  931. #line 1030 "configure"
  932. #include "confdefs.h"
  933. int main() {
  934. /* Ultrix mips cc rejects this.  */
  935. typedef int charset[2]; const charset x;
  936. /* SunOS 4.1.1 cc rejects this.  */
  937. char const *const *ccp;
  938. char **p;
  939. /* NEC SVR4.0.2 mips cc rejects this.  */
  940. struct point {int x, y;};
  941. static struct point const zero = {0,0};
  942. /* AIX XL C 1.02.0.0 rejects this.
  943.    It does not let you subtract one const X* pointer from another in an arm
  944.    of an if-expression whose if-part is not a constant expression */
  945. const char *g = "string";
  946. ccp = &g + (g ? g-g : 0);
  947. /* HPUX 7.0 cc rejects these. */
  948. ++ccp;
  949. p = (char**) ccp;
  950. ccp = (char const *const *) p;
  951. { /* SCO 3.2v4 cc rejects this.  */
  952.   char *t;
  953.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  954.   *t++ = 0;
  955. }
  956. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  957.   int x[] = {25, 17};
  958.   const int *foo = &x[0];
  959.   ++foo;
  960. }
  961. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  962.   typedef const int *iptr;
  963.   iptr p = 0;
  964.   ++p;
  965. }
  966. { /* AIX XL C 1.02.0.0 rejects this saying
  967.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  968.   struct s { int j; const int *ap[3]; };
  969.   struct s *b; b->j = 5;
  970. }
  971. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  972.   const int foo = 10;
  973. }
  974. ; return 0; }
  975. EOF
  976. if { (eval echo configure:1079: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  977.   rm -rf conftest*
  978.   ac_cv_c_const=yes
  979. else
  980.   echo "configure: failed program was:" >&5
  981.   cat conftest.$ac_ext >&5
  982.   rm -rf conftest*
  983.   ac_cv_c_const=no
  984. fi
  985. rm -f conftest*
  986. fi
  987. echo "$ac_t""$ac_cv_c_const" 1>&6
  988. if test $ac_cv_c_const = no; then
  989.   cat >> confdefs.h <<EOF
  990. #define const 
  991. EOF
  992. fi
  993. echo $ac_n "checking for inline""... $ac_c" 1>&6
  994. echo "configure:1100: checking for inline" >&5
  995. if eval "test "`echo '$''{'ac_cv_c_inline'+set}'`" = set"; then
  996.   echo $ac_n "(cached) $ac_c" 1>&6
  997. else
  998.   ac_cv_c_inline=no
  999. for ac_kw in inline __inline__ __inline; do
  1000.   cat > conftest.$ac_ext <<EOF
  1001. #line 1107 "configure"
  1002. #include "confdefs.h"
  1003. int main() {
  1004. } $ac_kw foo() {
  1005. ; return 0; }
  1006. EOF
  1007. if { (eval echo configure:1114: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1008.   rm -rf conftest*
  1009.   ac_cv_c_inline=$ac_kw; break
  1010. else
  1011.   echo "configure: failed program was:" >&5
  1012.   cat conftest.$ac_ext >&5
  1013. fi
  1014. rm -f conftest*
  1015. done
  1016. fi
  1017. echo "$ac_t""$ac_cv_c_inline" 1>&6
  1018. case "$ac_cv_c_inline" in
  1019.   inline | yes) ;;
  1020.   no) cat >> confdefs.h <<EOF
  1021. #define inline 
  1022. EOF
  1023.  ;;
  1024.   *)  cat >> confdefs.h <<EOF
  1025. #define inline $ac_cv_c_inline
  1026. EOF
  1027.  ;;
  1028. esac
  1029. echo
  1030. # Extract the first word of "ranlib", so it can be a program name with args.
  1031. set dummy ranlib; ac_word=$2
  1032. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1033. echo "configure:1145: checking for $ac_word" >&5
  1034. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  1035.   echo $ac_n "(cached) $ac_c" 1>&6
  1036. else
  1037.   if test -n "$RANLIB"; then
  1038.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1039. else
  1040.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1041.   for ac_dir in $PATH; do
  1042.     test -z "$ac_dir" && ac_dir=.
  1043.     if test -f $ac_dir/$ac_word; then
  1044.       ac_cv_prog_RANLIB="ranlib"
  1045.       break
  1046.     fi
  1047.   done
  1048.   IFS="$ac_save_ifs"
  1049.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1050. fi
  1051. fi
  1052. RANLIB="$ac_cv_prog_RANLIB"
  1053. if test -n "$RANLIB"; then
  1054.   echo "$ac_t""$RANLIB" 1>&6
  1055. else
  1056.   echo "$ac_t""no" 1>&6
  1057. fi
  1058. ac_aux_dir=
  1059. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  1060.   if test -f $ac_dir/install-sh; then
  1061.     ac_aux_dir=$ac_dir
  1062.     ac_install_sh="$ac_aux_dir/install-sh -c"
  1063.     break
  1064.   elif test -f $ac_dir/install.sh; then
  1065.     ac_aux_dir=$ac_dir
  1066.     ac_install_sh="$ac_aux_dir/install.sh -c"
  1067.     break
  1068.   fi
  1069. done
  1070. if test -z "$ac_aux_dir"; then
  1071.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  1072. fi
  1073. ac_config_guess=$ac_aux_dir/config.guess
  1074. ac_config_sub=$ac_aux_dir/config.sub
  1075. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  1076. # Find a good install program.  We prefer a C program (faster),
  1077. # so one script is as good as another.  But avoid the broken or
  1078. # incompatible versions:
  1079. # SysV /etc/install, /usr/sbin/install
  1080. # SunOS /usr/etc/install
  1081. # IRIX /sbin/install
  1082. # AIX /bin/install
  1083. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1084. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1085. # ./install, which can be erroneously created by make from ./install.sh.
  1086. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  1087. echo "configure:1201: checking for a BSD compatible install" >&5
  1088. if test -z "$INSTALL"; then
  1089. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  1090.   echo $ac_n "(cached) $ac_c" 1>&6
  1091. else
  1092.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
  1093.   for ac_dir in $PATH; do
  1094.     # Account for people who put trailing slashes in PATH elements.
  1095.     case "$ac_dir/" in
  1096.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  1097.     *)
  1098.       # OSF1 and SCO ODT 3.0 have their own names for install.
  1099.       for ac_prog in ginstall installbsd scoinst install; do
  1100.         if test -f $ac_dir/$ac_prog; then
  1101.   if test $ac_prog = install &&
  1102.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  1103.     # AIX install.  It has an incompatible calling convention.
  1104.     # OSF/1 installbsd also uses dspmsg, but is usable.
  1105.     :
  1106.   else
  1107.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  1108.     break 2
  1109.   fi
  1110. fi
  1111.       done
  1112.       ;;
  1113.     esac
  1114.   done
  1115.   IFS="$ac_save_IFS"
  1116. fi
  1117.   if test "${ac_cv_path_install+set}" = set; then
  1118.     INSTALL="$ac_cv_path_install"
  1119.   else
  1120.     # As a last resort, use the slow shell script.  We don't cache a
  1121.     # path for INSTALL within a source directory, because that will
  1122.     # break other packages using the cache if that directory is
  1123.     # removed, or if the path is relative.
  1124.     INSTALL="$ac_install_sh"
  1125.   fi
  1126. fi
  1127. echo "$ac_t""$INSTALL" 1>&6
  1128. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1129. # It thinks the first close brace ends the variable substitution.
  1130. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1131. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1132. # Extract the first word of "makedepend", so it can be a program name with args.
  1133. set dummy makedepend; ac_word=$2
  1134. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1135. echo "configure:1253: checking for $ac_word" >&5
  1136. if eval "test "`echo '$''{'ac_cv_prog_MAKED'+set}'`" = set"; then
  1137.   echo $ac_n "(cached) $ac_c" 1>&6
  1138. else
  1139.   if test -n "$MAKED"; then
  1140.   ac_cv_prog_MAKED="$MAKED" # Let the user override the test.
  1141. else
  1142.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1143.   for ac_dir in $PATH; do
  1144.     test -z "$ac_dir" && ac_dir=.
  1145.     if test -f $ac_dir/$ac_word; then
  1146.       ac_cv_prog_MAKED="makedepend"
  1147.       break
  1148.     fi
  1149.   done
  1150.   IFS="$ac_save_ifs"
  1151.   test -z "$ac_cv_prog_MAKED" && ac_cv_prog_MAKED="true"
  1152. fi
  1153. fi
  1154. MAKED="$ac_cv_prog_MAKED"
  1155. if test -n "$MAKED"; then
  1156.   echo "$ac_t""$MAKED" 1>&6
  1157. else
  1158.   echo "$ac_t""no" 1>&6
  1159. fi
  1160. # Extract the first word of "autoconf", so it can be a program name with args.
  1161. set dummy autoconf; ac_word=$2
  1162. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1163. echo "configure:1282: checking for $ac_word" >&5
  1164. if eval "test "`echo '$''{'ac_cv_prog_AUTOCONF'+set}'`" = set"; then
  1165.   echo $ac_n "(cached) $ac_c" 1>&6
  1166. else
  1167.   if test -n "$AUTOCONF"; then
  1168.   ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.
  1169. else
  1170.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1171.   for ac_dir in $PATH; do
  1172.     test -z "$ac_dir" && ac_dir=.
  1173.     if test -f $ac_dir/$ac_word; then
  1174.       ac_cv_prog_AUTOCONF="autoconf"
  1175.       break
  1176.     fi
  1177.   done
  1178.   IFS="$ac_save_ifs"
  1179.   test -z "$ac_cv_prog_AUTOCONF" && ac_cv_prog_AUTOCONF="true"
  1180. fi
  1181. fi
  1182. AUTOCONF="$ac_cv_prog_AUTOCONF"
  1183. if test -n "$AUTOCONF"; then
  1184.   echo "$ac_t""$AUTOCONF" 1>&6
  1185. else
  1186.   echo "$ac_t""no" 1>&6
  1187. fi
  1188. # Extract the first word of "autoheader", so it can be a program name with args.
  1189. set dummy autoheader; ac_word=$2
  1190. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1191. echo "configure:1311: checking for $ac_word" >&5
  1192. if eval "test "`echo '$''{'ac_cv_prog_AUTOHDR'+set}'`" = set"; then
  1193.   echo $ac_n "(cached) $ac_c" 1>&6
  1194. else
  1195.   if test -n "$AUTOHDR"; then
  1196.   ac_cv_prog_AUTOHDR="$AUTOHDR" # Let the user override the test.
  1197. else
  1198.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1199.   for ac_dir in $PATH; do
  1200.     test -z "$ac_dir" && ac_dir=.
  1201.     if test -f $ac_dir/$ac_word; then
  1202.       ac_cv_prog_AUTOHDR="autoheader"
  1203.       break
  1204.     fi
  1205.   done
  1206.   IFS="$ac_save_ifs"
  1207.   test -z "$ac_cv_prog_AUTOHDR" && ac_cv_prog_AUTOHDR="true"
  1208. fi
  1209. fi
  1210. AUTOHDR="$ac_cv_prog_AUTOHDR"
  1211. if test -n "$AUTOHDR"; then
  1212.   echo "$ac_t""$AUTOHDR" 1>&6
  1213. else
  1214.   echo "$ac_t""no" 1>&6
  1215. fi
  1216. echo 
  1217. for ac_hdr in fcntl.h memory.h unistd.h string.h strings.h bstring.h varargs.h stdarg.h stdlib.h time.h syslog.h ifaddrs.h crypt.h
  1218. do
  1219. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1220. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1221. echo "configure:1344: checking for $ac_hdr" >&5
  1222. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1223.   echo $ac_n "(cached) $ac_c" 1>&6
  1224. else
  1225.   cat > conftest.$ac_ext <<EOF
  1226. #line 1349 "configure"
  1227. #include "confdefs.h"
  1228. #include <$ac_hdr>
  1229. EOF
  1230. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1231. { (eval echo configure:1354: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1232. ac_err=`grep -v '^ *+' conftest.out`
  1233. if test -z "$ac_err"; then
  1234.   rm -rf conftest*
  1235.   eval "ac_cv_header_$ac_safe=yes"
  1236. else
  1237.   echo "$ac_err" >&5
  1238.   echo "configure: failed program was:" >&5
  1239.   cat conftest.$ac_ext >&5
  1240.   rm -rf conftest*
  1241.   eval "ac_cv_header_$ac_safe=no"
  1242. fi
  1243. rm -f conftest*
  1244. fi
  1245. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1246.   echo "$ac_t""yes" 1>&6
  1247.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1248.   cat >> confdefs.h <<EOF
  1249. #define $ac_tr_hdr 1
  1250. EOF
  1251.  
  1252. else
  1253.   echo "$ac_t""no" 1>&6
  1254. fi
  1255. done
  1256. for ac_hdr in sys/stat.h sys/param.h sys/signal.h sys/resource.h sys/socket.h sys/uio.h sys/time.h sys/wait.h
  1257. do
  1258. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1259. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1260. echo "configure:1384: checking for $ac_hdr" >&5
  1261. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1262.   echo $ac_n "(cached) $ac_c" 1>&6
  1263. else
  1264.   cat > conftest.$ac_ext <<EOF
  1265. #line 1389 "configure"
  1266. #include "confdefs.h"
  1267. #include <$ac_hdr>
  1268. EOF
  1269. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1270. { (eval echo configure:1394: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1271. ac_err=`grep -v '^ *+' conftest.out`
  1272. if test -z "$ac_err"; then
  1273.   rm -rf conftest*
  1274.   eval "ac_cv_header_$ac_safe=yes"
  1275. else
  1276.   echo "$ac_err" >&5
  1277.   echo "configure: failed program was:" >&5
  1278.   cat conftest.$ac_ext >&5
  1279.   rm -rf conftest*
  1280.   eval "ac_cv_header_$ac_safe=no"
  1281. fi
  1282. rm -f conftest*
  1283. fi
  1284. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1285.   echo "$ac_t""yes" 1>&6
  1286.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1287.   cat >> confdefs.h <<EOF
  1288. #define $ac_tr_hdr 1
  1289. EOF
  1290.  
  1291. else
  1292.   echo "$ac_t""no" 1>&6
  1293. fi
  1294. done
  1295. for ac_hdr in sys/ttychars.h sys/ipc.h sys/bitypes.h sys/mbuf.h sys/sem.h sys/select.h
  1296. do
  1297. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1298. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1299. echo "configure:1424: checking for $ac_hdr" >&5
  1300. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1301.   echo $ac_n "(cached) $ac_c" 1>&6
  1302. else
  1303.   cat > conftest.$ac_ext <<EOF
  1304. #line 1429 "configure"
  1305. #include "confdefs.h"
  1306. #include <$ac_hdr>
  1307. EOF
  1308. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1309. { (eval echo configure:1434: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1310. ac_err=`grep -v '^ *+' conftest.out`
  1311. if test -z "$ac_err"; then
  1312.   rm -rf conftest*
  1313.   eval "ac_cv_header_$ac_safe=yes"
  1314. else
  1315.   echo "$ac_err" >&5
  1316.   echo "configure: failed program was:" >&5
  1317.   cat conftest.$ac_ext >&5
  1318.   rm -rf conftest*
  1319.   eval "ac_cv_header_$ac_safe=no"
  1320. fi
  1321. rm -f conftest*
  1322. fi
  1323. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1324.   echo "$ac_t""yes" 1>&6
  1325.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1326.   cat >> confdefs.h <<EOF
  1327. #define $ac_tr_hdr 1
  1328. EOF
  1329.  
  1330. else
  1331.   echo "$ac_t""no" 1>&6
  1332. fi
  1333. done
  1334. for ac_hdr in sys/file.h sys/ioctl.h sys/fcntl.h sys/filio.h sys/sockio.h
  1335. do
  1336. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1337. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1338. echo "configure:1464: checking for $ac_hdr" >&5
  1339. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1340.   echo $ac_n "(cached) $ac_c" 1>&6
  1341. else
  1342.   cat > conftest.$ac_ext <<EOF
  1343. #line 1469 "configure"
  1344. #include "confdefs.h"
  1345. #include <$ac_hdr>
  1346. EOF
  1347. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1348. { (eval echo configure:1474: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1349. ac_err=`grep -v '^ *+' conftest.out`
  1350. if test -z "$ac_err"; then
  1351.   rm -rf conftest*
  1352.   eval "ac_cv_header_$ac_safe=yes"
  1353. else
  1354.   echo "$ac_err" >&5
  1355.   echo "configure: failed program was:" >&5
  1356.   cat conftest.$ac_ext >&5
  1357.   rm -rf conftest*
  1358.   eval "ac_cv_header_$ac_safe=no"
  1359. fi
  1360. rm -f conftest*
  1361. fi
  1362. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1363.   echo "$ac_t""yes" 1>&6
  1364.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1365.   cat >> confdefs.h <<EOF
  1366. #define $ac_tr_hdr 1
  1367. EOF
  1368.  
  1369. else
  1370.   echo "$ac_t""no" 1>&6
  1371. fi
  1372. done
  1373. for ac_hdr in sys/termios.h sys/termio.h termios.h termio.h sys/un.h
  1374. do
  1375. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1376. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1377. echo "configure:1504: checking for $ac_hdr" >&5
  1378. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1379.   echo $ac_n "(cached) $ac_c" 1>&6
  1380. else
  1381.   cat > conftest.$ac_ext <<EOF
  1382. #line 1509 "configure"
  1383. #include "confdefs.h"
  1384. #include <$ac_hdr>
  1385. EOF
  1386. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1387. { (eval echo configure:1514: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1388. ac_err=`grep -v '^ *+' conftest.out`
  1389. if test -z "$ac_err"; then
  1390.   rm -rf conftest*
  1391.   eval "ac_cv_header_$ac_safe=yes"
  1392. else
  1393.   echo "$ac_err" >&5
  1394.   echo "configure: failed program was:" >&5
  1395.   cat conftest.$ac_ext >&5
  1396.   rm -rf conftest*
  1397.   eval "ac_cv_header_$ac_safe=no"
  1398. fi
  1399. rm -f conftest*
  1400. fi
  1401. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1402.   echo "$ac_t""yes" 1>&6
  1403.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1404.   cat >> confdefs.h <<EOF
  1405. #define $ac_tr_hdr 1
  1406. EOF
  1407.  
  1408. else
  1409.   echo "$ac_t""no" 1>&6
  1410. fi
  1411. done
  1412. for ac_hdr in netinet/in_systm.h net/route.h machine/endian.h paths.h nl_types.h
  1413. do
  1414. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1415. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1416. echo "configure:1544: checking for $ac_hdr" >&5
  1417. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1418.   echo $ac_n "(cached) $ac_c" 1>&6
  1419. else
  1420.   cat > conftest.$ac_ext <<EOF
  1421. #line 1549 "configure"
  1422. #include "confdefs.h"
  1423. #include <$ac_hdr>
  1424. EOF
  1425. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1426. { (eval echo configure:1554: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1427. ac_err=`grep -v '^ *+' conftest.out`
  1428. if test -z "$ac_err"; then
  1429.   rm -rf conftest*
  1430.   eval "ac_cv_header_$ac_safe=yes"
  1431. else
  1432.   echo "$ac_err" >&5
  1433.   echo "configure: failed program was:" >&5
  1434.   cat conftest.$ac_ext >&5
  1435.   rm -rf conftest*
  1436.   eval "ac_cv_header_$ac_safe=no"
  1437. fi
  1438. rm -f conftest*
  1439. fi
  1440. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1441.   echo "$ac_t""yes" 1>&6
  1442.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1443.   cat >> confdefs.h <<EOF
  1444. #define $ac_tr_hdr 1
  1445. EOF
  1446.  
  1447. else
  1448.   echo "$ac_t""no" 1>&6
  1449. fi
  1450. done
  1451. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  1452. echo "configure:1581: checking whether time.h and sys/time.h may both be included" >&5
  1453. if eval "test "`echo '$''{'ac_cv_header_time'+set}'`" = set"; then
  1454.   echo $ac_n "(cached) $ac_c" 1>&6
  1455. else
  1456.   cat > conftest.$ac_ext <<EOF
  1457. #line 1586 "configure"
  1458. #include "confdefs.h"
  1459. #include <sys/types.h>
  1460. #include <sys/time.h>
  1461. #include <time.h>
  1462. int main() {
  1463. struct tm *tp;
  1464. ; return 0; }
  1465. EOF
  1466. if { (eval echo configure:1595: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1467.   rm -rf conftest*
  1468.   ac_cv_header_time=yes
  1469. else
  1470.   echo "configure: failed program was:" >&5
  1471.   cat conftest.$ac_ext >&5
  1472.   rm -rf conftest*
  1473.   ac_cv_header_time=no
  1474. fi
  1475. rm -f conftest*
  1476. fi
  1477. echo "$ac_t""$ac_cv_header_time" 1>&6
  1478. if test $ac_cv_header_time = yes; then
  1479.   cat >> confdefs.h <<EOF
  1480. #define TIME_WITH_SYS_TIME 1
  1481. EOF
  1482. fi
  1483. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1484. echo "configure:1616: checking for ANSI C header files" >&5
  1485. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  1486.   echo $ac_n "(cached) $ac_c" 1>&6
  1487. else
  1488.   cat > conftest.$ac_ext <<EOF
  1489. #line 1621 "configure"
  1490. #include "confdefs.h"
  1491. #include <stdlib.h>
  1492. #include <stdarg.h>
  1493. #include <string.h>
  1494. #include <float.h>
  1495. EOF
  1496. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1497. { (eval echo configure:1629: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1498. ac_err=`grep -v '^ *+' conftest.out`
  1499. if test -z "$ac_err"; then
  1500.   rm -rf conftest*
  1501.   ac_cv_header_stdc=yes
  1502. else
  1503.   echo "$ac_err" >&5
  1504.   echo "configure: failed program was:" >&5
  1505.   cat conftest.$ac_ext >&5
  1506.   rm -rf conftest*
  1507.   ac_cv_header_stdc=no
  1508. fi
  1509. rm -f conftest*
  1510. if test $ac_cv_header_stdc = yes; then
  1511.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1512. cat > conftest.$ac_ext <<EOF
  1513. #line 1646 "configure"
  1514. #include "confdefs.h"
  1515. #include <string.h>
  1516. EOF
  1517. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1518.   egrep "memchr" >/dev/null 2>&1; then
  1519.   :
  1520. else
  1521.   rm -rf conftest*
  1522.   ac_cv_header_stdc=no
  1523. fi
  1524. rm -f conftest*
  1525. fi
  1526. if test $ac_cv_header_stdc = yes; then
  1527.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1528. cat > conftest.$ac_ext <<EOF
  1529. #line 1664 "configure"
  1530. #include "confdefs.h"
  1531. #include <stdlib.h>
  1532. EOF
  1533. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1534.   egrep "free" >/dev/null 2>&1; then
  1535.   :
  1536. else
  1537.   rm -rf conftest*
  1538.   ac_cv_header_stdc=no
  1539. fi
  1540. rm -f conftest*
  1541. fi
  1542. if test $ac_cv_header_stdc = yes; then
  1543.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1544. if test "$cross_compiling" = yes; then
  1545.   :
  1546. else
  1547.   cat > conftest.$ac_ext <<EOF
  1548. #line 1685 "configure"
  1549. #include "confdefs.h"
  1550. #include <ctype.h>
  1551. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1552. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1553. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1554. int main () { int i; for (i = 0; i < 256; i++)
  1555. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1556. exit (0); }
  1557. EOF
  1558. if { (eval echo configure:1696: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  1559. then
  1560.   :
  1561. else
  1562.   echo "configure: failed program was:" >&5
  1563.   cat conftest.$ac_ext >&5
  1564.   rm -fr conftest*
  1565.   ac_cv_header_stdc=no
  1566. fi
  1567. rm -fr conftest*
  1568. fi
  1569. fi
  1570. fi
  1571. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1572. if test $ac_cv_header_stdc = yes; then
  1573.   cat >> confdefs.h <<EOF
  1574. #define STDC_HEADERS 1
  1575. EOF
  1576. fi
  1577. ac_header_dirent=no
  1578. for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  1579. do
  1580. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1581. echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
  1582. echo "configure:1724: checking for $ac_hdr that defines DIR" >&5
  1583. if eval "test "`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`" = set"; then
  1584.   echo $ac_n "(cached) $ac_c" 1>&6
  1585. else
  1586.   cat > conftest.$ac_ext <<EOF
  1587. #line 1729 "configure"
  1588. #include "confdefs.h"
  1589. #include <sys/types.h>
  1590. #include <$ac_hdr>
  1591. int main() {
  1592. DIR *dirp = 0;
  1593. ; return 0; }
  1594. EOF
  1595. if { (eval echo configure:1737: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1596.   rm -rf conftest*
  1597.   eval "ac_cv_header_dirent_$ac_safe=yes"
  1598. else
  1599.   echo "configure: failed program was:" >&5
  1600.   cat conftest.$ac_ext >&5
  1601.   rm -rf conftest*
  1602.   eval "ac_cv_header_dirent_$ac_safe=no"
  1603. fi
  1604. rm -f conftest*
  1605. fi
  1606. if eval "test "`echo '$ac_cv_header_dirent_'$ac_safe`" = yes"; then
  1607.   echo "$ac_t""yes" 1>&6
  1608.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1609.   cat >> confdefs.h <<EOF
  1610. #define $ac_tr_hdr 1
  1611. EOF
  1612.  ac_header_dirent=$ac_hdr; break
  1613. else
  1614.   echo "$ac_t""no" 1>&6
  1615. fi
  1616. done
  1617. # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  1618. if test $ac_header_dirent = dirent.h; then
  1619. echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
  1620. echo "configure:1762: checking for opendir in -ldir" >&5
  1621. ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
  1622. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1623.   echo $ac_n "(cached) $ac_c" 1>&6
  1624. else
  1625.   ac_save_LIBS="$LIBS"
  1626. LIBS="-ldir  $LIBS"
  1627. cat > conftest.$ac_ext <<EOF
  1628. #line 1770 "configure"
  1629. #include "confdefs.h"
  1630. /* Override any gcc2 internal prototype to avoid an error.  */
  1631. /* We use char because int might match the return type of a gcc2
  1632.     builtin and then its argument prototype would still apply.  */
  1633. char opendir();
  1634. int main() {
  1635. opendir()
  1636. ; return 0; }
  1637. EOF
  1638. if { (eval echo configure:1781: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1639.   rm -rf conftest*
  1640.   eval "ac_cv_lib_$ac_lib_var=yes"
  1641. else
  1642.   echo "configure: failed program was:" >&5
  1643.   cat conftest.$ac_ext >&5
  1644.   rm -rf conftest*
  1645.   eval "ac_cv_lib_$ac_lib_var=no"
  1646. fi
  1647. rm -f conftest*
  1648. LIBS="$ac_save_LIBS"
  1649. fi
  1650. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1651.   echo "$ac_t""yes" 1>&6
  1652.   LIBS="$LIBS -ldir"
  1653. else
  1654.   echo "$ac_t""no" 1>&6
  1655. fi
  1656. else
  1657. echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
  1658. echo "configure:1803: checking for opendir in -lx" >&5
  1659. ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
  1660. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1661.   echo $ac_n "(cached) $ac_c" 1>&6
  1662. else
  1663.   ac_save_LIBS="$LIBS"
  1664. LIBS="-lx  $LIBS"
  1665. cat > conftest.$ac_ext <<EOF
  1666. #line 1811 "configure"
  1667. #include "confdefs.h"
  1668. /* Override any gcc2 internal prototype to avoid an error.  */
  1669. /* We use char because int might match the return type of a gcc2
  1670.     builtin and then its argument prototype would still apply.  */
  1671. char opendir();
  1672. int main() {
  1673. opendir()
  1674. ; return 0; }
  1675. EOF
  1676. if { (eval echo configure:1822: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1677.   rm -rf conftest*
  1678.   eval "ac_cv_lib_$ac_lib_var=yes"
  1679. else
  1680.   echo "configure: failed program was:" >&5
  1681.   cat conftest.$ac_ext >&5
  1682.   rm -rf conftest*
  1683.   eval "ac_cv_lib_$ac_lib_var=no"
  1684. fi
  1685. rm -f conftest*
  1686. LIBS="$ac_save_LIBS"
  1687. fi
  1688. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1689.   echo "$ac_t""yes" 1>&6
  1690.   LIBS="$LIBS -lx"
  1691. else
  1692.   echo "$ac_t""no" 1>&6
  1693. fi
  1694. fi
  1695. echo
  1696. if test "$OS" != "IRIX"; then
  1697. echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
  1698. echo "configure:1850: checking for main in -lsocket" >&5
  1699. ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
  1700. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1701.   echo $ac_n "(cached) $ac_c" 1>&6
  1702. else
  1703.   ac_save_LIBS="$LIBS"
  1704. LIBS="-lsocket  $LIBS"
  1705. cat > conftest.$ac_ext <<EOF
  1706. #line 1858 "configure"
  1707. #include "confdefs.h"
  1708. int main() {
  1709. main()
  1710. ; return 0; }
  1711. EOF
  1712. if { (eval echo configure:1865: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1713.   rm -rf conftest*
  1714.   eval "ac_cv_lib_$ac_lib_var=yes"
  1715. else
  1716.   echo "configure: failed program was:" >&5
  1717.   cat conftest.$ac_ext >&5
  1718.   rm -rf conftest*
  1719.   eval "ac_cv_lib_$ac_lib_var=no"
  1720. fi
  1721. rm -f conftest*
  1722. LIBS="$ac_save_LIBS"
  1723. fi
  1724. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1725.   echo "$ac_t""yes" 1>&6
  1726.     ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1727.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1728.   cat >> confdefs.h <<EOF
  1729. #define $ac_tr_lib 1
  1730. EOF
  1731.   LIBS="-lsocket $LIBS"
  1732. else
  1733.   echo "$ac_t""no" 1>&6
  1734. fi
  1735. echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
  1736. echo "configure:1893: checking for main in -ldl" >&5
  1737. ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
  1738. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1739.   echo $ac_n "(cached) $ac_c" 1>&6
  1740. else
  1741.   ac_save_LIBS="$LIBS"
  1742. LIBS="-ldl  $LIBS"
  1743. cat > conftest.$ac_ext <<EOF
  1744. #line 1901 "configure"
  1745. #include "confdefs.h"
  1746. int main() {
  1747. main()
  1748. ; return 0; }
  1749. EOF
  1750. if { (eval echo configure:1908: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1751.   rm -rf conftest*
  1752.   eval "ac_cv_lib_$ac_lib_var=yes"
  1753. else
  1754.   echo "configure: failed program was:" >&5
  1755.   cat conftest.$ac_ext >&5
  1756.   rm -rf conftest*
  1757.   eval "ac_cv_lib_$ac_lib_var=no"
  1758. fi
  1759. rm -f conftest*
  1760. LIBS="$ac_save_LIBS"
  1761. fi
  1762. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1763.   echo "$ac_t""yes" 1>&6
  1764.     ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1765.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1766.   cat >> confdefs.h <<EOF
  1767. #define $ac_tr_lib 1
  1768. EOF
  1769.   LIBS="-ldl $LIBS"
  1770. else
  1771.   echo "$ac_t""no" 1>&6
  1772. fi
  1773. fi
  1774. echo $ac_n "checking for main in -ldld""... $ac_c" 1>&6
  1775. echo "configure:1937: checking for main in -ldld" >&5
  1776. ac_lib_var=`echo dld'_'main | sed 'y%./+-%__p_%'`
  1777. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1778.   echo $ac_n "(cached) $ac_c" 1>&6
  1779. else
  1780.   ac_save_LIBS="$LIBS"
  1781. LIBS="-ldld  $LIBS"
  1782. cat > conftest.$ac_ext <<EOF
  1783. #line 1945 "configure"
  1784. #include "confdefs.h"
  1785. int main() {
  1786. main()
  1787. ; return 0; }
  1788. EOF
  1789. if { (eval echo configure:1952: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1790.   rm -rf conftest*
  1791.   eval "ac_cv_lib_$ac_lib_var=yes"
  1792. else
  1793.   echo "configure: failed program was:" >&5
  1794.   cat conftest.$ac_ext >&5
  1795.   rm -rf conftest*
  1796.   eval "ac_cv_lib_$ac_lib_var=no"
  1797. fi
  1798. rm -f conftest*
  1799. LIBS="$ac_save_LIBS"
  1800. fi
  1801. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1802.   echo "$ac_t""yes" 1>&6
  1803.     ac_tr_lib=HAVE_LIB`echo dld | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1804.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1805.   cat >> confdefs.h <<EOF
  1806. #define $ac_tr_lib 1
  1807. EOF
  1808.   LIBS="-ldld $LIBS"
  1809. else
  1810.   echo "$ac_t""no" 1>&6
  1811. fi
  1812. echo $ac_n "checking for main in -lsvld""... $ac_c" 1>&6
  1813. echo "configure:1980: checking for main in -lsvld" >&5
  1814. ac_lib_var=`echo svld'_'main | sed 'y%./+-%__p_%'`
  1815. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1816.   echo $ac_n "(cached) $ac_c" 1>&6
  1817. else
  1818.   ac_save_LIBS="$LIBS"
  1819. LIBS="-lsvld  $LIBS"
  1820. cat > conftest.$ac_ext <<EOF
  1821. #line 1988 "configure"
  1822. #include "confdefs.h"
  1823. int main() {
  1824. main()
  1825. ; return 0; }
  1826. EOF
  1827. if { (eval echo configure:1995: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1828.   rm -rf conftest*
  1829.   eval "ac_cv_lib_$ac_lib_var=yes"
  1830. else
  1831.   echo "configure: failed program was:" >&5
  1832.   cat conftest.$ac_ext >&5
  1833.   rm -rf conftest*
  1834.   eval "ac_cv_lib_$ac_lib_var=no"
  1835. fi
  1836. rm -f conftest*
  1837. LIBS="$ac_save_LIBS"
  1838. fi
  1839. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1840.   echo "$ac_t""yes" 1>&6
  1841.     ac_tr_lib=HAVE_LIB`echo svld | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1842.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1843.   cat >> confdefs.h <<EOF
  1844. #define $ac_tr_lib 1
  1845. EOF
  1846.   LIBS="-lsvld $LIBS"
  1847. else
  1848.   echo "$ac_t""no" 1>&6
  1849. fi
  1850. echo $ac_n "checking for setupterm in -ltermcap""... $ac_c" 1>&6
  1851. echo "configure:2023: checking for setupterm in -ltermcap" >&5
  1852. ac_lib_var=`echo termcap'_'setupterm | sed 'y%./+-%__p_%'`
  1853. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1854.   echo $ac_n "(cached) $ac_c" 1>&6
  1855. else
  1856.   ac_save_LIBS="$LIBS"
  1857. LIBS="-ltermcap  $LIBS"
  1858. cat > conftest.$ac_ext <<EOF
  1859. #line 2031 "configure"
  1860. #include "confdefs.h"
  1861. /* Override any gcc2 internal prototype to avoid an error.  */
  1862. /* We use char because int might match the return type of a gcc2
  1863.     builtin and then its argument prototype would still apply.  */
  1864. char setupterm();
  1865. int main() {
  1866. setupterm()
  1867. ; return 0; }
  1868. EOF
  1869. if { (eval echo configure:2042: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1870.   rm -rf conftest*
  1871.   eval "ac_cv_lib_$ac_lib_var=yes"
  1872. else
  1873.   echo "configure: failed program was:" >&5
  1874.   cat conftest.$ac_ext >&5
  1875.   rm -rf conftest*
  1876.   eval "ac_cv_lib_$ac_lib_var=no"
  1877. fi
  1878. rm -f conftest*
  1879. LIBS="$ac_save_LIBS"
  1880. fi
  1881. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1882.   echo "$ac_t""yes" 1>&6
  1883.   TELNET_LIBS="$TELNET_LIBS -ltermcap"; TELNET_DEFS="$TELNET_DEFS -DHAVE_SETUPTERM"
  1884. else
  1885.   echo "$ac_t""no" 1>&6
  1886. echo $ac_n "checking for setupterm in -lcurses""... $ac_c" 1>&6
  1887. echo "configure:2061: checking for setupterm in -lcurses" >&5
  1888. ac_lib_var=`echo curses'_'setupterm | sed 'y%./+-%__p_%'`
  1889. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1890.   echo $ac_n "(cached) $ac_c" 1>&6
  1891. else
  1892.   ac_save_LIBS="$LIBS"
  1893. LIBS="-lcurses  $LIBS"
  1894. cat > conftest.$ac_ext <<EOF
  1895. #line 2069 "configure"
  1896. #include "confdefs.h"
  1897. /* Override any gcc2 internal prototype to avoid an error.  */
  1898. /* We use char because int might match the return type of a gcc2
  1899.     builtin and then its argument prototype would still apply.  */
  1900. char setupterm();
  1901. int main() {
  1902. setupterm()
  1903. ; return 0; }
  1904. EOF
  1905. if { (eval echo configure:2080: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1906.   rm -rf conftest*
  1907.   eval "ac_cv_lib_$ac_lib_var=yes"
  1908. else
  1909.   echo "configure: failed program was:" >&5
  1910.   cat conftest.$ac_ext >&5
  1911.   rm -rf conftest*
  1912.   eval "ac_cv_lib_$ac_lib_var=no"
  1913. fi
  1914. rm -f conftest*
  1915. LIBS="$ac_save_LIBS"
  1916. fi
  1917. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1918.   echo "$ac_t""yes" 1>&6
  1919.   TELNET_LIBS="$TELNET_LIBS -lcurses"; TELNET_DEFS="$TELNET_DEFS -DHAVE_SETUPTERM"
  1920. else
  1921.   echo "$ac_t""no" 1>&6
  1922. echo $ac_n "checking for setupterm in -lncurses""... $ac_c" 1>&6
  1923. echo "configure:2099: checking for setupterm in -lncurses" >&5
  1924. ac_lib_var=`echo ncurses'_'setupterm | sed 'y%./+-%__p_%'`
  1925. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1926.   echo $ac_n "(cached) $ac_c" 1>&6
  1927. else
  1928.   ac_save_LIBS="$LIBS"
  1929. LIBS="-lncurses  $LIBS"
  1930. cat > conftest.$ac_ext <<EOF
  1931. #line 2107 "configure"
  1932. #include "confdefs.h"
  1933. /* Override any gcc2 internal prototype to avoid an error.  */
  1934. /* We use char because int might match the return type of a gcc2
  1935.     builtin and then its argument prototype would still apply.  */
  1936. char setupterm();
  1937. int main() {
  1938. setupterm()
  1939. ; return 0; }
  1940. EOF
  1941. if { (eval echo configure:2118: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1942.   rm -rf conftest*
  1943.   eval "ac_cv_lib_$ac_lib_var=yes"
  1944. else
  1945.   echo "configure: failed program was:" >&5
  1946.   cat conftest.$ac_ext >&5
  1947.   rm -rf conftest*
  1948.   eval "ac_cv_lib_$ac_lib_var=no"
  1949. fi
  1950. rm -f conftest*
  1951. LIBS="$ac_save_LIBS"
  1952. fi
  1953. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1954.   echo "$ac_t""yes" 1>&6
  1955.   TELNET_LIBS="$TELNET_LIBS -lncurses"; TELNET_DEFS="$TELNET_DEFS -DHAVE_SETUPTERM"
  1956. else
  1957.   echo "$ac_t""no" 1>&6
  1958. echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
  1959. echo "configure:2137: checking for tgetent in -ltermcap" >&5
  1960. ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
  1961. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1962.   echo $ac_n "(cached) $ac_c" 1>&6
  1963. else
  1964.   ac_save_LIBS="$LIBS"
  1965. LIBS="-ltermcap  $LIBS"
  1966. cat > conftest.$ac_ext <<EOF
  1967. #line 2145 "configure"
  1968. #include "confdefs.h"
  1969. /* Override any gcc2 internal prototype to avoid an error.  */
  1970. /* We use char because int might match the return type of a gcc2
  1971.     builtin and then its argument prototype would still apply.  */
  1972. char tgetent();
  1973. int main() {
  1974. tgetent()
  1975. ; return 0; }
  1976. EOF
  1977. if { (eval echo configure:2156: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1978.   rm -rf conftest*
  1979.   eval "ac_cv_lib_$ac_lib_var=yes"
  1980. else
  1981.   echo "configure: failed program was:" >&5
  1982.   cat conftest.$ac_ext >&5
  1983.   rm -rf conftest*
  1984.   eval "ac_cv_lib_$ac_lib_var=no"
  1985. fi
  1986. rm -f conftest*
  1987. LIBS="$ac_save_LIBS"
  1988. fi
  1989. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1990.   echo "$ac_t""yes" 1>&6
  1991.   TELNET_LIBS="$TELNET_LIBS -ltermcap"
  1992. else
  1993.   echo "$ac_t""no" 1>&6
  1994. echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
  1995. echo "configure:2175: checking for tgetent in -lcurses" >&5
  1996. ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
  1997. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1998.   echo $ac_n "(cached) $ac_c" 1>&6
  1999. else
  2000.   ac_save_LIBS="$LIBS"
  2001. LIBS="-lcurses  $LIBS"
  2002. cat > conftest.$ac_ext <<EOF
  2003. #line 2183 "configure"
  2004. #include "confdefs.h"
  2005. /* Override any gcc2 internal prototype to avoid an error.  */
  2006. /* We use char because int might match the return type of a gcc2
  2007.     builtin and then its argument prototype would still apply.  */
  2008. char tgetent();
  2009. int main() {
  2010. tgetent()
  2011. ; return 0; }
  2012. EOF
  2013. if { (eval echo configure:2194: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2014.   rm -rf conftest*
  2015.   eval "ac_cv_lib_$ac_lib_var=yes"
  2016. else
  2017.   echo "configure: failed program was:" >&5
  2018.   cat conftest.$ac_ext >&5
  2019.   rm -rf conftest*
  2020.   eval "ac_cv_lib_$ac_lib_var=no"
  2021. fi
  2022. rm -f conftest*
  2023. LIBS="$ac_save_LIBS"
  2024. fi
  2025. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2026.   echo "$ac_t""yes" 1>&6
  2027.   TELNET_LIBS="$TELNET_LIBS -lcurses"
  2028. else
  2029.   echo "$ac_t""no" 1>&6
  2030. echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
  2031. echo "configure:2213: checking for tgetent in -lncurses" >&5
  2032. ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
  2033. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2034.   echo $ac_n "(cached) $ac_c" 1>&6
  2035. else
  2036.   ac_save_LIBS="$LIBS"
  2037. LIBS="-lncurses  $LIBS"
  2038. cat > conftest.$ac_ext <<EOF
  2039. #line 2221 "configure"
  2040. #include "confdefs.h"
  2041. /* Override any gcc2 internal prototype to avoid an error.  */
  2042. /* We use char because int might match the return type of a gcc2
  2043.     builtin and then its argument prototype would still apply.  */
  2044. char tgetent();
  2045. int main() {
  2046. tgetent()
  2047. ; return 0; }
  2048. EOF
  2049. if { (eval echo configure:2232: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2050.   rm -rf conftest*
  2051.   eval "ac_cv_lib_$ac_lib_var=yes"
  2052. else
  2053.   echo "configure: failed program was:" >&5
  2054.   cat conftest.$ac_ext >&5
  2055.   rm -rf conftest*
  2056.   eval "ac_cv_lib_$ac_lib_var=no"
  2057. fi
  2058. rm -f conftest*
  2059. LIBS="$ac_save_LIBS"
  2060. fi
  2061. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2062.   echo "$ac_t""yes" 1>&6
  2063.   TELNET_LIBS="$TELNET_LIBS -lncurses"
  2064. else
  2065.   echo "$ac_t""no" 1>&6
  2066. fi
  2067. fi
  2068. fi
  2069. fi
  2070. fi
  2071. fi
  2072. echo $ac_n "checking for gethostbyname in -lc""... $ac_c" 1>&6
  2073. echo "configure:2264: checking for gethostbyname in -lc" >&5
  2074. ac_lib_var=`echo c'_'gethostbyname | sed 'y%./+-%__p_%'`
  2075. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2076.   echo $ac_n "(cached) $ac_c" 1>&6
  2077. else
  2078.   ac_save_LIBS="$LIBS"
  2079. LIBS="-lc  $LIBS"
  2080. cat > conftest.$ac_ext <<EOF
  2081. #line 2272 "configure"
  2082. #include "confdefs.h"
  2083. /* Override any gcc2 internal prototype to avoid an error.  */
  2084. /* We use char because int might match the return type of a gcc2
  2085.     builtin and then its argument prototype would still apply.  */
  2086. char gethostbyname();
  2087. int main() {
  2088. gethostbyname()
  2089. ; return 0; }
  2090. EOF
  2091. if { (eval echo configure:2283: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2092.   rm -rf conftest*
  2093.   eval "ac_cv_lib_$ac_lib_var=yes"
  2094. else
  2095.   echo "configure: failed program was:" >&5
  2096.   cat conftest.$ac_ext >&5
  2097.   rm -rf conftest*
  2098.   eval "ac_cv_lib_$ac_lib_var=no"
  2099. fi
  2100. rm -f conftest*
  2101. LIBS="$ac_save_LIBS"
  2102. fi
  2103. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2104.   echo "$ac_t""yes" 1>&6
  2105.   STATIC_LIBS=""
  2106. else
  2107.   echo "$ac_t""no" 1>&6
  2108. echo $ac_n "checking for gethostbyname in -lresolv""... $ac_c" 1>&6
  2109. echo "configure:2302: checking for gethostbyname in -lresolv" >&5
  2110. ac_lib_var=`echo resolv'_'gethostbyname | sed 'y%./+-%__p_%'`
  2111. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2112.   echo $ac_n "(cached) $ac_c" 1>&6
  2113. else
  2114.   ac_save_LIBS="$LIBS"
  2115. LIBS="-lresolv  $LIBS"
  2116. cat > conftest.$ac_ext <<EOF
  2117. #line 2310 "configure"
  2118. #include "confdefs.h"
  2119. /* Override any gcc2 internal prototype to avoid an error.  */
  2120. /* We use char because int might match the return type of a gcc2
  2121.     builtin and then its argument prototype would still apply.  */
  2122. char gethostbyname();
  2123. int main() {
  2124. gethostbyname()
  2125. ; return 0; }
  2126. EOF
  2127. if { (eval echo configure:2321: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2128.   rm -rf conftest*
  2129.   eval "ac_cv_lib_$ac_lib_var=yes"
  2130. else
  2131.   echo "configure: failed program was:" >&5
  2132.   cat conftest.$ac_ext >&5
  2133.   rm -rf conftest*
  2134.   eval "ac_cv_lib_$ac_lib_var=no"
  2135. fi
  2136. rm -f conftest*
  2137. LIBS="$ac_save_LIBS"
  2138. fi
  2139. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2140.   echo "$ac_t""yes" 1>&6
  2141.   STATIC_LIBS="-lresolv"
  2142. else
  2143.   echo "$ac_t""no" 1>&6
  2144. fi
  2145. fi
  2146. echo $ac_n "checking if we can use -lnsl""... $ac_c" 1>&6
  2147. echo "configure:2345: checking if we can use -lnsl" >&5
  2148. if eval "test "`echo '$''{'r_cv_use_libnsl'+set}'`" = set"; then
  2149.   echo $ac_n "(cached) $ac_c" 1>&6
  2150. else
  2151.   if test "$cross_compiling" = yes; then
  2152.   r_cv_use_libnsl=yes
  2153. else
  2154.   cat > conftest.$ac_ext <<EOF
  2155. #line 2353 "configure"
  2156. #include "confdefs.h"
  2157. main() { if (gethostbyname("localhost")) exit(0); exit(-1); }
  2158. EOF
  2159. if { (eval echo configure:2357: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2160. then
  2161.   r_cv_use_libnsl=no
  2162. else
  2163.   echo "configure: failed program was:" >&5
  2164.   cat conftest.$ac_ext >&5
  2165.   rm -fr conftest*
  2166.   r_cv_use_libnsl=yes
  2167. fi
  2168. rm -fr conftest*
  2169. fi
  2170. fi
  2171. echo "$ac_t""$r_cv_use_libnsl" 1>&6
  2172. if test "$r_cv_use_libnsl" = "yes"; then LIBS="$LIBS -lnsl"; fi
  2173. for r_lib_name in libc libnsl libsocket libresolv libdgc
  2174. do
  2175. ac_safe=`echo "$r_lib_name" | tr './55' '___'`
  2176. echo $ac_n "checking for shared $r_lib_name""... $ac_c" 1>&6
  2177. echo "configure:2380: checking for shared $r_lib_name" >&5
  2178. if eval "test "`echo '$''{'r_cv_name_$ac_safe'+set}'`" = set"; then
  2179.   echo $ac_n "(cached) $ac_c" 1>&6
  2180. else
  2181.   
  2182. case `uname -rs` in
  2183. IRIX*5.*)
  2184. if test -n "`ls /usr/lib/$ac_safe.so.* 2>/dev/null | sort -r | head -1`"; then
  2185. eval "r_cv_name_$ac_safe=`ls /usr/lib/$ac_safe.so.* | sort -r | head -1`"
  2186. elif test -n "`ls /lib/$ac_safe.so.* 2>/dev/null | sort -r | head -1`"; then
  2187. eval "r_cv_name_$ac_safe=`ls /lib/$ac_safe.so.* | sort -r | head -1`"
  2188. elif test -f /usr/lib/$ac_safe.so; then
  2189. eval "r_cv_name_$ac_safe=/usr/lib/$ac_safe.so"
  2190. elif test -f /lib/$ac_safe.so; then
  2191. eval "r_cv_name_$ac_safe=/lib/$ac_safe.so"
  2192. fi
  2193. ;;
  2194. OSF1*)
  2195. if test -f /usr/shlib/$ac_safe.so; then
  2196. eval "r_cv_name_$ac_safe=/usr/shlib/$ac_safe.so"
  2197. elif test -f /usr/lib/$ac_safe.so; then
  2198. eval "r_cv_name_$ac_safe=/usr/lib/$ac_safe.so"
  2199. elif test -f /lib/$ac_safe.so; then
  2200. eval "r_cv_name_$ac_safe=/lib/$ac_safe.so"
  2201. fi
  2202. ;;
  2203. Linux*)
  2204. if test -n "`ls /lib/$ac_safe.so.? 2>/dev/null | sort -r | head -1`"; then
  2205. eval "r_cv_name_$ac_safe=`cd /lib; ls $ac_safe.so.? | sort -r | head -1`"
  2206. elif test -n "`ls /usr/lib/$ac_safe.so.? 2>/dev/null | sort -r | head -1`"; then
  2207. eval "r_cv_name_$ac_safe=`cd /usr/lib; ls $ac_safe.so.* | sort -r | head -1`"
  2208. elif test -n "`ls /lib/$ac_safe.so.* 2>/dev/null | sort -r | head -1`"; then
  2209. eval "r_cv_name_$ac_safe=`cd /lib; ls $ac_safe.so.* | sort -r | head -1`"
  2210. elif test -n "`ls /usr/lib/$ac_safe.so.* 2>/dev/null | sort -r | head -1`"; then
  2211. eval "r_cv_name_$ac_safe=`cd /usr/lib; ls $ac_safe.so.* | sort -r | head -1`"
  2212. elif test -f /lib/$ac_safe.so; then
  2213. eval "r_cv_name_$ac_safe=/lib/$ac_safe.so"
  2214. elif test -f /usr/lib/$ac_safe.so; then
  2215. eval "r_cv_name_$ac_safe=/usr/lib/$ac_safe.so"
  2216. fi
  2217. ;;
  2218. SunOS*)
  2219. if test -f /usr/lib/$ac_safe.so; then
  2220. eval "r_cv_name_$ac_safe=/usr/lib/$ac_safe.so"
  2221. elif test -n "`ls /usr/lib/$ac_safe.so.* 2>/dev/null | sort -r | head -1`"; then
  2222. eval "r_cv_name_$ac_safe=`ls /usr/lib/$ac_safe.so.* | sort -r | head -1`"
  2223. elif test -f /lib/$ac_safe.so; then
  2224. eval "r_cv_name_$ac_safe=/lib/$ac_safe.so"
  2225. elif test -n "`ls /lib/$ac_safe.so.* 2>/dev/null | sort -r | head -1`"; then
  2226. eval "r_cv_name_$ac_safe=`ls /lib/$ac_safe.so.* | sort -r | head -1`"
  2227. fi
  2228. ;;
  2229. dgux*)
  2230. if test -f /usr/dglib/$ac_safe.so; then
  2231. eval "r_cv_name_$ac_safe=/usr/dglib/$ac_safe.so"
  2232. elif test -n "`ls /usr/dglib/$ac_safe.so.* 2>/dev/null | sort -r | head -1`"; then
  2233. eval "r_cv_name_$ac_safe=`ls /usr/dglib/$ac_safe.so.* | sort -r | head -1`"
  2234. fi
  2235. ;;
  2236. *)
  2237. if test -f /lib/$ac_safe.so; then
  2238. eval "r_cv_name_$ac_safe=/lib/$ac_safe.so"
  2239. elif test -n "`ls /lib/$ac_safe.so.* 2>/dev/null | sort -r | head -1`"; then
  2240. eval "r_cv_name_$ac_safe=`ls /lib/$ac_safe.so.* | sort -r | head -1`"
  2241. elif test -f /usr/lib/$ac_safe.so; then
  2242. eval "r_cv_name_$ac_safe=/usr/lib/$ac_safe.so"
  2243. elif test -n "`ls /usr/lib/$ac_safe.so.* 2>/dev/null | sort -r | head -1`"; then
  2244. eval "r_cv_name_$ac_safe=`ls /usr/lib/$ac_safe.so.* | sort -r | head -1`"
  2245. fi
  2246. ;;
  2247. esac
  2248. fi
  2249. ac_result=`eval echo '$r_cv_name_'$ac_safe`
  2250. if test "$ac_result" != ""; then
  2251. echo "$ac_t""$ac_result" 1>&6
  2252. r_fixed=`echo $r_lib_name | tr '[a-z]./55' '[A-Z]___'`_NAME
  2253. cat >> confdefs.h <<EOF
  2254. #define $r_fixed "$ac_result"
  2255. EOF
  2256.  else 
  2257. echo "$ac_t""no" 1>&6
  2258. fi
  2259. done
  2260. if test "yes" = "no"; then
  2261. cat >> confdefs.h <<EOF
  2262. #define LIBC_NAME 1
  2263. EOF
  2264. cat >> confdefs.h <<EOF
  2265. #define LIBNSL_NAME 1
  2266. EOF
  2267. cat >> confdefs.h <<EOF
  2268. #define LIBRESOLV_NAME 1
  2269. EOF
  2270. cat >> confdefs.h <<EOF
  2271. #define LIBSOCKET_NAME 1
  2272. EOF
  2273. cat >> confdefs.h <<EOF
  2274. #define LIBDGC_NAME 1
  2275. EOF
  2276. fi
  2277. echo
  2278. echo $ac_n "checking for pid_t""... $ac_c" 1>&6
  2279. echo "configure:2492: checking for pid_t" >&5
  2280. if eval "test "`echo '$''{'ac_cv_type_pid_t'+set}'`" = set"; then
  2281.   echo $ac_n "(cached) $ac_c" 1>&6
  2282. else
  2283.   cat > conftest.$ac_ext <<EOF
  2284. #line 2497 "configure"
  2285. #include "confdefs.h"
  2286. #include <sys/types.h>
  2287. #if STDC_HEADERS
  2288. #include <stdlib.h>
  2289. #include <stddef.h>
  2290. #endif
  2291. EOF
  2292. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2293.   egrep "pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2294.   rm -rf conftest*
  2295.   ac_cv_type_pid_t=yes
  2296. else
  2297.   rm -rf conftest*
  2298.   ac_cv_type_pid_t=no
  2299. fi
  2300. rm -f conftest*
  2301. fi
  2302. echo "$ac_t""$ac_cv_type_pid_t" 1>&6
  2303. if test $ac_cv_type_pid_t = no; then
  2304.   cat >> confdefs.h <<EOF
  2305. #define pid_t int
  2306. EOF
  2307. fi
  2308. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  2309. echo "configure:2525: checking for size_t" >&5
  2310. if eval "test "`echo '$''{'ac_cv_type_size_t'+set}'`" = set"; then
  2311.   echo $ac_n "(cached) $ac_c" 1>&6
  2312. else
  2313.   cat > conftest.$ac_ext <<EOF
  2314. #line 2530 "configure"
  2315. #include "confdefs.h"
  2316. #include <sys/types.h>
  2317. #if STDC_HEADERS
  2318. #include <stdlib.h>
  2319. #include <stddef.h>
  2320. #endif
  2321. EOF
  2322. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2323.   egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2324.   rm -rf conftest*
  2325.   ac_cv_type_size_t=yes
  2326. else
  2327.   rm -rf conftest*
  2328.   ac_cv_type_size_t=no
  2329. fi
  2330. rm -f conftest*
  2331. fi
  2332. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  2333. if test $ac_cv_type_size_t = no; then
  2334.   cat >> confdefs.h <<EOF
  2335. #define size_t unsigned
  2336. EOF
  2337. fi
  2338. echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  2339. echo "configure:2558: checking return type of signal handlers" >&5
  2340. if eval "test "`echo '$''{'ac_cv_type_signal'+set}'`" = set"; then
  2341.   echo $ac_n "(cached) $ac_c" 1>&6
  2342. else
  2343.   cat > conftest.$ac_ext <<EOF
  2344. #line 2563 "configure"
  2345. #include "confdefs.h"
  2346. #include <sys/types.h>
  2347. #include <signal.h>
  2348. #ifdef signal
  2349. #undef signal
  2350. #endif
  2351. #ifdef __cplusplus
  2352. extern "C" void (*signal (int, void (*)(int)))(int);
  2353. #else
  2354. void (*signal ()) ();
  2355. #endif
  2356. int main() {
  2357. int i;
  2358. ; return 0; }
  2359. EOF
  2360. if { (eval echo configure:2580: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2361.   rm -rf conftest*
  2362.   ac_cv_type_signal=void
  2363. else
  2364.   echo "configure: failed program was:" >&5
  2365.   cat conftest.$ac_ext >&5
  2366.   rm -rf conftest*
  2367.   ac_cv_type_signal=int
  2368. fi
  2369. rm -f conftest*
  2370. fi
  2371. echo "$ac_t""$ac_cv_type_signal" 1>&6
  2372. cat >> confdefs.h <<EOF
  2373. #define RETSIGTYPE $ac_cv_type_signal
  2374. EOF
  2375. echo $ac_n "checking whether sockaddr_un has sun_len""... $ac_c" 1>&6
  2376. echo "configure:2600: checking whether sockaddr_un has sun_len" >&5
  2377. if eval "test "`echo '$''{'sc_cv_sockaddr_sun_len'+set}'`" = set"; then
  2378.   echo $ac_n "(cached) $ac_c" 1>&6
  2379. else
  2380.   cat > conftest.$ac_ext <<EOF
  2381. #line 2605 "configure"
  2382. #include "confdefs.h"
  2383. #include <sys/types.h>
  2384. #include <sys/un.h>
  2385. int main() {
  2386. struct sockaddr_un s_un; s_un.sun_len=0;
  2387. ; return 0; }
  2388. EOF
  2389. if { (eval echo configure:2613: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2390.   rm -rf conftest*
  2391.   sc_cv_sockaddr_sun_len=yes
  2392. else
  2393.   echo "configure: failed program was:" >&5
  2394.   cat conftest.$ac_ext >&5
  2395.   rm -rf conftest*
  2396.   sc_cv_sockaddr_sun_len=no
  2397. fi
  2398. rm -f conftest*
  2399. fi
  2400. if test "$sc_cv_sockaddr_sun_len" = "yes"; then cat >> confdefs.h <<EOF
  2401. #define HAVE_SOCKADDR_SUN_LEN 1
  2402. EOF
  2403.  fi
  2404. echo "$ac_t""$sc_cv_sockaddr_sun_len" 1>&6
  2405. echo $ac_n "checking for sig_atomic_t""... $ac_c" 1>&6
  2406. echo "configure:2633: checking for sig_atomic_t" >&5
  2407. if eval "test "`echo '$''{'r_cv_type_sig_atomic_t'+set}'`" = set"; then
  2408.   echo $ac_n "(cached) $ac_c" 1>&6
  2409. else
  2410.   cat > conftest.$ac_ext <<EOF
  2411. #line 2638 "configure"
  2412. #include "confdefs.h"
  2413. #include <sys/types.h>
  2414. #include <signal.h>
  2415. #if HAVE_SYS_SIGNAL_H
  2416. #include <sys/signal.h>