configure
上传用户:dayuan858
上传日期:2007-01-04
资源大小:194k
文件大小:78k
源码类别:

网络编程

开发平台:

Unix_Linux

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