home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / nmap254b.zip / config.status < prev    next >
Text File  |  2002-02-25  |  13KB  |  328 lines

  1. #! /bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. : ${CONFIG_SHELL=sh.exe}
  6. # on host bbs.dbsoft-consulting.com:
  7. #
  8. # configure. 
  9. #
  10. # Compiler output produced by configure, useful for debugging
  11. # configure, is in ./config.log if it exists.
  12.  
  13. ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
  14. for ac_option
  15. do
  16.   case "$ac_option" in
  17.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  18.     echo "running ${CONFIG_SHELL-/bin/sh} configure.  --no-create --no-recursion"
  19.     exec ${CONFIG_SHELL-/bin/sh} configure.  --no-create --no-recursion ;;
  20.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  21.     echo "./config.status generated by autoconf version 2.13"
  22.     exit 0 ;;
  23.   -help | --help | --hel | --he | --h)
  24.     echo "$ac_cs_usage"; exit 0 ;;
  25.   *) echo "$ac_cs_usage"; exit 1 ;;
  26.   esac
  27. done
  28.  
  29. ac_given_srcdir=.
  30.  
  31. trap 'rm -fr Makefile config.h conftest*; exit 1' 1 2 15
  32.  
  33. # Protect against being on the right side of a sed subst in config.status.
  34. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  35.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  36. /^[     ]*VPATH[     ]*=[^:]*$/d
  37.  
  38. s,/bin/sh,sh.exe,g
  39. s%@SHELL@%sh.exe%g
  40. s%@CFLAGS@%-O2 -m486 -Zmt -Zomf -D__ST_MT_ERRNO__ -I/usr/local/include -Wall  -Ilibpcap-possiblymodified -Inbase%g
  41. s%@CPPFLAGS@%%g
  42. s%@CXXFLAGS@%-O2 -m486 -Zmt -Zomf -D__ST_MT_ERRNO__%g
  43. s%@FFLAGS@%%g
  44. s%@DEFS@%-DHAVE_CONFIG_H%g
  45. s%@LDFLAGS@%-Llibpcap-possiblymodified -s -Zmt -Zomf -Zcrtdll -Zsysv-signals -Zbin-files -L/usr/local/lib -Lnbase%g
  46. s%@LIBS@%-lpcap -lsocket -lm  -lnbase%g
  47. s%@exec_prefix@%${prefix}%g
  48. s%@prefix@%/usr/local%g
  49. s%@program_transform_name@%s,x,x,%g
  50. s%@bindir@%${exec_prefix}/bin%g
  51. s%@sbindir@%${exec_prefix}/sbin%g
  52. s%@libexecdir@%${exec_prefix}/libexec%g
  53. s%@datadir@%${prefix}/share%g
  54. s%@sysconfdir@%${prefix}/etc%g
  55. s%@sharedstatedir@%${prefix}/com%g
  56. s%@localstatedir@%${prefix}/var%g
  57. s%@libdir@%${exec_prefix}/lib%g
  58. s%@includedir@%${prefix}/include%g
  59. s%@oldincludedir@%/usr/include%g
  60. s%@infodir@%${prefix}/info%g
  61. s%@mandir@%${prefix}/man%g
  62. s%@PATH_IFS@%;%g
  63. s%@EXEEXT@%.exe%g
  64. s%@libpcapdir@%libpcap-possiblymodified%g
  65. s%@CC@%gcc.exe%g
  66. s%@COMPAT_OBJS@%%g
  67. s%@COMPAT_SRCS@%%g
  68. s%@host@%i386-pc-os2_emx%g
  69. s%@host_alias@%i386-pc-os2_emx%g
  70. s%@host_cpu@%i386%g
  71. s%@host_vendor@%pc%g
  72. s%@host_os@%os2_emx%g
  73. s%@CPP@%gcc.exe -E%g
  74. s%@PCAP_DEPENDS@%$(LIBPCAPDIR)/libpcap.a%g
  75. s%@PCAP_CLEAN@%pcap_clean%g
  76. s%@PCAP_DIST_CLEAN@%pcap_dist_clean%g
  77. s%@NBASEDIR@%nbase%g
  78. s%@subdirs@%nbase libpcap-possiblymodified nmapfe %g
  79.  
  80. CEOF
  81.  
  82. # Split the substitutions into bite-sized pieces for seds with
  83. # small command number limits, like on Digital OSF/1 and HP-UX.
  84. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  85. ac_file=1 # Number of current file.
  86. ac_beg=1 # First line for current file.
  87. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  88. ac_more_lines=:
  89. ac_sed_cmds=""
  90. while $ac_more_lines; do
  91.   if test $ac_beg -gt 1; then
  92.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  93.   else
  94.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  95.   fi
  96.   if test ! -s conftest.s$ac_file; then
  97.     ac_more_lines=false
  98.     rm -f conftest.s$ac_file
  99.   else
  100.     if test -z "$ac_sed_cmds"; then
  101.       ac_sed_cmds="sed -f conftest.s$ac_file"
  102.     else
  103.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  104.     fi
  105.     ac_file=`expr $ac_file + 1`
  106.     ac_beg=$ac_end
  107.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  108.   fi
  109. done
  110. if test -z "$ac_sed_cmds"; then
  111.   ac_sed_cmds=cat
  112. fi
  113.  
  114. CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  115. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  116.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  117.   case "$ac_file" in
  118.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  119.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  120.   *) ac_file_in="${ac_file}.in" ;;
  121.   esac
  122.  
  123.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  124.  
  125.   # Remove last slash and all that follows it.  Not all systems have dirname.
  126.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  127.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  128.     # The file is in a subdirectory.
  129.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  130.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  131.     # A "../" for each directory in $ac_dir_suffix.
  132.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  133.   else
  134.     ac_dir_suffix= ac_dots=
  135.   fi
  136.  
  137.   case "$ac_given_srcdir" in
  138.   .)  srcdir=.
  139.       if test -z "$ac_dots"; then top_srcdir=.
  140.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  141.   /* | [A-Za-z]:*)
  142.     srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  143.   *) # Relative path.
  144.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  145.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  146.   esac
  147.  
  148.  
  149.   echo creating "$ac_file"
  150.   rm -f "$ac_file"
  151.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  152.   case "$ac_file" in
  153.   *Makefile*) ac_comsub="1i\\
  154. # $configure_input" ;;
  155.   *) ac_comsub= ;;
  156.   esac
  157.  
  158.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  159.   sed -e "$ac_comsub
  160. s%@configure_input@%$configure_input%g
  161. s%@srcdir@%$srcdir%g
  162. s%@top_srcdir@%$top_srcdir%g
  163. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  164. fi; done
  165. rm -f conftest.s*
  166.  
  167. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  168. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  169. #
  170. # ac_d sets the value in "#define NAME VALUE" lines.
  171. ac_dA='s%^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  172. ac_dB='\([     ][     ]*\)[^     ]*%\1#\2'
  173. ac_dC='\3'
  174. ac_dD='%g'
  175. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  176. ac_uA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  177. ac_uB='\([     ]\)%\1#\2define\3'
  178. ac_uC=' '
  179. ac_uD='\4%g'
  180. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  181. ac_eA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  182. ac_eB='$%\1#\2define\3'
  183. ac_eC=' '
  184. ac_eD='%g'
  185.  
  186. if test "${CONFIG_HEADERS+set}" != set; then
  187.   CONFIG_HEADERS="config.h"
  188. fi
  189. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  190.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  191.   case "$ac_file" in
  192.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  193.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  194.   *) ac_file_in="${ac_file}.in" ;;
  195.   esac
  196.  
  197.   echo creating $ac_file
  198.  
  199.   rm -f conftest.frag conftest.in conftest.out
  200.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  201.   cat $ac_file_inputs > conftest.in
  202.  
  203.   cat > conftest.frag <<CEOF
  204. ${ac_dA}HAVE_LIBM${ac_dB}HAVE_LIBM${ac_dC}1${ac_dD}
  205. ${ac_uA}HAVE_LIBM${ac_uB}HAVE_LIBM${ac_uC}1${ac_uD}
  206. ${ac_eA}HAVE_LIBM${ac_eB}HAVE_LIBM${ac_eC}1${ac_eD}
  207. ${ac_dA}HAVE_LIBSOCKET${ac_dB}HAVE_LIBSOCKET${ac_dC}1${ac_dD}
  208. ${ac_uA}HAVE_LIBSOCKET${ac_uB}HAVE_LIBSOCKET${ac_uC}1${ac_uD}
  209. ${ac_eA}HAVE_LIBSOCKET${ac_eB}HAVE_LIBSOCKET${ac_eC}1${ac_eD}
  210. ${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
  211. ${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
  212. ${ac_eA}STDC_HEADERS${ac_eB}STDC_HEADERS${ac_eC}1${ac_eD}
  213. ${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
  214. ${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
  215. ${ac_eA}HAVE_STRING_H${ac_eB}HAVE_STRING_H${ac_eC}1${ac_eD}
  216. CEOF
  217.   sed -f conftest.frag conftest.in > conftest.out
  218.   rm -f conftest.in
  219.   mv conftest.out conftest.in
  220.  
  221.   cat > conftest.frag <<CEOF
  222. ${ac_dA}HAVE_GETOPT_H${ac_dB}HAVE_GETOPT_H${ac_dC}1${ac_dD}
  223. ${ac_uA}HAVE_GETOPT_H${ac_uB}HAVE_GETOPT_H${ac_uC}1${ac_uD}
  224. ${ac_eA}HAVE_GETOPT_H${ac_eB}HAVE_GETOPT_H${ac_eC}1${ac_eD}
  225. ${ac_dA}HAVE_STRINGS_H${ac_dB}HAVE_STRINGS_H${ac_dC}1${ac_dD}
  226. ${ac_uA}HAVE_STRINGS_H${ac_uB}HAVE_STRINGS_H${ac_uC}1${ac_uD}
  227. ${ac_eA}HAVE_STRINGS_H${ac_eB}HAVE_STRINGS_H${ac_eC}1${ac_eD}
  228. ${ac_dA}HAVE_MEMORY_H${ac_dB}HAVE_MEMORY_H${ac_dC}1${ac_dD}
  229. ${ac_uA}HAVE_MEMORY_H${ac_uB}HAVE_MEMORY_H${ac_uC}1${ac_uD}
  230. ${ac_eA}HAVE_MEMORY_H${ac_eB}HAVE_MEMORY_H${ac_eC}1${ac_eD}
  231. ${ac_dA}HAVE_SYS_PARAM_H${ac_dB}HAVE_SYS_PARAM_H${ac_dC}1${ac_dD}
  232. ${ac_uA}HAVE_SYS_PARAM_H${ac_uB}HAVE_SYS_PARAM_H${ac_uC}1${ac_uD}
  233. ${ac_eA}HAVE_SYS_PARAM_H${ac_eB}HAVE_SYS_PARAM_H${ac_eC}1${ac_eD}
  234. CEOF
  235.   sed -f conftest.frag conftest.in > conftest.out
  236.   rm -f conftest.in
  237.   mv conftest.out conftest.in
  238.  
  239.   cat > conftest.frag <<CEOF
  240. ${ac_dA}HAVE_SYS_SOCKIO_H${ac_dB}HAVE_SYS_SOCKIO_H${ac_dC}1${ac_dD}
  241. ${ac_uA}HAVE_SYS_SOCKIO_H${ac_uB}HAVE_SYS_SOCKIO_H${ac_uC}1${ac_uD}
  242. ${ac_eA}HAVE_SYS_SOCKIO_H${ac_eB}HAVE_SYS_SOCKIO_H${ac_eC}1${ac_eD}
  243. ${ac_dA}HAVE_NETINET_IF_ETHER_H${ac_dB}HAVE_NETINET_IF_ETHER_H${ac_dC}1${ac_dD}
  244. ${ac_uA}HAVE_NETINET_IF_ETHER_H${ac_uB}HAVE_NETINET_IF_ETHER_H${ac_uC}1${ac_uD}
  245. ${ac_eA}HAVE_NETINET_IF_ETHER_H${ac_eB}HAVE_NETINET_IF_ETHER_H${ac_eC}1${ac_eD}
  246. ${ac_dA}HAVE_SYS_TIME_H${ac_dB}HAVE_SYS_TIME_H${ac_dC}1${ac_dD}
  247. ${ac_uA}HAVE_SYS_TIME_H${ac_uB}HAVE_SYS_TIME_H${ac_uC}1${ac_uD}
  248. ${ac_eA}HAVE_SYS_TIME_H${ac_eB}HAVE_SYS_TIME_H${ac_eC}1${ac_eD}
  249. ${ac_dA}HAVE_PWD_H${ac_dB}HAVE_PWD_H${ac_dC}1${ac_dD}
  250. ${ac_uA}HAVE_PWD_H${ac_uB}HAVE_PWD_H${ac_uC}1${ac_uD}
  251. ${ac_eA}HAVE_PWD_H${ac_eB}HAVE_PWD_H${ac_eC}1${ac_eD}
  252. CEOF
  253.   sed -f conftest.frag conftest.in > conftest.out
  254.   rm -f conftest.in
  255.   mv conftest.out conftest.in
  256.  
  257.   cat > conftest.frag <<CEOF
  258. ${ac_dA}TIME_WITH_SYS_TIME${ac_dB}TIME_WITH_SYS_TIME${ac_dC}1${ac_dD}
  259. ${ac_uA}TIME_WITH_SYS_TIME${ac_uB}TIME_WITH_SYS_TIME${ac_uC}1${ac_uD}
  260. ${ac_eA}TIME_WITH_SYS_TIME${ac_eB}TIME_WITH_SYS_TIME${ac_eC}1${ac_eD}
  261. ${ac_dA}BSD_NETWORKING${ac_dB}BSD_NETWORKING${ac_dC}1${ac_dD}
  262. ${ac_uA}BSD_NETWORKING${ac_uB}BSD_NETWORKING${ac_uC}1${ac_uD}
  263. ${ac_eA}BSD_NETWORKING${ac_eB}BSD_NETWORKING${ac_eC}1${ac_eD}
  264. ${ac_dA}HAVE_STRUCT_ICMP${ac_dB}HAVE_STRUCT_ICMP${ac_dC}1${ac_dD}
  265. ${ac_uA}HAVE_STRUCT_ICMP${ac_uB}HAVE_STRUCT_ICMP${ac_uC}1${ac_uD}
  266. ${ac_eA}HAVE_STRUCT_ICMP${ac_eB}HAVE_STRUCT_ICMP${ac_eC}1${ac_eD}
  267. ${ac_dA}HAVE_STRUCT_IP${ac_dB}HAVE_STRUCT_IP${ac_dC}1${ac_dD}
  268. ${ac_uA}HAVE_STRUCT_IP${ac_uB}HAVE_STRUCT_IP${ac_uC}1${ac_uD}
  269. ${ac_eA}HAVE_STRUCT_IP${ac_eB}HAVE_STRUCT_IP${ac_eC}1${ac_eD}
  270. CEOF
  271.   sed -f conftest.frag conftest.in > conftest.out
  272.   rm -f conftest.in
  273.   mv conftest.out conftest.in
  274.  
  275.   cat > conftest.frag <<CEOF
  276. ${ac_dA}HAVE_IP_IP_SUM${ac_dB}HAVE_IP_IP_SUM${ac_dC}1${ac_dD}
  277. ${ac_uA}HAVE_IP_IP_SUM${ac_uB}HAVE_IP_IP_SUM${ac_uC}1${ac_uD}
  278. ${ac_eA}HAVE_IP_IP_SUM${ac_eB}HAVE_IP_IP_SUM${ac_eC}1${ac_eD}
  279. ${ac_dA}HAVE_BZERO${ac_dB}HAVE_BZERO${ac_dC}1${ac_dD}
  280. ${ac_uA}HAVE_BZERO${ac_uB}HAVE_BZERO${ac_uC}1${ac_uD}
  281. ${ac_eA}HAVE_BZERO${ac_eB}HAVE_BZERO${ac_eC}1${ac_eD}
  282. ${ac_dA}HAVE_SNPRINTF${ac_dB}HAVE_SNPRINTF${ac_dC}1${ac_dD}
  283. ${ac_uA}HAVE_SNPRINTF${ac_uB}HAVE_SNPRINTF${ac_uC}1${ac_uD}
  284. ${ac_eA}HAVE_SNPRINTF${ac_eB}HAVE_SNPRINTF${ac_eC}1${ac_eD}
  285. ${ac_dA}HAVE_VSNPRINTF${ac_dB}HAVE_VSNPRINTF${ac_dC}1${ac_dD}
  286. ${ac_uA}HAVE_VSNPRINTF${ac_uB}HAVE_VSNPRINTF${ac_uC}1${ac_uD}
  287. ${ac_eA}HAVE_VSNPRINTF${ac_eB}HAVE_VSNPRINTF${ac_eC}1${ac_eD}
  288. CEOF
  289.   sed -f conftest.frag conftest.in > conftest.out
  290.   rm -f conftest.in
  291.   mv conftest.out conftest.in
  292.  
  293.   cat > conftest.frag <<CEOF
  294. ${ac_dA}HAVE_MEMCPY${ac_dB}HAVE_MEMCPY${ac_dC}1${ac_dD}
  295. ${ac_uA}HAVE_MEMCPY${ac_uB}HAVE_MEMCPY${ac_uC}1${ac_uD}
  296. ${ac_eA}HAVE_MEMCPY${ac_eB}HAVE_MEMCPY${ac_eC}1${ac_eD}
  297. ${ac_dA}HAVE_STRERROR${ac_dB}HAVE_STRERROR${ac_dC}1${ac_dD}
  298. ${ac_uA}HAVE_STRERROR${ac_uB}HAVE_STRERROR${ac_uC}1${ac_uD}
  299. ${ac_eA}HAVE_STRERROR${ac_eB}HAVE_STRERROR${ac_eC}1${ac_eD}
  300. s%^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  301. CEOF
  302.   sed -f conftest.frag conftest.in > conftest.out
  303.   rm -f conftest.in
  304.   mv conftest.out conftest.in
  305.  
  306.   rm -f conftest.frag conftest.h
  307.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  308.   cat conftest.in >> conftest.h
  309.   rm -f conftest.in
  310.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  311.     echo "$ac_file is unchanged"
  312.     rm -f conftest.h
  313.   else
  314.     # Remove last slash and all that follows it.  Not all systems have dirname.
  315.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  316.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  317.       # The file is in a subdirectory.
  318.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  319.     fi
  320.     rm -f $ac_file
  321.     mv conftest.h $ac_file
  322.   fi
  323. fi; done
  324.  
  325.  
  326.  
  327. exit 0
  328.