configure
上传用户:nilegod
上传日期:2007-01-08
资源大小:220k
文件大小:97k
源码类别:

网络截获/分析

开发平台:

C/C++

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.13 
  4. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  5. #
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. # Defaults:
  9. ac_help=
  10. ac_default_prefix=/usr/local
  11. # Any additions from configure.in:
  12. ac_default_prefix=/usr/local
  13. ac_help="$ac_help
  14.   --enable-ncurses        enable the ncurses interface."
  15. ac_help="$ac_help
  16.   --enable-debug          create a file for debugging messages."
  17. ac_help="$ac_help
  18.   --enable-suid           permit setuid on ettercap."
  19. ac_help="$ac_help
  20.   --enable-plugins        enable the use of plugins on ettercap."
  21. ac_help="$ac_help
  22.   --with-openssl=DIR      use OpenSSL in DIR"
  23. # Initialize some variables set by options.
  24. # The variables have the same names as the options, with
  25. # dashes changed to underlines.
  26. build=NONE
  27. cache_file=./config.cache
  28. exec_prefix=NONE
  29. host=NONE
  30. no_create=
  31. nonopt=NONE
  32. no_recursion=
  33. prefix=NONE
  34. program_prefix=NONE
  35. program_suffix=NONE
  36. program_transform_name=s,x,x,
  37. silent=
  38. site=
  39. srcdir=
  40. target=NONE
  41. verbose=
  42. x_includes=NONE
  43. x_libraries=NONE
  44. bindir='${exec_prefix}/bin'
  45. sbindir='${exec_prefix}/sbin'
  46. libexecdir='${exec_prefix}/libexec'
  47. datadir='${prefix}/share'
  48. sysconfdir='${prefix}/etc'
  49. sharedstatedir='${prefix}/com'
  50. localstatedir='${prefix}/var'
  51. libdir='${exec_prefix}/lib'
  52. includedir='${prefix}/include'
  53. oldincludedir='/usr/include'
  54. infodir='${prefix}/info'
  55. mandir='${prefix}/man'
  56. # Initialize some other variables.
  57. subdirs=
  58. MFLAGS= MAKEFLAGS=
  59. SHELL=${CONFIG_SHELL-/bin/sh}
  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.13"
  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=src/ec_main.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${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  456. cross_compiling=$ac_cv_prog_cc_cross
  457. ac_exeext=
  458. ac_objext=o
  459. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  460.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  461.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  462.     ac_n= ac_c='
  463. ' ac_t=' '
  464.   else
  465.     ac_n=-n ac_c= ac_t=
  466.   fi
  467. else
  468.   ac_n= ac_c='c' ac_t=
  469. fi
  470. VERSION=`grep VERSION ./src/include/ec_main.h | cut -f2 -d"""`
  471. PROG=`grep PROGRAM ./src/include/ec_main.h | cut -f2 -d"""`
  472.   echo "$ac_t""" 1>&6
  473.   echo "$ac_t""Configuring $PROG-$VERSION..." 1>&6
  474.   echo "$ac_t""" 1>&6
  475. SERIAL=`date +%Y%m%d`
  476. RELEASE=1
  477. SOURCES=`ls ./src/ec_*.c | awk ' { printf "%s ", $1 } '`
  478. MISSING=`ls ./src/missing/*.c | awk ' { printf "%s ", $1 } '`
  479. ac_aux_dir=
  480. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  481.   if test -f $ac_dir/install-sh; then
  482.     ac_aux_dir=$ac_dir
  483.     ac_install_sh="$ac_aux_dir/install-sh -c"
  484.     break
  485.   elif test -f $ac_dir/install.sh; then
  486.     ac_aux_dir=$ac_dir
  487.     ac_install_sh="$ac_aux_dir/install.sh -c"
  488.     break
  489.   fi
  490. done
  491. if test -z "$ac_aux_dir"; then
  492.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  493. fi
  494. ac_config_guess=$ac_aux_dir/config.guess
  495. ac_config_sub=$ac_aux_dir/config.sub
  496. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  497. # Do some error checking and defaulting for the host and target type.
  498. # The inputs are:
  499. #    configure --host=HOST --target=TARGET --build=BUILD NONOPT
  500. #
  501. # The rules are:
  502. # 1. You are not allowed to specify --host, --target, and nonopt at the
  503. #    same time.
  504. # 2. Host defaults to nonopt.
  505. # 3. If nonopt is not specified, then host defaults to the current host,
  506. #    as determined by config.guess.
  507. # 4. Target and build default to nonopt.
  508. # 5. If nonopt is not specified, then target and build default to host.
  509. # The aliases save the names the user supplied, while $host etc.
  510. # will get canonicalized.
  511. case $host---$target---$nonopt in
  512. NONE---*---* | *---NONE---* | *---*---NONE) ;;
  513. *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
  514. esac
  515. # Make sure we can run config.sub.
  516. if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
  517. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  518. fi
  519. echo $ac_n "checking host system type""... $ac_c" 1>&6
  520. echo "configure:611: checking host system type" >&5
  521. host_alias=$host
  522. case "$host_alias" in
  523. NONE)
  524.   case $nonopt in
  525.   NONE)
  526.     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
  527.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  528.     fi ;;
  529.   *) host_alias=$nonopt ;;
  530.   esac ;;
  531. esac
  532. host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
  533. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  534. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  535. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  536. echo "$ac_t""$host" 1>&6
  537. echo $ac_n "checking target system type""... $ac_c" 1>&6
  538. echo "configure:632: checking target system type" >&5
  539. target_alias=$target
  540. case "$target_alias" in
  541. NONE)
  542.   case $nonopt in
  543.   NONE) target_alias=$host_alias ;;
  544.   *) target_alias=$nonopt ;;
  545.   esac ;;
  546. esac
  547. target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
  548. target_cpu=`echo $target | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  549. target_vendor=`echo $target | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  550. target_os=`echo $target | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  551. echo "$ac_t""$target" 1>&6
  552. echo $ac_n "checking build system type""... $ac_c" 1>&6
  553. echo "configure:650: checking build system type" >&5
  554. build_alias=$build
  555. case "$build_alias" in
  556. NONE)
  557.   case $nonopt in
  558.   NONE) build_alias=$host_alias ;;
  559.   *) build_alias=$nonopt ;;
  560.   esac ;;
  561. esac
  562. build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
  563. build_cpu=`echo $build | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  564. build_vendor=`echo $build | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  565. build_os=`echo $build | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  566. echo "$ac_t""$build" 1>&6
  567. test "$host_alias" != "$target_alias" &&
  568.   test "$program_prefix$program_suffix$program_transform_name" = 
  569.     NONENONEs,x,x, &&
  570.   program_prefix=${target_alias}-
  571. case "$target_os" in
  572. linux*)
  573. echo $ac_n "checking Linux kernel version""... $ac_c" 1>&6
  574. echo "configure:677: checking Linux kernel version" >&5
  575. major=`uname -r  | cut -f1 -d"."`
  576. minor=`uname -r  | cut -f2 -d"."`
  577. echo "$ac_t""`uname -r`" 1>&6
  578. if test "$major$minor" -lt 20; then
  579. echo "configure: warning: *******************************" 1>&2;
  580. echo "configure: warning: * Kernel >= 2.0.x REQUIRED !! *" 1>&2;
  581. echo "configure: warning: *******************************" 1>&2;
  582. exit;
  583. fi
  584. OS=LINUX
  585. OS_OPT=
  586. ;;
  587. *freebsd*)
  588. echo $ac_n "checking FreeBSD version""... $ac_c" 1>&6
  589. echo "configure:695: checking FreeBSD version" >&5
  590. major=`uname -r  | cut -f1 -d"."`
  591. minor=`uname -r  | cut -f2 -d"." | cut -f1 -d"-"`
  592. echo "$ac_t""`uname -r`" 1>&6
  593. if test "$major$minor" -lt 42; then
  594. echo "configure: warning: ************************************************" 1>&2;
  595. echo "configure: warning: * Tested only on FreeBSD 4.2 !!                *" 1>&2;
  596. echo "configure: warning: * Please send me comment patches or bug-report *" 1>&2;
  597. echo "configure: warning: * on how ettercap works within your system...  *" 1>&2;
  598. echo "configure: warning: ************************************************" 1>&2;
  599. fi
  600. OS=FREEBSD
  601. OS_OPT=
  602. ;;
  603. *openbsd*)
  604. OS=OPENBSD
  605. OS_OPT=
  606. ;;
  607. *)
  608. echo
  609. echo "NOT A SUPPORTED SYSTEM / OR SYSTEM NOT RECOGNISED"
  610. echo
  611. cat PORTINGS
  612. echo
  613. exit
  614. ;;
  615. esac
  616. echo $ac_n "checking machine endianess""... $ac_c" 1>&6
  617. echo "configure:730: checking machine endianess" >&5
  618. if test "$cross_compiling" = yes; then
  619.   echo "$ac_t""unkon when cross-compiling" 1>&6
  620. else
  621.   cat > conftest.$ac_ext <<EOF
  622. #line 737 "configure"
  623. #include "confdefs.h"
  624. #include <stdio.h>
  625. #include <stdlib.h>
  626.         int main()
  627.         {
  628.             union
  629.             {
  630.                 short s;
  631.                 char c[sizeof(short)];
  632.             } un;
  633.             un.s = 0x4612; // magic number for me... ;)
  634.             if (un.c [0] == 0x46 && un.c [1] == 0x12)
  635.             {
  636. exit(1);
  637. }
  638.             else
  639.             {
  640.              if (un.c [0] == 0x12 && un.c [1] == 0x46)
  641. exit(0);
  642.             }
  643.         }
  644. EOF
  645. if { (eval echo configure:765: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  646. then
  647.     echo "$ac_t""lil" 1>&6
  648. cat >> confdefs.h <<EOF
  649. #define HAVE_MACHINE_LIL 1
  650. EOF
  651. else
  652.   echo "configure: failed program was:" >&5
  653.   cat conftest.$ac_ext >&5
  654.   rm -fr conftest*
  655.   echo "$ac_t""BIG" 1>&6;
  656.   cat >> confdefs.h <<EOF
  657. #define HAVE_MACHINE_BIG 1
  658. EOF
  659.   echo "configure: warning: *************************************************************" 1>&2;
  660. echo "configure: warning: * BIG ENDIANNESS not yet tested... use at your own risk...  *" 1>&2;
  661. echo "configure: warning: *************************************************************" 1>&2;
  662. fi
  663. rm -fr conftest*
  664. fi
  665. if test "$prefix" = "NONE"; then
  666.    prefix="/usr/local"
  667. fi
  668. echo "char *path = "$prefix/share/ettercap/";" > ./src/include/ec_install_path.h
  669. # Extract the first word of "gcc", so it can be a program name with args.
  670. set dummy gcc; ac_word=$2
  671. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  672. echo "configure:806: checking for $ac_word" >&5
  673. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  674.   echo $ac_n "(cached) $ac_c" 1>&6
  675. else
  676.   if test -n "$CC"; then
  677.   ac_cv_prog_CC="$CC" # Let the user override the test.
  678. else
  679.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  680.   ac_dummy="$PATH"
  681.   for ac_dir in $ac_dummy; do
  682.     test -z "$ac_dir" && ac_dir=.
  683.     if test -f $ac_dir/$ac_word; then
  684.       ac_cv_prog_CC="gcc"
  685.       break
  686.     fi
  687.   done
  688.   IFS="$ac_save_ifs"
  689. fi
  690. fi
  691. CC="$ac_cv_prog_CC"
  692. if test -n "$CC"; then
  693.   echo "$ac_t""$CC" 1>&6
  694. else
  695.   echo "$ac_t""no" 1>&6
  696. fi
  697. if test -z "$CC"; then
  698.   # Extract the first word of "cc", so it can be a program name with args.
  699. set dummy cc; ac_word=$2
  700. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  701. echo "configure:836: checking for $ac_word" >&5
  702. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  703.   echo $ac_n "(cached) $ac_c" 1>&6
  704. else
  705.   if test -n "$CC"; then
  706.   ac_cv_prog_CC="$CC" # Let the user override the test.
  707. else
  708.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  709.   ac_prog_rejected=no
  710.   ac_dummy="$PATH"
  711.   for ac_dir in $ac_dummy; do
  712.     test -z "$ac_dir" && ac_dir=.
  713.     if test -f $ac_dir/$ac_word; then
  714.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  715.         ac_prog_rejected=yes
  716. continue
  717.       fi
  718.       ac_cv_prog_CC="cc"
  719.       break
  720.     fi
  721.   done
  722.   IFS="$ac_save_ifs"
  723. if test $ac_prog_rejected = yes; then
  724.   # We found a bogon in the path, so make sure we never use it.
  725.   set dummy $ac_cv_prog_CC
  726.   shift
  727.   if test $# -gt 0; then
  728.     # We chose a different compiler from the bogus one.
  729.     # However, it has the same basename, so the bogon will be chosen
  730.     # first if we set CC to just the basename; use the full file name.
  731.     shift
  732.     set dummy "$ac_dir/$ac_word" "$@"
  733.     shift
  734.     ac_cv_prog_CC="$@"
  735.   fi
  736. fi
  737. fi
  738. fi
  739. CC="$ac_cv_prog_CC"
  740. if test -n "$CC"; then
  741.   echo "$ac_t""$CC" 1>&6
  742. else
  743.   echo "$ac_t""no" 1>&6
  744. fi
  745.   if test -z "$CC"; then
  746.     case "`uname -s`" in
  747.     *win32* | *WIN32*)
  748.       # Extract the first word of "cl", so it can be a program name with args.
  749. set dummy cl; ac_word=$2
  750. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  751. echo "configure:887: checking for $ac_word" >&5
  752. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  753.   echo $ac_n "(cached) $ac_c" 1>&6
  754. else
  755.   if test -n "$CC"; then
  756.   ac_cv_prog_CC="$CC" # Let the user override the test.
  757. else
  758.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  759.   ac_dummy="$PATH"
  760.   for ac_dir in $ac_dummy; do
  761.     test -z "$ac_dir" && ac_dir=.
  762.     if test -f $ac_dir/$ac_word; then
  763.       ac_cv_prog_CC="cl"
  764.       break
  765.     fi
  766.   done
  767.   IFS="$ac_save_ifs"
  768. fi
  769. fi
  770. CC="$ac_cv_prog_CC"
  771. if test -n "$CC"; then
  772.   echo "$ac_t""$CC" 1>&6
  773. else
  774.   echo "$ac_t""no" 1>&6
  775. fi
  776.  ;;
  777.     esac
  778.   fi
  779.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  780. fi
  781. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  782. echo "configure:919: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  783. ac_ext=c
  784. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  785. ac_cpp='$CPP $CPPFLAGS'
  786. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  787. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  788. cross_compiling=$ac_cv_prog_cc_cross
  789. cat > conftest.$ac_ext << EOF
  790. #line 930 "configure"
  791. #include "confdefs.h"
  792. main(){return(0);}
  793. EOF
  794. if { (eval echo configure:935: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  795.   ac_cv_prog_cc_works=yes
  796.   # If we can't run a trivial program, we are probably using a cross compiler.
  797.   if (./conftest; exit) 2>/dev/null; then
  798.     ac_cv_prog_cc_cross=no
  799.   else
  800.     ac_cv_prog_cc_cross=yes
  801.   fi
  802. else
  803.   echo "configure: failed program was:" >&5
  804.   cat conftest.$ac_ext >&5
  805.   ac_cv_prog_cc_works=no
  806. fi
  807. rm -fr conftest*
  808. ac_ext=c
  809. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  810. ac_cpp='$CPP $CPPFLAGS'
  811. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  812. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  813. cross_compiling=$ac_cv_prog_cc_cross
  814. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  815. if test $ac_cv_prog_cc_works = no; then
  816.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  817. fi
  818. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  819. echo "configure:961: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  820. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  821. cross_compiling=$ac_cv_prog_cc_cross
  822. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  823. echo "configure:966: checking whether we are using GNU C" >&5
  824. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  825.   echo $ac_n "(cached) $ac_c" 1>&6
  826. else
  827.   cat > conftest.c <<EOF
  828. #ifdef __GNUC__
  829.   yes;
  830. #endif
  831. EOF
  832. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:975: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  833.   ac_cv_prog_gcc=yes
  834. else
  835.   ac_cv_prog_gcc=no
  836. fi
  837. fi
  838. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  839. if test $ac_cv_prog_gcc = yes; then
  840.   GCC=yes
  841. else
  842.   GCC=
  843. fi
  844. ac_test_CFLAGS="${CFLAGS+set}"
  845. ac_save_CFLAGS="$CFLAGS"
  846. CFLAGS=
  847. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  848. echo "configure:994: checking whether ${CC-cc} accepts -g" >&5
  849. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  850.   echo $ac_n "(cached) $ac_c" 1>&6
  851. else
  852.   echo 'void f(){}' > conftest.c
  853. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  854.   ac_cv_prog_cc_g=yes
  855. else
  856.   ac_cv_prog_cc_g=no
  857. fi
  858. rm -f conftest*
  859. fi
  860. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  861. if test "$ac_test_CFLAGS" = set; then
  862.   CFLAGS="$ac_save_CFLAGS"
  863. elif test $ac_cv_prog_cc_g = yes; then
  864.   if test "$GCC" = yes; then
  865.     CFLAGS="-g -O2"
  866.   else
  867.     CFLAGS="-g"
  868.   fi
  869. else
  870.   if test "$GCC" = yes; then
  871.     CFLAGS="-O2"
  872.   else
  873.     CFLAGS=
  874.   fi
  875. fi
  876. # Find a good install program.  We prefer a C program (faster),
  877. # so one script is as good as another.  But avoid the broken or
  878. # incompatible versions:
  879. # SysV /etc/install, /usr/sbin/install
  880. # SunOS /usr/etc/install
  881. # IRIX /sbin/install
  882. # AIX /bin/install
  883. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  884. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  885. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  886. # ./install, which can be erroneously created by make from ./install.sh.
  887. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  888. echo "configure:1037: checking for a BSD compatible install" >&5
  889. if test -z "$INSTALL"; then
  890. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  891.   echo $ac_n "(cached) $ac_c" 1>&6
  892. else
  893.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  894.   for ac_dir in $PATH; do
  895.     # Account for people who put trailing slashes in PATH elements.
  896.     case "$ac_dir/" in
  897.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  898.     *)
  899.       # OSF1 and SCO ODT 3.0 have their own names for install.
  900.       # Don't use installbsd from OSF since it installs stuff as root
  901.       # by default.
  902.       for ac_prog in ginstall scoinst install; do
  903.         if test -f $ac_dir/$ac_prog; then
  904.   if test $ac_prog = install &&
  905.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  906.     # AIX install.  It has an incompatible calling convention.
  907.     :
  908.   else
  909.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  910.     break 2
  911.   fi
  912. fi
  913.       done
  914.       ;;
  915.     esac
  916.   done
  917.   IFS="$ac_save_IFS"
  918. fi
  919.   if test "${ac_cv_path_install+set}" = set; then
  920.     INSTALL="$ac_cv_path_install"
  921.   else
  922.     # As a last resort, use the slow shell script.  We don't cache a
  923.     # path for INSTALL within a source directory, because that will
  924.     # break other packages using the cache if that directory is
  925.     # removed, or if the path is relative.
  926.     INSTALL="$ac_install_sh"
  927.   fi
  928. fi
  929. echo "$ac_t""$INSTALL" 1>&6
  930. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  931. # It thinks the first close brace ends the variable substitution.
  932. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  933. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  934. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  935. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  936. echo "configure:1090: checking whether ${MAKE-make} sets ${MAKE}" >&5
  937. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  938. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  939.   echo $ac_n "(cached) $ac_c" 1>&6
  940. else
  941.   cat > conftestmake <<EOF
  942. all:
  943. @echo 'ac_maketemp="${MAKE}"'
  944. EOF
  945. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  946. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  947. if test -n "$ac_maketemp"; then
  948.   eval ac_cv_prog_make_${ac_make}_set=yes
  949. else
  950.   eval ac_cv_prog_make_${ac_make}_set=no
  951. fi
  952. rm -f conftestmake
  953. fi
  954. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  955.   echo "$ac_t""yes" 1>&6
  956.   SET_MAKE=
  957. else
  958.   echo "$ac_t""no" 1>&6
  959.   SET_MAKE="MAKE=${MAKE-make}"
  960. fi
  961. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  962. echo "configure:1119: checking how to run the C preprocessor" >&5
  963. # On Suns, sometimes $CPP names a directory.
  964. if test -n "$CPP" && test -d "$CPP"; then
  965.   CPP=
  966. fi
  967. if test -z "$CPP"; then
  968. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  969.   echo $ac_n "(cached) $ac_c" 1>&6
  970. else
  971.     # This must be in double quotes, not single quotes, because CPP may get
  972.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  973.   CPP="${CC-cc} -E"
  974.   # On the NeXT, cc -E runs the code through the compiler's parser,
  975.   # not just through cpp.
  976.   cat > conftest.$ac_ext <<EOF
  977. #line 1134 "configure"
  978. #include "confdefs.h"
  979. #include <assert.h>
  980. Syntax Error
  981. EOF
  982. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  983. { (eval echo configure:1140: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  984. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  985. if test -z "$ac_err"; then
  986.   :
  987. else
  988.   echo "$ac_err" >&5
  989.   echo "configure: failed program was:" >&5
  990.   cat conftest.$ac_ext >&5
  991.   rm -rf conftest*
  992.   CPP="${CC-cc} -E -traditional-cpp"
  993.   cat > conftest.$ac_ext <<EOF
  994. #line 1151 "configure"
  995. #include "confdefs.h"
  996. #include <assert.h>
  997. Syntax Error
  998. EOF
  999. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1000. { (eval echo configure:1157: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1001. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1002. if test -z "$ac_err"; then
  1003.   :
  1004. else
  1005.   echo "$ac_err" >&5
  1006.   echo "configure: failed program was:" >&5
  1007.   cat conftest.$ac_ext >&5
  1008.   rm -rf conftest*
  1009.   CPP="${CC-cc} -nologo -E"
  1010.   cat > conftest.$ac_ext <<EOF
  1011. #line 1168 "configure"
  1012. #include "confdefs.h"
  1013. #include <assert.h>
  1014. Syntax Error
  1015. EOF
  1016. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1017. { (eval echo configure:1174: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1018. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1019. if test -z "$ac_err"; then
  1020.   :
  1021. else
  1022.   echo "$ac_err" >&5
  1023.   echo "configure: failed program was:" >&5
  1024.   cat conftest.$ac_ext >&5
  1025.   rm -rf conftest*
  1026.   CPP=/lib/cpp
  1027. fi
  1028. rm -f conftest*
  1029. fi
  1030. rm -f conftest*
  1031. fi
  1032. rm -f conftest*
  1033.   ac_cv_prog_CPP="$CPP"
  1034. fi
  1035.   CPP="$ac_cv_prog_CPP"
  1036. else
  1037.   ac_cv_prog_CPP="$CPP"
  1038. fi
  1039. echo "$ac_t""$CPP" 1>&6
  1040. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1041. echo "configure:1199: checking for ANSI C header files" >&5
  1042. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  1043.   echo $ac_n "(cached) $ac_c" 1>&6
  1044. else
  1045.   cat > conftest.$ac_ext <<EOF
  1046. #line 1204 "configure"
  1047. #include "confdefs.h"
  1048. #include <stdlib.h>
  1049. #include <stdarg.h>
  1050. #include <string.h>
  1051. #include <float.h>
  1052. EOF
  1053. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1054. { (eval echo configure:1212: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1055. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1056. if test -z "$ac_err"; then
  1057.   rm -rf conftest*
  1058.   ac_cv_header_stdc=yes
  1059. else
  1060.   echo "$ac_err" >&5
  1061.   echo "configure: failed program was:" >&5
  1062.   cat conftest.$ac_ext >&5
  1063.   rm -rf conftest*
  1064.   ac_cv_header_stdc=no
  1065. fi
  1066. rm -f conftest*
  1067. if test $ac_cv_header_stdc = yes; then
  1068.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1069. cat > conftest.$ac_ext <<EOF
  1070. #line 1229 "configure"
  1071. #include "confdefs.h"
  1072. #include <string.h>
  1073. EOF
  1074. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1075.   egrep "memchr" >/dev/null 2>&1; then
  1076.   :
  1077. else
  1078.   rm -rf conftest*
  1079.   ac_cv_header_stdc=no
  1080. fi
  1081. rm -f conftest*
  1082. fi
  1083. if test $ac_cv_header_stdc = yes; then
  1084.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1085. cat > conftest.$ac_ext <<EOF
  1086. #line 1247 "configure"
  1087. #include "confdefs.h"
  1088. #include <stdlib.h>
  1089. EOF
  1090. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1091.   egrep "free" >/dev/null 2>&1; then
  1092.   :
  1093. else
  1094.   rm -rf conftest*
  1095.   ac_cv_header_stdc=no
  1096. fi
  1097. rm -f conftest*
  1098. fi
  1099. if test $ac_cv_header_stdc = yes; then
  1100.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1101. if test "$cross_compiling" = yes; then
  1102.   :
  1103. else
  1104.   cat > conftest.$ac_ext <<EOF
  1105. #line 1268 "configure"
  1106. #include "confdefs.h"
  1107. #include <ctype.h>
  1108. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1109. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1110. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1111. int main () { int i; for (i = 0; i < 256; i++)
  1112. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1113. exit (0); }
  1114. EOF
  1115. if { (eval echo configure:1279: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1116. then
  1117.   :
  1118. else
  1119.   echo "configure: failed program was:" >&5
  1120.   cat conftest.$ac_ext >&5
  1121.   rm -fr conftest*
  1122.   ac_cv_header_stdc=no
  1123. fi
  1124. rm -fr conftest*
  1125. fi
  1126. fi
  1127. fi
  1128. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1129. if test $ac_cv_header_stdc = yes; then
  1130.   cat >> confdefs.h <<EOF
  1131. #define STDC_HEADERS 1
  1132. EOF
  1133. fi
  1134. for ac_hdr in getopt.h
  1135. do
  1136. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1137. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1138. echo "configure:1306: checking for $ac_hdr" >&5
  1139. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1140.   echo $ac_n "(cached) $ac_c" 1>&6
  1141. else
  1142.   cat > conftest.$ac_ext <<EOF
  1143. #line 1311 "configure"
  1144. #include "confdefs.h"
  1145. #include <$ac_hdr>
  1146. EOF
  1147. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1148. { (eval echo configure:1316: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1149. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1150. if test -z "$ac_err"; then
  1151.   rm -rf conftest*
  1152.   eval "ac_cv_header_$ac_safe=yes"
  1153. else
  1154.   echo "$ac_err" >&5
  1155.   echo "configure: failed program was:" >&5
  1156.   cat conftest.$ac_ext >&5
  1157.   rm -rf conftest*
  1158.   eval "ac_cv_header_$ac_safe=no"
  1159. fi
  1160. rm -f conftest*
  1161. fi
  1162. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1163.   echo "$ac_t""yes" 1>&6
  1164.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1165.   cat >> confdefs.h <<EOF
  1166. #define $ac_tr_hdr 1
  1167. EOF
  1168.  
  1169. else
  1170.   echo "$ac_t""no" 1>&6
  1171. fi
  1172. done
  1173. for ac_hdr in fcntl.h  termios.h ctype.h
  1174. do
  1175. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1176. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1177. echo "configure:1346: checking for $ac_hdr" >&5
  1178. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1179.   echo $ac_n "(cached) $ac_c" 1>&6
  1180. else
  1181.   cat > conftest.$ac_ext <<EOF
  1182. #line 1351 "configure"
  1183. #include "confdefs.h"
  1184. #include <$ac_hdr>
  1185. EOF
  1186. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1187. { (eval echo configure:1356: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1188. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1189. if test -z "$ac_err"; then
  1190.   rm -rf conftest*
  1191.   eval "ac_cv_header_$ac_safe=yes"
  1192. else
  1193.   echo "$ac_err" >&5
  1194.   echo "configure: failed program was:" >&5
  1195.   cat conftest.$ac_ext >&5
  1196.   rm -rf conftest*
  1197.   eval "ac_cv_header_$ac_safe=no"
  1198. fi
  1199. rm -f conftest*
  1200. fi
  1201. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1202.   echo "$ac_t""yes" 1>&6
  1203.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1204.   cat >> confdefs.h <<EOF
  1205. #define $ac_tr_hdr 1
  1206. EOF
  1207.  
  1208. else
  1209.   echo "$ac_t""no" 1>&6
  1210. fi
  1211. done
  1212. for ac_hdr in sys/time.h sys/utsname.h
  1213. do
  1214. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1215. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1216. echo "configure:1386: checking for $ac_hdr" >&5
  1217. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1218.   echo $ac_n "(cached) $ac_c" 1>&6
  1219. else
  1220.   cat > conftest.$ac_ext <<EOF
  1221. #line 1391 "configure"
  1222. #include "confdefs.h"
  1223. #include <$ac_hdr>
  1224. EOF
  1225. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1226. { (eval echo configure:1396: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1227. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1228. if test -z "$ac_err"; then
  1229.   rm -rf conftest*
  1230.   eval "ac_cv_header_$ac_safe=yes"
  1231. else
  1232.   echo "$ac_err" >&5
  1233.   echo "configure: failed program was:" >&5
  1234.   cat conftest.$ac_ext >&5
  1235.   rm -rf conftest*
  1236.   eval "ac_cv_header_$ac_safe=no"
  1237. fi
  1238. rm -f conftest*
  1239. fi
  1240. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1241.   echo "$ac_t""yes" 1>&6
  1242.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1243.   cat >> confdefs.h <<EOF
  1244. #define $ac_tr_hdr 1
  1245. EOF
  1246.  
  1247. else
  1248.   echo "$ac_t""no" 1>&6
  1249. fi
  1250. done
  1251. for ac_hdr in ifaddrs.h
  1252. do
  1253. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1254. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1255. echo "configure:1426: checking for $ac_hdr" >&5
  1256. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1257.   echo $ac_n "(cached) $ac_c" 1>&6
  1258. else
  1259.   cat > conftest.$ac_ext <<EOF
  1260. #line 1431 "configure"
  1261. #include "confdefs.h"
  1262. #include <$ac_hdr>
  1263. EOF
  1264. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1265. { (eval echo configure:1436: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1266. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1267. if test -z "$ac_err"; then
  1268.   rm -rf conftest*
  1269.   eval "ac_cv_header_$ac_safe=yes"
  1270. else
  1271.   echo "$ac_err" >&5
  1272.   echo "configure: failed program was:" >&5
  1273.   cat conftest.$ac_ext >&5
  1274.   rm -rf conftest*
  1275.   eval "ac_cv_header_$ac_safe=no"
  1276. fi
  1277. rm -f conftest*
  1278. fi
  1279. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1280.   echo "$ac_t""yes" 1>&6
  1281.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1282.   cat >> confdefs.h <<EOF
  1283. #define $ac_tr_hdr 1
  1284. EOF
  1285.  
  1286. else
  1287.   echo "$ac_t""no" 1>&6
  1288. fi
  1289. done
  1290. for ac_hdr in unistd.h stdlib.h signal.h stdarg.h sys/ioctl.h
  1291. do
  1292. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1293. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1294. echo "configure:1467: checking for $ac_hdr" >&5
  1295. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1296.   echo $ac_n "(cached) $ac_c" 1>&6
  1297. else
  1298.   cat > conftest.$ac_ext <<EOF
  1299. #line 1472 "configure"
  1300. #include "confdefs.h"
  1301. #include <$ac_hdr>
  1302. EOF
  1303. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1304. { (eval echo configure:1477: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1305. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1306. if test -z "$ac_err"; then
  1307.   rm -rf conftest*
  1308.   eval "ac_cv_header_$ac_safe=yes"
  1309. else
  1310.   echo "$ac_err" >&5
  1311.   echo "configure: failed program was:" >&5
  1312.   cat conftest.$ac_ext >&5
  1313.   rm -rf conftest*
  1314.   eval "ac_cv_header_$ac_safe=no"
  1315. fi
  1316. rm -f conftest*
  1317. fi
  1318. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1319.   echo "$ac_t""yes" 1>&6
  1320.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1321.   cat >> confdefs.h <<EOF
  1322. #define $ac_tr_hdr 1
  1323. EOF
  1324.  
  1325. else
  1326.   echo "$ac_t""no" 1>&6
  1327. echo "configure: warning: **************************************************" 1>&2;
  1328. echo "configure: warning: * REQUIRED !! I cant believe U don't have this !!*" 1>&2;
  1329. echo "configure: warning: **************************************************" 1>&2;
  1330. exit
  1331. fi
  1332. done
  1333. for ac_hdr in sys/ipc.h sys/shm.h dirent.h
  1334. do
  1335. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1336. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1337. echo "configure:1512: checking for $ac_hdr" >&5
  1338. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1339.   echo $ac_n "(cached) $ac_c" 1>&6
  1340. else
  1341.   cat > conftest.$ac_ext <<EOF
  1342. #line 1517 "configure"
  1343. #include "confdefs.h"
  1344. #include <$ac_hdr>
  1345. EOF
  1346. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1347. { (eval echo configure:1522: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1348. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1349. if test -z "$ac_err"; then
  1350.   rm -rf conftest*
  1351.   eval "ac_cv_header_$ac_safe=yes"
  1352. else
  1353.   echo "$ac_err" >&5
  1354.   echo "configure: failed program was:" >&5
  1355.   cat conftest.$ac_ext >&5
  1356.   rm -rf conftest*
  1357.   eval "ac_cv_header_$ac_safe=no"
  1358. fi
  1359. rm -f conftest*
  1360. fi
  1361. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1362.   echo "$ac_t""yes" 1>&6
  1363.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1364.   cat >> confdefs.h <<EOF
  1365. #define $ac_tr_hdr 1
  1366. EOF
  1367.  
  1368. else
  1369.   echo "$ac_t""no" 1>&6
  1370. echo "configure: warning: ***************" 1>&2;
  1371. echo "configure: warning: * REQUIRED !! *" 1>&2;
  1372. echo "configure: warning: ***************" 1>&2;
  1373. exit
  1374. fi
  1375. done
  1376. for ac_hdr in net/ethernet.h net/if_arp.h net/if.h
  1377. do
  1378. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1379. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1380. echo "configure:1557: checking for $ac_hdr" >&5
  1381. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1382.   echo $ac_n "(cached) $ac_c" 1>&6
  1383. else
  1384.   cat > conftest.$ac_ext <<EOF
  1385. #line 1562 "configure"
  1386. #include "confdefs.h"
  1387. #include <$ac_hdr>
  1388. EOF
  1389. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1390. { (eval echo configure:1567: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1391. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1392. if test -z "$ac_err"; then
  1393.   rm -rf conftest*
  1394.   eval "ac_cv_header_$ac_safe=yes"
  1395. else
  1396.   echo "$ac_err" >&5
  1397.   echo "configure: failed program was:" >&5
  1398.   cat conftest.$ac_ext >&5
  1399.   rm -rf conftest*
  1400.   eval "ac_cv_header_$ac_safe=no"
  1401. fi
  1402. rm -f conftest*
  1403. fi
  1404. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1405.   echo "$ac_t""yes" 1>&6
  1406.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1407.   cat >> confdefs.h <<EOF
  1408. #define $ac_tr_hdr 1
  1409. EOF
  1410.  
  1411. else
  1412.   echo "$ac_t""no" 1>&6
  1413. fi
  1414. done
  1415. for ac_hdr in netinet/ip.h netinet/ip_icmp.h netinet/tcp.h
  1416. do
  1417. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1418. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1419. echo "configure:1597: checking for $ac_hdr" >&5
  1420. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1421.   echo $ac_n "(cached) $ac_c" 1>&6
  1422. else
  1423.   cat > conftest.$ac_ext <<EOF
  1424. #line 1602 "configure"
  1425. #include "confdefs.h"
  1426. #include <$ac_hdr>
  1427. EOF
  1428. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1429. { (eval echo configure:1607: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1430. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1431. if test -z "$ac_err"; then
  1432.   rm -rf conftest*
  1433.   eval "ac_cv_header_$ac_safe=yes"
  1434. else
  1435.   echo "$ac_err" >&5
  1436.   echo "configure: failed program was:" >&5
  1437.   cat conftest.$ac_ext >&5
  1438.   rm -rf conftest*
  1439.   eval "ac_cv_header_$ac_safe=no"
  1440. fi
  1441. rm -f conftest*
  1442. fi
  1443. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1444.   echo "$ac_t""yes" 1>&6
  1445.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1446.   cat >> confdefs.h <<EOF
  1447. #define $ac_tr_hdr 1
  1448. EOF
  1449.  
  1450. else
  1451.   echo "$ac_t""no" 1>&6
  1452. fi
  1453. done
  1454. for ac_hdr in sys/socket.h
  1455. do
  1456. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1457. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1458. echo "configure:1637: checking for $ac_hdr" >&5
  1459. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1460.   echo $ac_n "(cached) $ac_c" 1>&6
  1461. else
  1462.   cat > conftest.$ac_ext <<EOF
  1463. #line 1642 "configure"
  1464. #include "confdefs.h"
  1465. #include <$ac_hdr>
  1466. EOF
  1467. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1468. { (eval echo configure:1647: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1469. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1470. if test -z "$ac_err"; then
  1471.   rm -rf conftest*
  1472.   eval "ac_cv_header_$ac_safe=yes"
  1473. else
  1474.   echo "$ac_err" >&5
  1475.   echo "configure: failed program was:" >&5
  1476.   cat conftest.$ac_ext >&5
  1477.   rm -rf conftest*
  1478.   eval "ac_cv_header_$ac_safe=no"
  1479. fi
  1480. rm -f conftest*
  1481. fi
  1482. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1483.   echo "$ac_t""yes" 1>&6
  1484.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1485.   cat >> confdefs.h <<EOF
  1486. #define $ac_tr_hdr 1
  1487. EOF
  1488.  
  1489. else
  1490.   echo "$ac_t""no" 1>&6
  1491. fi
  1492. done
  1493. echo $ac_n "checking for correct UID""... $ac_c" 1>&6
  1494. echo "configure:1676: checking for correct UID" >&5
  1495. if test "$UID" -gt 0; then
  1496. echo "$ac_t""$UID. not sufficient" 1>&6
  1497. echo "configure: warning: ***********************************************" 1>&2;
  1498. echo "configure: warning: * This configure must run with UID 0 (root)!! *" 1>&2;
  1499. echo "configure: warning: ***********************************************" 1>&2;
  1500.    rm *.cache *.log
  1501.    exit;
  1502. else
  1503. echo "$ac_t""$UID ok root let's go..." 1>&6
  1504. fi
  1505. if test "$OS" = "LINUX"; then
  1506. echo $ac_n "checking if you can create PF_PACKET socket""... $ac_c" 1>&6
  1507. echo "configure:1692: checking if you can create PF_PACKET socket" >&5
  1508. if test "$cross_compiling" = yes; then
  1509.   echo "$ac_t""no when cross-compiling" 1>&6
  1510. else
  1511.   cat > conftest.$ac_ext <<EOF
  1512. #line 1698 "configure"
  1513. #include "confdefs.h"
  1514. #include <arpa/inet.h>
  1515. #include <sys/socket.h>
  1516. #include <features.h>         /* for the glibc version number */
  1517. #if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
  1518. #include <net/ethernet.h>     /* the L2 protocols */
  1519. #else
  1520. #include <asm/types.h>
  1521. #include <linux/if_ether.h>   /* The L2 protocols */
  1522. #endif
  1523. main()
  1524. {
  1525. int sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
  1526. if (sock < 0)
  1527.    exit(1);
  1528. exit(0);
  1529. }
  1530. EOF
  1531. if { (eval echo configure:1720: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1532. then
  1533.     echo "$ac_t""yes" 1>&6
  1534. cat >> confdefs.h <<EOF
  1535. #define HAVE_PF_PACKET 1
  1536. EOF
  1537. else
  1538.   echo "configure: failed program was:" >&5
  1539.   cat conftest.$ac_ext >&5
  1540.   rm -fr conftest*
  1541.   echo "$ac_t""no" 1>&6;
  1542. nopf=1
  1543. fi
  1544. rm -fr conftest*
  1545. fi
  1546. echo $ac_n "checking if you can create SOCK_PACKET socket""... $ac_c" 1>&6
  1547. echo "configure:1743: checking if you can create SOCK_PACKET socket" >&5
  1548. if test "$cross_compiling" = yes; then
  1549.   echo "$ac_t""no when cross-compiling" 1>&6
  1550. else
  1551.   cat > conftest.$ac_ext <<EOF
  1552. #line 1749 "configure"
  1553. #include "confdefs.h"
  1554. #include <arpa/inet.h>
  1555. #include <sys/socket.h>
  1556. #include <features.h>         /* for the glibc version number */
  1557. #if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
  1558. #include <net/ethernet.h>     /* the L2 protocols */
  1559. #else
  1560. #include <asm/types.h>
  1561. #include <linux/if_ether.h>   /* The L2 protocols */
  1562. #endif
  1563. main()
  1564. {
  1565. int sock = socket(AF_INET, SOCK_PACKET, htons(ETH_P_ALL));
  1566. if (sock < 0)
  1567.    exit(1);
  1568. exit(0);
  1569. }
  1570. EOF
  1571. if { (eval echo configure:1771: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1572. then
  1573.     echo "$ac_t""yes" 1>&6
  1574. cat >> confdefs.h <<EOF
  1575. #define HAVE_SOCK_PACKET 1
  1576. EOF
  1577. else
  1578.   echo "configure: failed program was:" >&5
  1579.   cat conftest.$ac_ext >&5
  1580.   rm -fr conftest*
  1581.   echo "$ac_t""no" 1>&6;
  1582. nosock=1
  1583. fi
  1584. rm -fr conftest*
  1585. fi
  1586. if test "$nopf" = 1 && test "$nosock" = 1; then
  1587. echo "configure: warning: *************************************" 1>&2;
  1588. echo "configure: warning: * You can't create Socket Packet !! *" 1>&2;
  1589. echo "configure: warning: *************************************" 1>&2;
  1590. exit;
  1591. fi
  1592. fi
  1593. if test "$OS" = "LINUX"; then
  1594. for ac_prog in ip_forward
  1595. do
  1596. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1597. set dummy $ac_prog; ac_word=$2
  1598. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1599. echo "configure:1807: checking for $ac_word" >&5
  1600. if eval "test "`echo '$''{'ac_cv_path_IPFORWARD'+set}'`" = set"; then
  1601.   echo $ac_n "(cached) $ac_c" 1>&6
  1602. else
  1603.   case "$IPFORWARD" in
  1604.   /*)
  1605.   ac_cv_path_IPFORWARD="$IPFORWARD" # Let the user override the test with a path.
  1606.   ;;
  1607.   ?:/*)  
  1608.   ac_cv_path_IPFORWARD="$IPFORWARD" # Let the user override the test with a dos path.
  1609.   ;;
  1610.   *)
  1611.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1612.   ac_dummy="/proc/sys/net/ipv4"
  1613.   for ac_dir in $ac_dummy; do 
  1614.     test -z "$ac_dir" && ac_dir=.
  1615.     if test -f $ac_dir/$ac_word; then
  1616.       ac_cv_path_IPFORWARD="$ac_dir/$ac_word"
  1617.       break
  1618.     fi
  1619.   done
  1620.   IFS="$ac_save_ifs"
  1621.   ;;
  1622. esac
  1623. fi
  1624. IPFORWARD="$ac_cv_path_IPFORWARD"
  1625. if test -n "$IPFORWARD"; then
  1626.   echo "$ac_t""$IPFORWARD" 1>&6
  1627. else
  1628.   echo "$ac_t""no" 1>&6
  1629. fi
  1630. test -n "$IPFORWARD" && break
  1631. done
  1632. test -n "$IPFORWARD" || IPFORWARD="no"
  1633. if test "$IPFORWARD" = no; then
  1634. echo "configure: warning: *****************************************************************" 1>&2
  1635. echo "configure: warning: * /proc/sys/net/ipv4/ip_forward not found !!                    *" 1>&2
  1636. echo "configure: warning: * please disable manually ip_forwarding before running ettercap *" 1>&2
  1637. echo "configure: warning: *****************************************************************" 1>&2
  1638. fi
  1639. fi
  1640. echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6
  1641. echo "configure:1853: checking for sys_siglist declaration in signal.h or unistd.h" >&5
  1642. if eval "test "`echo '$''{'ac_cv_decl_sys_siglist'+set}'`" = set"; then
  1643.   echo $ac_n "(cached) $ac_c" 1>&6
  1644. else
  1645.   cat > conftest.$ac_ext <<EOF
  1646. #line 1858 "configure"
  1647. #include "confdefs.h"
  1648. #include <sys/types.h>
  1649. #include <signal.h>
  1650. /* NetBSD declares sys_siglist in unistd.h.  */
  1651. #ifdef HAVE_UNISTD_H
  1652. #include <unistd.h>
  1653. #endif
  1654. int main() {
  1655. char *msg = *(sys_siglist + 1);
  1656. ; return 0; }
  1657. EOF
  1658. if { (eval echo configure:1870: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1659.   rm -rf conftest*
  1660.   ac_cv_decl_sys_siglist=yes
  1661. else
  1662.   echo "configure: failed program was:" >&5
  1663.   cat conftest.$ac_ext >&5
  1664.   rm -rf conftest*
  1665.   ac_cv_decl_sys_siglist=no
  1666. fi
  1667. rm -f conftest*
  1668. fi
  1669. echo "$ac_t""$ac_cv_decl_sys_siglist" 1>&6
  1670. if test $ac_cv_decl_sys_siglist = yes; then
  1671.   cat >> confdefs.h <<EOF
  1672. #define SYS_SIGLIST_DECLARED 1
  1673. EOF
  1674. fi
  1675. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  1676. echo "configure:1891: checking whether time.h and sys/time.h may both be included" >&5
  1677. if eval "test "`echo '$''{'ac_cv_header_time'+set}'`" = set"; then
  1678.   echo $ac_n "(cached) $ac_c" 1>&6
  1679. else
  1680.   cat > conftest.$ac_ext <<EOF
  1681. #line 1896 "configure"
  1682. #include "confdefs.h"
  1683. #include <sys/types.h>
  1684. #include <sys/time.h>
  1685. #include <time.h>
  1686. int main() {
  1687. struct tm *tp;
  1688. ; return 0; }
  1689. EOF
  1690. if { (eval echo configure:1905: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1691.   rm -rf conftest*
  1692.   ac_cv_header_time=yes
  1693. else
  1694.   echo "configure: failed program was:" >&5
  1695.   cat conftest.$ac_ext >&5
  1696.   rm -rf conftest*
  1697.   ac_cv_header_time=no
  1698. fi
  1699. rm -f conftest*
  1700. fi
  1701. echo "$ac_t""$ac_cv_header_time" 1>&6
  1702. if test $ac_cv_header_time = yes; then
  1703.   cat >> confdefs.h <<EOF
  1704. #define TIME_WITH_SYS_TIME 1
  1705. EOF
  1706. fi
  1707. echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
  1708. echo "configure:1926: checking whether struct tm is in sys/time.h or time.h" >&5
  1709. if eval "test "`echo '$''{'ac_cv_struct_tm'+set}'`" = set"; then
  1710.   echo $ac_n "(cached) $ac_c" 1>&6
  1711. else
  1712.   cat > conftest.$ac_ext <<EOF
  1713. #line 1931 "configure"
  1714. #include "confdefs.h"
  1715. #include <sys/types.h>
  1716. #include <time.h>
  1717. int main() {
  1718. struct tm *tp; tp->tm_sec;
  1719. ; return 0; }
  1720. EOF
  1721. if { (eval echo configure:1939: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1722.   rm -rf conftest*
  1723.   ac_cv_struct_tm=time.h
  1724. else
  1725.   echo "configure: failed program was:" >&5
  1726.   cat conftest.$ac_ext >&5
  1727.   rm -rf conftest*
  1728.   ac_cv_struct_tm=sys/time.h
  1729. fi
  1730. rm -f conftest*
  1731. fi
  1732. echo "$ac_t""$ac_cv_struct_tm" 1>&6
  1733. if test $ac_cv_struct_tm = sys/time.h; then
  1734.   cat >> confdefs.h <<EOF
  1735. #define TM_IN_SYS_TIME 1
  1736. EOF
  1737. fi
  1738. echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
  1739. echo "configure:1962: checking for 8-bit clean memcmp" >&5
  1740. if eval "test "`echo '$''{'ac_cv_func_memcmp_clean'+set}'`" = set"; then
  1741.   echo $ac_n "(cached) $ac_c" 1>&6
  1742. else
  1743.   if test "$cross_compiling" = yes; then
  1744.   ac_cv_func_memcmp_clean=no
  1745. else
  1746.   cat > conftest.$ac_ext <<EOF
  1747. #line 1970 "configure"
  1748. #include "confdefs.h"
  1749. main()
  1750. {
  1751.   char c0 = 0x40, c1 = 0x80, c2 = 0x81;
  1752.   exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
  1753. }
  1754. EOF
  1755. if { (eval echo configure:1980: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1756. then
  1757.   ac_cv_func_memcmp_clean=yes
  1758. else
  1759.   echo "configure: failed program was:" >&5
  1760.   cat conftest.$ac_ext >&5
  1761.   rm -fr conftest*
  1762.   ac_cv_func_memcmp_clean=no
  1763. fi
  1764. rm -fr conftest*
  1765. fi
  1766. fi
  1767. echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6
  1768. test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
  1769. echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  1770. echo "configure:1998: checking return type of signal handlers" >&5
  1771. if eval "test "`echo '$''{'ac_cv_type_signal'+set}'`" = set"; then
  1772.   echo $ac_n "(cached) $ac_c" 1>&6
  1773. else
  1774.   cat > conftest.$ac_ext <<EOF
  1775. #line 2003 "configure"
  1776. #include "confdefs.h"
  1777. #include <sys/types.h>
  1778. #include <signal.h>
  1779. #ifdef signal
  1780. #undef signal
  1781. #endif
  1782. #ifdef __cplusplus
  1783. extern "C" void (*signal (int, void (*)(int)))(int);
  1784. #else
  1785. void (*signal ()) ();
  1786. #endif
  1787. int main() {
  1788. int i;
  1789. ; return 0; }
  1790. EOF
  1791. if { (eval echo configure:2020: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1792.   rm -rf conftest*
  1793.   ac_cv_type_signal=void
  1794. else
  1795.   echo "configure: failed program was:" >&5
  1796.   cat conftest.$ac_ext >&5
  1797.   rm -rf conftest*
  1798.   ac_cv_type_signal=int
  1799. fi
  1800. rm -f conftest*
  1801. fi
  1802. echo "$ac_t""$ac_cv_type_signal" 1>&6
  1803. cat >> confdefs.h <<EOF
  1804. #define RETSIGTYPE $ac_cv_type_signal
  1805. EOF
  1806. echo $ac_n "checking for vprintf""... $ac_c" 1>&6
  1807. echo "configure:2039: checking for vprintf" >&5
  1808. if eval "test "`echo '$''{'ac_cv_func_vprintf'+set}'`" = set"; then
  1809.   echo $ac_n "(cached) $ac_c" 1>&6
  1810. else
  1811.   cat > conftest.$ac_ext <<EOF
  1812. #line 2044 "configure"
  1813. #include "confdefs.h"
  1814. /* System header to define __stub macros and hopefully few prototypes,
  1815.     which can conflict with char vprintf(); below.  */
  1816. #include <assert.h>
  1817. /* Override any gcc2 internal prototype to avoid an error.  */
  1818. /* We use char because int might match the return type of a gcc2
  1819.     builtin and then its argument prototype would still apply.  */
  1820. char vprintf();
  1821. int main() {
  1822. /* The GNU C library defines this for functions which it implements
  1823.     to always fail with ENOSYS.  Some functions are actually named
  1824.     something starting with __ and the normal name is an alias.  */
  1825. #if defined (__stub_vprintf) || defined (__stub___vprintf)
  1826. choke me
  1827. #else
  1828. vprintf();
  1829. #endif
  1830. ; return 0; }
  1831. EOF
  1832. if { (eval echo configure:2067: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1833.   rm -rf conftest*
  1834.   eval "ac_cv_func_vprintf=yes"
  1835. else
  1836.   echo "configure: failed program was:" >&5
  1837.   cat conftest.$ac_ext >&5
  1838.   rm -rf conftest*
  1839.   eval "ac_cv_func_vprintf=no"
  1840. fi
  1841. rm -f conftest*
  1842. fi
  1843. if eval "test "`echo '$ac_cv_func_'vprintf`" = yes"; then
  1844.   echo "$ac_t""yes" 1>&6
  1845.   cat >> confdefs.h <<EOF
  1846. #define HAVE_VPRINTF 1
  1847. EOF
  1848. else
  1849.   echo "$ac_t""no" 1>&6
  1850. fi
  1851. if test "$ac_cv_func_vprintf" != yes; then
  1852. echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
  1853. echo "configure:2091: checking for _doprnt" >&5
  1854. if eval "test "`echo '$''{'ac_cv_func__doprnt'+set}'`" = set"; then
  1855.   echo $ac_n "(cached) $ac_c" 1>&6
  1856. else
  1857.   cat > conftest.$ac_ext <<EOF
  1858. #line 2096 "configure"
  1859. #include "confdefs.h"
  1860. /* System header to define __stub macros and hopefully few prototypes,
  1861.     which can conflict with char _doprnt(); below.  */
  1862. #include <assert.h>
  1863. /* Override any gcc2 internal prototype to avoid an error.  */
  1864. /* We use char because int might match the return type of a gcc2
  1865.     builtin and then its argument prototype would still apply.  */
  1866. char _doprnt();
  1867. int main() {
  1868. /* The GNU C library defines this for functions which it implements
  1869.     to always fail with ENOSYS.  Some functions are actually named
  1870.     something starting with __ and the normal name is an alias.  */
  1871. #if defined (__stub__doprnt) || defined (__stub____doprnt)
  1872. choke me
  1873. #else
  1874. _doprnt();
  1875. #endif
  1876. ; return 0; }
  1877. EOF
  1878. if { (eval echo configure:2119: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1879.   rm -rf conftest*
  1880.   eval "ac_cv_func__doprnt=yes"
  1881. else
  1882.   echo "configure: failed program was:" >&5
  1883.   cat conftest.$ac_ext >&5
  1884.   rm -rf conftest*
  1885.   eval "ac_cv_func__doprnt=no"
  1886. fi
  1887. rm -f conftest*
  1888. fi
  1889. if eval "test "`echo '$ac_cv_func_'_doprnt`" = yes"; then
  1890.   echo "$ac_t""yes" 1>&6
  1891.   cat >> confdefs.h <<EOF
  1892. #define HAVE_DOPRNT 1
  1893. EOF
  1894. else
  1895.   echo "$ac_t""no" 1>&6
  1896. fi
  1897. fi
  1898. for ac_func in gettimeofday
  1899. do
  1900. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1901. echo "configure:2146: checking for $ac_func" >&5
  1902. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1903.   echo $ac_n "(cached) $ac_c" 1>&6
  1904. else
  1905.   cat > conftest.$ac_ext <<EOF
  1906. #line 2151 "configure"
  1907. #include "confdefs.h"
  1908. /* System header to define __stub macros and hopefully few prototypes,
  1909.     which can conflict with char $ac_func(); below.  */
  1910. #include <assert.h>
  1911. /* Override any gcc2 internal prototype to avoid an error.  */
  1912. /* We use char because int might match the return type of a gcc2
  1913.     builtin and then its argument prototype would still apply.  */
  1914. char $ac_func();
  1915. int main() {
  1916. /* The GNU C library defines this for functions which it implements
  1917.     to always fail with ENOSYS.  Some functions are actually named
  1918.     something starting with __ and the normal name is an alias.  */
  1919. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1920. choke me
  1921. #else
  1922. $ac_func();
  1923. #endif
  1924. ; return 0; }
  1925. EOF
  1926. if { (eval echo configure:2174: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1927.   rm -rf conftest*
  1928.   eval "ac_cv_func_$ac_func=yes"
  1929. else
  1930.   echo "configure: failed program was:" >&5
  1931.   cat conftest.$ac_ext >&5
  1932.   rm -rf conftest*
  1933.   eval "ac_cv_func_$ac_func=no"
  1934. fi
  1935. rm -f conftest*
  1936. fi
  1937. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1938.   echo "$ac_t""yes" 1>&6
  1939.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1940.   cat >> confdefs.h <<EOF
  1941. #define $ac_tr_func 1
  1942. EOF
  1943.  
  1944. else
  1945.   echo "$ac_t""no" 1>&6
  1946. fi
  1947. done
  1948. for ac_func in vsnprintf
  1949. do
  1950. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1951. echo "configure:2201: checking for $ac_func" >&5
  1952. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1953.   echo $ac_n "(cached) $ac_c" 1>&6
  1954. else
  1955.   cat > conftest.$ac_ext <<EOF
  1956. #line 2206 "configure"
  1957. #include "confdefs.h"
  1958. /* System header to define __stub macros and hopefully few prototypes,
  1959.     which can conflict with char $ac_func(); below.  */
  1960. #include <assert.h>
  1961. /* Override any gcc2 internal prototype to avoid an error.  */
  1962. /* We use char because int might match the return type of a gcc2
  1963.     builtin and then its argument prototype would still apply.  */
  1964. char $ac_func();
  1965. int main() {
  1966. /* The GNU C library defines this for functions which it implements
  1967.     to always fail with ENOSYS.  Some functions are actually named
  1968.     something starting with __ and the normal name is an alias.  */
  1969. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1970. choke me
  1971. #else
  1972. $ac_func();
  1973. #endif
  1974. ; return 0; }
  1975. EOF
  1976. if { (eval echo configure:2229: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1977.   rm -rf conftest*
  1978.   eval "ac_cv_func_$ac_func=yes"
  1979. else
  1980.   echo "configure: failed program was:" >&5
  1981.   cat conftest.$ac_ext >&5
  1982.   rm -rf conftest*
  1983.   eval "ac_cv_func_$ac_func=no"
  1984. fi
  1985. rm -f conftest*
  1986. fi
  1987. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1988.   echo "$ac_t""yes" 1>&6
  1989.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1990.   cat >> confdefs.h <<EOF
  1991. #define $ac_tr_func 1
  1992. EOF
  1993.  
  1994. else
  1995.   echo "$ac_t""no" 1>&6
  1996. fi
  1997. done
  1998. for ac_func in select socket
  1999. do
  2000. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2001. echo "configure:2256: checking for $ac_func" >&5
  2002. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  2003.   echo $ac_n "(cached) $ac_c" 1>&6
  2004. else
  2005.   cat > conftest.$ac_ext <<EOF
  2006. #line 2261 "configure"
  2007. #include "confdefs.h"
  2008. /* System header to define __stub macros and hopefully few prototypes,
  2009.     which can conflict with char $ac_func(); below.  */
  2010. #include <assert.h>
  2011. /* Override any gcc2 internal prototype to avoid an error.  */
  2012. /* We use char because int might match the return type of a gcc2
  2013.     builtin and then its argument prototype would still apply.  */
  2014. char $ac_func();
  2015. int main() {
  2016. /* The GNU C library defines this for functions which it implements
  2017.     to always fail with ENOSYS.  Some functions are actually named
  2018.     something starting with __ and the normal name is an alias.  */
  2019. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2020. choke me
  2021. #else
  2022. $ac_func();
  2023. #endif
  2024. ; return 0; }
  2025. EOF
  2026. if { (eval echo configure:2284: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2027.   rm -rf conftest*
  2028.   eval "ac_cv_func_$ac_func=yes"
  2029. else
  2030.   echo "configure: failed program was:" >&5
  2031.   cat conftest.$ac_ext >&5
  2032.   rm -rf conftest*
  2033.   eval "ac_cv_func_$ac_func=no"
  2034. fi
  2035. rm -f conftest*
  2036. fi
  2037. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  2038.   echo "$ac_t""yes" 1>&6
  2039.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2040.   cat >> confdefs.h <<EOF
  2041. #define $ac_tr_func 1
  2042. EOF
  2043.  
  2044. else
  2045.   echo "$ac_t""no" 1>&6
  2046. fi
  2047. done
  2048. for ac_func in atexit
  2049. do
  2050. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2051. echo "configure:2311: checking for $ac_func" >&5
  2052. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  2053.   echo $ac_n "(cached) $ac_c" 1>&6
  2054. else
  2055.   cat > conftest.$ac_ext <<EOF
  2056. #line 2316 "configure"
  2057. #include "confdefs.h"
  2058. /* System header to define __stub macros and hopefully few prototypes,
  2059.     which can conflict with char $ac_func(); below.  */
  2060. #include <assert.h>
  2061. /* Override any gcc2 internal prototype to avoid an error.  */
  2062. /* We use char because int might match the return type of a gcc2
  2063.     builtin and then its argument prototype would still apply.  */
  2064. char $ac_func();
  2065. int main() {
  2066. /* The GNU C library defines this for functions which it implements
  2067.     to always fail with ENOSYS.  Some functions are actually named
  2068.     something starting with __ and the normal name is an alias.  */
  2069. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2070. choke me
  2071. #else
  2072. $ac_func();
  2073. #endif
  2074. ; return 0; }
  2075. EOF
  2076. if { (eval echo configure:2339: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2077.   rm -rf conftest*
  2078.   eval "ac_cv_func_$ac_func=yes"
  2079. else
  2080.   echo "configure: failed program was:" >&5
  2081.   cat conftest.$ac_ext >&5
  2082.   rm -rf conftest*
  2083.   eval "ac_cv_func_$ac_func=no"
  2084. fi
  2085. rm -f conftest*
  2086. fi
  2087. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  2088.   echo "$ac_t""yes" 1>&6
  2089.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2090.   cat >> confdefs.h <<EOF
  2091. #define $ac_tr_func 1
  2092. EOF
  2093.  
  2094. else
  2095.   echo "$ac_t""no" 1>&6
  2096. fi
  2097. done
  2098. for ac_func in getopt_long
  2099. do
  2100. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2101. echo "configure:2366: checking for $ac_func" >&5
  2102. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  2103.   echo $ac_n "(cached) $ac_c" 1>&6
  2104. else
  2105.   cat > conftest.$ac_ext <<EOF
  2106. #line 2371 "configure"
  2107. #include "confdefs.h"
  2108. /* System header to define __stub macros and hopefully few prototypes,
  2109.     which can conflict with char $ac_func(); below.  */
  2110. #include <assert.h>
  2111. /* Override any gcc2 internal prototype to avoid an error.  */
  2112. /* We use char because int might match the return type of a gcc2
  2113.     builtin and then its argument prototype would still apply.  */
  2114. char $ac_func();
  2115. int main() {
  2116. /* The GNU C library defines this for functions which it implements
  2117.     to always fail with ENOSYS.  Some functions are actually named
  2118.     something starting with __ and the normal name is an alias.  */
  2119. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2120. choke me
  2121. #else
  2122. $ac_func();
  2123. #endif
  2124. ; return 0; }
  2125. EOF
  2126. if { (eval echo configure:2394: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2127.   rm -rf conftest*
  2128.   eval "ac_cv_func_$ac_func=yes"
  2129. else
  2130.   echo "configure: failed program was:" >&5
  2131.   cat conftest.$ac_ext >&5
  2132.   rm -rf conftest*
  2133.   eval "ac_cv_func_$ac_func=no"
  2134. fi
  2135. rm -f conftest*
  2136. fi
  2137. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  2138.   echo "$ac_t""yes" 1>&6
  2139.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2140.   cat >> confdefs.h <<EOF
  2141. #define $ac_tr_func 1
  2142. EOF
  2143.  
  2144. else
  2145.   echo "$ac_t""no" 1>&6
  2146. MISSLIBS="$MISSLIBS ./src/missing/getopt.o ./src/missing/getopt1.o"
  2147. fi
  2148. done
  2149. for ac_func in strlcat
  2150. do
  2151. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2152. echo "configure:2422: checking for $ac_func" >&5
  2153. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  2154.   echo $ac_n "(cached) $ac_c" 1>&6
  2155. else
  2156.   cat > conftest.$ac_ext <<EOF
  2157. #line 2427 "configure"
  2158. #include "confdefs.h"
  2159. /* System header to define __stub macros and hopefully few prototypes,
  2160.     which can conflict with char $ac_func(); below.  */
  2161. #include <assert.h>
  2162. /* Override any gcc2 internal prototype to avoid an error.  */
  2163. /* We use char because int might match the return type of a gcc2
  2164.     builtin and then its argument prototype would still apply.  */
  2165. char $ac_func();
  2166. int main() {
  2167. /* The GNU C library defines this for functions which it implements
  2168.     to always fail with ENOSYS.  Some functions are actually named
  2169.     something starting with __ and the normal name is an alias.  */
  2170. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2171. choke me
  2172. #else
  2173. $ac_func();
  2174. #endif
  2175. ; return 0; }
  2176. EOF
  2177. if { (eval echo configure:2450: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2178.   rm -rf conftest*
  2179.   eval "ac_cv_func_$ac_func=yes"
  2180. else
  2181.   echo "configure: failed program was:" >&5
  2182.   cat conftest.$ac_ext >&5
  2183.   rm -rf conftest*
  2184.   eval "ac_cv_func_$ac_func=no"
  2185. fi
  2186. rm -f conftest*
  2187. fi
  2188. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  2189.   echo "$ac_t""yes" 1>&6
  2190.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2191.   cat >> confdefs.h <<EOF
  2192. #define $ac_tr_func 1
  2193. EOF
  2194.  
  2195. else
  2196.   echo "$ac_t""no" 1>&6
  2197. MISSLIBS="$MISSLIBS ./src/missing/strlcat.o"
  2198. fi
  2199. done
  2200.   echo "$ac_t""" 1>&6
  2201.   echo "$ac_t""Checking user defined options..." 1>&6
  2202.   echo "$ac_t""" 1>&6
  2203. check_ncurses=0
  2204. echo $ac_n "checking if --enable-ncurses option is specified""... $ac_c" 1>&6
  2205. echo "configure:2488: checking if --enable-ncurses option is specified" >&5
  2206. # Check whether --enable-ncurses or --disable-ncurses was given.
  2207. if test "${enable_ncurses+set}" = set; then
  2208.   enableval="$enable_ncurses"
  2209.    case "$enableval" in
  2210. yes)
  2211. echo "$ac_t""yes." 1>&6
  2212. check_ncurses=1
  2213. ;;
  2214. no)  echo "$ac_t""no." 1>&6
  2215. ;;
  2216.   esac 
  2217. else
  2218.   echo "$ac_t""yes. enabled by default." 1>&6
  2219.   check_ncurses=1
  2220. fi
  2221. if test $check_ncurses -ne 0; then
  2222. ncurses_warn=0
  2223. curses_warn=0
  2224. for ac_hdr in ncurses.h
  2225. do
  2226. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2227. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2228. echo "configure:2514: checking for $ac_hdr" >&5
  2229. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2230.   echo $ac_n "(cached) $ac_c" 1>&6
  2231. else
  2232.   cat > conftest.$ac_ext <<EOF
  2233. #line 2519 "configure"
  2234. #include "confdefs.h"
  2235. #include <$ac_hdr>
  2236. EOF
  2237. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2238. { (eval echo configure:2524: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2239. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2240. if test -z "$ac_err"; then
  2241.   rm -rf conftest*
  2242.   eval "ac_cv_header_$ac_safe=yes"
  2243. else
  2244.   echo "$ac_err" >&5
  2245.   echo "configure: failed program was:" >&5
  2246.   cat conftest.$ac_ext >&5
  2247.   rm -rf conftest*
  2248.   eval "ac_cv_header_$ac_safe=no"
  2249. fi
  2250. rm -f conftest*
  2251. fi
  2252. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2253.   echo "$ac_t""yes" 1>&6
  2254.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2255.   cat >> confdefs.h <<EOF
  2256. #define $ac_tr_hdr 1
  2257. EOF
  2258.  
  2259. else
  2260.   echo "$ac_t""no" 1>&6
  2261. ncurses_warn=1
  2262. fi
  2263. done
  2264. echo $ac_n "checking for newwin in -lncurses""... $ac_c" 1>&6
  2265. echo "configure:2552: checking for newwin in -lncurses" >&5
  2266. ac_lib_var=`echo ncurses'_'newwin | sed 'y%./+-%__p_%'`
  2267. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2268.   echo $ac_n "(cached) $ac_c" 1>&6
  2269. else
  2270.   ac_save_LIBS="$LIBS"
  2271. LIBS="-lncurses  $LIBS"
  2272. cat > conftest.$ac_ext <<EOF
  2273. #line 2560 "configure"
  2274. #include "confdefs.h"
  2275. /* Override any gcc2 internal prototype to avoid an error.  */
  2276. /* We use char because int might match the return type of a gcc2
  2277.     builtin and then its argument prototype would still apply.  */
  2278. char newwin();
  2279. int main() {
  2280. newwin()
  2281. ; return 0; }
  2282. EOF
  2283. if { (eval echo configure:2571: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2284.   rm -rf conftest*
  2285.   eval "ac_cv_lib_$ac_lib_var=yes"
  2286. else
  2287.   echo "configure: failed program was:" >&5
  2288.   cat conftest.$ac_ext >&5
  2289.   rm -rf conftest*
  2290.   eval "ac_cv_lib_$ac_lib_var=no"
  2291. fi
  2292. rm -f conftest*
  2293. LIBS="$ac_save_LIBS"
  2294. fi
  2295. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2296.   echo "$ac_t""yes" 1>&6
  2297.     ac_tr_lib=HAVE_LIB`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2298.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2299.   cat >> confdefs.h <<EOF
  2300. #define $ac_tr_lib 1
  2301. EOF
  2302.   LIBS="-lncurses $LIBS"
  2303. else
  2304.   echo "$ac_t""no" 1>&6
  2305. ncurses_warn=1
  2306. fi
  2307. if test $ncurses_warn -ne 1; then
  2308. cat >> confdefs.h <<EOF
  2309. #define HAVE_NCURSES 1
  2310. EOF
  2311. else
  2312. for ac_hdr in curses.h
  2313. do
  2314. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2315. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2316. echo "configure:2610: checking for $ac_hdr" >&5
  2317. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2318.   echo $ac_n "(cached) $ac_c" 1>&6
  2319. else
  2320.   cat > conftest.$ac_ext <<EOF
  2321. #line 2615 "configure"
  2322. #include "confdefs.h"
  2323. #include <$ac_hdr>
  2324. EOF
  2325. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2326. { (eval echo configure:2620: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2327. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2328. if test -z "$ac_err"; then
  2329.   rm -rf conftest*
  2330.   eval "ac_cv_header_$ac_safe=yes"
  2331. else
  2332.   echo "$ac_err" >&5
  2333.   echo "configure: failed program was:" >&5
  2334.   cat conftest.$ac_ext >&5
  2335.   rm -rf conftest*
  2336.   eval "ac_cv_header_$ac_safe=no"
  2337. fi
  2338. rm -f conftest*
  2339. fi
  2340. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2341.   echo "$ac_t""yes" 1>&6
  2342.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2343.   cat >> confdefs.h <<EOF
  2344. #define $ac_tr_hdr 1
  2345. EOF
  2346.  
  2347. else
  2348.   echo "$ac_t""no" 1>&6
  2349. curses_warn=1
  2350. fi
  2351. done
  2352. echo $ac_n "checking for newwin in -lcurses""... $ac_c" 1>&6
  2353. echo "configure:2648: checking for newwin in -lcurses" >&5
  2354. ac_lib_var=`echo curses'_'newwin | sed 'y%./+-%__p_%'`
  2355. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2356.   echo $ac_n "(cached) $ac_c" 1>&6
  2357. else
  2358.   ac_save_LIBS="$LIBS"
  2359. LIBS="-lcurses  $LIBS"
  2360. cat > conftest.$ac_ext <<EOF
  2361. #line 2656 "configure"
  2362. #include "confdefs.h"
  2363. /* Override any gcc2 internal prototype to avoid an error.  */
  2364. /* We use char because int might match the return type of a gcc2
  2365.     builtin and then its argument prototype would still apply.  */
  2366. char newwin();
  2367. int main() {
  2368. newwin()
  2369. ; return 0; }
  2370. EOF
  2371. if { (eval echo configure:2667: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2372.   rm -rf conftest*
  2373.   eval "ac_cv_lib_$ac_lib_var=yes"
  2374. else
  2375.   echo "configure: failed program was:" >&5
  2376.   cat conftest.$ac_ext >&5
  2377.   rm -rf conftest*
  2378.   eval "ac_cv_lib_$ac_lib_var=no"
  2379. fi
  2380. rm -f conftest*
  2381. LIBS="$ac_save_LIBS"
  2382. fi
  2383. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2384.   echo "$ac_t""yes" 1>&6
  2385.     ac_tr_lib=HAVE_LIB`echo curses | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2386.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2387.   cat >> confdefs.h <<EOF
  2388. #define $ac_tr_lib 1
  2389. EOF
  2390.   LIBS="-lcurses $LIBS"
  2391. else
  2392.   echo "$ac_t""no" 1>&6
  2393. curses_warn=1
  2394. fi
  2395. if test $curses_warn -ne 1; then
  2396. cat >> confdefs.h <<EOF
  2397. #define HAVE_NCURSES 1
  2398. EOF
  2399. else
  2400. echo "configure: warning: ***********************************************" 1>&2
  2401. echo "configure: warning: * NCURSES are NOT available in your system !! *" 1>&2
  2402. echo "configure: warning: * Interactive mod will not be supported!      *" 1>&2
  2403. echo "configure: warning: ***********************************************" 1>&2
  2404. fi
  2405. fi
  2406. fi
  2407. echo $ac_n "checking if --enable-debug option is specified""... $ac_c" 1>&6
  2408. echo "configure:2712: checking if --enable-debug option is specified" >&5
  2409. # Check whether --enable-debug or --disable-debug was given.
  2410. if test "${enable_debug+set}" = set; then
  2411.   enableval="$enable_debug"
  2412.    case "$enableval" in
  2413. yes)
  2414. DEBUG="-DDEBUG"
  2415. CFLAGS="-O2 -Wall"
  2416. echo "$ac_t""yes" 1>&6
  2417. ;;
  2418. no)  echo "$ac_t""no." 1>&6
  2419. ;;
  2420.   esac 
  2421. else
  2422.   echo "$ac_t""no. disabled by default." 1>&6
  2423. fi
  2424. echo $ac_n "checking if --enable-suid option is specified""... $ac_c" 1>&6
  2425. echo "configure:2734: checking if --enable-suid option is specified" >&5
  2426. # Check whether --enable-suid or --disable-suid was given.
  2427. if test "${enable_suid+set}" = set; then
  2428.   enableval="$enable_suid"
  2429.    case "$enableval" in
  2430. yes)
  2431. cat >> confdefs.h <<EOF
  2432. #define PERMIT_SUID 1
  2433. EOF
  2434. echo "$ac_t""yes" 1>&6
  2435. ;;
  2436. no)  echo "$ac_t""no" 1>&6
  2437. ;;
  2438.   esac 
  2439. else
  2440.   echo "$ac_t""no. disabled by default." 1>&6
  2441. fi
  2442. check_plugins=0
  2443. echo $ac_n "checking if --enable-plugins option is specified""... $ac_c" 1>&6
  2444. echo "configure:2758: checking if --enable-plugins option is specified" >&5
  2445. # Check whether --enable-plugins or --disable-plugins was given.
  2446. if test "${enable_plugins+set}" = set; then
  2447.   enableval="$enable_plugins"
  2448.    case "$enableval" in
  2449. yes)
  2450. echo "$ac_t""yes." 1>&6
  2451. check_plugins=1
  2452. ;;
  2453. no)  echo "$ac_t""no." 1>&6
  2454. ;;
  2455.   esac 
  2456. else
  2457.   echo "$ac_t""yes. enabled by default." 1>&6
  2458.   check_plugins=1
  2459. fi
  2460. if test "$OS" = "OPENBSD"; then
  2461. echo "configure: warning: ****************************************************" 1>&2
  2462. echo "configure: warning: * Plugins were NOT yet ported to OpenBSD" 1>&2
  2463. echo "configure: warning: ****************************************************" 1>&2
  2464. check_plugins=0
  2465. fi
  2466. if test $check_plugins -ne 0; then
  2467. plugins_warn=0
  2468. for ac_hdr in dlfcn.h
  2469. do
  2470. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2471. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2472. echo "configure:2790: checking for $ac_hdr" >&5
  2473. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2474.   echo $ac_n "(cached) $ac_c" 1>&6
  2475. else
  2476.   cat > conftest.$ac_ext <<EOF
  2477. #line 2795 "configure"
  2478. #include "confdefs.h"
  2479. #include <$ac_hdr>
  2480. EOF
  2481. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2482. { (eval echo configure:2800: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2483. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2484. if test -z "$ac_err"; then
  2485.   rm -rf conftest*
  2486.   eval "ac_cv_header_$ac_safe=yes"
  2487. else
  2488.   echo "$ac_err" >&5
  2489.   echo "configure: failed program was:" >&5
  2490.   cat conftest.$ac_ext >&5
  2491.   rm -rf conftest*
  2492.   eval "ac_cv_header_$ac_safe=no"
  2493. fi
  2494. rm -f conftest*
  2495. fi
  2496. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2497.   echo "$ac_t""yes" 1>&6
  2498.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2499.   cat >> confdefs.h <<EOF
  2500. #define $ac_tr_hdr 1
  2501. EOF
  2502.  
  2503. else
  2504.   echo "$ac_t""no" 1>&6
  2505. plugins_warn=1
  2506. fi
  2507. done
  2508. if test "$OS" = "LINUX"; then
  2509. echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
  2510. echo "configure:2829: checking for dlopen in -ldl" >&5
  2511. ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
  2512. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2513.   echo $ac_n "(cached) $ac_c" 1>&6
  2514. else
  2515.   ac_save_LIBS="$LIBS"
  2516. LIBS="-ldl  $LIBS"
  2517. cat > conftest.$ac_ext <<EOF
  2518. #line 2837 "configure"
  2519. #include "confdefs.h"
  2520. /* Override any gcc2 internal prototype to avoid an error.  */
  2521. /* We use char because int might match the return type of a gcc2
  2522.     builtin and then its argument prototype would still apply.  */
  2523. char dlopen();
  2524. int main() {
  2525. dlopen()
  2526. ; return 0; }
  2527. EOF
  2528. if { (eval echo configure:2848: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2529.   rm -rf conftest*
  2530.   eval "ac_cv_lib_$ac_lib_var=yes"
  2531. else
  2532.   echo "configure: failed program was:" >&5
  2533.   cat conftest.$ac_ext >&5
  2534.   rm -rf conftest*
  2535.   eval "ac_cv_lib_$ac_lib_var=no"
  2536. fi
  2537. rm -f conftest*
  2538. LIBS="$ac_save_LIBS"
  2539. fi
  2540. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2541.   echo "$ac_t""yes" 1>&6
  2542.     ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2543.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2544.   cat >> confdefs.h <<EOF
  2545. #define $ac_tr_lib 1
  2546. EOF
  2547.   LIBS="-ldl $LIBS"
  2548. else
  2549.   echo "$ac_t""no" 1>&6
  2550. plugins_warn=1
  2551. fi
  2552. else
  2553. echo $ac_n "checking for dlopen in -lc""... $ac_c" 1>&6
  2554. echo "configure:2878: checking for dlopen in -lc" >&5
  2555. ac_lib_var=`echo c'_'dlopen | sed 'y%./+-%__p_%'`
  2556. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  2557.   echo $ac_n "(cached) $ac_c" 1>&6
  2558. else
  2559.   ac_save_LIBS="$LIBS"
  2560. LIBS="-lc  $LIBS"
  2561. cat > conftest.$ac_ext <<EOF
  2562. #line 2886 "configure"
  2563. #include "confdefs.h"
  2564. /* Override any gcc2 internal prototype to avoid an error.  */
  2565. /* We use char because int might match the return type of a gcc2
  2566.     builtin and then its argument prototype would still apply.  */
  2567. char dlopen();
  2568. int main() {
  2569. dlopen()
  2570. ; return 0; }
  2571. EOF
  2572. if { (eval echo configure:2897: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2573.   rm -rf conftest*
  2574.   eval "ac_cv_lib_$ac_lib_var=yes"
  2575. else
  2576.   echo "configure: failed program was:" >&5
  2577.   cat conftest.$ac_ext >&5
  2578.   rm -rf conftest*
  2579.   eval "ac_cv_lib_$ac_lib_var=no"
  2580. fi
  2581. rm -f conftest*
  2582. LIBS="$ac_save_LIBS"
  2583. fi
  2584. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  2585.   echo "$ac_t""yes" 1>&6
  2586.     ac_tr_lib=HAVE_LIB`echo c | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  2587.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2588.   cat >> confdefs.h <<EOF
  2589. #define $ac_tr_lib 1
  2590. EOF
  2591.   LIBS="-lc $LIBS"
  2592. else
  2593.   echo "$ac_t""no" 1>&6
  2594. plugins_warn=1
  2595. fi
  2596. fi
  2597. if test $plugins_warn -ne 1; then
  2598. cat >> confdefs.h <<EOF
  2599. #define PERMIT_PLUGINS 1
  2600. EOF
  2601. LIBS="$LIBS -rdynamic"
  2602. else
  2603. echo "configure: warning: ***********************************************" 1>&2
  2604. echo "configure: warning: * Plugins are NOT supported by your system !! *" 1>&2
  2605. echo "configure: warning: ***********************************************" 1>&2
  2606. fi
  2607. fi
  2608. check_ssh=0
  2609. # Check whether --with-openssl or --without-openssl was given.
  2610. if test "${with_openssl+set}" = set; then
  2611.   withval="$with_openssl"
  2612.    case "$withval" in
  2613. yes|no)
  2614. echo $ac_n "checking for OpenSSL""... $ac_c" 1>&6
  2615. echo "configure:2949: checking for OpenSSL" >&5
  2616. echo "$ac_t""no" 1>&6
  2617. ;;
  2618. *)
  2619. echo $ac_n "checking for OpenSSL in $withval""... $ac_c" 1>&6
  2620. echo "configure:2954: checking for OpenSSL in $withval" >&5
  2621. check_ssh=1
  2622. ssl_path=$withval
  2623. ;;
  2624. esac 
  2625. else
  2626.    echo $ac_n "checking for OpenSSL in ${prefix}""... $ac_c" 1>&6
  2627. echo "configure:2961: checking for OpenSSL in ${prefix}" >&5
  2628. check_ssh=1
  2629. ssl_path=${prefix}
  2630. fi
  2631. if test $check_ssh -ne 0; then
  2632. if test -f $ssl_path/include/openssl/ssl.h; then
  2633.    CFLAGS="$CFLAGS -I$ssl_path/include"
  2634.    LIBS="$LIBS -L$ssl_path/lib -lssl -lcrypto"
  2635.    cat >> confdefs.h <<EOF
  2636. #define HAVE_OPENSSL 1
  2637. EOF
  2638.    echo "$ac_t""yes" 1>&6
  2639. elif test -f $ssl_path/ssl/include/openssl/ssl.h; then
  2640.    CFLAGS="$CFLAGS -I$ssl_path/ssl/include"
  2641.    LIBS="$LIBS -L$ssl_path/ssl/lib -lssl -lcrypto"
  2642.    cat >> confdefs.h <<EOF
  2643. #define HAVE_OPENSSL 1
  2644. EOF
  2645.    echo "$ac_t""yes" 1>&6
  2646. elif test -f /usr/include/openssl/ssl.h; then
  2647.    LIBS="$LIBS -lssl -lcrypto"
  2648.    cat >> confdefs.h <<EOF
  2649. #define HAVE_OPENSSL 1
  2650. EOF
  2651.    echo "$ac_t""yes" 1>&6
  2652. else
  2653.    echo "$ac_t""no" 1>&6
  2654. echo "configure: warning: **********************************************" 1>&2
  2655. echo "configure: warning: * OpenSSL is NOT installed in your system !! *" 1>&2
  2656. echo "configure: warning: * SSH support will NOT be available...       *" 1>&2
  2657. echo "configure: warning: **********************************************" 1>&2
  2658. fi
  2659. fi
  2660.   echo "$ac_t""" 1>&6
  2661.   echo "$ac_t""Writing output files..." 1>&6
  2662.   echo "$ac_t""" 1>&6
  2663. makeplug=`ls ./plugins | grep -v Make | awk '{ printf("plugins/%s/Makefile ", $1) }'`
  2664. trap '' 1 2 15
  2665. cat > confcache <<EOF
  2666. # This file is a shell script that caches the results of configure
  2667. # tests run on this system so they can be shared between configure
  2668. # scripts and configure runs.  It is not useful on other systems.
  2669. # If it contains results you don't want to keep, you may remove or edit it.
  2670. #
  2671. # By default, configure uses ./config.cache as the cache file,
  2672. # creating it if it does not exist already.  You can give configure
  2673. # the --cache-file=FILE option to use a different cache file; that is
  2674. # what configure does when it calls configure scripts in
  2675. # subdirectories, so they share the cache.
  2676. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  2677. # config.status only pays attention to the cache file if you give it the
  2678. # --recheck option to rerun configure.
  2679. #
  2680. EOF
  2681. # The following way of writing the cache mishandles newlines in values,
  2682. # but we know of no workaround that is simple, portable, and efficient.
  2683. # So, don't put newlines in cache variables' values.
  2684. # Ultrix sh set writes to stderr and can't be redirected directly,
  2685. # and sets the high bit in the cache file unless we assign to the vars.
  2686. (set) 2>&1 |
  2687.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  2688.   *ac_space= *)
  2689.     # `set' does not quote correctly, so add quotes (double-quote substitution
  2690.     # turns \\ into \, and sed turns \ into ).
  2691.     sed -n 
  2692.       -e "s/'/'\\''/g" 
  2693.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  2694.     ;;
  2695.   *)
  2696.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  2697.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  2698.     ;;
  2699.   esac >> confcache
  2700. if cmp -s $cache_file confcache; then
  2701.   :
  2702. else
  2703.   if test -w $cache_file; then
  2704.     echo "updating cache $cache_file"
  2705.     cat confcache > $cache_file
  2706.   else
  2707.     echo "not updating unwritable cache $cache_file"
  2708.   fi
  2709. fi
  2710. rm -f confcache
  2711. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  2712. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2713. # Let make expand exec_prefix.
  2714. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2715. # Any assignment to VPATH causes Sun make to only execute
  2716. # the first set of double-colon rules, so remove it if not needed.
  2717. # If there is a colon in the path, we need to keep it.
  2718. if test "x$srcdir" = x.; then
  2719.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  2720. fi
  2721. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  2722. DEFS=-DHAVE_CONFIG_H
  2723. # Without the "./", some shells look in PATH for config.status.
  2724. : ${CONFIG_STATUS=./config.status}
  2725. echo creating $CONFIG_STATUS
  2726. rm -f $CONFIG_STATUS
  2727. cat > $CONFIG_STATUS <<EOF
  2728. #! /bin/sh
  2729. # Generated automatically by configure.
  2730. # Run this file to recreate the current configuration.
  2731. # This directory was configured as follows,
  2732. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  2733. #
  2734. # $0 $ac_configure_args
  2735. #
  2736. # Compiler output produced by configure, useful for debugging
  2737. # configure, is in ./config.log if it exists.
  2738. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  2739. for ac_option
  2740. do
  2741.   case "$ac_option" in
  2742.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2743.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  2744.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  2745.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  2746.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  2747.     exit 0 ;;
  2748.   -help | --help | --hel | --he | --h)
  2749.     echo "$ac_cs_usage"; exit 0 ;;
  2750.   *) echo "$ac_cs_usage"; exit 1 ;;
  2751.   esac
  2752. done
  2753. ac_given_srcdir=$srcdir
  2754. ac_given_INSTALL="$INSTALL"
  2755. trap 'rm -fr `echo "ettercap.spec ettercap.8
  2756.  Makefile
  2757.  $makeplug
  2758.  plugins/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  2759. EOF
  2760. cat >> $CONFIG_STATUS <<EOF
  2761. # Protect against being on the right side of a sed subst in config.status.
  2762. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  2763.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  2764. $ac_vpsub
  2765. $extrasub
  2766. s%@SHELL@%$SHELL%g
  2767. s%@CFLAGS@%$CFLAGS%g
  2768. s%@CPPFLAGS@%$CPPFLAGS%g
  2769. s%@CXXFLAGS@%$CXXFLAGS%g
  2770. s%@FFLAGS@%$FFLAGS%g
  2771. s%@DEFS@%$DEFS%g
  2772. s%@LDFLAGS@%$LDFLAGS%g
  2773. s%@LIBS@%$LIBS%g
  2774. s%@exec_prefix@%$exec_prefix%g
  2775. s%@prefix@%$prefix%g
  2776. s%@program_transform_name@%$program_transform_name%g
  2777. s%@bindir@%$bindir%g
  2778. s%@sbindir@%$sbindir%g
  2779. s%@libexecdir@%$libexecdir%g
  2780. s%@datadir@%$datadir%g
  2781. s%@sysconfdir@%$sysconfdir%g
  2782. s%@sharedstatedir@%$sharedstatedir%g
  2783. s%@localstatedir@%$localstatedir%g
  2784. s%@libdir@%$libdir%g
  2785. s%@includedir@%$includedir%g
  2786. s%@oldincludedir@%$oldincludedir%g
  2787. s%@infodir@%$infodir%g
  2788. s%@mandir@%$mandir%g
  2789. s%@VERSION@%$VERSION%g
  2790. s%@PROG@%$PROG%g
  2791. s%@SERIAL@%$SERIAL%g
  2792. s%@RELEASE@%$RELEASE%g
  2793. s%@SOURCES@%$SOURCES%g
  2794. s%@MISSING@%$MISSING%g
  2795. s%@host@%$host%g
  2796. s%@host_alias@%$host_alias%g
  2797. s%@host_cpu@%$host_cpu%g
  2798. s%@host_vendor@%$host_vendor%g
  2799. s%@host_os@%$host_os%g
  2800. s%@target@%$target%g
  2801. s%@target_alias@%$target_alias%g
  2802. s%@target_cpu@%$target_cpu%g
  2803. s%@target_vendor@%$target_vendor%g
  2804. s%@target_os@%$target_os%g
  2805. s%@build@%$build%g
  2806. s%@build_alias@%$build_alias%g
  2807. s%@build_cpu@%$build_cpu%g
  2808. s%@build_vendor@%$build_vendor%g
  2809. s%@build_os@%$build_os%g
  2810. s%@OS@%$OS%g
  2811. s%@OS_OPT@%$OS_OPT%g
  2812. s%@CC@%$CC%g
  2813. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  2814. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  2815. s%@INSTALL_DATA@%$INSTALL_DATA%g
  2816. s%@SET_MAKE@%$SET_MAKE%g
  2817. s%@CPP@%$CPP%g
  2818. s%@IPFORWARD@%$IPFORWARD%g
  2819. s%@LIBOBJS@%$LIBOBJS%g
  2820. s%@MISSLIBS@%$MISSLIBS%g
  2821. s%@DEBUG@%$DEBUG%g
  2822. CEOF
  2823. EOF
  2824. cat >> $CONFIG_STATUS <<EOF
  2825. # Split the substitutions into bite-sized pieces for seds with
  2826. # small command number limits, like on Digital OSF/1 and HP-UX.
  2827. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  2828. ac_file=1 # Number of current file.
  2829. ac_beg=1 # First line for current file.
  2830. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  2831. ac_more_lines=:
  2832. ac_sed_cmds=""
  2833. while $ac_more_lines; do
  2834.   if test $ac_beg -gt 1; then
  2835.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  2836.   else
  2837.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  2838.   fi
  2839.   if test ! -s conftest.s$ac_file; then
  2840.     ac_more_lines=false
  2841.     rm -f conftest.s$ac_file
  2842.   else
  2843.     if test -z "$ac_sed_cmds"; then
  2844.       ac_sed_cmds="sed -f conftest.s$ac_file"
  2845.     else
  2846.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  2847.     fi
  2848.     ac_file=`expr $ac_file + 1`
  2849.     ac_beg=$ac_end
  2850.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  2851.   fi
  2852. done
  2853. if test -z "$ac_sed_cmds"; then
  2854.   ac_sed_cmds=cat
  2855. fi
  2856. EOF
  2857. cat >> $CONFIG_STATUS <<EOF
  2858. CONFIG_FILES=${CONFIG_FILES-"ettercap.spec ettercap.8
  2859.  Makefile
  2860.  $makeplug
  2861.  plugins/Makefile"}
  2862. EOF
  2863. cat >> $CONFIG_STATUS <<EOF
  2864. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  2865.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2866.   case "$ac_file" in
  2867.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  2868.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2869.   *) ac_file_in="${ac_file}.in" ;;
  2870.   esac
  2871.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  2872.   # Remove last slash and all that follows it.  Not all systems have dirname.
  2873.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2874.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2875.     # The file is in a subdirectory.
  2876.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  2877.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  2878.     # A "../" for each directory in $ac_dir_suffix.
  2879.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  2880.   else
  2881.     ac_dir_suffix= ac_dots=
  2882.   fi
  2883.   case "$ac_given_srcdir" in
  2884.   .)  srcdir=.
  2885.       if test -z "$ac_dots"; then top_srcdir=.
  2886.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  2887.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  2888.   *) # Relative path.
  2889.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  2890.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  2891.   esac
  2892.   case "$ac_given_INSTALL" in
  2893.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  2894.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  2895.   esac
  2896.   echo creating "$ac_file"
  2897.   rm -f "$ac_file"
  2898.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  2899.   case "$ac_file" in
  2900.   *Makefile*) ac_comsub="1i\
  2901. # $configure_input" ;;
  2902.   *) ac_comsub= ;;
  2903.   esac
  2904.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  2905.   sed -e "$ac_comsub
  2906. s%@configure_input@%$configure_input%g
  2907. s%@srcdir@%$srcdir%g
  2908. s%@top_srcdir@%$top_srcdir%g
  2909. s%@INSTALL@%$INSTALL%g
  2910. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  2911. fi; done
  2912. rm -f conftest.s*
  2913. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  2914. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  2915. #
  2916. # ac_d sets the value in "#define NAME VALUE" lines.
  2917. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  2918. ac_dB='([  ][  ]*)[^  ]*%1#2'
  2919. ac_dC='3'
  2920. ac_dD='%g'
  2921. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  2922. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  2923. ac_uB='([  ])%1#2define3'
  2924. ac_uC=' '
  2925. ac_uD='4%g'
  2926. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  2927. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  2928. ac_eB='$%1#2define3'
  2929. ac_eC=' '
  2930. ac_eD='%g'
  2931. if test "${CONFIG_HEADERS+set}" != set; then
  2932. EOF
  2933. cat >> $CONFIG_STATUS <<EOF
  2934.   CONFIG_HEADERS="config.h"
  2935. EOF
  2936. cat >> $CONFIG_STATUS <<EOF
  2937. fi
  2938. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  2939.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2940.   case "$ac_file" in
  2941.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  2942.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2943.   *) ac_file_in="${ac_file}.in" ;;
  2944.   esac
  2945.   echo creating $ac_file
  2946.   rm -f conftest.frag conftest.in conftest.out
  2947.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  2948.   cat $ac_file_inputs > conftest.in
  2949. EOF
  2950. # Transform confdefs.h into a sed script conftest.vals that substitutes
  2951. # the proper values into config.h.in to produce config.h.  And first:
  2952. # Protect against being on the right side of a sed subst in config.status.
  2953. # Protect against being in an unquoted here document in config.status.
  2954. rm -f conftest.vals
  2955. cat > conftest.hdr <<EOF
  2956. s/[\&%]/\&/g
  2957. s%[\$`]%\&%g
  2958. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  2959. s%ac_d%ac_u%gp
  2960. s%ac_u%ac_e%gp
  2961. EOF
  2962. sed -n -f conftest.hdr confdefs.h > conftest.vals
  2963. rm -f conftest.hdr
  2964. # This sed command replaces #undef with comments.  This is necessary, for
  2965. # example, in the case of _POSIX_SOURCE, which is predefined and required
  2966. # on some systems where configure will not decide to define it.
  2967. cat >> conftest.vals <<EOF
  2968. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  2969. EOF
  2970. # Break up conftest.vals because some shells have a limit on
  2971. # the size of here documents, and old seds have small limits too.
  2972. rm -f conftest.tail
  2973. while :
  2974. do
  2975.   ac_lines=`grep -c . conftest.vals`
  2976.   # grep -c gives empty output for an empty file on some AIX systems.
  2977.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  2978.   # Write a limited-size here document to conftest.frag.
  2979.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  2980.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  2981.   echo 'CEOF
  2982.   sed -f conftest.frag conftest.in > conftest.out
  2983.   rm -f conftest.in
  2984.   mv conftest.out conftest.in
  2985. ' >> $CONFIG_STATUS
  2986.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  2987.   rm -f conftest.vals
  2988.   mv conftest.tail conftest.vals
  2989. done
  2990. rm -f conftest.vals
  2991. cat >> $CONFIG_STATUS <<EOF
  2992.   rm -f conftest.frag conftest.h
  2993.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  2994.   cat conftest.in >> conftest.h
  2995.   rm -f conftest.in
  2996.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  2997.     echo "$ac_file is unchanged"
  2998.     rm -f conftest.h
  2999.   else
  3000.     # Remove last slash and all that follows it.  Not all systems have dirname.
  3001.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  3002.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3003.       # The file is in a subdirectory.
  3004.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  3005.     fi
  3006.     rm -f $ac_file
  3007.     mv conftest.h $ac_file
  3008.   fi
  3009. fi; done
  3010. EOF
  3011. cat >> $CONFIG_STATUS <<EOF
  3012. EOF
  3013. cat >> $CONFIG_STATUS <<EOF
  3014. exit 0
  3015. EOF
  3016. chmod +x $CONFIG_STATUS
  3017. rm -fr confdefs* $ac_clean_files
  3018. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1