configure
上传用户:pycemail
上传日期:2007-01-04
资源大小:329k
文件大小:142k
源码类别:

Ftp客户端

开发平台:

Unix_Linux

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