configure
上传用户:zm130024
上传日期:2007-01-04
资源大小:432k
文件大小:240k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.13 
  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.   --enable-shared         build shared libraries [default=yes]
  14.   --enable-shared=PKGS    only build shared libraries if the current package
  15.                           appears as an element in the PKGS list"
  16. ac_help="$ac_help
  17.   --enable-static         build static libraries [default=yes]
  18.   --enable-static=PKGS    only build shared libraries if the current package
  19.                           appears as an element in the PKGS list"
  20. ac_help="$ac_help
  21.   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]"
  22. ac_help="$ac_help
  23.   --enable-debug          compile with debugging support"
  24. ac_help="$ac_help
  25.   --enable-warnings       show compilation warnings"
  26. ac_help="$ac_help
  27.   --enable-diagnostic     enable diagnostic"
  28. ac_help="$ac_help
  29.   --enable-profiling      compile with profiling support in server"
  30. ac_help="$ac_help
  31.   --enable-linting        enable lint"
  32. ac_help="$ac_help
  33.   --disable-libwrap       never use libwrap, even if it is available"
  34. ac_help="$ac_help
  35.   --disable-preload       disable support for preloading shared libraries"
  36. ac_help="$ac_help
  37.   --with-domainname=NAME  hardcode local domainname (only on broken platforms)"
  38. ac_help="$ac_help
  39.   --with-socks-conf=FILE  change location of socks client configuration file"
  40. ac_help="$ac_help
  41.   --with-sockd-conf=FILE  change location of socks server configuration file"
  42. ac_help="$ac_help
  43.   --with-pidfile=FILE     change location of server pidfile"
  44. ac_help="$ac_help
  45.   --with-libc=NAME        manually set name of c library if necessary"
  46. # Initialize some variables set by options.
  47. # The variables have the same names as the options, with
  48. # dashes changed to underlines.
  49. build=NONE
  50. cache_file=./config.cache
  51. exec_prefix=NONE
  52. host=NONE
  53. no_create=
  54. nonopt=NONE
  55. no_recursion=
  56. prefix=NONE
  57. program_prefix=NONE
  58. program_suffix=NONE
  59. program_transform_name=s,x,x,
  60. silent=
  61. site=
  62. srcdir=
  63. target=NONE
  64. verbose=
  65. x_includes=NONE
  66. x_libraries=NONE
  67. bindir='${exec_prefix}/bin'
  68. sbindir='${exec_prefix}/sbin'
  69. libexecdir='${exec_prefix}/libexec'
  70. datadir='${prefix}/share'
  71. sysconfdir='${prefix}/etc'
  72. sharedstatedir='${prefix}/com'
  73. localstatedir='${prefix}/var'
  74. libdir='${exec_prefix}/lib'
  75. includedir='${prefix}/include'
  76. oldincludedir='/usr/include'
  77. infodir='${prefix}/info'
  78. mandir='${prefix}/man'
  79. # Initialize some other variables.
  80. subdirs=
  81. MFLAGS= MAKEFLAGS=
  82. SHELL=${CONFIG_SHELL-/bin/sh}
  83. # Maximum number of lines to put in a shell here document.
  84. ac_max_here_lines=12
  85. ac_prev=
  86. for ac_option
  87. do
  88.   # If the previous option needs an argument, assign it.
  89.   if test -n "$ac_prev"; then
  90.     eval "$ac_prev=$ac_option"
  91.     ac_prev=
  92.     continue
  93.   fi
  94.   case "$ac_option" in
  95.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  96.   *) ac_optarg= ;;
  97.   esac
  98.   # Accept the important Cygnus configure options, so we can diagnose typos.
  99.   case "$ac_option" in
  100.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  101.     ac_prev=bindir ;;
  102.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  103.     bindir="$ac_optarg" ;;
  104.   -build | --build | --buil | --bui | --bu)
  105.     ac_prev=build ;;
  106.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  107.     build="$ac_optarg" ;;
  108.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  109.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  110.     ac_prev=cache_file ;;
  111.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  112.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  113.     cache_file="$ac_optarg" ;;
  114.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  115.     ac_prev=datadir ;;
  116.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  117.   | --da=*)
  118.     datadir="$ac_optarg" ;;
  119.   -disable-* | --disable-*)
  120.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  121.     # Reject names that are not valid shell variable names.
  122.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  123.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  124.     fi
  125.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  126.     eval "enable_${ac_feature}=no" ;;
  127.   -enable-* | --enable-*)
  128.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  129.     # Reject names that are not valid shell variable names.
  130.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  131.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  132.     fi
  133.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  134.     case "$ac_option" in
  135.       *=*) ;;
  136.       *) ac_optarg=yes ;;
  137.     esac
  138.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  139.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  140.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  141.   | --exec | --exe | --ex)
  142.     ac_prev=exec_prefix ;;
  143.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  144.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  145.   | --exec=* | --exe=* | --ex=*)
  146.     exec_prefix="$ac_optarg" ;;
  147.   -gas | --gas | --ga | --g)
  148.     # Obsolete; use --with-gas.
  149.     with_gas=yes ;;
  150.   -help | --help | --hel | --he)
  151.     # Omit some internal or obsolete options to make the list less imposing.
  152.     # This message is too long to be a string in the A/UX 3.1 sh.
  153.     cat << EOF
  154. Usage: configure [options] [host]
  155. Options: [defaults in brackets after descriptions]
  156. Configuration:
  157.   --cache-file=FILE       cache test results in FILE
  158.   --help                  print this message
  159.   --no-create             do not create output files
  160.   --quiet, --silent       do not print `checking...' messages
  161.   --version               print the version of autoconf that created configure
  162. Directory and file names:
  163.   --prefix=PREFIX         install architecture-independent files in PREFIX
  164.                           [$ac_default_prefix]
  165.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  166.                           [same as prefix]
  167.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  168.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  169.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  170.   --datadir=DIR           read-only architecture-independent data in DIR
  171.                           [PREFIX/share]
  172.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  173.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  174.                           [PREFIX/com]
  175.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  176.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  177.   --includedir=DIR        C header files in DIR [PREFIX/include]
  178.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  179.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  180.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  181.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  182.   --program-prefix=PREFIX prepend PREFIX to installed program names
  183.   --program-suffix=SUFFIX append SUFFIX to installed program names
  184.   --program-transform-name=PROGRAM
  185.                           run sed PROGRAM on installed program names
  186. EOF
  187.     cat << EOF
  188. Host type:
  189.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  190.   --host=HOST             configure for HOST [guessed]
  191.   --target=TARGET         configure for TARGET [TARGET=HOST]
  192. Features and packages:
  193.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  194.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  195.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  196.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  197.   --x-includes=DIR        X include files are in DIR
  198.   --x-libraries=DIR       X library files are in DIR
  199. EOF
  200.     if test -n "$ac_help"; then
  201.       echo "--enable and --with options recognized:$ac_help"
  202.     fi
  203.     exit 0 ;;
  204.   -host | --host | --hos | --ho)
  205.     ac_prev=host ;;
  206.   -host=* | --host=* | --hos=* | --ho=*)
  207.     host="$ac_optarg" ;;
  208.   -includedir | --includedir | --includedi | --included | --include 
  209.   | --includ | --inclu | --incl | --inc)
  210.     ac_prev=includedir ;;
  211.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  212.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  213.     includedir="$ac_optarg" ;;
  214.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  215.     ac_prev=infodir ;;
  216.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  217.     infodir="$ac_optarg" ;;
  218.   -libdir | --libdir | --libdi | --libd)
  219.     ac_prev=libdir ;;
  220.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  221.     libdir="$ac_optarg" ;;
  222.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  223.   | --libexe | --libex | --libe)
  224.     ac_prev=libexecdir ;;
  225.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  226.   | --libexe=* | --libex=* | --libe=*)
  227.     libexecdir="$ac_optarg" ;;
  228.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  229.   | --localstate | --localstat | --localsta | --localst 
  230.   | --locals | --local | --loca | --loc | --lo)
  231.     ac_prev=localstatedir ;;
  232.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  233.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  234.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  235.     localstatedir="$ac_optarg" ;;
  236.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  237.     ac_prev=mandir ;;
  238.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  239.     mandir="$ac_optarg" ;;
  240.   -nfp | --nfp | --nf)
  241.     # Obsolete; use --without-fp.
  242.     with_fp=no ;;
  243.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  244.   | --no-cr | --no-c)
  245.     no_create=yes ;;
  246.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  247.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  248.     no_recursion=yes ;;
  249.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  250.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  251.   | --oldin | --oldi | --old | --ol | --o)
  252.     ac_prev=oldincludedir ;;
  253.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  254.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  255.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  256.     oldincludedir="$ac_optarg" ;;
  257.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  258.     ac_prev=prefix ;;
  259.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  260.     prefix="$ac_optarg" ;;
  261.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  262.   | --program-pre | --program-pr | --program-p)
  263.     ac_prev=program_prefix ;;
  264.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  265.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  266.     program_prefix="$ac_optarg" ;;
  267.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  268.   | --program-suf | --program-su | --program-s)
  269.     ac_prev=program_suffix ;;
  270.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  271.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  272.     program_suffix="$ac_optarg" ;;
  273.   -program-transform-name | --program-transform-name 
  274.   | --program-transform-nam | --program-transform-na 
  275.   | --program-transform-n | --program-transform- 
  276.   | --program-transform | --program-transfor 
  277.   | --program-transfo | --program-transf 
  278.   | --program-trans | --program-tran 
  279.   | --progr-tra | --program-tr | --program-t)
  280.     ac_prev=program_transform_name ;;
  281.   -program-transform-name=* | --program-transform-name=* 
  282.   | --program-transform-nam=* | --program-transform-na=* 
  283.   | --program-transform-n=* | --program-transform-=* 
  284.   | --program-transform=* | --program-transfor=* 
  285.   | --program-transfo=* | --program-transf=* 
  286.   | --program-trans=* | --program-tran=* 
  287.   | --progr-tra=* | --program-tr=* | --program-t=*)
  288.     program_transform_name="$ac_optarg" ;;
  289.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  290.   | -silent | --silent | --silen | --sile | --sil)
  291.     silent=yes ;;
  292.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  293.     ac_prev=sbindir ;;
  294.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  295.   | --sbi=* | --sb=*)
  296.     sbindir="$ac_optarg" ;;
  297.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  298.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  299.   | --sharedst | --shareds | --shared | --share | --shar 
  300.   | --sha | --sh)
  301.     ac_prev=sharedstatedir ;;
  302.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  303.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  304.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  305.   | --sha=* | --sh=*)
  306.     sharedstatedir="$ac_optarg" ;;
  307.   -site | --site | --sit)
  308.     ac_prev=site ;;
  309.   -site=* | --site=* | --sit=*)
  310.     site="$ac_optarg" ;;
  311.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  312.     ac_prev=srcdir ;;
  313.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  314.     srcdir="$ac_optarg" ;;
  315.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  316.   | --syscon | --sysco | --sysc | --sys | --sy)
  317.     ac_prev=sysconfdir ;;
  318.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  319.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  320.     sysconfdir="$ac_optarg" ;;
  321.   -target | --target | --targe | --targ | --tar | --ta | --t)
  322.     ac_prev=target ;;
  323.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  324.     target="$ac_optarg" ;;
  325.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  326.     verbose=yes ;;
  327.   -version | --version | --versio | --versi | --vers)
  328.     echo "configure generated by autoconf version 2.13"
  329.     exit 0 ;;
  330.   -with-* | --with-*)
  331.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  332.     # Reject names that are not valid shell variable names.
  333.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  334.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  335.     fi
  336.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  337.     case "$ac_option" in
  338.       *=*) ;;
  339.       *) ac_optarg=yes ;;
  340.     esac
  341.     eval "with_${ac_package}='$ac_optarg'" ;;
  342.   -without-* | --without-*)
  343.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  344.     # Reject names that are not valid shell variable names.
  345.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  346.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  347.     fi
  348.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  349.     eval "with_${ac_package}=no" ;;
  350.   --x)
  351.     # Obsolete; use --with-x.
  352.     with_x=yes ;;
  353.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  354.   | --x-incl | --x-inc | --x-in | --x-i)
  355.     ac_prev=x_includes ;;
  356.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  357.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  358.     x_includes="$ac_optarg" ;;
  359.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  360.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  361.     ac_prev=x_libraries ;;
  362.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  363.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  364.     x_libraries="$ac_optarg" ;;
  365.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  366.     ;;
  367.   *)
  368.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  369.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  370.     fi
  371.     if test "x$nonopt" != xNONE; then
  372.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  373.     fi
  374.     nonopt="$ac_option"
  375.     ;;
  376.   esac
  377. done
  378. if test -n "$ac_prev"; then
  379.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  380. fi
  381. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  382. # File descriptor usage:
  383. # 0 standard input
  384. # 1 file creation
  385. # 2 errors and warnings
  386. # 3 some systems may open it to /dev/tty
  387. # 4 used on the Kubota Titan
  388. # 6 checking for... messages and results
  389. # 5 compiler messages saved in config.log
  390. if test "$silent" = yes; then
  391.   exec 6>/dev/null
  392. else
  393.   exec 6>&1
  394. fi
  395. exec 5>./config.log
  396. echo "
  397. This file contains any messages produced by compilers while
  398. running configure, to aid debugging if configure makes a mistake.
  399. " 1>&5
  400. # Strip out --no-create and --no-recursion so they do not pile up.
  401. # Also quote any args containing shell metacharacters.
  402. ac_configure_args=
  403. for ac_arg
  404. do
  405.   case "$ac_arg" in
  406.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  407.   | --no-cr | --no-c) ;;
  408.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  409.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  410.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  411.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  412.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  413.   esac
  414. done
  415. # NLS nuisances.
  416. # Only set these to C if already set.  These must not be set unconditionally
  417. # because not all systems understand e.g. LANG=C (notably SCO).
  418. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  419. # Non-C LC_CTYPE values break the ctype check.
  420. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  421. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  422. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  423. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  424. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  425. rm -rf conftest* confdefs.h
  426. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  427. echo > confdefs.h
  428. # A filename unique to this package, relative to the directory that
  429. # configure is in, which we can look for to find out if srcdir is correct.
  430. ac_unique_file=include/socks.h
  431. # Find the source files, if location was not specified.
  432. if test -z "$srcdir"; then
  433.   ac_srcdir_defaulted=yes
  434.   # Try the directory containing this script, then its parent.
  435.   ac_prog=$0
  436.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  437.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  438.   srcdir=$ac_confdir
  439.   if test ! -r $srcdir/$ac_unique_file; then
  440.     srcdir=..
  441.   fi
  442. else
  443.   ac_srcdir_defaulted=no
  444. fi
  445. if test ! -r $srcdir/$ac_unique_file; then
  446.   if test "$ac_srcdir_defaulted" = yes; then
  447.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  448.   else
  449.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  450.   fi
  451. fi
  452. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  453. # Prefer explicitly selected file to automatically selected ones.
  454. if test -z "$CONFIG_SITE"; then
  455.   if test "x$prefix" != xNONE; then
  456.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  457.   else
  458.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  459.   fi
  460. fi
  461. for ac_site_file in $CONFIG_SITE; do
  462.   if test -r "$ac_site_file"; then
  463.     echo "loading site script $ac_site_file"
  464.     . "$ac_site_file"
  465.   fi
  466. done
  467. if test -r "$cache_file"; then
  468.   echo "loading cache $cache_file"
  469.   . $cache_file
  470. else
  471.   echo "creating cache $cache_file"
  472.   > $cache_file
  473. fi
  474. ac_ext=c
  475. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  476. ac_cpp='$CPP $CPPFLAGS'
  477. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  478. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  479. cross_compiling=$ac_cv_prog_cc_cross
  480. ac_exeext=
  481. ac_objext=o
  482. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  483.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  484.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  485.     ac_n= ac_c='
  486. ' ac_t=' '
  487.   else
  488.     ac_n=-n ac_c= ac_t=
  489.   fi
  490. else
  491.   ac_n= ac_c='c' ac_t=
  492. fi
  493. #set this to enable prerelease, changes some defaults (debug enabled)
  494. #prerelease="1"
  495. if test x$prerelease != x; then
  496. prename="-pre$prerelease"
  497. else
  498. prename=""
  499. fi
  500. ac_aux_dir=
  501. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  502.   if test -f $ac_dir/install-sh; then
  503.     ac_aux_dir=$ac_dir
  504.     ac_install_sh="$ac_aux_dir/install-sh -c"
  505.     break
  506.   elif test -f $ac_dir/install.sh; then
  507.     ac_aux_dir=$ac_dir
  508.     ac_install_sh="$ac_aux_dir/install.sh -c"
  509.     break
  510.   fi
  511. done
  512. if test -z "$ac_aux_dir"; then
  513.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  514. fi
  515. ac_config_guess=$ac_aux_dir/config.guess
  516. ac_config_sub=$ac_aux_dir/config.sub
  517. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  518. # Find a good install program.  We prefer a C program (faster),
  519. # so one script is as good as another.  But avoid the broken or
  520. # incompatible versions:
  521. # SysV /etc/install, /usr/sbin/install
  522. # SunOS /usr/etc/install
  523. # IRIX /sbin/install
  524. # AIX /bin/install
  525. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  526. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  527. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  528. # ./install, which can be erroneously created by make from ./install.sh.
  529. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  530. echo "configure:599: checking for a BSD compatible install" >&5
  531. if test -z "$INSTALL"; then
  532. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  533.   echo $ac_n "(cached) $ac_c" 1>&6
  534. else
  535.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  536.   for ac_dir in $PATH; do
  537.     # Account for people who put trailing slashes in PATH elements.
  538.     case "$ac_dir/" in
  539.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  540.     *)
  541.       # OSF1 and SCO ODT 3.0 have their own names for install.
  542.       # Don't use installbsd from OSF since it installs stuff as root
  543.       # by default.
  544.       for ac_prog in ginstall scoinst install; do
  545.         if test -f $ac_dir/$ac_prog; then
  546.   if test $ac_prog = install &&
  547.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  548.     # AIX install.  It has an incompatible calling convention.
  549.     :
  550.   else
  551.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  552.     break 2
  553.   fi
  554. fi
  555.       done
  556.       ;;
  557.     esac
  558.   done
  559.   IFS="$ac_save_IFS"
  560. fi
  561.   if test "${ac_cv_path_install+set}" = set; then
  562.     INSTALL="$ac_cv_path_install"
  563.   else
  564.     # As a last resort, use the slow shell script.  We don't cache a
  565.     # path for INSTALL within a source directory, because that will
  566.     # break other packages using the cache if that directory is
  567.     # removed, or if the path is relative.
  568.     INSTALL="$ac_install_sh"
  569.   fi
  570. fi
  571. echo "$ac_t""$INSTALL" 1>&6
  572. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  573. # It thinks the first close brace ends the variable substitution.
  574. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  575. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  576. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  577. echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
  578. echo "configure:652: checking whether build environment is sane" >&5
  579. # Just in case
  580. sleep 1
  581. echo timestamp > conftestfile
  582. # Do `set' in a subshell so we don't clobber the current shell's
  583. # arguments.  Must try -L first in case configure is actually a
  584. # symlink; some systems play weird games with the mod time of symlinks
  585. # (eg FreeBSD returns the mod time of the symlink's containing
  586. # directory).
  587. if (
  588.    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
  589.    if test "$*" = "X"; then
  590.       # -L didn't work.
  591.       set X `ls -t $srcdir/configure conftestfile`
  592.    fi
  593.    if test "$*" != "X $srcdir/configure conftestfile" 
  594.       && test "$*" != "X conftestfile $srcdir/configure"; then
  595.       # If neither matched, then we have a broken ls.  This can happen
  596.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  597.       # broken ls alias from the environment.  This has actually
  598.       # happened.  Such a system could not be considered "sane".
  599.       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
  600. alias in your environment" 1>&2; exit 1; }
  601.    fi
  602.    test "$2" = conftestfile
  603.    )
  604. then
  605.    # Ok.
  606.    :
  607. else
  608.    { echo "configure: error: newly created file is older than distributed files!
  609. Check your system clock" 1>&2; exit 1; }
  610. fi
  611. rm -f conftest*
  612. echo "$ac_t""yes" 1>&6
  613. if test "$program_transform_name" = s,x,x,; then
  614.   program_transform_name=
  615. else
  616.   # Double any  or $.  echo might interpret backslashes.
  617.   cat <<EOF_SED > conftestsed
  618. s,\,\\,g; s,$,$$,g
  619. EOF_SED
  620.   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
  621.   rm -f conftestsed
  622. fi
  623. test "$program_prefix" != NONE &&
  624.   program_transform_name="s,^,${program_prefix},; $program_transform_name"
  625. # Use a double $ so make ignores it.
  626. test "$program_suffix" != NONE &&
  627.   program_transform_name="s,$$,${program_suffix},; $program_transform_name"
  628. # sed with no file args requires a program.
  629. test "$program_transform_name" = "" && program_transform_name="s,x,x,"
  630. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  631. echo "configure:709: checking whether ${MAKE-make} sets ${MAKE}" >&5
  632. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  633. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  634.   echo $ac_n "(cached) $ac_c" 1>&6
  635. else
  636.   cat > conftestmake <<EOF
  637. all:
  638. @echo 'ac_maketemp="${MAKE}"'
  639. EOF
  640. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  641. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  642. if test -n "$ac_maketemp"; then
  643.   eval ac_cv_prog_make_${ac_make}_set=yes
  644. else
  645.   eval ac_cv_prog_make_${ac_make}_set=no
  646. fi
  647. rm -f conftestmake
  648. fi
  649. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  650.   echo "$ac_t""yes" 1>&6
  651.   SET_MAKE=
  652. else
  653.   echo "$ac_t""no" 1>&6
  654.   SET_MAKE="MAKE=${MAKE-make}"
  655. fi
  656. PACKAGE=dante
  657. VERSION=1.1.1$prename
  658. if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
  659.   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
  660. fi
  661. cat >> confdefs.h <<EOF
  662. #define PACKAGE "$PACKAGE"
  663. EOF
  664. cat >> confdefs.h <<EOF
  665. #define VERSION "$VERSION"
  666. EOF
  667. missing_dir=`cd $ac_aux_dir && pwd`
  668. echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
  669. echo "configure:755: checking for working aclocal" >&5
  670. # Run test in a subshell; some versions of sh will print an error if
  671. # an executable is not found, even if stderr is redirected.
  672. # Redirect stdin to placate older versions of autoconf.  Sigh.
  673. if (aclocal --version) < /dev/null > /dev/null 2>&1; then
  674.    ACLOCAL=aclocal
  675.    echo "$ac_t""found" 1>&6
  676. else
  677.    ACLOCAL="$missing_dir/missing aclocal"
  678.    echo "$ac_t""missing" 1>&6
  679. fi
  680. echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
  681. echo "configure:768: checking for working autoconf" >&5
  682. # Run test in a subshell; some versions of sh will print an error if
  683. # an executable is not found, even if stderr is redirected.
  684. # Redirect stdin to placate older versions of autoconf.  Sigh.
  685. if (autoconf --version) < /dev/null > /dev/null 2>&1; then
  686.    AUTOCONF=autoconf
  687.    echo "$ac_t""found" 1>&6
  688. else
  689.    AUTOCONF="$missing_dir/missing autoconf"
  690.    echo "$ac_t""missing" 1>&6
  691. fi
  692. echo $ac_n "checking for working automake""... $ac_c" 1>&6
  693. echo "configure:781: checking for working automake" >&5
  694. # Run test in a subshell; some versions of sh will print an error if
  695. # an executable is not found, even if stderr is redirected.
  696. # Redirect stdin to placate older versions of autoconf.  Sigh.
  697. if (automake --version) < /dev/null > /dev/null 2>&1; then
  698.    AUTOMAKE=automake
  699.    echo "$ac_t""found" 1>&6
  700. else
  701.    AUTOMAKE="$missing_dir/missing automake"
  702.    echo "$ac_t""missing" 1>&6
  703. fi
  704. echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
  705. echo "configure:794: checking for working autoheader" >&5
  706. # Run test in a subshell; some versions of sh will print an error if
  707. # an executable is not found, even if stderr is redirected.
  708. # Redirect stdin to placate older versions of autoconf.  Sigh.
  709. if (autoheader --version) < /dev/null > /dev/null 2>&1; then
  710.    AUTOHEADER=autoheader
  711.    echo "$ac_t""found" 1>&6
  712. else
  713.    AUTOHEADER="$missing_dir/missing autoheader"
  714.    echo "$ac_t""missing" 1>&6
  715. fi
  716. echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
  717. echo "configure:807: checking for working makeinfo" >&5
  718. # Run test in a subshell; some versions of sh will print an error if
  719. # an executable is not found, even if stderr is redirected.
  720. # Redirect stdin to placate older versions of autoconf.  Sigh.
  721. if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
  722.    MAKEINFO=makeinfo
  723.    echo "$ac_t""found" 1>&6
  724. else
  725.    MAKEINFO="$missing_dir/missing makeinfo"
  726.    echo "$ac_t""missing" 1>&6
  727. fi
  728. #NOTE: save CFLAGS; wish to compile without -O2 when debugging
  729. oCFLAGS=$CFLAGS
  730. unset CFLAGS
  731. # Check whether --enable-shared or --disable-shared was given.
  732. if test "${enable_shared+set}" = set; then
  733.   enableval="$enable_shared"
  734.   p=${PACKAGE-default}
  735. case "$enableval" in
  736. yes) enable_shared=yes ;;
  737. no) enable_shared=no ;;
  738. *)
  739.   enable_shared=no
  740.   # Look at the argument we got.  We use all the common list separators.
  741.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
  742.   for pkg in $enableval; do
  743.     if test "X$pkg" = "X$p"; then
  744.       enable_shared=yes
  745.     fi
  746.   done
  747.   IFS="$ac_save_ifs"
  748.   ;;
  749. esac
  750. else
  751.   enable_shared=yes
  752. fi
  753. # Check whether --enable-static or --disable-static was given.
  754. if test "${enable_static+set}" = set; then
  755.   enableval="$enable_static"
  756.   p=${PACKAGE-default}
  757. case "$enableval" in
  758. yes) enable_static=yes ;;
  759. no) enable_static=no ;;
  760. *)
  761.   enable_static=no
  762.   # Look at the argument we got.  We use all the common list separators.
  763.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
  764.   for pkg in $enableval; do
  765.     if test "X$pkg" = "X$p"; then
  766.       enable_static=yes
  767.     fi
  768.   done
  769.   IFS="$ac_save_ifs"
  770.   ;;
  771. esac
  772. else
  773.   enable_static=yes
  774. fi
  775. # Make sure we can run config.sub.
  776. if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
  777. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  778. fi
  779. echo $ac_n "checking host system type""... $ac_c" 1>&6
  780. echo "configure:879: checking host system type" >&5
  781. host_alias=$host
  782. case "$host_alias" in
  783. NONE)
  784.   case $nonopt in
  785.   NONE)
  786.     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
  787.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  788.     fi ;;
  789.   *) host_alias=$nonopt ;;
  790.   esac ;;
  791. esac
  792. host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
  793. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  794. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  795. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  796. echo "$ac_t""$host" 1>&6
  797. # Extract the first word of "ranlib", so it can be a program name with args.
  798. set dummy ranlib; ac_word=$2
  799. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  800. echo "configure:902: checking for $ac_word" >&5
  801. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  802.   echo $ac_n "(cached) $ac_c" 1>&6
  803. else
  804.   if test -n "$RANLIB"; then
  805.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  806. else
  807.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  808.   ac_dummy="$PATH"
  809.   for ac_dir in $ac_dummy; do
  810.     test -z "$ac_dir" && ac_dir=.
  811.     if test -f $ac_dir/$ac_word; then
  812.       ac_cv_prog_RANLIB="ranlib"
  813.       break
  814.     fi
  815.   done
  816.   IFS="$ac_save_ifs"
  817.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  818. fi
  819. fi
  820. RANLIB="$ac_cv_prog_RANLIB"
  821. if test -n "$RANLIB"; then
  822.   echo "$ac_t""$RANLIB" 1>&6
  823. else
  824.   echo "$ac_t""no" 1>&6
  825. fi
  826. # Extract the first word of "gcc", so it can be a program name with args.
  827. set dummy gcc; ac_word=$2
  828. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  829. echo "configure:932: checking for $ac_word" >&5
  830. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  831.   echo $ac_n "(cached) $ac_c" 1>&6
  832. else
  833.   if test -n "$CC"; then
  834.   ac_cv_prog_CC="$CC" # Let the user override the test.
  835. else
  836.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  837.   ac_dummy="$PATH"
  838.   for ac_dir in $ac_dummy; do
  839.     test -z "$ac_dir" && ac_dir=.
  840.     if test -f $ac_dir/$ac_word; then
  841.       ac_cv_prog_CC="gcc"
  842.       break
  843.     fi
  844.   done
  845.   IFS="$ac_save_ifs"
  846. fi
  847. fi
  848. CC="$ac_cv_prog_CC"
  849. if test -n "$CC"; then
  850.   echo "$ac_t""$CC" 1>&6
  851. else
  852.   echo "$ac_t""no" 1>&6
  853. fi
  854. if test -z "$CC"; then
  855.   # Extract the first word of "cc", so it can be a program name with args.
  856. set dummy cc; ac_word=$2
  857. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  858. echo "configure:962: checking for $ac_word" >&5
  859. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  860.   echo $ac_n "(cached) $ac_c" 1>&6
  861. else
  862.   if test -n "$CC"; then
  863.   ac_cv_prog_CC="$CC" # Let the user override the test.
  864. else
  865.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  866.   ac_prog_rejected=no
  867.   ac_dummy="$PATH"
  868.   for ac_dir in $ac_dummy; do
  869.     test -z "$ac_dir" && ac_dir=.
  870.     if test -f $ac_dir/$ac_word; then
  871.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  872.         ac_prog_rejected=yes
  873. continue
  874.       fi
  875.       ac_cv_prog_CC="cc"
  876.       break
  877.     fi
  878.   done
  879.   IFS="$ac_save_ifs"
  880. if test $ac_prog_rejected = yes; then
  881.   # We found a bogon in the path, so make sure we never use it.
  882.   set dummy $ac_cv_prog_CC
  883.   shift
  884.   if test $# -gt 0; then
  885.     # We chose a different compiler from the bogus one.
  886.     # However, it has the same basename, so the bogon will be chosen
  887.     # first if we set CC to just the basename; use the full file name.
  888.     shift
  889.     set dummy "$ac_dir/$ac_word" "$@"
  890.     shift
  891.     ac_cv_prog_CC="$@"
  892.   fi
  893. fi
  894. fi
  895. fi
  896. CC="$ac_cv_prog_CC"
  897. if test -n "$CC"; then
  898.   echo "$ac_t""$CC" 1>&6
  899. else
  900.   echo "$ac_t""no" 1>&6
  901. fi
  902.   if test -z "$CC"; then
  903.     case "`uname -s`" in
  904.     *win32* | *WIN32*)
  905.       # Extract the first word of "cl", so it can be a program name with args.
  906. set dummy cl; ac_word=$2
  907. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  908. echo "configure:1013: checking for $ac_word" >&5
  909. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  910.   echo $ac_n "(cached) $ac_c" 1>&6
  911. else
  912.   if test -n "$CC"; then
  913.   ac_cv_prog_CC="$CC" # Let the user override the test.
  914. else
  915.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  916.   ac_dummy="$PATH"
  917.   for ac_dir in $ac_dummy; do
  918.     test -z "$ac_dir" && ac_dir=.
  919.     if test -f $ac_dir/$ac_word; then
  920.       ac_cv_prog_CC="cl"
  921.       break
  922.     fi
  923.   done
  924.   IFS="$ac_save_ifs"
  925. fi
  926. fi
  927. CC="$ac_cv_prog_CC"
  928. if test -n "$CC"; then
  929.   echo "$ac_t""$CC" 1>&6
  930. else
  931.   echo "$ac_t""no" 1>&6
  932. fi
  933.  ;;
  934.     esac
  935.   fi
  936.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  937. fi
  938. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  939. echo "configure:1045: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  940. ac_ext=c
  941. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  942. ac_cpp='$CPP $CPPFLAGS'
  943. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  944. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  945. cross_compiling=$ac_cv_prog_cc_cross
  946. cat > conftest.$ac_ext << EOF
  947. #line 1056 "configure"
  948. #include "confdefs.h"
  949. main(){return(0);}
  950. EOF
  951. if { (eval echo configure:1061: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  952.   ac_cv_prog_cc_works=yes
  953.   # If we can't run a trivial program, we are probably using a cross compiler.
  954.   if (./conftest; exit) 2>/dev/null; then
  955.     ac_cv_prog_cc_cross=no
  956.   else
  957.     ac_cv_prog_cc_cross=yes
  958.   fi
  959. else
  960.   echo "configure: failed program was:" >&5
  961.   cat conftest.$ac_ext >&5
  962.   ac_cv_prog_cc_works=no
  963. fi
  964. rm -fr conftest*
  965. ac_ext=c
  966. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  967. ac_cpp='$CPP $CPPFLAGS'
  968. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  969. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  970. cross_compiling=$ac_cv_prog_cc_cross
  971. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  972. if test $ac_cv_prog_cc_works = no; then
  973.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  974. fi
  975. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  976. echo "configure:1087: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  977. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  978. cross_compiling=$ac_cv_prog_cc_cross
  979. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  980. echo "configure:1092: checking whether we are using GNU C" >&5
  981. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  982.   echo $ac_n "(cached) $ac_c" 1>&6
  983. else
  984.   cat > conftest.c <<EOF
  985. #ifdef __GNUC__
  986.   yes;
  987. #endif
  988. EOF
  989. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1101: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  990.   ac_cv_prog_gcc=yes
  991. else
  992.   ac_cv_prog_gcc=no
  993. fi
  994. fi
  995. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  996. if test $ac_cv_prog_gcc = yes; then
  997.   GCC=yes
  998. else
  999.   GCC=
  1000. fi
  1001. ac_test_CFLAGS="${CFLAGS+set}"
  1002. ac_save_CFLAGS="$CFLAGS"
  1003. CFLAGS=
  1004. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  1005. echo "configure:1120: checking whether ${CC-cc} accepts -g" >&5
  1006. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  1007.   echo $ac_n "(cached) $ac_c" 1>&6
  1008. else
  1009.   echo 'void f(){}' > conftest.c
  1010. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  1011.   ac_cv_prog_cc_g=yes
  1012. else
  1013.   ac_cv_prog_cc_g=no
  1014. fi
  1015. rm -f conftest*
  1016. fi
  1017. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  1018. if test "$ac_test_CFLAGS" = set; then
  1019.   CFLAGS="$ac_save_CFLAGS"
  1020. elif test $ac_cv_prog_cc_g = yes; then
  1021.   if test "$GCC" = yes; then
  1022.     CFLAGS="-g -O2"
  1023.   else
  1024.     CFLAGS="-g"
  1025.   fi
  1026. else
  1027.   if test "$GCC" = yes; then
  1028.     CFLAGS="-O2"
  1029.   else
  1030.     CFLAGS=
  1031.   fi
  1032. fi
  1033. # Check whether --with-gnu-ld or --without-gnu-ld was given.
  1034. if test "${with_gnu_ld+set}" = set; then
  1035.   withval="$with_gnu_ld"
  1036.   test "$withval" = no || with_gnu_ld=yes
  1037. else
  1038.   with_gnu_ld=no
  1039. fi
  1040. ac_prog=ld
  1041. if test "$ac_cv_prog_gcc" = yes; then
  1042.   # Check if gcc -print-prog-name=ld gives a path.
  1043.   echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
  1044. echo "configure:1164: checking for ld used by GCC" >&5
  1045.   ac_prog=`($CC -print-prog-name=ld) 2>&5`
  1046.   case "$ac_prog" in
  1047.   # Accept absolute paths.
  1048.   /* | A-Za-z:\*)
  1049.     test -z "$LD" && LD="$ac_prog"
  1050.     ;;
  1051.   "")
  1052.     # If it fails, then pretend we aren't using GCC.
  1053.     ac_prog=ld
  1054.     ;;
  1055.   *)
  1056.     # If it is relative, then search for the first ld in PATH.
  1057.     with_gnu_ld=unknown
  1058.     ;;
  1059.   esac
  1060. elif test "$with_gnu_ld" = yes; then
  1061.   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
  1062. echo "configure:1182: checking for GNU ld" >&5
  1063. else
  1064.   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
  1065. echo "configure:1185: checking for non-GNU ld" >&5
  1066. fi
  1067. if eval "test "`echo '$''{'ac_cv_path_LD'+set}'`" = set"; then
  1068.   echo $ac_n "(cached) $ac_c" 1>&6
  1069. else
  1070.   if test -z "$LD"; then
  1071.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1072.   for ac_dir in $PATH; do
  1073.     test -z "$ac_dir" && ac_dir=.
  1074.     if test -f "$ac_dir/$ac_prog"; then
  1075.       ac_cv_path_LD="$ac_dir/$ac_prog"
  1076.       # Check to see if the program is GNU ld.  I'd rather use --version,
  1077.       # but apparently some GNU ld's only accept -v.
  1078.       # Break only if it was the GNU/non-GNU ld that we prefer.
  1079.       if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
  1080. test "$with_gnu_ld" != no && break
  1081.       else
  1082.         test "$with_gnu_ld" != yes && break
  1083.       fi
  1084.     fi
  1085.   done
  1086.   IFS="$ac_save_ifs"
  1087. else
  1088.   ac_cv_path_LD="$LD" # Let the user override the test with a path.
  1089. fi
  1090. fi
  1091. LD="$ac_cv_path_LD"
  1092. if test -n "$LD"; then
  1093.   echo "$ac_t""$LD" 1>&6
  1094. else
  1095.   echo "$ac_t""no" 1>&6
  1096. fi
  1097. test -z "$LD" && { echo "configure: error: no acceptable ld found in $PATH" 1>&2; exit 1; }
  1098. echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
  1099. echo "configure:1221: checking if the linker ($LD) is GNU ld" >&5
  1100. if eval "test "`echo '$''{'ac_cv_prog_gnu_ld'+set}'`" = set"; then
  1101.   echo $ac_n "(cached) $ac_c" 1>&6
  1102. else
  1103.   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
  1104. if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
  1105.   ac_cv_prog_gnu_ld=yes
  1106. else
  1107.   ac_cv_prog_gnu_ld=no
  1108. fi
  1109. fi
  1110. echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
  1111. echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
  1112. echo "configure:1237: checking for BSD-compatible nm" >&5
  1113. if eval "test "`echo '$''{'ac_cv_path_NM'+set}'`" = set"; then
  1114.   echo $ac_n "(cached) $ac_c" 1>&6
  1115. else
  1116.   case "$NM" in
  1117. /* | A-Za-z:\*)
  1118.   ac_cv_path_NM="$NM" # Let the user override the test with a path.
  1119.   ;;
  1120. *)
  1121.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1122.   for ac_dir in /usr/ucb /usr/ccs/bin $PATH /bin; do
  1123.     test -z "$ac_dir" && ac_dir=.
  1124.     if test -f $ac_dir/nm; then
  1125.       # Check to see if the nm accepts a BSD-compat flag.
  1126.       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
  1127.       #   nm: unknown option "B" ignored
  1128.       if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  1129.         ac_cv_path_NM="$ac_dir/nm -B"
  1130.       elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  1131.         ac_cv_path_NM="$ac_dir/nm -p"
  1132.       else
  1133.         ac_cv_path_NM="$ac_dir/nm"
  1134.       fi
  1135.       break
  1136.     fi
  1137.   done
  1138.   IFS="$ac_save_ifs"
  1139.   test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
  1140.   ;;
  1141. esac
  1142. fi
  1143. NM="$ac_cv_path_NM"
  1144. echo "$ac_t""$NM" 1>&6
  1145. echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
  1146. echo "configure:1274: checking whether ln -s works" >&5
  1147. if eval "test "`echo '$''{'ac_cv_prog_LN_S'+set}'`" = set"; then
  1148.   echo $ac_n "(cached) $ac_c" 1>&6
  1149. else
  1150.   rm -f conftestdata
  1151. if ln -s X conftestdata 2>/dev/null
  1152. then
  1153.   rm -f conftestdata
  1154.   ac_cv_prog_LN_S="ln -s"
  1155. else
  1156.   ac_cv_prog_LN_S=ln
  1157. fi
  1158. fi
  1159. LN_S="$ac_cv_prog_LN_S"
  1160. if test "$ac_cv_prog_LN_S" = "ln -s"; then
  1161.   echo "$ac_t""yes" 1>&6
  1162. else
  1163.   echo "$ac_t""no" 1>&6
  1164. fi
  1165. # Always use our own libtool.
  1166. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1167. # Check for any special flags to pass to ltconfig.
  1168. libtool_flags=
  1169. test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
  1170. test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
  1171. test "$silent" = yes && libtool_flags="$libtool_flags --silent"
  1172. test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
  1173. test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
  1174. # Some flags need to be propagated to the compiler or linker for good
  1175. # libtool support.
  1176. case "$host" in
  1177. *-*-irix6*)
  1178.   # Find out which ABI we are using.
  1179.   echo '#line 1310 "configure"' > conftest.$ac_ext
  1180.   if { (eval echo configure:1311: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1181.     case "`/usr/bin/file conftest.o`" in
  1182.     *32-bit*)
  1183.       LD="${LD-ld} -32"
  1184.       ;;
  1185.     *N32*)
  1186.       LD="${LD-ld} -n32"
  1187.       ;;
  1188.     *64-bit*)
  1189.       LD="${LD-ld} -64"
  1190.       ;;
  1191.     esac
  1192.   fi
  1193.   rm -rf conftest*
  1194.   ;;
  1195. *-*-sco3.2v5*)
  1196.   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
  1197.   CFLAGS="$CFLAGS -belf"
  1198.   ;;
  1199. esac
  1200. # Actually configure libtool.  ac_aux_dir is where install-sh is found.
  1201. CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" 
  1202. LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" 
  1203. ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig 
  1204. $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host 
  1205. || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
  1206. autoconf_compflags=$CFLAGS
  1207. CFLAGS=$oCFLAGS
  1208. # Make sure we can run config.sub.
  1209. if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
  1210. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  1211. fi
  1212. echo $ac_n "checking host system type""... $ac_c" 1>&6
  1213. echo "configure:1350: checking host system type" >&5
  1214. host_alias=$host
  1215. case "$host_alias" in
  1216. NONE)
  1217.   case $nonopt in
  1218.   NONE)
  1219.     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
  1220.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  1221.     fi ;;
  1222.   *) host_alias=$nonopt ;;
  1223.   esac ;;
  1224. esac
  1225. host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
  1226. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  1227. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  1228. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  1229. echo "$ac_t""$host" 1>&6
  1230. if test x$prerelease != x; then
  1231.   PRERELEASE_TRUE=
  1232.   PRERELEASE_FALSE='#'
  1233. else
  1234.   PRERELEASE_TRUE='#'
  1235.   PRERELEASE_FALSE=
  1236. fi
  1237. #known keywords for --enable/disable-foo(=yes/no)?
  1238. KNOWN_KEYWORDS="shared|static|debug|warnings|diagnostic|profiling|linting|libwrap|preload"
  1239. for keyword in `set | egrep '^enable_' | sed -e 's/^enable_(.*)=.*/1/'`;
  1240. do
  1241. echo $keyword | egrep "^(${KNOWN_KEYWORDS})$" > /dev/null
  1242. if test $? -ne 0; then
  1243. echo "configure: warning: unknown option '$keyword'" 1>&2
  1244. sleep 10;
  1245. fi
  1246. done
  1247. #solaris 2.5.1 is broken in many places
  1248. case $host in
  1249.     *-*-solaris2.5.1)
  1250. echo "configure: warning: the server might not work properly on solaris 2.5.1" 1>&2
  1251. cat >> confdefs.h <<EOF
  1252. #define HAVE_SOLARIS_2_5_1 1
  1253. EOF
  1254.     ;;
  1255. esac
  1256. #disable acceptlock
  1257. #XXX add proper test for this?
  1258. case $host in
  1259. *-*-*bsd*)
  1260. no_acceptlock=t
  1261. ;;
  1262. alpha-dec-osf*)
  1263. no_acceptlock=t
  1264. ;;
  1265. *-*-solaris2.6)
  1266. no_acceptlock=t
  1267. ;;
  1268. *-*-solaris2.7)
  1269. no_acceptlock=t
  1270. ;;
  1271. esac
  1272. case $host in
  1273. alpha-dec-osf*)
  1274. cat >> confdefs.h <<EOF
  1275. #define HAVE_DEC_PROTO 1
  1276. EOF
  1277. cat >> confdefs.h <<EOF
  1278. #define HAVE_EXTRA_OSF_SYMBOLS 1
  1279. EOF
  1280. PRELOAD="RLD"
  1281. CPPFLAGS="${CPPFLAGS} -D_XOPEN_SOURCE_EXTENDED -DBYTE_ORDER=LITTLE_ENDIAN -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_OSF_SOURCE"
  1282. ;;
  1283. *-*-hpux*)
  1284. #hpux needs _PROTOTYPES to include prototypes
  1285. #for configure (at least when cc is used)
  1286. CPPFLAGS="${CPPFLAGS} -D_PROTOTYPES"
  1287. ;;
  1288. *-*-sunos4*)
  1289. #XXX hardcode library path (find better way to do this?)
  1290. cat >> confdefs.h <<EOF
  1291. #define LIBRARY_PATH "/usr/lib/"
  1292. EOF
  1293. base_library_path="/usr/lib/"
  1294. echo "configure: warning: "notice: hardcoding /usr/lib for dlopen"" 1>&2
  1295. #nonstandard libfunction workaround #XXX proper test
  1296. cat >> confdefs.h <<EOF
  1297. #define HAVE_BROKEN_VSPRINTF 1
  1298. EOF
  1299. #link problems with libresolv, hardcode domainname
  1300. if test -s /etc/resolv.conf; then
  1301.     domainname_hardcoded=`grep domain /etc/resolv.conf | awk '{ print $2 }'`
  1302. fi
  1303. no_res_init=t
  1304. cat >> confdefs.h <<EOF
  1305. #define HAVE_NO_RESOLVESTUFF 1
  1306. EOF
  1307. ;;
  1308. *-*-solaris*)
  1309. cat >> confdefs.h <<EOF
  1310. #define HAVE_SENDMSG_DEADLOCK 1
  1311. EOF
  1312. cat >> confdefs.h <<EOF
  1313. #define HAVE_SOLARIS_BUGS 1
  1314. EOF
  1315. cat >> confdefs.h <<EOF
  1316. #define BSD_COMP 1
  1317. EOF
  1318. ;;
  1319. *-*-linux-*) # XXX This might only concern 2.0.x kernels (add test?)
  1320. cat >> confdefs.h <<EOF
  1321. #define HAVE_DEFECT_RECVMSG 1
  1322. EOF
  1323. cat >> confdefs.h <<EOF
  1324. #define HAVE_LINUX_BUGS 1
  1325. EOF
  1326. cat >> confdefs.h <<EOF
  1327. #define SPT_PADCHAR ''
  1328. EOF
  1329. ;;
  1330. *-*-openbsd*) #static sockd when profiling is enabled
  1331. no_dynamic_profiled_sockd=t
  1332. ;;
  1333. *-*-irix*)
  1334. PRELOAD="RLD"
  1335. ;;
  1336. esac
  1337. case $PRELOAD in
  1338. RLD)
  1339. PRELOAD_SEPERATOR=":"
  1340. PRELOAD_VARIABLE="_RLD_LIST"
  1341. PRELOAD_POSTFIX="DEFAULT"
  1342. ;;
  1343. *)
  1344. PRELOAD_SEPERATOR=" "
  1345. PRELOAD_VARIABLE="LD_PRELOAD"
  1346. PRELOAD_POSTFIX=""
  1347. ;;
  1348. esac
  1349. #define hosttype
  1350. cat >> confdefs.h <<EOF
  1351. #define HAVE_HOST_TYPE "$host"
  1352. EOF
  1353. #XXX add proper test for this?
  1354. if test x$no_acceptlock != xt; then
  1355. cat >> confdefs.h <<EOF
  1356. #define NEED_ACCEPTLOCK 1
  1357. EOF
  1358. fi
  1359. echo $ac_n "checking for compiler flags""... $ac_c" 1>&6
  1360. echo "configure:1540: checking for compiler flags" >&5
  1361. case $host in
  1362.     #XXX check for compiler type, not architecture
  1363.     *-*-solaris*)
  1364. if test "x$GCC" = x; then
  1365.     #-xs provides allows easier debugging with gdb
  1366.     comp_flags="-Xt -xs" #XXX -Xt needed to compile?
  1367.     #XXX due to some problems with sockaddr alignment
  1368.     #XXX sun cc needs -misalign
  1369.     comp_flags="$comp_flags -misalign -xO0"
  1370.     echo "$ac_t""$comp_flags" 1>&6
  1371.     echo "configure: warning: there might currenly be some performance problems with suncc - it needs -misalign" 1>&2
  1372.     $CC 2>&1 | grep ucbcc > /dev/null
  1373.     if test $? -eq 0; then
  1374. #XXX ucbcc uses includes from /usr/ucbinclude, but these are
  1375. #not complete. add /usr/include to include path to get
  1376. #all prototypes (read/write are missing)
  1377. #XXX
  1378. host_cc="solaris-ucbcc"
  1379. CPPFLAGS="-I/usr/include $CPPFLAGS${CPPFLAGS:+ } "
  1380.     fi
  1381. fi
  1382. # AC_MSG_RESULT($comp_flags)
  1383.     ;;
  1384.     alpha-dec-osf*) #XXX is it possible to get it to work with -newc?
  1385. if test "x$GCC" = x; then
  1386.     comp_flags="-std1 -oldc"
  1387. fi
  1388. echo "$ac_t""$comp_flags" 1>&6
  1389.     ;;
  1390.     *)
  1391. echo "$ac_t""none" 1>&6
  1392.     ;;
  1393.     #XXX make sure compiling with compiler options works
  1394. esac
  1395. echo $ac_n "checking for support for -pipe compiler flag""... $ac_c" 1>&6
  1396. echo "configure:1580: checking for support for -pipe compiler flag" >&5
  1397. oCFLAGS=$CFLAGS
  1398. CFLAGS="$CFLAGS -pipe"
  1399. if test "$cross_compiling" = yes; then
  1400.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1401. else
  1402.   cat > conftest.$ac_ext <<EOF
  1403. #line 1587 "configure"
  1404. #include "confdefs.h"
  1405. int main()
  1406. {
  1407. return 0;
  1408. }
  1409. EOF
  1410. if { (eval echo configure:1595: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1411. then
  1412.   echo "$ac_t""yes" 1>&6
  1413.      comp_flags="${comp_flags} -pipe"
  1414. else
  1415.   echo "configure: failed program was:" >&5
  1416.   cat conftest.$ac_ext >&5
  1417.   rm -fr conftest*
  1418.   echo "$ac_t""no" 1>&6
  1419. fi
  1420. rm -fr conftest*
  1421. fi
  1422. CFLAGS="$oCFLAGS"
  1423. echo $ac_n "checking for compilation with debugging""... $ac_c" 1>&6
  1424. echo "configure:1612: checking for compilation with debugging" >&5
  1425. # Check whether --enable-debug or --disable-debug was given.
  1426. if test "${enable_debug+set}" = set; then
  1427.   enableval="$enable_debug"
  1428.   debug_enabled=t
  1429. else
  1430.   if test x$prerelease != x; then
  1431.    debug_enabled=t
  1432.  fi
  1433. fi
  1434. if test x$debug_enabled = xt; then
  1435.     #no optimalization wanted
  1436.     if test $ac_cv_prog_cc_g = yes; then
  1437. CFLAGS="$CFLAGS -g"
  1438.     fi
  1439.     CPPFLAGS="-DDEBUG $CPPFLAGS"
  1440.     echo "$ac_t""yes" 1>&6
  1441. else
  1442.     echo "$ac_t""no" 1>&6
  1443.     #autoconf_compflags is set to "-g -O2" with GCC
  1444.     CFLAGS="$CFLAGS $autoconf_compflags"
  1445. fi
  1446. #-Wall ?
  1447. echo $ac_n "checking for warning flags""... $ac_c" 1>&6
  1448. echo "configure:1639: checking for warning flags" >&5
  1449. # Check whether --enable-warnings or --disable-warnings was given.
  1450. if test "${enable_warnings+set}" = set; then
  1451.   enableval="$enable_warnings"
  1452.   enable_warnings=t
  1453. else
  1454.   if test x$prerelease != x; then
  1455.     enable_warnings=t
  1456.  fi
  1457. fi
  1458. #construct warning flags in $warn
  1459. if test x$enable_warnings != x; then
  1460.     #try to enable compiler specific warning flags
  1461.     if test "x$GCC" = x; then
  1462. case $host in
  1463.     *sunos4*) #sunos cc
  1464. # warn=""
  1465. true
  1466.     ;;
  1467.     alpha-dec-osf*) #osf cc
  1468. # warn="-w0 -check -portable -warnprotos"
  1469. true
  1470.     ;;
  1471.     *-*-solaris*)
  1472. warn="-v" #XXX sun cc won't link with -vc defined
  1473. true
  1474.     ;;
  1475.     *-*-irix*) #sgi cc
  1476. warn="-fullwarn"
  1477.     ;;
  1478.     *) #try -Wall (gcc)
  1479. warn="-Wall"
  1480.     ;;
  1481. esac
  1482.     else
  1483. #gcc warnings
  1484. warn="-Wall -W -Wnested-externs -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wbad-function-cast -Wpointer-arith -Wundef"
  1485. #warn="$warn -Wold-style-cast -Winline -Waggregate-return -Wconversion -Wwrite-strings -Wtraditional -Wshadow"
  1486.     fi
  1487.     oCFLAGS=$CFLAGS
  1488.     CFLAGS="$CFLAGS $warn"
  1489.     #make sure compilation is still possible
  1490.     cat > conftest.$ac_ext <<EOF
  1491. #line 1690 "configure"
  1492. #include "confdefs.h"
  1493. int main() {
  1494. ; return 0; }
  1495. EOF
  1496. if { (eval echo configure:1697: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1497.   rm -rf conftest*
  1498.   echo "$ac_t""$warn" 1>&6
  1499. else
  1500.   echo "configure: failed program was:" >&5
  1501.   cat conftest.$ac_ext >&5
  1502.   rm -rf conftest*
  1503.   echo "$ac_t""none" 1>&6
  1504.     unset warn
  1505. fi
  1506. rm -f conftest*
  1507.     CFLAGS=$oCFLAGS
  1508. else
  1509.     echo "$ac_t""none" 1>&6
  1510. fi
  1511. #NOTE: set warnings at the bottom; might interfere with tests
  1512. CFLAGS="$CFLAGS $comp_flags"
  1513. #-DDIAGNOSTICS?
  1514. echo $ac_n "checking for compliation with DIAGNOSTIC""... $ac_c" 1>&6
  1515. echo "configure:1718: checking for compliation with DIAGNOSTIC" >&5
  1516. # Check whether --enable-diagnostic or --disable-diagnostic was given.
  1517. if test "${enable_diagnostic+set}" = set; then
  1518.   enableval="$enable_diagnostic"
  1519.   cat >> confdefs.h <<EOF
  1520. #define DIAGNOSTIC 1
  1521. EOF
  1522.  echo "$ac_t""yes" 1>&6
  1523. else
  1524.   if test x$prerelease != x; then
  1525.       cat >> confdefs.h <<EOF
  1526. #define DIAGNOSTIC 1
  1527. EOF
  1528.       echo "$ac_t""yes" 1>&6
  1529.  else
  1530.       echo "$ac_t""no" 1>&6
  1531.  fi
  1532. fi
  1533. # Check whether --enable-profiling or --disable-profiling was given.
  1534. if test "${enable_profiling+set}" = set; then
  1535.   enableval="$enable_profiling"
  1536.      cat >> confdefs.h <<EOF
  1537. #define HAVE_PROFILING 1
  1538. EOF
  1539.     s_profiling=t
  1540. fi
  1541. if test x$s_profiling = xt; then
  1542.   SPROFIL_TRUE=
  1543.   SPROFIL_FALSE='#'
  1544. else
  1545.   SPROFIL_TRUE='#'
  1546.   SPROFIL_FALSE=
  1547. fi
  1548. #static or dynamic sockd?
  1549. if test x$no_dynamic_profiled_sockd = xt; then
  1550.   STATIC_SOCKD_TRUE=
  1551.   STATIC_SOCKD_FALSE='#'
  1552. else
  1553.   STATIC_SOCKD_TRUE='#'
  1554.   STATIC_SOCKD_FALSE=
  1555. fi
  1556. if test x$no_dynamic_profiled_sockd = xt; then
  1557. echo "configure: warning: sockd is built static when profiling is enabled" 1>&2
  1558. fi
  1559. # Check whether --enable-linting or --disable-linting was given.
  1560. if test "${enable_linting+set}" = set; then
  1561.   enableval="$enable_linting"
  1562.   s_linting=t
  1563. fi
  1564. if test x$s_linting = xt; then
  1565.   LINT_TRUE=
  1566.   LINT_FALSE='#'
  1567. else
  1568.   LINT_TRUE='#'
  1569.   LINT_FALSE=
  1570. fi
  1571. echo $ac_n "checking whether libwrap should be disabled""... $ac_c" 1>&6
  1572. echo "configure:1791: checking whether libwrap should be disabled" >&5
  1573. # Check whether --enable-libwrap or --disable-libwrap was given.
  1574. if test "${enable_libwrap+set}" = set; then
  1575.   enableval="$enable_libwrap"
  1576.   if test x$enableval = xno; then
  1577. no_libwrap=t
  1578. echo "$ac_t""yes" 1>&6
  1579. else
  1580. echo "$ac_t""no" 1>&6
  1581. fi
  1582. else
  1583.   echo "$ac_t""no" 1>&6
  1584. fi
  1585. #add /usr/local/include to directories to include path if tcpd.h
  1586. #can be found there)
  1587. for dir in /local/include /usr/local/include; do
  1588.     if test -f $dir/tcpd.h; then
  1589. CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I${dir}"
  1590. break
  1591.     fi
  1592. done
  1593. for ac_prog in 'bison -y' byacc
  1594. do
  1595. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1596. set dummy $ac_prog; ac_word=$2
  1597. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1598. echo "configure:1820: checking for $ac_word" >&5
  1599. if eval "test "`echo '$''{'ac_cv_prog_YACC'+set}'`" = set"; then
  1600.   echo $ac_n "(cached) $ac_c" 1>&6
  1601. else
  1602.   if test -n "$YACC"; then
  1603.   ac_cv_prog_YACC="$YACC" # Let the user override the test.
  1604. else
  1605.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1606.   ac_dummy="$PATH"
  1607.   for ac_dir in $ac_dummy; do
  1608.     test -z "$ac_dir" && ac_dir=.
  1609.     if test -f $ac_dir/$ac_word; then
  1610.       ac_cv_prog_YACC="$ac_prog"
  1611.       break
  1612.     fi
  1613.   done
  1614.   IFS="$ac_save_ifs"
  1615. fi
  1616. fi
  1617. YACC="$ac_cv_prog_YACC"
  1618. if test -n "$YACC"; then
  1619.   echo "$ac_t""$YACC" 1>&6
  1620. else
  1621.   echo "$ac_t""no" 1>&6
  1622. fi
  1623. test -n "$YACC" && break
  1624. done
  1625. test -n "$YACC" || YACC="yacc"
  1626. for ac_prog in mawk gawk nawk awk
  1627. do
  1628. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1629. set dummy $ac_prog; ac_word=$2
  1630. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1631. echo "configure:1855: checking for $ac_word" >&5
  1632. if eval "test "`echo '$''{'ac_cv_prog_AWK'+set}'`" = set"; then
  1633.   echo $ac_n "(cached) $ac_c" 1>&6
  1634. else
  1635.   if test -n "$AWK"; then
  1636.   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  1637. else
  1638.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1639.   ac_dummy="$PATH"
  1640.   for ac_dir in $ac_dummy; do
  1641.     test -z "$ac_dir" && ac_dir=.
  1642.     if test -f $ac_dir/$ac_word; then
  1643.       ac_cv_prog_AWK="$ac_prog"
  1644.       break
  1645.     fi
  1646.   done
  1647.   IFS="$ac_save_ifs"
  1648. fi
  1649. fi
  1650. AWK="$ac_cv_prog_AWK"
  1651. if test -n "$AWK"; then
  1652.   echo "$ac_t""$AWK" 1>&6
  1653. else
  1654.   echo "$ac_t""no" 1>&6
  1655. fi
  1656. test -n "$AWK" && break
  1657. done
  1658. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1659. echo "configure:1885: checking how to run the C preprocessor" >&5
  1660. # On Suns, sometimes $CPP names a directory.
  1661. if test -n "$CPP" && test -d "$CPP"; then
  1662.   CPP=
  1663. fi
  1664. if test -z "$CPP"; then
  1665. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  1666.   echo $ac_n "(cached) $ac_c" 1>&6
  1667. else
  1668.     # This must be in double quotes, not single quotes, because CPP may get
  1669.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1670.   CPP="${CC-cc} -E"
  1671.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1672.   # not just through cpp.
  1673.   cat > conftest.$ac_ext <<EOF
  1674. #line 1900 "configure"
  1675. #include "confdefs.h"
  1676. #include <assert.h>
  1677. Syntax Error
  1678. EOF
  1679. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1680. { (eval echo configure:1906: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1681. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1682. if test -z "$ac_err"; then
  1683.   :
  1684. else
  1685.   echo "$ac_err" >&5
  1686.   echo "configure: failed program was:" >&5
  1687.   cat conftest.$ac_ext >&5
  1688.   rm -rf conftest*
  1689.   CPP="${CC-cc} -E -traditional-cpp"
  1690.   cat > conftest.$ac_ext <<EOF
  1691. #line 1917 "configure"
  1692. #include "confdefs.h"
  1693. #include <assert.h>
  1694. Syntax Error
  1695. EOF
  1696. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1697. { (eval echo configure:1923: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1698. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1699. if test -z "$ac_err"; then
  1700.   :
  1701. else
  1702.   echo "$ac_err" >&5
  1703.   echo "configure: failed program was:" >&5
  1704.   cat conftest.$ac_ext >&5
  1705.   rm -rf conftest*
  1706.   CPP="${CC-cc} -nologo -E"
  1707.   cat > conftest.$ac_ext <<EOF
  1708. #line 1934 "configure"
  1709. #include "confdefs.h"
  1710. #include <assert.h>
  1711. Syntax Error
  1712. EOF
  1713. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1714. { (eval echo configure:1940: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1715. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1716. if test -z "$ac_err"; then
  1717.   :
  1718. else
  1719.   echo "$ac_err" >&5
  1720.   echo "configure: failed program was:" >&5
  1721.   cat conftest.$ac_ext >&5
  1722.   rm -rf conftest*
  1723.   CPP=/lib/cpp
  1724. fi
  1725. rm -f conftest*
  1726. fi
  1727. rm -f conftest*
  1728. fi
  1729. rm -f conftest*
  1730.   ac_cv_prog_CPP="$CPP"
  1731. fi
  1732.   CPP="$ac_cv_prog_CPP"
  1733. else
  1734.   ac_cv_prog_CPP="$CPP"
  1735. fi
  1736. echo "$ac_t""$CPP" 1>&6
  1737. missing_dir=`cd $ac_aux_dir && pwd`
  1738. for ac_prog in flex lex
  1739. do
  1740. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1741. set dummy $ac_prog; ac_word=$2
  1742. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1743. echo "configure:1970: checking for $ac_word" >&5
  1744. if eval "test "`echo '$''{'ac_cv_prog_LEX'+set}'`" = set"; then
  1745.   echo $ac_n "(cached) $ac_c" 1>&6
  1746. else
  1747.   if test -n "$LEX"; then
  1748.   ac_cv_prog_LEX="$LEX" # Let the user override the test.
  1749. else
  1750.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1751.   ac_dummy="$PATH"
  1752.   for ac_dir in $ac_dummy; do
  1753.     test -z "$ac_dir" && ac_dir=.
  1754.     if test -f $ac_dir/$ac_word; then
  1755.       ac_cv_prog_LEX="$ac_prog"
  1756.       break
  1757.     fi
  1758.   done
  1759.   IFS="$ac_save_ifs"
  1760. fi
  1761. fi
  1762. LEX="$ac_cv_prog_LEX"
  1763. if test -n "$LEX"; then
  1764.   echo "$ac_t""$LEX" 1>&6
  1765. else
  1766.   echo "$ac_t""no" 1>&6
  1767. fi
  1768. test -n "$LEX" && break
  1769. done
  1770. test -n "$LEX" || LEX=""$missing_dir/missing flex""
  1771. # Extract the first word of "flex", so it can be a program name with args.
  1772. set dummy flex; ac_word=$2
  1773. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1774. echo "configure:2003: checking for $ac_word" >&5
  1775. if eval "test "`echo '$''{'ac_cv_prog_LEX'+set}'`" = set"; then
  1776.   echo $ac_n "(cached) $ac_c" 1>&6
  1777. else
  1778.   if test -n "$LEX"; then
  1779.   ac_cv_prog_LEX="$LEX" # Let the user override the test.
  1780. else
  1781.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1782.   ac_dummy="$PATH"
  1783.   for ac_dir in $ac_dummy; do
  1784.     test -z "$ac_dir" && ac_dir=.
  1785.     if test -f $ac_dir/$ac_word; then
  1786.       ac_cv_prog_LEX="flex"
  1787.       break
  1788.     fi
  1789.   done
  1790.   IFS="$ac_save_ifs"
  1791.   test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
  1792. fi
  1793. fi
  1794. LEX="$ac_cv_prog_LEX"
  1795. if test -n "$LEX"; then
  1796.   echo "$ac_t""$LEX" 1>&6
  1797. else
  1798.   echo "$ac_t""no" 1>&6
  1799. fi
  1800. if test -z "$LEXLIB"
  1801. then
  1802.   case "$LEX" in
  1803.   flex*) ac_lib=fl ;;
  1804.   *) ac_lib=l ;;
  1805.   esac
  1806.   echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
  1807. echo "configure:2037: checking for yywrap in -l$ac_lib" >&5
  1808. ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
  1809. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1810.   echo $ac_n "(cached) $ac_c" 1>&6
  1811. else
  1812.   ac_save_LIBS="$LIBS"
  1813. LIBS="-l$ac_lib  $LIBS"
  1814. cat > conftest.$ac_ext <<EOF
  1815. #line 2045 "configure"
  1816. #include "confdefs.h"
  1817. /* Override any gcc2 internal prototype to avoid an error.  */
  1818. /* We use char because int might match the return type of a gcc2
  1819.     builtin and then its argument prototype would still apply.  */
  1820. char yywrap();
  1821. int main() {
  1822. yywrap()
  1823. ; return 0; }
  1824. EOF
  1825. if { (eval echo configure:2056: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1826.   rm -rf conftest*
  1827.   eval "ac_cv_lib_$ac_lib_var=yes"
  1828. else
  1829.   echo "configure: failed program was:" >&5
  1830.   cat conftest.$ac_ext >&5
  1831.   rm -rf conftest*
  1832.   eval "ac_cv_lib_$ac_lib_var=no"
  1833. fi
  1834. rm -f conftest*
  1835. LIBS="$ac_save_LIBS"
  1836. fi
  1837. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1838.   echo "$ac_t""yes" 1>&6
  1839.   LEXLIB="-l$ac_lib"
  1840. else
  1841.   echo "$ac_t""no" 1>&6
  1842. fi
  1843. fi
  1844. echo $ac_n "checking lex output file root""... $ac_c" 1>&6
  1845. echo "configure:2079: checking lex output file root" >&5
  1846. if eval "test "`echo '$''{'ac_cv_prog_lex_root'+set}'`" = set"; then
  1847.   echo $ac_n "(cached) $ac_c" 1>&6
  1848. else
  1849.   # The minimal lex program is just a single line: %%.  But some broken lexes
  1850. # (Solaris, I think it was) want two %% lines, so accommodate them.
  1851. echo '%%
  1852. %%' | $LEX
  1853. if test -f lex.yy.c; then
  1854.   ac_cv_prog_lex_root=lex.yy
  1855. elif test -f lexyy.c; then
  1856.   ac_cv_prog_lex_root=lexyy
  1857. else
  1858.   { echo "configure: error: cannot find output from $LEX; giving up" 1>&2; exit 1; }
  1859. fi
  1860. fi
  1861. echo "$ac_t""$ac_cv_prog_lex_root" 1>&6
  1862. LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
  1863. echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
  1864. echo "configure:2100: checking whether yytext is a pointer" >&5
  1865. if eval "test "`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`" = set"; then
  1866.   echo $ac_n "(cached) $ac_c" 1>&6
  1867. else
  1868.   # POSIX says lex can declare yytext either as a pointer or an array; the
  1869. # default is implementation-dependent. Figure out which it is, since
  1870. # not all implementations provide the %pointer and %array declarations.
  1871. ac_cv_prog_lex_yytext_pointer=no
  1872. echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
  1873. ac_save_LIBS="$LIBS"
  1874. LIBS="$LIBS $LEXLIB"
  1875. cat > conftest.$ac_ext <<EOF
  1876. #line 2112 "configure"
  1877. #include "confdefs.h"
  1878. `cat $LEX_OUTPUT_ROOT.c`
  1879. int main() {
  1880. ; return 0; }
  1881. EOF
  1882. if { (eval echo configure:2119: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1883.   rm -rf conftest*
  1884.   ac_cv_prog_lex_yytext_pointer=yes
  1885. else
  1886.   echo "configure: failed program was:" >&5
  1887.   cat conftest.$ac_ext >&5
  1888. fi
  1889. rm -f conftest*
  1890. LIBS="$ac_save_LIBS"
  1891. rm -f "${LEX_OUTPUT_ROOT}.c"
  1892. fi
  1893. echo "$ac_t""$ac_cv_prog_lex_yytext_pointer" 1>&6
  1894. if test $ac_cv_prog_lex_yytext_pointer = yes; then
  1895.   cat >> confdefs.h <<EOF
  1896. #define YYTEXT_POINTER 1
  1897. EOF
  1898. fi
  1899. echo $ac_n "checking size of char""... $ac_c" 1>&6
  1900. echo "configure:2142: checking size of char" >&5
  1901. if eval "test "`echo '$''{'ac_cv_sizeof_char'+set}'`" = set"; then
  1902.   echo $ac_n "(cached) $ac_c" 1>&6
  1903. else
  1904.   if test "$cross_compiling" = yes; then
  1905.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1906. else
  1907.   cat > conftest.$ac_ext <<EOF
  1908. #line 2150 "configure"
  1909. #include "confdefs.h"
  1910. #include <stdio.h>
  1911. main()
  1912. {
  1913.   FILE *f=fopen("conftestval", "w");
  1914.   if (!f) exit(1);
  1915.   fprintf(f, "%dn", sizeof(char));
  1916.   exit(0);
  1917. }
  1918. EOF
  1919. if { (eval echo configure:2161: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1920. then
  1921.   ac_cv_sizeof_char=`cat conftestval`
  1922. else
  1923.   echo "configure: failed program was:" >&5
  1924.   cat conftest.$ac_ext >&5
  1925.   rm -fr conftest*
  1926.   ac_cv_sizeof_char=0
  1927. fi
  1928. rm -fr conftest*
  1929. fi
  1930. fi
  1931. echo "$ac_t""$ac_cv_sizeof_char" 1>&6
  1932. cat >> confdefs.h <<EOF
  1933. #define SIZEOF_CHAR $ac_cv_sizeof_char
  1934. EOF
  1935. echo $ac_n "checking size of short""... $ac_c" 1>&6
  1936. echo "configure:2181: checking size of short" >&5
  1937. if eval "test "`echo '$''{'ac_cv_sizeof_short'+set}'`" = set"; then
  1938.   echo $ac_n "(cached) $ac_c" 1>&6
  1939. else
  1940.   if test "$cross_compiling" = yes; then
  1941.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1942. else
  1943.   cat > conftest.$ac_ext <<EOF
  1944. #line 2189 "configure"
  1945. #include "confdefs.h"
  1946. #include <stdio.h>
  1947. main()
  1948. {
  1949.   FILE *f=fopen("conftestval", "w");
  1950.   if (!f) exit(1);
  1951.   fprintf(f, "%dn", sizeof(short));
  1952.   exit(0);
  1953. }
  1954. EOF
  1955. if { (eval echo configure:2200: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1956. then
  1957.   ac_cv_sizeof_short=`cat conftestval`
  1958. else
  1959.   echo "configure: failed program was:" >&5
  1960.   cat conftest.$ac_ext >&5
  1961.   rm -fr conftest*
  1962.   ac_cv_sizeof_short=0
  1963. fi
  1964. rm -fr conftest*
  1965. fi
  1966. fi
  1967. echo "$ac_t""$ac_cv_sizeof_short" 1>&6
  1968. cat >> confdefs.h <<EOF
  1969. #define SIZEOF_SHORT $ac_cv_sizeof_short
  1970. EOF
  1971. echo $ac_n "checking size of int""... $ac_c" 1>&6
  1972. echo "configure:2220: checking size of int" >&5
  1973. if eval "test "`echo '$''{'ac_cv_sizeof_int'+set}'`" = set"; then
  1974.   echo $ac_n "(cached) $ac_c" 1>&6
  1975. else
  1976.   if test "$cross_compiling" = yes; then
  1977.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1978. else
  1979.   cat > conftest.$ac_ext <<EOF
  1980. #line 2228 "configure"
  1981. #include "confdefs.h"
  1982. #include <stdio.h>
  1983. main()
  1984. {
  1985.   FILE *f=fopen("conftestval", "w");
  1986.   if (!f) exit(1);
  1987.   fprintf(f, "%dn", sizeof(int));
  1988.   exit(0);
  1989. }
  1990. EOF
  1991. if { (eval echo configure:2239: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1992. then
  1993.   ac_cv_sizeof_int=`cat conftestval`
  1994. else
  1995.   echo "configure: failed program was:" >&5
  1996.   cat conftest.$ac_ext >&5
  1997.   rm -fr conftest*
  1998.   ac_cv_sizeof_int=0
  1999. fi
  2000. rm -fr conftest*
  2001. fi
  2002. fi
  2003. echo "$ac_t""$ac_cv_sizeof_int" 1>&6
  2004. cat >> confdefs.h <<EOF
  2005. #define SIZEOF_INT $ac_cv_sizeof_int
  2006. EOF
  2007. echo $ac_n "checking size of long""... $ac_c" 1>&6
  2008. echo "configure:2259: checking size of long" >&5
  2009. if eval "test "`echo '$''{'ac_cv_sizeof_long'+set}'`" = set"; then
  2010.   echo $ac_n "(cached) $ac_c" 1>&6
  2011. else
  2012.   if test "$cross_compiling" = yes; then
  2013.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2014. else
  2015.   cat > conftest.$ac_ext <<EOF
  2016. #line 2267 "configure"
  2017. #include "confdefs.h"
  2018. #include <stdio.h>
  2019. main()
  2020. {
  2021.   FILE *f=fopen("conftestval", "w");
  2022.   if (!f) exit(1);
  2023.   fprintf(f, "%dn", sizeof(long));
  2024.   exit(0);
  2025. }
  2026. EOF
  2027. if { (eval echo configure:2278: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2028. then
  2029.   ac_cv_sizeof_long=`cat conftestval`
  2030. else
  2031.   echo "configure: failed program was:" >&5
  2032.   cat conftest.$ac_ext >&5
  2033.   rm -fr conftest*
  2034.   ac_cv_sizeof_long=0
  2035. fi
  2036. rm -fr conftest*
  2037. fi
  2038. fi
  2039. echo "$ac_t""$ac_cv_sizeof_long" 1>&6
  2040. cat >> confdefs.h <<EOF
  2041. #define SIZEOF_LONG $ac_cv_sizeof_long
  2042. EOF
  2043. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  2044. echo "configure:2299: checking for ANSI C header files" >&5
  2045. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  2046.   echo $ac_n "(cached) $ac_c" 1>&6
  2047. else
  2048.   cat > conftest.$ac_ext <<EOF
  2049. #line 2304 "configure"
  2050. #include "confdefs.h"
  2051. #include <stdlib.h>
  2052. #include <stdarg.h>
  2053. #include <string.h>
  2054. #include <float.h>
  2055. EOF
  2056. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2057. { (eval echo configure:2312: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2058. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2059. if test -z "$ac_err"; then
  2060.   rm -rf conftest*
  2061.   ac_cv_header_stdc=yes
  2062. else
  2063.   echo "$ac_err" >&5
  2064.   echo "configure: failed program was:" >&5
  2065.   cat conftest.$ac_ext >&5
  2066.   rm -rf conftest*
  2067.   ac_cv_header_stdc=no
  2068. fi
  2069. rm -f conftest*
  2070. if test $ac_cv_header_stdc = yes; then
  2071.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  2072. cat > conftest.$ac_ext <<EOF
  2073. #line 2329 "configure"
  2074. #include "confdefs.h"
  2075. #include <string.h>
  2076. EOF
  2077. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2078.   egrep "memchr" >/dev/null 2>&1; then
  2079.   :
  2080. else
  2081.   rm -rf conftest*
  2082.   ac_cv_header_stdc=no
  2083. fi
  2084. rm -f conftest*
  2085. fi
  2086. if test $ac_cv_header_stdc = yes; then
  2087.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  2088. cat > conftest.$ac_ext <<EOF
  2089. #line 2347 "configure"
  2090. #include "confdefs.h"
  2091. #include <stdlib.h>
  2092. EOF
  2093. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2094.   egrep "free" >/dev/null 2>&1; then
  2095.   :
  2096. else
  2097.   rm -rf conftest*
  2098.   ac_cv_header_stdc=no
  2099. fi
  2100. rm -f conftest*
  2101. fi
  2102. if test $ac_cv_header_stdc = yes; then
  2103.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  2104. if test "$cross_compiling" = yes; then
  2105.   :
  2106. else
  2107.   cat > conftest.$ac_ext <<EOF
  2108. #line 2368 "configure"
  2109. #include "confdefs.h"
  2110. #include <ctype.h>
  2111. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  2112. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  2113. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  2114. int main () { int i; for (i = 0; i < 256; i++)
  2115. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  2116. exit (0); }
  2117. EOF
  2118. if { (eval echo configure:2379: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2119. then
  2120.   :
  2121. else
  2122.   echo "configure: failed program was:" >&5
  2123.   cat conftest.$ac_ext >&5
  2124.   rm -fr conftest*
  2125.   ac_cv_header_stdc=no
  2126. fi
  2127. rm -fr conftest*
  2128. fi
  2129. fi
  2130. fi
  2131. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  2132. if test $ac_cv_header_stdc = yes; then
  2133.   cat >> confdefs.h <<EOF
  2134. #define STDC_HEADERS 1
  2135. EOF
  2136. fi
  2137. echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
  2138. echo "configure:2403: checking for sys/wait.h that is POSIX.1 compatible" >&5
  2139. if eval "test "`echo '$''{'ac_cv_header_sys_wait_h'+set}'`" = set"; then
  2140.   echo $ac_n "(cached) $ac_c" 1>&6
  2141. else
  2142.   cat > conftest.$ac_ext <<EOF
  2143. #line 2408 "configure"
  2144. #include "confdefs.h"
  2145. #include <sys/types.h>
  2146. #include <sys/wait.h>
  2147. #ifndef WEXITSTATUS
  2148. #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
  2149. #endif
  2150. #ifndef WIFEXITED
  2151. #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
  2152. #endif
  2153. int main() {
  2154. int s;
  2155. wait (&s);
  2156. s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  2157. ; return 0; }
  2158. EOF
  2159. if { (eval echo configure:2424: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2160.   rm -rf conftest*
  2161.   ac_cv_header_sys_wait_h=yes
  2162. else
  2163.   echo "configure: failed program was:" >&5
  2164.   cat conftest.$ac_ext >&5
  2165.   rm -rf conftest*
  2166.   ac_cv_header_sys_wait_h=no
  2167. fi
  2168. rm -f conftest*
  2169. fi
  2170. echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
  2171. if test $ac_cv_header_sys_wait_h = yes; then
  2172.   cat >> confdefs.h <<EOF
  2173. #define HAVE_SYS_WAIT_H 1
  2174. EOF
  2175. fi
  2176. for ac_hdr in fcntl.h limits.h malloc.h paths.h strings.h syslog.h
  2177. do
  2178. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2179. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2180. echo "configure:2448: checking for $ac_hdr" >&5
  2181. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2182.   echo $ac_n "(cached) $ac_c" 1>&6
  2183. else
  2184.   cat > conftest.$ac_ext <<EOF
  2185. #line 2453 "configure"
  2186. #include "confdefs.h"
  2187. #include <$ac_hdr>
  2188. EOF
  2189. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2190. { (eval echo configure:2458: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2191. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2192. if test -z "$ac_err"; then
  2193.   rm -rf conftest*
  2194.   eval "ac_cv_header_$ac_safe=yes"
  2195. else
  2196.   echo "$ac_err" >&5
  2197.   echo "configure: failed program was:" >&5
  2198.   cat conftest.$ac_ext >&5
  2199.   rm -rf conftest*
  2200.   eval "ac_cv_header_$ac_safe=no"
  2201. fi
  2202. rm -f conftest*
  2203. fi
  2204. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2205.   echo "$ac_t""yes" 1>&6
  2206.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2207.   cat >> confdefs.h <<EOF
  2208. #define $ac_tr_hdr 1
  2209. EOF
  2210.  
  2211. else
  2212.   echo "$ac_t""no" 1>&6
  2213. fi
  2214. done
  2215. for ac_hdr in unistd.h crypt.h sys/file.h sys/ioctl.h sys/time.h
  2216. do
  2217. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2218. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2219. echo "configure:2488: checking for $ac_hdr" >&5
  2220. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2221.   echo $ac_n "(cached) $ac_c" 1>&6
  2222. else
  2223.   cat > conftest.$ac_ext <<EOF
  2224. #line 2493 "configure"
  2225. #include "confdefs.h"
  2226. #include <$ac_hdr>
  2227. EOF
  2228. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2229. { (eval echo configure:2498: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2230. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2231. if test -z "$ac_err"; then
  2232.   rm -rf conftest*
  2233.   eval "ac_cv_header_$ac_safe=yes"
  2234. else
  2235.   echo "$ac_err" >&5
  2236.   echo "configure: failed program was:" >&5
  2237.   cat conftest.$ac_ext >&5
  2238.   rm -rf conftest*
  2239.   eval "ac_cv_header_$ac_safe=no"
  2240. fi
  2241. rm -f conftest*
  2242. fi
  2243. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2244.   echo "$ac_t""yes" 1>&6
  2245.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2246.   cat >> confdefs.h <<EOF
  2247. #define $ac_tr_hdr 1
  2248. EOF
  2249.  
  2250. else
  2251.   echo "$ac_t""no" 1>&6
  2252. fi
  2253. done
  2254. for ac_hdr in netinet/ip_var.h tcpd.h
  2255. do
  2256. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2257. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2258. echo "configure:2528: checking for $ac_hdr" >&5
  2259. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2260.   echo $ac_n "(cached) $ac_c" 1>&6
  2261. else
  2262.   cat > conftest.$ac_ext <<EOF
  2263. #line 2533 "configure"
  2264. #include "confdefs.h"
  2265. #include <$ac_hdr>
  2266. EOF
  2267. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2268. { (eval echo configure:2538: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2269. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2270. if test -z "$ac_err"; then
  2271.   rm -rf conftest*
  2272.   eval "ac_cv_header_$ac_safe=yes"
  2273. else
  2274.   echo "$ac_err" >&5
  2275.   echo "configure: failed program was:" >&5
  2276.   cat conftest.$ac_ext >&5
  2277.   rm -rf conftest*
  2278.   eval "ac_cv_header_$ac_safe=no"
  2279. fi
  2280. rm -f conftest*
  2281. fi
  2282. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2283.   echo "$ac_t""yes" 1>&6
  2284.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2285.   cat >> confdefs.h <<EOF
  2286. #define $ac_tr_hdr 1
  2287. EOF
  2288.  
  2289. else
  2290.   echo "$ac_t""no" 1>&6
  2291. fi
  2292. done
  2293. case $host in
  2294. alpha-dec-osf*)
  2295. for ac_hdr in netinet/ip.h
  2296. do
  2297. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2298. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2299. echo "configure:2571: checking for $ac_hdr" >&5
  2300. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2301.   echo $ac_n "(cached) $ac_c" 1>&6
  2302. else
  2303.   cat > conftest.$ac_ext <<EOF
  2304. #line 2576 "configure"
  2305. #include "confdefs.h"
  2306. #include <$ac_hdr>
  2307. EOF
  2308. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2309. { (eval echo configure:2581: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2310. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2311. if test -z "$ac_err"; then
  2312.   rm -rf conftest*
  2313.   eval "ac_cv_header_$ac_safe=yes"
  2314. else
  2315.   echo "$ac_err" >&5
  2316.   echo "configure: failed program was:" >&5
  2317.   cat conftest.$ac_ext >&5
  2318.   rm -rf conftest*
  2319.   eval "ac_cv_header_$ac_safe=no"
  2320. fi
  2321. rm -f conftest*
  2322. fi
  2323. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2324.   echo "$ac_t""yes" 1>&6
  2325.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2326.   cat >> confdefs.h <<EOF
  2327. #define $ac_tr_hdr 1
  2328. EOF
  2329.  
  2330. else
  2331.   echo "$ac_t""no" 1>&6
  2332. fi
  2333. done
  2334. ;;
  2335. *) ;;
  2336. esac
  2337. #build without support for preloading?
  2338. echo $ac_n "checking whether preloading should be disabled""... $ac_c" 1>&6
  2339. echo "configure:2613: checking whether preloading should be disabled" >&5
  2340. # Check whether --enable-preload or --disable-preload was given.
  2341. if test "${enable_preload+set}" = set; then
  2342.   enableval="$enable_preload"
  2343.   if test x$enableval = xno; then
  2344. no_preload=t
  2345. echo "$ac_t""yes" 1>&6
  2346. else
  2347. echo "$ac_t""no" 1>&6
  2348. fi
  2349. else
  2350.   echo "$ac_t""no" 1>&6
  2351. fi
  2352. #allow manual specification
  2353. echo $ac_n "checking for hardcoded domainname""... $ac_c" 1>&6
  2354. echo "configure:2630: checking for hardcoded domainname" >&5
  2355. # Check whether --with-domainname or --without-domainname was given.
  2356. if test "${with_domainname+set}" = set; then
  2357.   withval="$with_domainname"
  2358.   domainname_hardcoded=$withval
  2359. fi
  2360. if test x${domainname_hardcoded} != x; then
  2361.     cat >> confdefs.h <<EOF
  2362. #define SOCKS_DOMAINNAME "${domainname_hardcoded}"
  2363. EOF
  2364.     echo "$ac_t""yes" 1>&6
  2365.     echo "configure: warning: using hardcoded domainname ${domainname_hardcoded}" 1>&2
  2366. else
  2367.     echo "$ac_t""no" 1>&6
  2368.     if test x${no_res_init} = xt; then
  2369. echo "configure: warning: unable to locate domainname" 1>&2
  2370.     fi
  2371. fi
  2372. #allow default file locations to be overridden
  2373. echo $ac_n "checking for socks config file location""... $ac_c" 1>&6
  2374. echo "configure:2654: checking for socks config file location" >&5
  2375. # Check whether --with-socks-conf or --without-socks-conf was given.
  2376. if test "${with_socks_conf+set}" = set; then
  2377.   withval="$with_socks_conf"
  2378.   echo "$ac_t""$withval" 1>&6
  2379.  cat >> confdefs.h <<EOF
  2380. #define HAVE_SOCKS_CONFIGFILE 1
  2381. EOF
  2382.  cat >> confdefs.h <<EOF
  2383. #define HAVE_ALT_SOCKS_CONFIGFILE "$withval"
  2384. EOF
  2385. else
  2386.   echo "$ac_t""default" 1>&6
  2387. fi
  2388. echo $ac_n "checking for sockd config file location""... $ac_c" 1>&6
  2389. echo "configure:2674: checking for sockd config file location" >&5
  2390. # Check whether --with-sockd-conf or --without-sockd-conf was given.
  2391. if test "${with_sockd_conf+set}" = set; then
  2392.   withval="$with_sockd_conf"
  2393.   echo "$ac_t""$withval" 1>&6
  2394.  cat >> confdefs.h <<EOF
  2395. #define HAVE_SOCKD_CONFIGFILE 1
  2396. EOF
  2397.  cat >> confdefs.h <<EOF
  2398. #define HAVE_ALT_SOCKD_CONFIGFILE "$withval"
  2399. EOF
  2400. else
  2401.   echo "$ac_t""default" 1>&6
  2402. fi
  2403. echo $ac_n "checking for pid file location""... $ac_c" 1>&6
  2404. echo "configure:2694: checking for pid file location" >&5
  2405. # Check whether --with-pidfile or --without-pidfile was given.
  2406. if test "${with_pidfile+set}" = set; then
  2407.   withval="$with_pidfile"
  2408.   echo "$ac_t""$withval" 1>&6
  2409.  cat >> confdefs.h <<EOF
  2410. #define HAVE_SOCKD_PIDFILE 1
  2411. EOF
  2412.  cat >> confdefs.h <<EOF
  2413. #define HAVE_ALT_SOCKD_PIDFILE "$withval"
  2414. EOF
  2415. else
  2416.   echo "$ac_t""default" 1>&6
  2417. fi
  2418. # SOCKSLIBRARY_DYNAMIC is set in the lib directory when preloading
  2419. # is supported (and requested).
  2420. # HAVE_DLFCN_H only determines if the include file exists
  2421. ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`
  2422. echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6
  2423. echo "configure:2718: checking for dlfcn.h" >&5
  2424. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2425.   echo $ac_n "(cached) $ac_c" 1>&6
  2426. else
  2427.   cat > conftest.$ac_ext <<EOF
  2428. #line 2723 "configure"
  2429. #include "confdefs.h"
  2430. #include <dlfcn.h>
  2431. EOF
  2432. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2433. { (eval echo configure:2728: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2434. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2435. if test -z "$ac_err"; then
  2436.   rm -rf conftest*
  2437.   eval "ac_cv_header_$ac_safe=yes"
  2438. else
  2439.   echo "$ac_err" >&5
  2440.   echo "configure: failed program was:" >&5
  2441.   cat conftest.$ac_ext >&5
  2442.   rm -rf conftest*
  2443.   eval "ac_cv_header_$ac_safe=no"
  2444. fi
  2445. rm -f conftest*
  2446. fi
  2447. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2448.   echo "$ac_t""yes" 1>&6
  2449.   cat >> confdefs.h <<EOF
  2450. #define HAVE_DLFCN_H 1
  2451. EOF
  2452.  have_dlfcn_h=t
  2453. else
  2454.   echo "$ac_t""no" 1>&6
  2455. fi
  2456. #XXX only set conditional if building of shared libraries are enabled
  2457. if test x$have_dlfcn_h = xt; then
  2458.   BUILD_PRELOAD_LIB_TRUE=
  2459.   BUILD_PRELOAD_LIB_FALSE='#'
  2460. else
  2461.   BUILD_PRELOAD_LIB_TRUE='#'
  2462.   BUILD_PRELOAD_LIB_FALSE=
  2463. fi
  2464. ac_safe=`echo "sys/sockio.h" | sed 'y%./+-%__p_%'`
  2465. echo $ac_n "checking for sys/sockio.h""... $ac_c" 1>&6
  2466. echo "configure:2767: checking for sys/sockio.h" >&5
  2467. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2468.   echo $ac_n "(cached) $ac_c" 1>&6
  2469. else
  2470.   cat > conftest.$ac_ext <<EOF
  2471. #line 2772 "configure"
  2472. #include "confdefs.h"
  2473. #include <sys/sockio.h>
  2474. EOF
  2475. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2476. { (eval echo configure:2777: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2477. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2478. if test -z "$ac_err"; then
  2479.   rm -rf conftest*
  2480.   eval "ac_cv_header_$ac_safe=yes"
  2481. else
  2482.   echo "$ac_err" >&5
  2483.   echo "configure: failed program was:" >&5
  2484.   cat conftest.$ac_ext >&5
  2485.   rm -rf conftest*
  2486.   eval "ac_cv_header_$ac_safe=no"
  2487. fi
  2488. rm -f conftest*
  2489. fi
  2490. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2491.   echo "$ac_t""yes" 1>&6
  2492.   cat >> confdefs.h <<EOF
  2493. #define HAVE_SYS_SOCKIO_H 1
  2494. EOF
  2495.  have_sys_sockio_h=t
  2496. else
  2497.   echo "$ac_t""no" 1>&6
  2498. fi
  2499. echo $ac_n "checking whether <sys/types.h> defines const""... $ac_c" 1>&6
  2500. echo "configure:2804: checking whether <sys/types.h> defines const" >&5
  2501. cat > conftest.$ac_ext <<EOF
  2502. #line 2806 "configure"
  2503. #include "confdefs.h"
  2504. #include <sys/types.h>
  2505. #ifdef const
  2506. yes
  2507. #endif
  2508. EOF
  2509. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2510.   egrep "yes" >/dev/null 2>&1; then
  2511.   rm -rf conftest*
  2512.   echo "$ac_t""yes" 1>&6
  2513. else
  2514.   rm -rf conftest*
  2515.   echo "$ac_t""no" 1>&6
  2516.     check_const="yes"
  2517. fi
  2518. rm -f conftest*
  2519. if test x$check_const = xyes; then
  2520.     echo $ac_n "checking for working const""... $ac_c" 1>&6
  2521. echo "configure:2828: checking for working const" >&5
  2522. if eval "test "`echo '$''{'ac_cv_c_const'+set}'`" = set"; then
  2523.   echo $ac_n "(cached) $ac_c" 1>&6
  2524. else
  2525.   cat > conftest.$ac_ext <<EOF
  2526. #line 2833 "configure"
  2527. #include "confdefs.h"
  2528. int main() {
  2529. /* Ultrix mips cc rejects this.  */
  2530. typedef int charset[2]; const charset x;
  2531. /* SunOS 4.1.1 cc rejects this.  */
  2532. char const *const *ccp;
  2533. char **p;
  2534. /* NEC SVR4.0.2 mips cc rejects this.  */
  2535. struct point {int x, y;};
  2536. static struct point const zero = {0,0};
  2537. /* AIX XL C 1.02.0.0 rejects this.
  2538.    It does not let you subtract one const X* pointer from another in an arm
  2539.    of an if-expression whose if-part is not a constant expression */
  2540. const char *g = "string";
  2541. ccp = &g + (g ? g-g : 0);
  2542. /* HPUX 7.0 cc rejects these. */
  2543. ++ccp;
  2544. p = (char**) ccp;
  2545. ccp = (char const *const *) p;
  2546. { /* SCO 3.2v4 cc rejects this.  */
  2547.   char *t;
  2548.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  2549.   *t++ = 0;
  2550. }
  2551. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  2552.   int x[] = {25, 17};
  2553.   const int *foo = &x[0];
  2554.   ++foo;
  2555. }
  2556. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  2557.   typedef const int *iptr;
  2558.   iptr p = 0;
  2559.   ++p;
  2560. }
  2561. { /* AIX XL C 1.02.0.0 rejects this saying
  2562.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  2563.   struct s { int j; const int *ap[3]; };
  2564.   struct s *b; b->j = 5;
  2565. }
  2566. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  2567.   const int foo = 10;
  2568. }
  2569. ; return 0; }
  2570. EOF
  2571. if { (eval echo configure:2882: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2572.   rm -rf conftest*
  2573.   ac_cv_c_const=yes
  2574. else
  2575.   echo "configure: failed program was:" >&5
  2576.   cat conftest.$ac_ext >&5
  2577.   rm -rf conftest*
  2578.   ac_cv_c_const=no
  2579. fi
  2580. rm -f conftest*
  2581. fi
  2582. echo "$ac_t""$ac_cv_c_const" 1>&6
  2583. if test $ac_cv_c_const = no; then
  2584.   cat >> confdefs.h <<EOF
  2585. #define const 
  2586. EOF
  2587. fi
  2588. fi
  2589. echo $ac_n "checking whether <netdb.h> declares h_errno""... $ac_c" 1>&6
  2590. echo "configure:2905: checking whether <netdb.h> declares h_errno" >&5
  2591. cat > conftest.$ac_ext <<EOF
  2592. #line 2907 "configure"
  2593. #include "confdefs.h"
  2594. #include <netdb.h>
  2595. EOF
  2596. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2597.   egrep "h_errno" >/dev/null 2>&1; then
  2598.   rm -rf conftest*
  2599.   cat >> confdefs.h <<EOF
  2600. #define HAVE_H_ERRNO 1
  2601. EOF
  2602.     echo "$ac_t""yes" 1>&6
  2603. else
  2604.   rm -rf conftest*
  2605.   echo "$ac_t""no" 1>&6
  2606. fi
  2607. rm -f conftest*
  2608. #XXXsys/socket.h?
  2609. echo $ac_n "checking for struct ip_opts in <netinet/in.h>""... $ac_c" 1>&6
  2610. echo "configure:2930: checking for struct ip_opts in <netinet/in.h>" >&5
  2611. cat > conftest.$ac_ext <<EOF
  2612. #line 2932 "configure"
  2613. #include "confdefs.h"
  2614. #include <netinet/ip_var.h>
  2615. EOF
  2616. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2617.   egrep "struct.*ipoption" >/dev/null 2>&1; then
  2618.   rm -rf conftest*
  2619.   cat >> confdefs.h <<EOF
  2620. #define HAVE_STRUCT_IPOPTS 1
  2621. EOF
  2622.     echo "$ac_t""yes" 1>&6
  2623. else
  2624.   rm -rf conftest*
  2625.   echo "$ac_t""no" 1>&6
  2626. fi
  2627. rm -f conftest*
  2628. echo $ac_n "checking whether <sys/types.h> defines inline""... $ac_c" 1>&6
  2629. echo "configure:2954: checking whether <sys/types.h> defines inline" >&5
  2630. cat > conftest.$ac_ext <<EOF
  2631. #line 2956 "configure"
  2632. #include "confdefs.h"
  2633. #include <sys/types.h>
  2634. #ifdef inline
  2635. yes
  2636. #endif
  2637. EOF
  2638. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2639.   egrep "yes" >/dev/null 2>&1; then
  2640.   rm -rf conftest*
  2641.   echo "$ac_t""yes" 1>&6
  2642. else
  2643.   rm -rf conftest*
  2644.   echo "$ac_t""no" 1>&6
  2645.     check_inline="yes"
  2646. fi
  2647. rm -f conftest*
  2648. if test x$check_inline="yes";then
  2649.     echo $ac_n "checking for inline""... $ac_c" 1>&6
  2650. echo "configure:2978: checking for inline" >&5
  2651. if eval "test "`echo '$''{'ac_cv_c_inline'+set}'`" = set"; then
  2652.   echo $ac_n "(cached) $ac_c" 1>&6
  2653. else
  2654.   ac_cv_c_inline=no
  2655. for ac_kw in inline __inline__ __inline; do
  2656.   cat > conftest.$ac_ext <<EOF
  2657. #line 2985 "configure"
  2658. #include "confdefs.h"
  2659. int main() {
  2660. } $ac_kw foo() {
  2661. ; return 0; }
  2662. EOF
  2663. if { (eval echo configure:2992: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2664.   rm -rf conftest*
  2665.   ac_cv_c_inline=$ac_kw; break
  2666. else
  2667.   echo "configure: failed program was:" >&5
  2668.   cat conftest.$ac_ext >&5
  2669. fi
  2670. rm -f conftest*
  2671. done
  2672. fi
  2673. echo "$ac_t""$ac_cv_c_inline" 1>&6
  2674. case "$ac_cv_c_inline" in
  2675.   inline | yes) ;;
  2676.   no) cat >> confdefs.h <<EOF
  2677. #define inline 
  2678. EOF
  2679.  ;;
  2680.   *)  cat >> confdefs.h <<EOF
  2681. #define inline $ac_cv_c_inline
  2682. EOF
  2683.  ;;
  2684. esac
  2685. fi
  2686. echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
  2687. echo "configure:3020: checking for uid_t in sys/types.h" >&5
  2688. if eval "test "`echo '$''{'ac_cv_type_uid_t'+set}'`" = set"; then
  2689.   echo $ac_n "(cached) $ac_c" 1>&6
  2690. else
  2691.   cat > conftest.$ac_ext <<EOF
  2692. #line 3025 "configure"
  2693. #include "confdefs.h"
  2694. #include <sys/types.h>
  2695. EOF
  2696. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2697.   egrep "uid_t" >/dev/null 2>&1; then
  2698.   rm -rf conftest*
  2699.   ac_cv_type_uid_t=yes
  2700. else
  2701.   rm -rf conftest*
  2702.   ac_cv_type_uid_t=no
  2703. fi
  2704. rm -f conftest*
  2705. fi
  2706. echo "$ac_t""$ac_cv_type_uid_t" 1>&6
  2707. if test $ac_cv_type_uid_t = no; then
  2708.   cat >> confdefs.h <<EOF
  2709. #define uid_t int
  2710. EOF
  2711.   cat >> confdefs.h <<EOF
  2712. #define gid_t int
  2713. EOF
  2714. fi
  2715. echo $ac_n "checking for off_t""... $ac_c" 1>&6
  2716. echo "configure:3054: checking for off_t" >&5
  2717. if eval "test "`echo '$''{'ac_cv_type_off_t'+set}'`" = set"; then
  2718.   echo $ac_n "(cached) $ac_c" 1>&6
  2719. else
  2720.   cat > conftest.$ac_ext <<EOF
  2721. #line 3059 "configure"
  2722. #include "confdefs.h"
  2723. #include <sys/types.h>
  2724. #if STDC_HEADERS
  2725. #include <stdlib.h>
  2726. #include <stddef.h>
  2727. #endif
  2728. EOF
  2729. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2730.   egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2731.   rm -rf conftest*
  2732.   ac_cv_type_off_t=yes
  2733. else
  2734.   rm -rf conftest*
  2735.   ac_cv_type_off_t=no
  2736. fi
  2737. rm -f conftest*
  2738. fi
  2739. echo "$ac_t""$ac_cv_type_off_t" 1>&6
  2740. if test $ac_cv_type_off_t = no; then
  2741.   cat >> confdefs.h <<EOF
  2742. #define off_t long
  2743. EOF
  2744. fi
  2745. echo $ac_n "checking for pid_t""... $ac_c" 1>&6
  2746. echo "configure:3087: checking for pid_t" >&5
  2747. if eval "test "`echo '$''{'ac_cv_type_pid_t'+set}'`" = set"; then
  2748.   echo $ac_n "(cached) $ac_c" 1>&6
  2749. else
  2750.   cat > conftest.$ac_ext <<EOF
  2751. #line 3092 "configure"
  2752. #include "confdefs.h"
  2753. #include <sys/types.h>
  2754. #if STDC_HEADERS
  2755. #include <stdlib.h>
  2756. #include <stddef.h>
  2757. #endif
  2758. EOF
  2759. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2760.   egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2761.   rm -rf conftest*
  2762.   ac_cv_type_pid_t=yes
  2763. else
  2764.   rm -rf conftest*
  2765.   ac_cv_type_pid_t=no
  2766. fi
  2767. rm -f conftest*
  2768. fi
  2769. echo "$ac_t""$ac_cv_type_pid_t" 1>&6
  2770. if test $ac_cv_type_pid_t = no; then
  2771.   cat >> confdefs.h <<EOF
  2772. #define pid_t int
  2773. EOF
  2774. fi
  2775. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  2776. echo "configure:3120: checking for size_t" >&5
  2777. if eval "test "`echo '$''{'ac_cv_type_size_t'+set}'`" = set"; then
  2778.   echo $ac_n "(cached) $ac_c" 1>&6
  2779. else
  2780.   cat > conftest.$ac_ext <<EOF
  2781. #line 3125 "configure"
  2782. #include "confdefs.h"
  2783. #include <sys/types.h>
  2784. #if STDC_HEADERS
  2785. #include <stdlib.h>
  2786. #include <stddef.h>
  2787. #endif
  2788. EOF
  2789. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2790.   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2791.   rm -rf conftest*
  2792.   ac_cv_type_size_t=yes
  2793. else
  2794.   rm -rf conftest*
  2795.   ac_cv_type_size_t=no
  2796. fi
  2797. rm -f conftest*
  2798. fi
  2799. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  2800. if test $ac_cv_type_size_t = no; then
  2801.   cat >> confdefs.h <<EOF
  2802. #define size_t unsigned
  2803. EOF
  2804. fi
  2805. echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6
  2806. echo "configure:3153: checking for st_blksize in struct stat" >&5
  2807. if eval "test "`echo '$''{'ac_cv_struct_st_blksize'+set}'`" = set"; then
  2808.   echo $ac_n "(cached) $ac_c" 1>&6
  2809. else
  2810.   cat > conftest.$ac_ext <<EOF
  2811. #line 3158 "configure"
  2812. #include "confdefs.h"
  2813. #include <sys/types.h>
  2814. #include <sys/stat.h>
  2815. int main() {
  2816. struct stat s; s.st_blksize;
  2817. ; return 0; }
  2818. EOF
  2819. if { (eval echo configure:3166: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2820.   rm -rf conftest*
  2821.   ac_cv_struct_st_blksize=yes
  2822. else
  2823.   echo "configure: failed program was:" >&5
  2824.   cat conftest.$ac_ext >&5
  2825.   rm -rf conftest*
  2826.   ac_cv_struct_st_blksize=no
  2827. fi
  2828. rm -f conftest*
  2829. fi
  2830. echo "$ac_t""$ac_cv_struct_st_blksize" 1>&6
  2831. if test $ac_cv_struct_st_blksize = yes; then
  2832.   cat >> confdefs.h <<EOF
  2833. #define HAVE_ST_BLKSIZE 1
  2834. EOF
  2835. fi
  2836. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  2837. echo "configure:3187: checking whether time.h and sys/time.h may both be included" >&5
  2838. if eval "test "`echo '$''{'ac_cv_header_time'+set}'`" = set"; then
  2839.   echo $ac_n "(cached) $ac_c" 1>&6
  2840. else
  2841.   cat > conftest.$ac_ext <<EOF
  2842. #line 3192 "configure"
  2843. #include "confdefs.h"
  2844. #include <sys/types.h>
  2845. #include <sys/time.h>
  2846. #include <time.h>
  2847. int main() {
  2848. struct tm *tp;
  2849. ; return 0; }
  2850. EOF
  2851. if { (eval echo configure:3201: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2852.   rm -rf conftest*
  2853.   ac_cv_header_time=yes
  2854. else
  2855.   echo "configure: failed program was:" >&5
  2856.   cat conftest.$ac_ext >&5
  2857.   rm -rf conftest*
  2858.   ac_cv_header_time=no
  2859. fi
  2860. rm -f conftest*
  2861. fi
  2862. echo "$ac_t""$ac_cv_header_time" 1>&6
  2863. if test $ac_cv_header_time = yes; then
  2864.   cat >> confdefs.h <<EOF
  2865. #define TIME_WITH_SYS_TIME 1
  2866. EOF
  2867. fi
  2868. echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
  2869. echo "configure:3222: checking whether struct tm is in sys/time.h or time.h" >&5
  2870. if eval "test "`echo '$''{'ac_cv_struct_tm'+set}'`" = set"; then
  2871.   echo $ac_n "(cached) $ac_c" 1>&6
  2872. else
  2873.   cat > conftest.$ac_ext <<EOF
  2874. #line 3227 "configure"
  2875. #include "confdefs.h"
  2876. #include <sys/types.h>
  2877. #include <time.h>
  2878. int main() {
  2879. struct tm *tp; tp->tm_sec;
  2880. ; return 0; }
  2881. EOF
  2882. if { (eval echo configure:3235: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2883.   rm -rf conftest*
  2884.   ac_cv_struct_tm=time.h
  2885. else
  2886.   echo "configure: failed program was:" >&5
  2887.   cat conftest.$ac_ext >&5
  2888.   rm -rf conftest*
  2889.   ac_cv_struct_tm=sys/time.h
  2890. fi
  2891. rm -f conftest*
  2892. fi
  2893. echo "$ac_t""$ac_cv_struct_tm" 1>&6
  2894. if test $ac_cv_struct_tm = sys/time.h; then
  2895.   cat >> confdefs.h <<EOF
  2896. #define TM_IN_SYS_TIME 1
  2897. EOF
  2898. fi
  2899. echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
  2900. echo "configure:3256: checking for tm_zone in struct tm" >&5
  2901. if eval "test "`echo '$''{'ac_cv_struct_tm_zone'+set}'`" = set"; then
  2902.   echo $ac_n "(cached) $ac_c" 1>&6
  2903. else
  2904.   cat > conftest.$ac_ext <<EOF
  2905. #line 3261 "configure"
  2906. #include "confdefs.h"
  2907. #include <sys/types.h>
  2908. #include <$ac_cv_struct_tm>
  2909. int main() {
  2910. struct tm tm; tm.tm_zone;
  2911. ; return 0; }
  2912. EOF
  2913. if { (eval echo configure:3269: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2914.   rm -rf conftest*
  2915.   ac_cv_struct_tm_zone=yes
  2916. else
  2917.   echo "configure: failed program was:" >&5
  2918.   cat conftest.$ac_ext >&5
  2919.   rm -rf conftest*
  2920.   ac_cv_struct_tm_zone=no
  2921. fi
  2922. rm -f conftest*
  2923. fi
  2924. echo "$ac_t""$ac_cv_struct_tm_zone" 1>&6
  2925. if test "$ac_cv_struct_tm_zone" = yes; then
  2926.   cat >> confdefs.h <<EOF
  2927. #define HAVE_TM_ZONE 1
  2928. EOF
  2929. else
  2930.   echo $ac_n "checking for tzname""... $ac_c" 1>&6
  2931. echo "configure:3289: checking for tzname" >&5
  2932. if eval "test "`echo '$''{'ac_cv_var_tzname'+set}'`" = set"; then
  2933.   echo $ac_n "(cached) $ac_c" 1>&6
  2934. else
  2935.   cat > conftest.$ac_ext <<EOF
  2936. #line 3294 "configure"
  2937. #include "confdefs.h"
  2938. #include <time.h>
  2939. #ifndef tzname /* For SGI.  */
  2940. extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
  2941. #endif
  2942. int main() {
  2943. atoi(*tzname);
  2944. ; return 0; }
  2945. EOF
  2946. if { (eval echo configure:3304: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2947.   rm -rf conftest*
  2948.   ac_cv_var_tzname=yes
  2949. else
  2950.   echo "configure: failed program was:" >&5
  2951.   cat conftest.$ac_ext >&5
  2952.   rm -rf conftest*
  2953.   ac_cv_var_tzname=no
  2954. fi
  2955. rm -f conftest*
  2956. fi
  2957. echo "$ac_t""$ac_cv_var_tzname" 1>&6
  2958.   if test $ac_cv_var_tzname = yes; then
  2959.     cat >> confdefs.h <<EOF
  2960. #define HAVE_TZNAME 1
  2961. EOF
  2962.   fi
  2963. fi
  2964. echo $ac_n "checking to see if openlog accepts LOG_PERROR""... $ac_c" 1>&6
  2965. echo "configure:3327: checking to see if openlog accepts LOG_PERROR" >&5
  2966. cat > conftest.$ac_ext <<EOF
  2967. #line 3329 "configure"
  2968. #include "confdefs.h"
  2969. #include <syslog.h>
  2970. #ifdef LOG_PERROR
  2971. yes
  2972. #endif
  2973. EOF
  2974. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2975.   egrep "yes" >/dev/null 2>&1; then
  2976.   rm -rf conftest*
  2977.   cat >> confdefs.h <<EOF
  2978. #define HAVE_OPENLOG_LOG_PERROR 1
  2979. EOF
  2980.     echo "$ac_t""yes" 1>&6
  2981. else
  2982.   rm -rf conftest*
  2983.   echo "$ac_t""no" 1>&6
  2984. fi
  2985. rm -f conftest*
  2986. echo $ac_n "checking to see if stdlib.h defines EXIT_FAILURE""... $ac_c" 1>&6
  2987. echo "configure:3354: checking to see if stdlib.h defines EXIT_FAILURE" >&5
  2988. cat > conftest.$ac_ext <<EOF
  2989. #line 3356 "configure"
  2990. #include "confdefs.h"
  2991. #include <stdlib.h>
  2992. #ifdef EXIT_FAILURE
  2993. yes
  2994. #endif
  2995. EOF
  2996. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2997.   egrep "yes" >/dev/null 2>&1; then
  2998.   rm -rf conftest*
  2999.   echo "$ac_t""yes" 1>&6
  3000. else
  3001.   rm -rf conftest*
  3002.   cat >> confdefs.h <<EOF
  3003. #define NEED_EXIT_FAILURE 1
  3004. EOF
  3005.     echo "$ac_t""no" 1>&6
  3006. fi
  3007. rm -f conftest*
  3008. #XXX actually checks if AF_UNIX should be used instead of AF_LOCAL
  3009. echo $ac_n "checking whether <sys/socket.h> uses AF_UNIX""... $ac_c" 1>&6
  3010. echo "configure:3382: checking whether <sys/socket.h> uses AF_UNIX" >&5
  3011. cat > conftest.$ac_ext <<EOF
  3012. #line 3384 "configure"
  3013. #include "confdefs.h"
  3014. #include <sys/types.h>
  3015. #include <sys/socket.h>
  3016. #ifdef AF_LOCAL
  3017. #else
  3018. #ifdef AF_UNIX
  3019. yes
  3020. #endif
  3021. #endif
  3022. EOF
  3023. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  3024.   egrep "yes" >/dev/null 2>&1; then
  3025.   rm -rf conftest*
  3026.   cat >> confdefs.h <<EOF
  3027. #define NEED_AF_LOCAL 1
  3028. EOF
  3029.     echo "$ac_t""yes" 1>&6
  3030. else
  3031.   rm -rf conftest*
  3032.   echo "$ac_t""no" 1>&6
  3033. fi
  3034. rm -f conftest*
  3035. echo $ac_n "checking for SIGINFO""... $ac_c" 1>&6
  3036. echo "configure:3413: checking for SIGINFO" >&5
  3037. cat > conftest.$ac_ext <<EOF
  3038. #line 3415 "configure"
  3039. #include "confdefs.h"
  3040. #include <signal.h>
  3041. #ifdef SIGINFO
  3042. yes
  3043. #endif
  3044. EOF
  3045. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  3046.   egrep "yes" >/dev/null 2>&1; then
  3047.   rm -rf conftest*
  3048.   cat >> confdefs.h <<EOF
  3049. #define HAVE_SIGNAL_SIGINFO 1
  3050. EOF
  3051.     echo "$ac_t""yes" 1>&6
  3052. else
  3053.   rm -rf conftest*
  3054.   echo "$ac_t""no" 1>&6
  3055. fi
  3056. rm -f conftest*
  3057. echo $ac_n "checking to see if MSG_WAITALL exists""... $ac_c" 1>&6
  3058. echo "configure:3440: checking to see if MSG_WAITALL exists" >&5
  3059. cat > conftest.$ac_ext <<EOF
  3060. #line 3442 "configure"
  3061. #include "confdefs.h"
  3062. #include <sys/socket.h>
  3063. #ifdef MSG_WAITALL
  3064. yes
  3065. #endif
  3066. EOF
  3067. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  3068.   egrep "yes" >/dev/null 2>&1; then
  3069.   rm -rf conftest*
  3070.   cat >> confdefs.h <<EOF
  3071. #define HAVE_MSG_WAITALL 1
  3072. EOF
  3073.     echo "$ac_t""yes" 1>&6
  3074. else
  3075.   rm -rf conftest*
  3076.   echo "$ac_t""no" 1>&6
  3077. fi
  3078. rm -f conftest*
  3079. #SO_SNDLOWAT
  3080. #irix 6.2 only seems to look at lowest 8 bit of value
  3081. #solaris also seems to be broken (up to 2.6 atleast)
  3082. echo $ac_n "checking whether a working SO_SNDLOWAT exists""... $ac_c" 1>&6
  3083. echo "configure:3470: checking whether a working SO_SNDLOWAT exists" >&5
  3084. cat > conftest.$ac_ext <<EOF
  3085. #line 3472 "configure"
  3086. #include "confdefs.h"
  3087. #include <sys/socket.h>
  3088. #ifdef SO_SNDLOWAT
  3089. yes
  3090. #endif
  3091. EOF
  3092. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  3093.   egrep "yes" >/dev/null 2>&1; then
  3094.   rm -rf conftest*
  3095.   
  3096. case $host in
  3097. *bsd*)
  3098. so_sndlowat=t
  3099. ;;
  3100. *-osf*)
  3101. so_sndlowat=t
  3102. ;;
  3103. esac
  3104. if test "x${so_sndlowat}" = xt; then
  3105. cat >> confdefs.h <<EOF
  3106. #define HAVE_SO_SNDLOWAT 1
  3107. EOF
  3108. echo "$ac_t""yes" 1>&6
  3109. else
  3110. echo "$ac_t""disabled" 1>&6
  3111. echo "configure: warning: performance in the server might be degraded without support for the SO_SNDLOWAT socket option" 1>&2
  3112. fi
  3113. else
  3114.   rm -rf conftest*
  3115.   echo "$ac_t""no" 1>&6
  3116.       echo "configure: warning: performance in the server might be degraded without support for the SO_SNDLOWAT socket option" 1>&2
  3117. fi
  3118. rm -f conftest*
  3119. echo $ac_n "checking whether realloc with a NULL pointer calls malloc""... $ac_c" 1>&6
  3120. echo "configure:3512: checking whether realloc with a NULL pointer calls malloc" >&5
  3121. if test "$cross_compiling" = yes; then
  3122.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  3123. else
  3124.   cat > conftest.$ac_ext <<EOF
  3125. #line 3517 "configure"
  3126. #include "confdefs.h"
  3127. #include <stdlib.h>
  3128. #ifndef NULL
  3129. #define NULL (char *)0
  3130. #endif
  3131. int main()
  3132. {
  3133. /* will assume this test doesn't fail because of lack of memory */
  3134. if (realloc(NULL, 1) == NULL)
  3135. return 1;
  3136. else
  3137. return 0;
  3138. }
  3139. EOF
  3140. if { (eval echo configure:3534: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  3141. then
  3142.   echo "$ac_t""yes" 1>&6
  3143. else
  3144.   echo "configure: failed program was:" >&5
  3145.   cat conftest.$ac_ext >&5
  3146.   rm -fr conftest*
  3147.   cat >> confdefs.h <<EOF
  3148. #define HAVE_NOMALLOC_REALLOC 1
  3149. EOF
  3150.      echo "$ac_t""no" 1>&6
  3151. fi
  3152. rm -fr conftest*
  3153. fi
  3154. echo $ac_n "checking whether free with can be called with NULL""... $ac_c" 1>&6
  3155. echo "configure:3552: checking whether free with can be called with NULL" >&5
  3156. if test "$cross_compiling" = yes; then
  3157.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  3158. else
  3159.   cat > conftest.$ac_ext <<EOF
  3160. #line 3557 "configure"
  3161. #include "confdefs.h"
  3162. #include <stdlib.h>
  3163. #ifndef NULL
  3164. #define NULL (char *)0
  3165. #endif
  3166. int main()
  3167. {
  3168. /* will assume core dump/seg fault if it doesn't work */
  3169. free(NULL);
  3170. return 0;
  3171. }
  3172. EOF
  3173. if { (eval echo configure:3572: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  3174. then
  3175.   echo "$ac_t""yes" 1>&6
  3176. else
  3177.   echo "configure: failed program was:" >&5
  3178.   cat conftest.$ac_ext >&5
  3179.   rm -fr conftest*
  3180.   cat >> confdefs.h <<EOF
  3181. #define HAVE_NONULL_FREE 1
  3182. EOF
  3183.      echo "$ac_t""no" 1>&6
  3184. fi
  3185. rm -fr conftest*
  3186. fi
  3187. #A good time to save the cache (L_SOCKPROTO might fail)
  3188. cat > confcache <<EOF
  3189. # This file is a shell script that caches the results of configure
  3190. # tests run on this system so they can be shared between configure
  3191. # scripts and configure runs.  It is not useful on other systems.
  3192. # If it contains results you don't want to keep, you may remove or edit it.
  3193. #
  3194. # By default, configure uses ./config.cache as the cache file,
  3195. # creating it if it does not exist already.  You can give configure
  3196. # the --cache-file=FILE option to use a different cache file; that is
  3197. # what configure does when it calls configure scripts in
  3198. # subdirectories, so they share the cache.
  3199. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  3200. # config.status only pays attention to the cache file if you give it the
  3201. # --recheck option to rerun configure.
  3202. #
  3203. EOF
  3204. # The following way of writing the cache mishandles newlines in values,
  3205. # but we know of no workaround that is simple, portable, and efficient.
  3206. # So, don't put newlines in cache variables' values.
  3207. # Ultrix sh set writes to stderr and can't be redirected directly,
  3208. # and sets the high bit in the cache file unless we assign to the vars.
  3209. (set) 2>&1 |
  3210.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  3211.   *ac_space= *)
  3212.     # `set' does not quote correctly, so add quotes (double-quote substitution
  3213.     # turns \\ into \, and sed turns \ into ).
  3214.     sed -n 
  3215.       -e "s/'/'\\''/g" 
  3216.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  3217.     ;;
  3218.   *)
  3219.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  3220.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  3221.     ;;
  3222.   esac >> confcache
  3223. if cmp -s $cache_file confcache; then
  3224.   :
  3225. else
  3226.   if test -w $cache_file; then
  3227.     echo "updating cache $cache_file"
  3228.     cat confcache > $cache_file
  3229.   else
  3230.     echo "not updating unwritable cache $cache_file"
  3231.   fi
  3232. fi
  3233. rm -f confcache
  3234. #find prototypes for interposition.c
  3235. if test x$no_preload != xt; then
  3236. unset failproto
  3237. if test "x${ac_cv_header_stdc}" = xyes; then
  3238. #does $CPP define __STDC__?
  3239. cat > conftest.$ac_ext <<EOF
  3240. #line 3647 "configure"
  3241. #include "confdefs.h"
  3242. #ifdef __STDC__
  3243. yes
  3244. #endif
  3245. EOF
  3246. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  3247.   egrep "yes" >/dev/null 2>&1; then
  3248.   rm -rf conftest*
  3249.   CPPFLAG_STDC=""
  3250. else
  3251.   rm -rf conftest*
  3252.   CPPFLAG_STDC="-D__STDC__"
  3253. fi
  3254. rm -f conftest*
  3255. #L_SOCKPROTO is used to determine the argument types of the functions
  3256. #which are used in dlib/interposition.c. It compares the prototypes in
  3257. #(mainly) <sys/socket.h> and compares them to a list of known
  3258. #values. The arguments to L_SOCKPROTO are:
  3259. #1: the name of the function
  3260. #2: shell code which is executed if no known prototype is found
  3261. #3...: a list of known types, the first is a list of known return values,
  3262. #      the second a list of known values for the first argument etc.
  3263. #To add new values to the list simply add the new values at the end of
  3264. #the list.
  3265.  
  3266. nargs=6
  3267. paramcnt=4
  3268. func=connect
  3269. ucfunc=CONNECT
  3270. echo $ac_n "checking prototypes for $func""... $ac_c" 1>&6
  3271. echo "configure:3687: checking prototypes for $func" >&5
  3272. unset failure
  3273. cat > conftest.$ac_ext <<EOF
  3274. #include "confdefs.h"
  3275. #include <sys/types.h>
  3276. #include <sys/socket.h>
  3277. #include <sys/uio.h>
  3278. #include <unistd.h>
  3279. EOF
  3280. ${CPP} ${CPPFLAGS} ${CPPFLAG_STDC} conftest.$ac_ext | $AWK "{ if (/[^a-z0-9]${func}[^a-z0-9]/) { s=10 }; if ( s > 0 ) { s -= 1; print; } }" | egrep -v '^#' | tr 'n' ' ' | tr -s '/' |  tr ';' 'n'  | grep -v "__${func}" | egrep "[^a-z0-9]${func}[^a-z0-9]" | tr -s '[:blank:]' | sed -e 's/extern//' > conftest.out_proto
  3281. cnt=0
  3282. while test $cnt -lt $paramcnt; do
  3283. if test $cnt -eq 0; then
  3284. cat conftest.out_proto | sed -e "s/${func}.*//" | sed -e 's/^[  ]*//' | sed -e 's/[  ]*$//g' > conftest.out_param
  3285. else
  3286. cat conftest.out_proto | sed -e "s/.*${func}//" | sed -e "s/[()]//g" | cut -d, -f $cnt | sed -e 's/^[  ]*//' | sed -e 's/[  ]*$//g' > conftest.out_param
  3287. fi
  3288. cat conftest.out_param | tr -s '[:blank:]' > conftest.out_nospace
  3289. if test -s conftest.out_nospace; then
  3290. cp -f conftest.out_param conftest.out_param_${cnt}
  3291. else
  3292. echo "not found" > conftest.out_param_${cnt}
  3293. echo "warning: found no argument"
  3294. fi
  3295. #XXX avoid subshell
  3296. case $cnt in
  3297. 0) cnt=1;;
  3298. 1) cnt=2;;
  3299. 2) cnt=3;;
  3300. 3) cnt=4;;
  3301. 4) cnt=5;;
  3302. 5) cnt=6;;
  3303. 6) cnt=7;;
  3304. 7) cnt=8;;
  3305. 8) cnt=9;;
  3306. 9) cnt=10;;
  3307. 10) cnt=11;;
  3308. esac
  3309. done
  3310. #return value
  3311. _arg=0
  3312. _param=conftest.out_param_0
  3313. _func=$func
  3314. _ucfunc=$ucfunc
  3315. unset _nofunc
  3316. for val in "int"
  3317. do
  3318. cat ${_param} | egrep "^${val}" > /dev/null
  3319. test $? -eq 0 && _nofunc="" && break
  3320. _nofunc=t
  3321. done
  3322. if test "x${_nofunc}" = xt; then
  3323. if test "x$failure" != x; then
  3324. failure="$failure|"
  3325. fi
  3326. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3327. else
  3328. cat >> confdefs.h <<EOF
  3329. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3330. EOF
  3331. fi
  3332. #first argument
  3333. _arg=1
  3334. _param=conftest.out_param_1
  3335. _func=$func
  3336. _ucfunc=$ucfunc
  3337. unset _nofunc
  3338. for val in "int"
  3339. do
  3340. cat ${_param} | egrep "^${val}" > /dev/null
  3341. test $? -eq 0 && _nofunc="" && break
  3342. _nofunc=t
  3343. done
  3344. if test "x${_nofunc}" = xt; then
  3345. if test "x$failure" != x; then
  3346. failure="$failure|"
  3347. fi
  3348. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3349. else
  3350. cat >> confdefs.h <<EOF
  3351. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3352. EOF
  3353. fi
  3354. #second argument
  3355. _arg=2
  3356. _param=conftest.out_param_2
  3357. _func=$func
  3358. _ucfunc=$ucfunc
  3359. unset _nofunc
  3360. for val in "const struct sockaddr *" "__CONST_SOCKADDR_ARG" "struct sockaddr *" "const void *" "__const struct sockaddr *"
  3361. do
  3362. cat ${_param} | egrep "^${val}" > /dev/null
  3363. test $? -eq 0 && _nofunc="" && break
  3364. _nofunc=t
  3365. done
  3366. if test "x${_nofunc}" = xt; then
  3367. if test "x$failure" != x; then
  3368. failure="$failure|"
  3369. fi
  3370. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3371. else
  3372. cat >> confdefs.h <<EOF
  3373. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3374. EOF
  3375. fi
  3376. #third argument
  3377. _arg=3
  3378. _param=conftest.out_param_3
  3379. _func=$func
  3380. _ucfunc=$ucfunc
  3381. unset _nofunc
  3382. for val in "socklen_t" "int" "size_t"
  3383. do
  3384. cat ${_param} | egrep "^${val}" > /dev/null
  3385. test $? -eq 0 && _nofunc="" && break
  3386. _nofunc=t
  3387. done
  3388. if test "x${_nofunc}" = xt; then
  3389. if test "x$failure" != x; then
  3390. failure="$failure|"
  3391. fi
  3392. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3393. else
  3394. cat >> confdefs.h <<EOF
  3395. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3396. EOF
  3397. fi
  3398. #failure
  3399. if test "x$failure" != x; then
  3400. echo "$ac_t""failure" 1>&6
  3401. echo "$failure" | tr '|' 'n'
  3402.  failproto=t
  3403. else
  3404. echo "$ac_t""ok" 1>&6
  3405. fi
  3406. rm -f conftest.*
  3407.  
  3408. nargs=6
  3409. paramcnt=4
  3410. func=accept
  3411. ucfunc=ACCEPT
  3412. echo $ac_n "checking prototypes for $func""... $ac_c" 1>&6
  3413. echo "configure:3871: checking prototypes for $func" >&5
  3414. unset failure
  3415. cat > conftest.$ac_ext <<EOF
  3416. #include "confdefs.h"
  3417. #include <sys/types.h>
  3418. #include <sys/socket.h>
  3419. #include <sys/uio.h>
  3420. #include <unistd.h>
  3421. EOF
  3422. ${CPP} ${CPPFLAGS} ${CPPFLAG_STDC} conftest.$ac_ext | $AWK "{ if (/[^a-z0-9]${func}[^a-z0-9]/) { s=10 }; if ( s > 0 ) { s -= 1; print; } }" | egrep -v '^#' | tr 'n' ' ' | tr -s '/' |  tr ';' 'n'  | grep -v "__${func}" | egrep "[^a-z0-9]${func}[^a-z0-9]" | tr -s '[:blank:]' | sed -e 's/extern//' > conftest.out_proto
  3423. cnt=0
  3424. while test $cnt -lt $paramcnt; do
  3425. if test $cnt -eq 0; then
  3426. cat conftest.out_proto | sed -e "s/${func}.*//" | sed -e 's/^[  ]*//' | sed -e 's/[  ]*$//g' > conftest.out_param
  3427. else
  3428. cat conftest.out_proto | sed -e "s/.*${func}//" | sed -e "s/[()]//g" | cut -d, -f $cnt | sed -e 's/^[  ]*//' | sed -e 's/[  ]*$//g' > conftest.out_param
  3429. fi
  3430. cat conftest.out_param | tr -s '[:blank:]' > conftest.out_nospace
  3431. if test -s conftest.out_nospace; then
  3432. cp -f conftest.out_param conftest.out_param_${cnt}
  3433. else
  3434. echo "not found" > conftest.out_param_${cnt}
  3435. echo "warning: found no argument"
  3436. fi
  3437. #XXX avoid subshell
  3438. case $cnt in
  3439. 0) cnt=1;;
  3440. 1) cnt=2;;
  3441. 2) cnt=3;;
  3442. 3) cnt=4;;
  3443. 4) cnt=5;;
  3444. 5) cnt=6;;
  3445. 6) cnt=7;;
  3446. 7) cnt=8;;
  3447. 8) cnt=9;;
  3448. 9) cnt=10;;
  3449. 10) cnt=11;;
  3450. esac
  3451. done
  3452. #return value
  3453. _arg=0
  3454. _param=conftest.out_param_0
  3455. _func=$func
  3456. _ucfunc=$ucfunc
  3457. unset _nofunc
  3458. for val in "int"
  3459. do
  3460. cat ${_param} | egrep "^${val}" > /dev/null
  3461. test $? -eq 0 && _nofunc="" && break
  3462. _nofunc=t
  3463. done
  3464. if test "x${_nofunc}" = xt; then
  3465. if test "x$failure" != x; then
  3466. failure="$failure|"
  3467. fi
  3468. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3469. else
  3470. cat >> confdefs.h <<EOF
  3471. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3472. EOF
  3473. fi
  3474. #first argument
  3475. _arg=1
  3476. _param=conftest.out_param_1
  3477. _func=$func
  3478. _ucfunc=$ucfunc
  3479. unset _nofunc
  3480. for val in "int"
  3481. do
  3482. cat ${_param} | egrep "^${val}" > /dev/null
  3483. test $? -eq 0 && _nofunc="" && break
  3484. _nofunc=t
  3485. done
  3486. if test "x${_nofunc}" = xt; then
  3487. if test "x$failure" != x; then
  3488. failure="$failure|"
  3489. fi
  3490. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3491. else
  3492. cat >> confdefs.h <<EOF
  3493. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3494. EOF
  3495. fi
  3496. #second argument
  3497. _arg=2
  3498. _param=conftest.out_param_2
  3499. _func=$func
  3500. _ucfunc=$ucfunc
  3501. unset _nofunc
  3502. for val in "struct sockaddr *" "__SOCKADDR_ARG" "__const struct sockaddr *" "void *"
  3503. do
  3504. cat ${_param} | egrep "^${val}" > /dev/null
  3505. test $? -eq 0 && _nofunc="" && break
  3506. _nofunc=t
  3507. done
  3508. if test "x${_nofunc}" = xt; then
  3509. if test "x$failure" != x; then
  3510. failure="$failure|"
  3511. fi
  3512. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3513. else
  3514. cat >> confdefs.h <<EOF
  3515. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3516. EOF
  3517. fi
  3518. #third argument
  3519. _arg=3
  3520. _param=conftest.out_param_3
  3521. _func=$func
  3522. _ucfunc=$ucfunc
  3523. unset _nofunc
  3524. for val in "socklen_t *" "int *" "Psocklen_t" "size_t"
  3525. do
  3526. cat ${_param} | egrep "^${val}" > /dev/null
  3527. test $? -eq 0 && _nofunc="" && break
  3528. _nofunc=t
  3529. done
  3530. if test "x${_nofunc}" = xt; then
  3531. if test "x$failure" != x; then
  3532. failure="$failure|"
  3533. fi
  3534. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3535. else
  3536. cat >> confdefs.h <<EOF
  3537. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3538. EOF
  3539. fi
  3540. #failure
  3541. if test "x$failure" != x; then
  3542. echo "$ac_t""failure" 1>&6
  3543. echo "$failure" | tr '|' 'n'
  3544.  failproto=t
  3545. else
  3546. echo "$ac_t""ok" 1>&6
  3547. fi
  3548. rm -f conftest.*
  3549.  
  3550. nargs=6
  3551. paramcnt=4
  3552. func=bind
  3553. ucfunc=BIND
  3554. echo $ac_n "checking prototypes for $func""... $ac_c" 1>&6
  3555. echo "configure:4055: checking prototypes for $func" >&5
  3556. unset failure
  3557. cat > conftest.$ac_ext <<EOF
  3558. #include "confdefs.h"
  3559. #include <sys/types.h>
  3560. #include <sys/socket.h>
  3561. #include <sys/uio.h>
  3562. #include <unistd.h>
  3563. EOF
  3564. ${CPP} ${CPPFLAGS} ${CPPFLAG_STDC} conftest.$ac_ext | $AWK "{ if (/[^a-z0-9]${func}[^a-z0-9]/) { s=10 }; if ( s > 0 ) { s -= 1; print; } }" | egrep -v '^#' | tr 'n' ' ' | tr -s '/' |  tr ';' 'n'  | grep -v "__${func}" | egrep "[^a-z0-9]${func}[^a-z0-9]" | tr -s '[:blank:]' | sed -e 's/extern//' > conftest.out_proto
  3565. cnt=0
  3566. while test $cnt -lt $paramcnt; do
  3567. if test $cnt -eq 0; then
  3568. cat conftest.out_proto | sed -e "s/${func}.*//" | sed -e 's/^[  ]*//' | sed -e 's/[  ]*$//g' > conftest.out_param
  3569. else
  3570. cat conftest.out_proto | sed -e "s/.*${func}//" | sed -e "s/[()]//g" | cut -d, -f $cnt | sed -e 's/^[  ]*//' | sed -e 's/[  ]*$//g' > conftest.out_param
  3571. fi
  3572. cat conftest.out_param | tr -s '[:blank:]' > conftest.out_nospace
  3573. if test -s conftest.out_nospace; then
  3574. cp -f conftest.out_param conftest.out_param_${cnt}
  3575. else
  3576. echo "not found" > conftest.out_param_${cnt}
  3577. echo "warning: found no argument"
  3578. fi
  3579. #XXX avoid subshell
  3580. case $cnt in
  3581. 0) cnt=1;;
  3582. 1) cnt=2;;
  3583. 2) cnt=3;;
  3584. 3) cnt=4;;
  3585. 4) cnt=5;;
  3586. 5) cnt=6;;
  3587. 6) cnt=7;;
  3588. 7) cnt=8;;
  3589. 8) cnt=9;;
  3590. 9) cnt=10;;
  3591. 10) cnt=11;;
  3592. esac
  3593. done
  3594. #return value
  3595. _arg=0
  3596. _param=conftest.out_param_0
  3597. _func=$func
  3598. _ucfunc=$ucfunc
  3599. unset _nofunc
  3600. for val in "int"
  3601. do
  3602. cat ${_param} | egrep "^${val}" > /dev/null
  3603. test $? -eq 0 && _nofunc="" && break
  3604. _nofunc=t
  3605. done
  3606. if test "x${_nofunc}" = xt; then
  3607. if test "x$failure" != x; then
  3608. failure="$failure|"
  3609. fi
  3610. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3611. else
  3612. cat >> confdefs.h <<EOF
  3613. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3614. EOF
  3615. fi
  3616. #first argument
  3617. _arg=1
  3618. _param=conftest.out_param_1
  3619. _func=$func
  3620. _ucfunc=$ucfunc
  3621. unset _nofunc
  3622. for val in "int"
  3623. do
  3624. cat ${_param} | egrep "^${val}" > /dev/null
  3625. test $? -eq 0 && _nofunc="" && break
  3626. _nofunc=t
  3627. done
  3628. if test "x${_nofunc}" = xt; then
  3629. if test "x$failure" != x; then
  3630. failure="$failure|"
  3631. fi
  3632. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3633. else
  3634. cat >> confdefs.h <<EOF
  3635. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3636. EOF
  3637. fi
  3638. #second argument
  3639. _arg=2
  3640. _param=conftest.out_param_2
  3641. _func=$func
  3642. _ucfunc=$ucfunc
  3643. unset _nofunc
  3644. for val in "const struct sockaddr *" "__CONST_SOCKADDR_ARG" "struct sockaddr *" "const void *" "__const struct sockaddr *"
  3645. do
  3646. cat ${_param} | egrep "^${val}" > /dev/null
  3647. test $? -eq 0 && _nofunc="" && break
  3648. _nofunc=t
  3649. done
  3650. if test "x${_nofunc}" = xt; then
  3651. if test "x$failure" != x; then
  3652. failure="$failure|"
  3653. fi
  3654. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3655. else
  3656. cat >> confdefs.h <<EOF
  3657. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3658. EOF
  3659. fi
  3660. #third argument
  3661. _arg=3
  3662. _param=conftest.out_param_3
  3663. _func=$func
  3664. _ucfunc=$ucfunc
  3665. unset _nofunc
  3666. for val in "socklen_t" "int" "size_t"
  3667. do
  3668. cat ${_param} | egrep "^${val}" > /dev/null
  3669. test $? -eq 0 && _nofunc="" && break
  3670. _nofunc=t
  3671. done
  3672. if test "x${_nofunc}" = xt; then
  3673. if test "x$failure" != x; then
  3674. failure="$failure|"
  3675. fi
  3676. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3677. else
  3678. cat >> confdefs.h <<EOF
  3679. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3680. EOF
  3681. fi
  3682. #failure
  3683. if test "x$failure" != x; then
  3684. echo "$ac_t""failure" 1>&6
  3685. echo "$failure" | tr '|' 'n'
  3686.  failproto=t
  3687. else
  3688. echo "$ac_t""ok" 1>&6
  3689. fi
  3690. rm -f conftest.*
  3691.  
  3692. nargs=6
  3693. paramcnt=4
  3694. func=getpeername
  3695. ucfunc=GETPEERNAME
  3696. echo $ac_n "checking prototypes for $func""... $ac_c" 1>&6
  3697. echo "configure:4239: checking prototypes for $func" >&5
  3698. unset failure
  3699. cat > conftest.$ac_ext <<EOF
  3700. #include "confdefs.h"
  3701. #include <sys/types.h>
  3702. #include <sys/socket.h>
  3703. #include <sys/uio.h>
  3704. #include <unistd.h>
  3705. EOF
  3706. ${CPP} ${CPPFLAGS} ${CPPFLAG_STDC} conftest.$ac_ext | $AWK "{ if (/[^a-z0-9]${func}[^a-z0-9]/) { s=10 }; if ( s > 0 ) { s -= 1; print; } }" | egrep -v '^#' | tr 'n' ' ' | tr -s '/' |  tr ';' 'n'  | grep -v "__${func}" | egrep "[^a-z0-9]${func}[^a-z0-9]" | tr -s '[:blank:]' | sed -e 's/extern//' > conftest.out_proto
  3707. cnt=0
  3708. while test $cnt -lt $paramcnt; do
  3709. if test $cnt -eq 0; then
  3710. cat conftest.out_proto | sed -e "s/${func}.*//" | sed -e 's/^[  ]*//' | sed -e 's/[  ]*$//g' > conftest.out_param
  3711. else
  3712. cat conftest.out_proto | sed -e "s/.*${func}//" | sed -e "s/[()]//g" | cut -d, -f $cnt | sed -e 's/^[  ]*//' | sed -e 's/[  ]*$//g' > conftest.out_param
  3713. fi
  3714. cat conftest.out_param | tr -s '[:blank:]' > conftest.out_nospace
  3715. if test -s conftest.out_nospace; then
  3716. cp -f conftest.out_param conftest.out_param_${cnt}
  3717. else
  3718. echo "not found" > conftest.out_param_${cnt}
  3719. echo "warning: found no argument"
  3720. fi
  3721. #XXX avoid subshell
  3722. case $cnt in
  3723. 0) cnt=1;;
  3724. 1) cnt=2;;
  3725. 2) cnt=3;;
  3726. 3) cnt=4;;
  3727. 4) cnt=5;;
  3728. 5) cnt=6;;
  3729. 6) cnt=7;;
  3730. 7) cnt=8;;
  3731. 8) cnt=9;;
  3732. 9) cnt=10;;
  3733. 10) cnt=11;;
  3734. esac
  3735. done
  3736. #return value
  3737. _arg=0
  3738. _param=conftest.out_param_0
  3739. _func=$func
  3740. _ucfunc=$ucfunc
  3741. unset _nofunc
  3742. for val in "int"
  3743. do
  3744. cat ${_param} | egrep "^${val}" > /dev/null
  3745. test $? -eq 0 && _nofunc="" && break
  3746. _nofunc=t
  3747. done
  3748. if test "x${_nofunc}" = xt; then
  3749. if test "x$failure" != x; then
  3750. failure="$failure|"
  3751. fi
  3752. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3753. else
  3754. cat >> confdefs.h <<EOF
  3755. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3756. EOF
  3757. fi
  3758. #first argument
  3759. _arg=1
  3760. _param=conftest.out_param_1
  3761. _func=$func
  3762. _ucfunc=$ucfunc
  3763. unset _nofunc
  3764. for val in "int"
  3765. do
  3766. cat ${_param} | egrep "^${val}" > /dev/null
  3767. test $? -eq 0 && _nofunc="" && break
  3768. _nofunc=t
  3769. done
  3770. if test "x${_nofunc}" = xt; then
  3771. if test "x$failure" != x; then
  3772. failure="$failure|"
  3773. fi
  3774. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3775. else
  3776. cat >> confdefs.h <<EOF
  3777. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3778. EOF
  3779. fi
  3780. #second argument
  3781. _arg=2
  3782. _param=conftest.out_param_2
  3783. _func=$func
  3784. _ucfunc=$ucfunc
  3785. unset _nofunc
  3786. for val in "struct sockaddr *" "__SOCKADDR_ARG" "void *"
  3787. do
  3788. cat ${_param} | egrep "^${val}" > /dev/null
  3789. test $? -eq 0 && _nofunc="" && break
  3790. _nofunc=t
  3791. done
  3792. if test "x${_nofunc}" = xt; then
  3793. if test "x$failure" != x; then
  3794. failure="$failure|"
  3795. fi
  3796. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3797. else
  3798. cat >> confdefs.h <<EOF
  3799. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3800. EOF
  3801. fi
  3802. #third argument
  3803. _arg=3
  3804. _param=conftest.out_param_3
  3805. _func=$func
  3806. _ucfunc=$ucfunc
  3807. unset _nofunc
  3808. for val in "socklen_t *" "int *" "Psocklen_t" "size_t *"
  3809. do
  3810. cat ${_param} | egrep "^${val}" > /dev/null
  3811. test $? -eq 0 && _nofunc="" && break
  3812. _nofunc=t
  3813. done
  3814. if test "x${_nofunc}" = xt; then
  3815. if test "x$failure" != x; then
  3816. failure="$failure|"
  3817. fi
  3818. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3819. else
  3820. cat >> confdefs.h <<EOF
  3821. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3822. EOF
  3823. fi
  3824. #failure
  3825. if test "x$failure" != x; then
  3826. echo "$ac_t""failure" 1>&6
  3827. echo "$failure" | tr '|' 'n'
  3828.  failproto=t
  3829. else
  3830. echo "$ac_t""ok" 1>&6
  3831. fi
  3832. rm -f conftest.*
  3833.  
  3834. nargs=6
  3835. paramcnt=4
  3836. func=getsockname
  3837. ucfunc=GETSOCKNAME
  3838. echo $ac_n "checking prototypes for $func""... $ac_c" 1>&6
  3839. echo "configure:4423: checking prototypes for $func" >&5
  3840. unset failure
  3841. cat > conftest.$ac_ext <<EOF
  3842. #include "confdefs.h"
  3843. #include <sys/types.h>
  3844. #include <sys/socket.h>
  3845. #include <sys/uio.h>
  3846. #include <unistd.h>
  3847. EOF
  3848. ${CPP} ${CPPFLAGS} ${CPPFLAG_STDC} conftest.$ac_ext | $AWK "{ if (/[^a-z0-9]${func}[^a-z0-9]/) { s=10 }; if ( s > 0 ) { s -= 1; print; } }" | egrep -v '^#' | tr 'n' ' ' | tr -s '/' |  tr ';' 'n'  | grep -v "__${func}" | egrep "[^a-z0-9]${func}[^a-z0-9]" | tr -s '[:blank:]' | sed -e 's/extern//' > conftest.out_proto
  3849. cnt=0
  3850. while test $cnt -lt $paramcnt; do
  3851. if test $cnt -eq 0; then
  3852. cat conftest.out_proto | sed -e "s/${func}.*//" | sed -e 's/^[  ]*//' | sed -e 's/[  ]*$//g' > conftest.out_param
  3853. else
  3854. cat conftest.out_proto | sed -e "s/.*${func}//" | sed -e "s/[()]//g" | cut -d, -f $cnt | sed -e 's/^[  ]*//' | sed -e 's/[  ]*$//g' > conftest.out_param
  3855. fi
  3856. cat conftest.out_param | tr -s '[:blank:]' > conftest.out_nospace
  3857. if test -s conftest.out_nospace; then
  3858. cp -f conftest.out_param conftest.out_param_${cnt}
  3859. else
  3860. echo "not found" > conftest.out_param_${cnt}
  3861. echo "warning: found no argument"
  3862. fi
  3863. #XXX avoid subshell
  3864. case $cnt in
  3865. 0) cnt=1;;
  3866. 1) cnt=2;;
  3867. 2) cnt=3;;
  3868. 3) cnt=4;;
  3869. 4) cnt=5;;
  3870. 5) cnt=6;;
  3871. 6) cnt=7;;
  3872. 7) cnt=8;;
  3873. 8) cnt=9;;
  3874. 9) cnt=10;;
  3875. 10) cnt=11;;
  3876. esac
  3877. done
  3878. #return value
  3879. _arg=0
  3880. _param=conftest.out_param_0
  3881. _func=$func
  3882. _ucfunc=$ucfunc
  3883. unset _nofunc
  3884. for val in "int"
  3885. do
  3886. cat ${_param} | egrep "^${val}" > /dev/null
  3887. test $? -eq 0 && _nofunc="" && break
  3888. _nofunc=t
  3889. done
  3890. if test "x${_nofunc}" = xt; then
  3891. if test "x$failure" != x; then
  3892. failure="$failure|"
  3893. fi
  3894. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3895. else
  3896. cat >> confdefs.h <<EOF
  3897. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3898. EOF
  3899. fi
  3900. #first argument
  3901. _arg=1
  3902. _param=conftest.out_param_1
  3903. _func=$func
  3904. _ucfunc=$ucfunc
  3905. unset _nofunc
  3906. for val in "int"
  3907. do
  3908. cat ${_param} | egrep "^${val}" > /dev/null
  3909. test $? -eq 0 && _nofunc="" && break
  3910. _nofunc=t
  3911. done
  3912. if test "x${_nofunc}" = xt; then
  3913. if test "x$failure" != x; then
  3914. failure="$failure|"
  3915. fi
  3916. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3917. else
  3918. cat >> confdefs.h <<EOF
  3919. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3920. EOF
  3921. fi
  3922. #second argument
  3923. _arg=2
  3924. _param=conftest.out_param_2
  3925. _func=$func
  3926. _ucfunc=$ucfunc
  3927. unset _nofunc
  3928. for val in "struct sockaddr *" "__SOCKADDR_ARG" "void *"
  3929. do
  3930. cat ${_param} | egrep "^${val}" > /dev/null
  3931. test $? -eq 0 && _nofunc="" && break
  3932. _nofunc=t
  3933. done
  3934. if test "x${_nofunc}" = xt; then
  3935. if test "x$failure" != x; then
  3936. failure="$failure|"
  3937. fi
  3938. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3939. else
  3940. cat >> confdefs.h <<EOF
  3941. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3942. EOF
  3943. fi
  3944. #third argument
  3945. _arg=3
  3946. _param=conftest.out_param_3
  3947. _func=$func
  3948. _ucfunc=$ucfunc
  3949. unset _nofunc
  3950. for val in "int *" "socklen_t *" "Psocklen_t" "size_t *"
  3951. do
  3952. cat ${_param} | egrep "^${val}" > /dev/null
  3953. test $? -eq 0 && _nofunc="" && break
  3954. _nofunc=t
  3955. done
  3956. if test "x${_nofunc}" = xt; then
  3957. if test "x$failure" != x; then
  3958. failure="$failure|"
  3959. fi
  3960. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  3961. else
  3962. cat >> confdefs.h <<EOF
  3963. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  3964. EOF
  3965. fi
  3966. #failure
  3967. if test "x$failure" != x; then
  3968. echo "$ac_t""failure" 1>&6
  3969. echo "$failure" | tr '|' 'n'
  3970.  failproto=t
  3971. else
  3972. echo "$ac_t""ok" 1>&6
  3973. fi
  3974. rm -f conftest.*
  3975.  
  3976. nargs=9
  3977. paramcnt=7
  3978. func=recvfrom
  3979. ucfunc=RECVFROM
  3980. echo $ac_n "checking prototypes for $func""... $ac_c" 1>&6
  3981. echo "configure:4607: checking prototypes for $func" >&5
  3982. unset failure
  3983. cat > conftest.$ac_ext <<EOF
  3984. #include "confdefs.h"
  3985. #include <sys/types.h>
  3986. #include <sys/socket.h>
  3987. #include <sys/uio.h>
  3988. #include <unistd.h>
  3989. EOF
  3990. ${CPP} ${CPPFLAGS} ${CPPFLAG_STDC} conftest.$ac_ext | $AWK "{ if (/[^a-z0-9]${func}[^a-z0-9]/) { s=10 }; if ( s > 0 ) { s -= 1; print; } }" | egrep -v '^#' | tr 'n' ' ' | tr -s '/' |  tr ';' 'n'  | grep -v "__${func}" | egrep "[^a-z0-9]${func}[^a-z0-9]" | tr -s '[:blank:]' | sed -e 's/extern//' > conftest.out_proto
  3991. cnt=0
  3992. while test $cnt -lt $paramcnt; do
  3993. if test $cnt -eq 0; then
  3994. cat conftest.out_proto | sed -e "s/${func}.*//" | sed -e 's/^[  ]*//' | sed -e 's/[  ]*$//g' > conftest.out_param
  3995. else
  3996. cat conftest.out_proto | sed -e "s/.*${func}//" | sed -e "s/[()]//g" | cut -d, -f $cnt | sed -e 's/^[  ]*//' | sed -e 's/[  ]*$//g' > conftest.out_param
  3997. fi
  3998. cat conftest.out_param | tr -s '[:blank:]' > conftest.out_nospace
  3999. if test -s conftest.out_nospace; then
  4000. cp -f conftest.out_param conftest.out_param_${cnt}
  4001. else
  4002. echo "not found" > conftest.out_param_${cnt}
  4003. echo "warning: found no argument"
  4004. fi
  4005. #XXX avoid subshell
  4006. case $cnt in
  4007. 0) cnt=1;;
  4008. 1) cnt=2;;
  4009. 2) cnt=3;;
  4010. 3) cnt=4;;
  4011. 4) cnt=5;;
  4012. 5) cnt=6;;
  4013. 6) cnt=7;;
  4014. 7) cnt=8;;
  4015. 8) cnt=9;;
  4016. 9) cnt=10;;
  4017. 10) cnt=11;;
  4018. esac
  4019. done
  4020. #return value
  4021. _arg=0
  4022. _param=conftest.out_param_0
  4023. _func=$func
  4024. _ucfunc=$ucfunc
  4025. unset _nofunc
  4026. for val in "ssize_t" "int"
  4027. do
  4028. cat ${_param} | egrep "^${val}" > /dev/null
  4029. test $? -eq 0 && _nofunc="" && break
  4030. _nofunc=t
  4031. done
  4032. if test "x${_nofunc}" = xt; then
  4033. if test "x$failure" != x; then
  4034. failure="$failure|"
  4035. fi
  4036. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  4037. else
  4038. cat >> confdefs.h <<EOF
  4039. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  4040. EOF
  4041. fi
  4042. #first argument
  4043. _arg=1
  4044. _param=conftest.out_param_1
  4045. _func=$func
  4046. _ucfunc=$ucfunc
  4047. unset _nofunc
  4048. for val in "int"
  4049. do
  4050. cat ${_param} | egrep "^${val}" > /dev/null
  4051. test $? -eq 0 && _nofunc="" && break
  4052. _nofunc=t
  4053. done
  4054. if test "x${_nofunc}" = xt; then
  4055. if test "x$failure" != x; then
  4056. failure="$failure|"
  4057. fi
  4058. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  4059. else
  4060. cat >> confdefs.h <<EOF
  4061. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  4062. EOF
  4063. fi
  4064. #second argument
  4065. _arg=2
  4066. _param=conftest.out_param_2
  4067. _func=$func
  4068. _ucfunc=$ucfunc
  4069. unset _nofunc
  4070. for val in "void *" "char *"
  4071. do
  4072. cat ${_param} | egrep "^${val}" > /dev/null
  4073. test $? -eq 0 && _nofunc="" && break
  4074. _nofunc=t
  4075. done
  4076. if test "x${_nofunc}" = xt; then
  4077. if test "x$failure" != x; then
  4078. failure="$failure|"
  4079. fi
  4080. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  4081. else
  4082. cat >> confdefs.h <<EOF
  4083. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  4084. EOF
  4085. fi
  4086. #third argument
  4087. _arg=3
  4088. _param=conftest.out_param_3
  4089. _func=$func
  4090. _ucfunc=$ucfunc
  4091. unset _nofunc
  4092. for val in "size_t" "int"
  4093. do
  4094. cat ${_param} | egrep "^${val}" > /dev/null
  4095. test $? -eq 0 && _nofunc="" && break
  4096. _nofunc=t
  4097. done
  4098. if test "x${_nofunc}" = xt; then
  4099. if test "x$failure" != x; then
  4100. failure="$failure|"
  4101. fi
  4102. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  4103. else
  4104. cat >> confdefs.h <<EOF
  4105. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  4106. EOF
  4107. fi
  4108. #fourth argument
  4109. _arg=4
  4110. _param=conftest.out_param_4
  4111. _func=$func
  4112. _ucfunc=$ucfunc
  4113. unset _nofunc
  4114. for val in "int" "unsigned int"
  4115. do
  4116. cat ${_param} | egrep "^${val}" > /dev/null
  4117. test $? -eq 0 && _nofunc="" && break
  4118. _nofunc=t
  4119. done
  4120. if test "x${_nofunc}" = xt; then
  4121. if test "x$failure" != x; then
  4122. failure="$failure|"
  4123. fi
  4124. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  4125. else
  4126. cat >> confdefs.h <<EOF
  4127. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  4128. EOF
  4129. fi
  4130. #fifth argument
  4131. _arg=5
  4132. _param=conftest.out_param_5
  4133. _func=$func
  4134. _ucfunc=$ucfunc
  4135. unset _nofunc
  4136. for val in "struct sockaddr *" "__SOCKADDR_ARG" "void *"
  4137. do
  4138. cat ${_param} | egrep "^${val}" > /dev/null
  4139. test $? -eq 0 && _nofunc="" && break
  4140. _nofunc=t
  4141. done
  4142. if test "x${_nofunc}" = xt; then
  4143. if test "x$failure" != x; then
  4144. failure="$failure|"
  4145. fi
  4146. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  4147. else
  4148. cat >> confdefs.h <<EOF
  4149. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  4150. EOF
  4151. fi
  4152. #sixth argument
  4153. _arg=6
  4154. _param=conftest.out_param_6
  4155. _func=$func
  4156. _ucfunc=$ucfunc
  4157. unset _nofunc
  4158. for val in "socklen_t *" "int *" "Psocklen_t" "size_t *"
  4159. do
  4160. cat ${_param} | egrep "^${val}" > /dev/null
  4161. test $? -eq 0 && _nofunc="" && break
  4162. _nofunc=t
  4163. done
  4164. if test "x${_nofunc}" = xt; then
  4165. if test "x$failure" != x; then
  4166. failure="$failure|"
  4167. fi
  4168. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  4169. else
  4170. cat >> confdefs.h <<EOF
  4171. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  4172. EOF
  4173. fi
  4174. #failure
  4175. if test "x$failure" != x; then
  4176. echo "$ac_t""failure" 1>&6
  4177. echo "$failure" | tr '|' 'n'
  4178.  failproto=t
  4179. else
  4180. echo "$ac_t""ok" 1>&6
  4181. fi
  4182. rm -f conftest.*
  4183.  
  4184. nargs=7
  4185. paramcnt=5
  4186. func=send
  4187. ucfunc=SEND
  4188. echo $ac_n "checking prototypes for $func""... $ac_c" 1>&6
  4189. echo "configure:4869: checking prototypes for $func" >&5
  4190. unset failure
  4191. cat > conftest.$ac_ext <<EOF
  4192. #include "confdefs.h"
  4193. #include <sys/types.h>
  4194. #include <sys/socket.h>
  4195. #include <sys/uio.h>
  4196. #include <unistd.h>
  4197. EOF
  4198. ${CPP} ${CPPFLAGS} ${CPPFLAG_STDC} conftest.$ac_ext | $AWK "{ if (/[^a-z0-9]${func}[^a-z0-9]/) { s=10 }; if ( s > 0 ) { s -= 1; print; } }" | egrep -v '^#' | tr 'n' ' ' | tr -s '/' |  tr ';' 'n'  | grep -v "__${func}" | egrep "[^a-z0-9]${func}[^a-z0-9]" | tr -s '[:blank:]' | sed -e 's/extern//' > conftest.out_proto
  4199. cnt=0
  4200. while test $cnt -lt $paramcnt; do
  4201. if test $cnt -eq 0; then
  4202. cat conftest.out_proto | sed -e "s/${func}.*//" | sed -e 's/^[  ]*//' | sed -e 's/[  ]*$//g' > conftest.out_param
  4203. else
  4204. cat conftest.out_proto | sed -e "s/.*${func}//" | sed -e "s/[()]//g" | cut -d, -f $cnt | sed -e 's/^[  ]*//' | sed -e 's/[  ]*$//g' > conftest.out_param
  4205. fi
  4206. cat conftest.out_param | tr -s '[:blank:]' > conftest.out_nospace
  4207. if test -s conftest.out_nospace; then
  4208. cp -f conftest.out_param conftest.out_param_${cnt}
  4209. else
  4210. echo "not found" > conftest.out_param_${cnt}
  4211. echo "warning: found no argument"
  4212. fi
  4213. #XXX avoid subshell
  4214. case $cnt in
  4215. 0) cnt=1;;
  4216. 1) cnt=2;;
  4217. 2) cnt=3;;
  4218. 3) cnt=4;;
  4219. 4) cnt=5;;
  4220. 5) cnt=6;;
  4221. 6) cnt=7;;
  4222. 7) cnt=8;;
  4223. 8) cnt=9;;
  4224. 9) cnt=10;;
  4225. 10) cnt=11;;
  4226. esac
  4227. done
  4228. #return value
  4229. _arg=0
  4230. _param=conftest.out_param_0
  4231. _func=$func
  4232. _ucfunc=$ucfunc
  4233. unset _nofunc
  4234. for val in "ssize_t" "int"
  4235. do
  4236. cat ${_param} | egrep "^${val}" > /dev/null
  4237. test $? -eq 0 && _nofunc="" && break
  4238. _nofunc=t
  4239. done
  4240. if test "x${_nofunc}" = xt; then
  4241. if test "x$failure" != x; then
  4242. failure="$failure|"
  4243. fi
  4244. failure="$failure ${_func} (${_arg}): (`cat ${_param}`)"
  4245. else
  4246. cat >> confdefs.h <<EOF
  4247. #define HAVE_PROT_${_ucfunc}_${_arg} ${val}
  4248. EOF
  4249. fi
  4250. #first argument
  4251. _arg=1
  4252. _param=conftest.out_param_1
  4253. _func=$func
  4254. _ucfunc=$ucfunc
  4255. unset _nofunc
  4256. for val in "int"
  4257. do
  4258. cat ${_param} | egrep "^${val}" > /dev/null
  4259. test $? -eq 0 && _nofunc="" && break
  4260. _nofunc=t
  4261. done
  4262. if test "x${_nofunc}" = xt; then
  4263. if test "x$failure" != x; then
  4264. failure="$failure|"