configure
上传用户:tjescc
上传日期:2021-02-23
资源大小:419k
文件大小:276k
源码类别:

Telnet服务器

开发平台:

Unix_Linux

  1.  
  2. else
  3.   echo "$ac_t""no" 1>&6
  4. fi
  5. done
  6. for ac_hdr in sys/param.h  netinet/in_systm.h
  7. do
  8. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  9. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  10. echo "configure:6440: checking for $ac_hdr" >&5
  11. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  12.   echo $ac_n "(cached) $ac_c" 1>&6
  13. else
  14.   cat > conftest.$ac_ext <<EOF
  15. #line 6445 "configure"
  16. #include "confdefs.h"
  17. #include <$ac_hdr>
  18. EOF
  19. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  20. { (eval echo configure:6450: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  21. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  22. if test -z "$ac_err"; then
  23.   rm -rf conftest*
  24.   eval "ac_cv_header_$ac_safe=yes"
  25. else
  26.   echo "$ac_err" >&5
  27.   echo "configure: failed program was:" >&5
  28.   cat conftest.$ac_ext >&5
  29.   rm -rf conftest*
  30.   eval "ac_cv_header_$ac_safe=no"
  31. fi
  32. rm -f conftest*
  33. fi
  34. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  35.   echo "$ac_t""yes" 1>&6
  36.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  37.   cat >> confdefs.h <<EOF
  38. #define $ac_tr_hdr 1
  39. EOF
  40.  
  41. else
  42.   echo "$ac_t""no" 1>&6
  43. fi
  44. done
  45. for ac_hdr in netinet/in.h
  46. do
  47. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  48. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  49. echo "configure:6480: checking for $ac_hdr" >&5
  50. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  51.   echo $ac_n "(cached) $ac_c" 1>&6
  52. else
  53.   cat > conftest.$ac_ext <<EOF
  54. #line 6485 "configure"
  55. #include "confdefs.h"
  56. #include <$ac_hdr>
  57. EOF
  58. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  59. { (eval echo configure:6490: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  60. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  61. if test -z "$ac_err"; then
  62.   rm -rf conftest*
  63.   eval "ac_cv_header_$ac_safe=yes"
  64. else
  65.   echo "$ac_err" >&5
  66.   echo "configure: failed program was:" >&5
  67.   cat conftest.$ac_ext >&5
  68.   rm -rf conftest*
  69.   eval "ac_cv_header_$ac_safe=no"
  70. fi
  71. rm -f conftest*
  72. fi
  73. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  74.   echo "$ac_t""yes" 1>&6
  75.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  76.   cat >> confdefs.h <<EOF
  77. #define $ac_tr_hdr 1
  78. EOF
  79.  
  80. else
  81.   echo "$ac_t""no" 1>&6
  82. fi
  83. done
  84. for ac_hdr in netinet/in_systm.h
  85. do
  86. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  87. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  88. echo "configure:6520: checking for $ac_hdr" >&5
  89. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  90.   echo $ac_n "(cached) $ac_c" 1>&6
  91. else
  92.   cat > conftest.$ac_ext <<EOF
  93. #line 6525 "configure"
  94. #include "confdefs.h"
  95. #include <$ac_hdr>
  96. EOF
  97. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  98. { (eval echo configure:6530: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  99. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  100. if test -z "$ac_err"; then
  101.   rm -rf conftest*
  102.   eval "ac_cv_header_$ac_safe=yes"
  103. else
  104.   echo "$ac_err" >&5
  105.   echo "configure: failed program was:" >&5
  106.   cat conftest.$ac_ext >&5
  107.   rm -rf conftest*
  108.   eval "ac_cv_header_$ac_safe=no"
  109. fi
  110. rm -f conftest*
  111. fi
  112. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  113.   echo "$ac_t""yes" 1>&6
  114.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  115.   cat >> confdefs.h <<EOF
  116. #define $ac_tr_hdr 1
  117. EOF
  118.  
  119. else
  120.   echo "$ac_t""no" 1>&6
  121. fi
  122. done
  123. for ac_hdr in netinet/ip.h
  124. do
  125. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  126. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  127. echo "configure:6560: checking for $ac_hdr" >&5
  128. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  129.   echo $ac_n "(cached) $ac_c" 1>&6
  130. else
  131.   cat > conftest.$ac_ext <<EOF
  132. #line 6565 "configure"
  133. #include "confdefs.h"
  134. #include <$ac_hdr>
  135. EOF
  136. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  137. { (eval echo configure:6570: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  138. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  139. if test -z "$ac_err"; then
  140.   rm -rf conftest*
  141.   eval "ac_cv_header_$ac_safe=yes"
  142. else
  143.   echo "$ac_err" >&5
  144.   echo "configure: failed program was:" >&5
  145.   cat conftest.$ac_ext >&5
  146.   rm -rf conftest*
  147.   eval "ac_cv_header_$ac_safe=no"
  148. fi
  149. rm -f conftest*
  150. fi
  151. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  152.   echo "$ac_t""yes" 1>&6
  153.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  154.   cat >> confdefs.h <<EOF
  155. #define $ac_tr_hdr 1
  156. EOF
  157.  
  158. else
  159.   echo "$ac_t""no" 1>&6
  160. fi
  161. done
  162. for ac_hdr in netinet/ip_icmp.h
  163. do
  164. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  165. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  166. echo "configure:6600: checking for $ac_hdr" >&5
  167. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  168.   echo $ac_n "(cached) $ac_c" 1>&6
  169. else
  170.   cat > conftest.$ac_ext <<EOF
  171. #line 6605 "configure"
  172. #include "confdefs.h"
  173. #include <$ac_hdr>
  174. EOF
  175. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  176. { (eval echo configure:6610: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  177. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  178. if test -z "$ac_err"; then
  179.   rm -rf conftest*
  180.   eval "ac_cv_header_$ac_safe=yes"
  181. else
  182.   echo "$ac_err" >&5
  183.   echo "configure: failed program was:" >&5
  184.   cat conftest.$ac_ext >&5
  185.   rm -rf conftest*
  186.   eval "ac_cv_header_$ac_safe=no"
  187. fi
  188. rm -f conftest*
  189. fi
  190. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  191.   echo "$ac_t""yes" 1>&6
  192.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  193.   cat >> confdefs.h <<EOF
  194. #define $ac_tr_hdr 1
  195. EOF
  196.  
  197. else
  198.   echo "$ac_t""no" 1>&6
  199. fi
  200. done
  201. for ac_hdr in netinet/ip.h netinet/udp.h netinet/protocols.h netinet/ip_udp.h netinet/ip_tcp.h netinet/tcpip.h 
  202. do
  203. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  204. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  205. echo "configure:6640: checking for $ac_hdr" >&5
  206. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  207.   echo $ac_n "(cached) $ac_c" 1>&6
  208. else
  209.   cat > conftest.$ac_ext <<EOF
  210. #line 6645 "configure"
  211. #include "confdefs.h"
  212. #include <$ac_hdr>
  213. EOF
  214. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  215. { (eval echo configure:6650: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  216. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  217. if test -z "$ac_err"; then
  218.   rm -rf conftest*
  219.   eval "ac_cv_header_$ac_safe=yes"
  220. else
  221.   echo "$ac_err" >&5
  222.   echo "configure: failed program was:" >&5
  223.   cat conftest.$ac_ext >&5
  224.   rm -rf conftest*
  225.   eval "ac_cv_header_$ac_safe=no"
  226. fi
  227. rm -f conftest*
  228. fi
  229. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  230.   echo "$ac_t""yes" 1>&6
  231.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  232.   cat >> confdefs.h <<EOF
  233. #define $ac_tr_hdr 1
  234. EOF
  235.  
  236. else
  237.   echo "$ac_t""no" 1>&6
  238. fi
  239. done
  240. for ac_hdr in sys/socket.h sys/resource.h
  241. do
  242. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  243. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  244. echo "configure:6680: checking for $ac_hdr" >&5
  245. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  246.   echo $ac_n "(cached) $ac_c" 1>&6
  247. else
  248.   cat > conftest.$ac_ext <<EOF
  249. #line 6685 "configure"
  250. #include "confdefs.h"
  251. #include <$ac_hdr>
  252. EOF
  253. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  254. { (eval echo configure:6690: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  255. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  256. if test -z "$ac_err"; then
  257.   rm -rf conftest*
  258.   eval "ac_cv_header_$ac_safe=yes"
  259. else
  260.   echo "$ac_err" >&5
  261.   echo "configure: failed program was:" >&5
  262.   cat conftest.$ac_ext >&5
  263.   rm -rf conftest*
  264.   eval "ac_cv_header_$ac_safe=no"
  265. fi
  266. rm -f conftest*
  267. fi
  268. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  269.   echo "$ac_t""yes" 1>&6
  270.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  271.   cat >> confdefs.h <<EOF
  272. #define $ac_tr_hdr 1
  273. EOF
  274.  
  275. else
  276.   echo "$ac_t""no" 1>&6
  277. fi
  278. done
  279. for ac_hdr in net/if.h
  280. do
  281. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  282. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  283. echo "configure:6720: checking for $ac_hdr" >&5
  284. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  285.   echo $ac_n "(cached) $ac_c" 1>&6
  286. else
  287.   cat > conftest.$ac_ext <<EOF
  288. #line 6725 "configure"
  289. #include "confdefs.h"
  290. #include <$ac_hdr>
  291. EOF
  292. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  293. { (eval echo configure:6730: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  294. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  295. if test -z "$ac_err"; then
  296.   rm -rf conftest*
  297.   eval "ac_cv_header_$ac_safe=yes"
  298. else
  299.   echo "$ac_err" >&5
  300.   echo "configure: failed program was:" >&5
  301.   cat conftest.$ac_ext >&5
  302.   rm -rf conftest*
  303.   eval "ac_cv_header_$ac_safe=no"
  304. fi
  305. rm -f conftest*
  306. fi
  307. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  308.   echo "$ac_t""yes" 1>&6
  309.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  310.   cat >> confdefs.h <<EOF
  311. #define $ac_tr_hdr 1
  312. EOF
  313.  
  314. else
  315.   echo "$ac_t""no" 1>&6
  316. fi
  317. done
  318. for ac_hdr in sys/ioctl.h
  319. do
  320. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  321. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  322. echo "configure:6760: checking for $ac_hdr" >&5
  323. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  324.   echo $ac_n "(cached) $ac_c" 1>&6
  325. else
  326.   cat > conftest.$ac_ext <<EOF
  327. #line 6765 "configure"
  328. #include "confdefs.h"
  329. #include <$ac_hdr>
  330. EOF
  331. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  332. { (eval echo configure:6770: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  333. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  334. if test -z "$ac_err"; then
  335.   rm -rf conftest*
  336.   eval "ac_cv_header_$ac_safe=yes"
  337. else
  338.   echo "$ac_err" >&5
  339.   echo "configure: failed program was:" >&5
  340.   cat conftest.$ac_ext >&5
  341.   rm -rf conftest*
  342.   eval "ac_cv_header_$ac_safe=no"
  343. fi
  344. rm -f conftest*
  345. fi
  346. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  347.   echo "$ac_t""yes" 1>&6
  348.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  349.   cat >> confdefs.h <<EOF
  350. #define $ac_tr_hdr 1
  351. EOF
  352.  
  353. else
  354.   echo "$ac_t""no" 1>&6
  355. fi
  356. done
  357. for ac_hdr in rpc/rpc.h dlfcn.h sys/un.h memory.h ctype.h errno.h
  358. do
  359. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  360. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  361. echo "configure:6800: checking for $ac_hdr" >&5
  362. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  363.   echo $ac_n "(cached) $ac_c" 1>&6
  364. else
  365.   cat > conftest.$ac_ext <<EOF
  366. #line 6805 "configure"
  367. #include "confdefs.h"
  368. #include <$ac_hdr>
  369. EOF
  370. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  371. { (eval echo configure:6810: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  372. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  373. if test -z "$ac_err"; then
  374.   rm -rf conftest*
  375.   eval "ac_cv_header_$ac_safe=yes"
  376. else
  377.   echo "$ac_err" >&5
  378.   echo "configure: failed program was:" >&5
  379.   cat conftest.$ac_ext >&5
  380.   rm -rf conftest*
  381.   eval "ac_cv_header_$ac_safe=no"
  382. fi
  383. rm -f conftest*
  384. fi
  385. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  386.   echo "$ac_t""yes" 1>&6
  387.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  388.   cat >> confdefs.h <<EOF
  389. #define $ac_tr_hdr 1
  390. EOF
  391.  
  392. else
  393.   echo "$ac_t""no" 1>&6
  394. fi
  395. done
  396. for ac_hdr in sys/types.h stdlib.h stdio.h pthread.h sys/filio.h pwd.h
  397. do
  398. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  399. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  400. echo "configure:6840: checking for $ac_hdr" >&5
  401. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  402.   echo $ac_n "(cached) $ac_c" 1>&6
  403. else
  404.   cat > conftest.$ac_ext <<EOF
  405. #line 6845 "configure"
  406. #include "confdefs.h"
  407. #include <$ac_hdr>
  408. EOF
  409. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  410. { (eval echo configure:6850: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  411. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  412. if test -z "$ac_err"; then
  413.   rm -rf conftest*
  414.   eval "ac_cv_header_$ac_safe=yes"
  415. else
  416.   echo "$ac_err" >&5
  417.   echo "configure: failed program was:" >&5
  418.   cat conftest.$ac_ext >&5
  419.   rm -rf conftest*
  420.   eval "ac_cv_header_$ac_safe=no"
  421. fi
  422. rm -f conftest*
  423. fi
  424. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  425.   echo "$ac_t""yes" 1>&6
  426.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  427.   cat >> confdefs.h <<EOF
  428. #define $ac_tr_hdr 1
  429. EOF
  430.  
  431. else
  432.   echo "$ac_t""no" 1>&6
  433. fi
  434. done
  435. for ac_hdr in assert.h netdb.h arpa/inet.h setjmp.h
  436. do
  437. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  438. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  439. echo "configure:6880: checking for $ac_hdr" >&5
  440. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  441.   echo $ac_n "(cached) $ac_c" 1>&6
  442. else
  443.   cat > conftest.$ac_ext <<EOF
  444. #line 6885 "configure"
  445. #include "confdefs.h"
  446. #include <$ac_hdr>
  447. EOF
  448. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  449. { (eval echo configure:6890: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  450. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  451. if test -z "$ac_err"; then
  452.   rm -rf conftest*
  453.   eval "ac_cv_header_$ac_safe=yes"
  454. else
  455.   echo "$ac_err" >&5
  456.   echo "configure: failed program was:" >&5
  457.   cat conftest.$ac_ext >&5
  458.   rm -rf conftest*
  459.   eval "ac_cv_header_$ac_safe=no"
  460. fi
  461. rm -f conftest*
  462. fi
  463. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  464.   echo "$ac_t""yes" 1>&6
  465.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  466.   cat >> confdefs.h <<EOF
  467. #define $ac_tr_hdr 1
  468. EOF
  469.  
  470. else
  471.   echo "$ac_t""no" 1>&6
  472. fi
  473. done
  474. for ac_hdr in poll.h sys/poll.h fcntl.h signal.h sys/termio.h
  475. do
  476. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  477. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  478. echo "configure:6920: checking for $ac_hdr" >&5
  479. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  480.   echo $ac_n "(cached) $ac_c" 1>&6
  481. else
  482.   cat > conftest.$ac_ext <<EOF
  483. #line 6925 "configure"
  484. #include "confdefs.h"
  485. #include <$ac_hdr>
  486. EOF
  487. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  488. { (eval echo configure:6930: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  489. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  490. if test -z "$ac_err"; then
  491.   rm -rf conftest*
  492.   eval "ac_cv_header_$ac_safe=yes"
  493. else
  494.   echo "$ac_err" >&5
  495.   echo "configure: failed program was:" >&5
  496.   cat conftest.$ac_ext >&5
  497.   rm -rf conftest*
  498.   eval "ac_cv_header_$ac_safe=no"
  499. fi
  500. rm -f conftest*
  501. fi
  502. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  503.   echo "$ac_t""yes" 1>&6
  504.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  505.   cat >> confdefs.h <<EOF
  506. #define $ac_tr_hdr 1
  507. EOF
  508.  
  509. else
  510.   echo "$ac_t""no" 1>&6
  511. fi
  512. done
  513. for ac_hdr in sys/stat.h stat.h sys/mman.h termio.h termios.h sgtty.h
  514. do
  515. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  516. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  517. echo "configure:6960: checking for $ac_hdr" >&5
  518. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  519.   echo $ac_n "(cached) $ac_c" 1>&6
  520. else
  521.   cat > conftest.$ac_ext <<EOF
  522. #line 6965 "configure"
  523. #include "confdefs.h"
  524. #include <$ac_hdr>
  525. EOF
  526. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  527. { (eval echo configure:6970: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  528. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  529. if test -z "$ac_err"; then
  530.   rm -rf conftest*
  531.   eval "ac_cv_header_$ac_safe=yes"
  532. else
  533.   echo "$ac_err" >&5
  534.   echo "configure: failed program was:" >&5
  535.   cat conftest.$ac_ext >&5
  536.   rm -rf conftest*
  537.   eval "ac_cv_header_$ac_safe=no"
  538. fi
  539. rm -f conftest*
  540. fi
  541. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  542.   echo "$ac_t""yes" 1>&6
  543.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  544.   cat >> confdefs.h <<EOF
  545. #define $ac_tr_hdr 1
  546. EOF
  547.  
  548. else
  549.   echo "$ac_t""no" 1>&6
  550. fi
  551. done
  552. for ac_hdr in ptem.h sys/ptem.h ldterm.h sys/ldterm.h stropts.h values.h
  553. do
  554. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  555. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  556. echo "configure:7000: checking for $ac_hdr" >&5
  557. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  558.   echo $ac_n "(cached) $ac_c" 1>&6
  559. else
  560.   cat > conftest.$ac_ext <<EOF
  561. #line 7005 "configure"
  562. #include "confdefs.h"
  563. #include <$ac_hdr>
  564. EOF
  565. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  566. { (eval echo configure:7010: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  567. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  568. if test -z "$ac_err"; then
  569.   rm -rf conftest*
  570.   eval "ac_cv_header_$ac_safe=yes"
  571. else
  572.   echo "$ac_err" >&5
  573.   echo "configure: failed program was:" >&5
  574.   cat conftest.$ac_ext >&5
  575.   rm -rf conftest*
  576.   eval "ac_cv_header_$ac_safe=no"
  577. fi
  578. rm -f conftest*
  579. fi
  580. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  581.   echo "$ac_t""yes" 1>&6
  582.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  583.   cat >> confdefs.h <<EOF
  584. #define $ac_tr_hdr 1
  585. EOF
  586.  
  587. else
  588.   echo "$ac_t""no" 1>&6
  589. fi
  590. done
  591. for ac_hdr in sys/param.h sys/sysctl.h limits.h
  592. do
  593. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  594. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  595. echo "configure:7040: checking for $ac_hdr" >&5
  596. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  597.   echo $ac_n "(cached) $ac_c" 1>&6
  598. else
  599.   cat > conftest.$ac_ext <<EOF
  600. #line 7045 "configure"
  601. #include "confdefs.h"
  602. #include <$ac_hdr>
  603. EOF
  604. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  605. { (eval echo configure:7050: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  606. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  607. if test -z "$ac_err"; then
  608.   rm -rf conftest*
  609.   eval "ac_cv_header_$ac_safe=yes"
  610. else
  611.   echo "$ac_err" >&5
  612.   echo "configure: failed program was:" >&5
  613.   cat conftest.$ac_ext >&5
  614.   rm -rf conftest*
  615.   eval "ac_cv_header_$ac_safe=no"
  616. fi
  617. rm -f conftest*
  618. fi
  619. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  620.   echo "$ac_t""yes" 1>&6
  621.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  622.   cat >> confdefs.h <<EOF
  623. #define $ac_tr_hdr 1
  624. EOF
  625.  
  626. else
  627.   echo "$ac_t""no" 1>&6
  628. fi
  629. done
  630. case "$host" in
  631.  *-irix*)
  632.     cat >> confdefs.h <<EOF
  633. #define HAVE_SYS_SOCKET_H 1
  634. EOF
  635.     cat >> confdefs.h <<EOF
  636. #define HAVE_NETINET_IP_H 1
  637. EOF
  638.     cat >> confdefs.h <<EOF
  639. #define HAVE_NETINET_TCP_H 1
  640. EOF
  641.     ;;
  642.  *)
  643.     ;;
  644. esac
  645.     
  646. case "$host" in
  647.  *-hpux*)
  648.    cat >> confdefs.h <<EOF
  649. #define HPUX 1
  650. EOF
  651.    ;;
  652. esac
  653. # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  654. # for constant arguments.  Useless!
  655. echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
  656. echo "configure:7110: checking for working alloca.h" >&5
  657. if eval "test "`echo '$''{'ac_cv_header_alloca_h'+set}'`" = set"; then
  658.   echo $ac_n "(cached) $ac_c" 1>&6
  659. else
  660.   cat > conftest.$ac_ext <<EOF
  661. #line 7115 "configure"
  662. #include "confdefs.h"
  663. #include <alloca.h>
  664. int main() {
  665. char *p = alloca(2 * sizeof(int));
  666. ; return 0; }
  667. EOF
  668. if { (eval echo configure:7122: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  669.   rm -rf conftest*
  670.   ac_cv_header_alloca_h=yes
  671. else
  672.   echo "configure: failed program was:" >&5
  673.   cat conftest.$ac_ext >&5
  674.   rm -rf conftest*
  675.   ac_cv_header_alloca_h=no
  676. fi
  677. rm -f conftest*
  678. fi
  679. echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
  680. if test $ac_cv_header_alloca_h = yes; then
  681.   cat >> confdefs.h <<EOF
  682. #define HAVE_ALLOCA_H 1
  683. EOF
  684. fi
  685. echo $ac_n "checking for alloca""... $ac_c" 1>&6
  686. echo "configure:7143: checking for alloca" >&5
  687. if eval "test "`echo '$''{'ac_cv_func_alloca_works'+set}'`" = set"; then
  688.   echo $ac_n "(cached) $ac_c" 1>&6
  689. else
  690.   cat > conftest.$ac_ext <<EOF
  691. #line 7148 "configure"
  692. #include "confdefs.h"
  693. #ifdef __GNUC__
  694. # define alloca __builtin_alloca
  695. #else
  696. # ifdef _MSC_VER
  697. #  include <malloc.h>
  698. #  define alloca _alloca
  699. # else
  700. #  if HAVE_ALLOCA_H
  701. #   include <alloca.h>
  702. #  else
  703. #   ifdef _AIX
  704.  #pragma alloca
  705. #   else
  706. #    ifndef alloca /* predefined by HP cc +Olibcalls */
  707. char *alloca ();
  708. #    endif
  709. #   endif
  710. #  endif
  711. # endif
  712. #endif
  713. int main() {
  714. char *p = (char *) alloca(1);
  715. ; return 0; }
  716. EOF
  717. if { (eval echo configure:7176: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  718.   rm -rf conftest*
  719.   ac_cv_func_alloca_works=yes
  720. else
  721.   echo "configure: failed program was:" >&5
  722.   cat conftest.$ac_ext >&5
  723.   rm -rf conftest*
  724.   ac_cv_func_alloca_works=no
  725. fi
  726. rm -f conftest*
  727. fi
  728. echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
  729. if test $ac_cv_func_alloca_works = yes; then
  730.   cat >> confdefs.h <<EOF
  731. #define HAVE_ALLOCA 1
  732. EOF
  733. fi
  734. if test $ac_cv_func_alloca_works = no; then
  735.   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
  736.   # that cause trouble.  Some versions do not even contain alloca or
  737.   # contain a buggy version.  If you still want to use their alloca,
  738.   # use ar to extract alloca.o from them instead of compiling alloca.c.
  739.   ALLOCA=alloca.${ac_objext}
  740.   cat >> confdefs.h <<EOF
  741. #define C_ALLOCA 1
  742. EOF
  743. echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
  744. echo "configure:7208: checking whether alloca needs Cray hooks" >&5
  745. if eval "test "`echo '$''{'ac_cv_os_cray'+set}'`" = set"; then
  746.   echo $ac_n "(cached) $ac_c" 1>&6
  747. else
  748.   cat > conftest.$ac_ext <<EOF
  749. #line 7213 "configure"
  750. #include "confdefs.h"
  751. #if defined(CRAY) && ! defined(CRAY2)
  752. webecray
  753. #else
  754. wenotbecray
  755. #endif
  756. EOF
  757. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  758.   egrep "webecray" >/dev/null 2>&1; then
  759.   rm -rf conftest*
  760.   ac_cv_os_cray=yes
  761. else
  762.   rm -rf conftest*
  763.   ac_cv_os_cray=no
  764. fi
  765. rm -f conftest*
  766. fi
  767. echo "$ac_t""$ac_cv_os_cray" 1>&6
  768. if test $ac_cv_os_cray = yes; then
  769. for ac_func in _getb67 GETB67 getb67; do
  770.   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  771. echo "configure:7238: checking for $ac_func" >&5
  772. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  773.   echo $ac_n "(cached) $ac_c" 1>&6
  774. else
  775.   cat > conftest.$ac_ext <<EOF
  776. #line 7243 "configure"
  777. #include "confdefs.h"
  778. /* System header to define __stub macros and hopefully few prototypes,
  779.     which can conflict with char $ac_func(); below.  */
  780. #include <assert.h>
  781. /* Override any gcc2 internal prototype to avoid an error.  */
  782. /* We use char because int might match the return type of a gcc2
  783.     builtin and then its argument prototype would still apply.  */
  784. char $ac_func();
  785. int main() {
  786. /* The GNU C library defines this for functions which it implements
  787.     to always fail with ENOSYS.  Some functions are actually named
  788.     something starting with __ and the normal name is an alias.  */
  789. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  790. choke me
  791. #else
  792. $ac_func();
  793. #endif
  794. ; return 0; }
  795. EOF
  796. if { (eval echo configure:7266: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  797.   rm -rf conftest*
  798.   eval "ac_cv_func_$ac_func=yes"
  799. else
  800.   echo "configure: failed program was:" >&5
  801.   cat conftest.$ac_ext >&5
  802.   rm -rf conftest*
  803.   eval "ac_cv_func_$ac_func=no"
  804. fi
  805. rm -f conftest*
  806. fi
  807. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  808.   echo "$ac_t""yes" 1>&6
  809.   cat >> confdefs.h <<EOF
  810. #define CRAY_STACKSEG_END $ac_func
  811. EOF
  812.   break
  813. else
  814.   echo "$ac_t""no" 1>&6
  815. fi
  816. done
  817. fi
  818. echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
  819. echo "configure:7293: checking stack direction for C alloca" >&5
  820. if eval "test "`echo '$''{'ac_cv_c_stack_direction'+set}'`" = set"; then
  821.   echo $ac_n "(cached) $ac_c" 1>&6
  822. else
  823.   if test "$cross_compiling" = yes; then
  824.   ac_cv_c_stack_direction=0
  825. else
  826.   cat > conftest.$ac_ext <<EOF
  827. #line 7301 "configure"
  828. #include "confdefs.h"
  829. find_stack_direction ()
  830. {
  831.   static char *addr = 0;
  832.   auto char dummy;
  833.   if (addr == 0)
  834.     {
  835.       addr = &dummy;
  836.       return find_stack_direction ();
  837.     }
  838.   else
  839.     return (&dummy > addr) ? 1 : -1;
  840. }
  841. main ()
  842. {
  843.   exit (find_stack_direction() < 0);
  844. }
  845. EOF
  846. if { (eval echo configure:7320: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  847. then
  848.   ac_cv_c_stack_direction=1
  849. else
  850.   echo "configure: failed program was:" >&5
  851.   cat conftest.$ac_ext >&5
  852.   rm -fr conftest*
  853.   ac_cv_c_stack_direction=-1
  854. fi
  855. rm -fr conftest*
  856. fi
  857. fi
  858. echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
  859. cat >> confdefs.h <<EOF
  860. #define STACK_DIRECTION $ac_cv_c_stack_direction
  861. EOF
  862. fi
  863. for ac_func in sigaction sysctl setproctitle setitimer
  864. do
  865. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  866. echo "configure:7344: checking for $ac_func" >&5
  867. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  868.   echo $ac_n "(cached) $ac_c" 1>&6
  869. else
  870.   cat > conftest.$ac_ext <<EOF
  871. #line 7349 "configure"
  872. #include "confdefs.h"
  873. /* System header to define __stub macros and hopefully few prototypes,
  874.     which can conflict with char $ac_func(); below.  */
  875. #include <assert.h>
  876. /* Override any gcc2 internal prototype to avoid an error.  */
  877. /* We use char because int might match the return type of a gcc2
  878.     builtin and then its argument prototype would still apply.  */
  879. char $ac_func();
  880. int main() {
  881. /* The GNU C library defines this for functions which it implements
  882.     to always fail with ENOSYS.  Some functions are actually named
  883.     something starting with __ and the normal name is an alias.  */
  884. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  885. choke me
  886. #else
  887. $ac_func();
  888. #endif
  889. ; return 0; }
  890. EOF
  891. if { (eval echo configure:7372: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  892.   rm -rf conftest*
  893.   eval "ac_cv_func_$ac_func=yes"
  894. else
  895.   echo "configure: failed program was:" >&5
  896.   cat conftest.$ac_ext >&5
  897.   rm -rf conftest*
  898.   eval "ac_cv_func_$ac_func=no"
  899. fi
  900. rm -f conftest*
  901. fi
  902. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  903.   echo "$ac_t""yes" 1>&6
  904.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  905.   cat >> confdefs.h <<EOF
  906. #define $ac_tr_func 1
  907. EOF
  908.  
  909. else
  910.   echo "$ac_t""no" 1>&6
  911. fi
  912. done
  913. for ac_func in lstat memmove gettimeofday gethrtime getrusage rand
  914. do
  915. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  916. echo "configure:7399: checking for $ac_func" >&5
  917. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  918.   echo $ac_n "(cached) $ac_c" 1>&6
  919. else
  920.   cat > conftest.$ac_ext <<EOF
  921. #line 7404 "configure"
  922. #include "confdefs.h"
  923. /* System header to define __stub macros and hopefully few prototypes,
  924.     which can conflict with char $ac_func(); below.  */
  925. #include <assert.h>
  926. /* Override any gcc2 internal prototype to avoid an error.  */
  927. /* We use char because int might match the return type of a gcc2
  928.     builtin and then its argument prototype would still apply.  */
  929. char $ac_func();
  930. int main() {
  931. /* The GNU C library defines this for functions which it implements
  932.     to always fail with ENOSYS.  Some functions are actually named
  933.     something starting with __ and the normal name is an alias.  */
  934. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  935. choke me
  936. #else
  937. $ac_func();
  938. #endif
  939. ; return 0; }
  940. EOF
  941. if { (eval echo configure:7427: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  942.   rm -rf conftest*
  943.   eval "ac_cv_func_$ac_func=yes"
  944. else
  945.   echo "configure: failed program was:" >&5
  946.   cat conftest.$ac_ext >&5
  947.   rm -rf conftest*
  948.   eval "ac_cv_func_$ac_func=no"
  949. fi
  950. rm -f conftest*
  951. fi
  952. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  953.   echo "$ac_t""yes" 1>&6
  954.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  955.   cat >> confdefs.h <<EOF
  956. #define $ac_tr_func 1
  957. EOF
  958.  
  959. else
  960.   echo "$ac_t""no" 1>&6
  961. fi
  962. done
  963. for ac_func in strchr memcpy select poll unlockpt
  964. do
  965. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  966. echo "configure:7454: checking for $ac_func" >&5
  967. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  968.   echo $ac_n "(cached) $ac_c" 1>&6
  969. else
  970.   cat > conftest.$ac_ext <<EOF
  971. #line 7459 "configure"
  972. #include "confdefs.h"
  973. /* System header to define __stub macros and hopefully few prototypes,
  974.     which can conflict with char $ac_func(); below.  */
  975. #include <assert.h>
  976. /* Override any gcc2 internal prototype to avoid an error.  */
  977. /* We use char because int might match the return type of a gcc2
  978.     builtin and then its argument prototype would still apply.  */
  979. char $ac_func();
  980. int main() {
  981. /* The GNU C library defines this for functions which it implements
  982.     to always fail with ENOSYS.  Some functions are actually named
  983.     something starting with __ and the normal name is an alias.  */
  984. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  985. choke me
  986. #else
  987. $ac_func();
  988. #endif
  989. ; return 0; }
  990. EOF
  991. if { (eval echo configure:7482: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  992.   rm -rf conftest*
  993.   eval "ac_cv_func_$ac_func=yes"
  994. else
  995.   echo "configure: failed program was:" >&5
  996.   cat conftest.$ac_ext >&5
  997.   rm -rf conftest*
  998.   eval "ac_cv_func_$ac_func=no"
  999. fi
  1000. rm -f conftest*
  1001. fi
  1002. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1003.   echo "$ac_t""yes" 1>&6
  1004.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1005.   cat >> confdefs.h <<EOF
  1006. #define $ac_tr_func 1
  1007. EOF
  1008.  
  1009. else
  1010.   echo "$ac_t""no" 1>&6
  1011. fi
  1012. done
  1013. for ac_func in vsnprintf snprintf vasnprintf vasprintf asprintf asnprintf
  1014. do
  1015. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1016. echo "configure:7509: checking for $ac_func" >&5
  1017. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1018.   echo $ac_n "(cached) $ac_c" 1>&6
  1019. else
  1020.   cat > conftest.$ac_ext <<EOF
  1021. #line 7514 "configure"
  1022. #include "confdefs.h"
  1023. /* System header to define __stub macros and hopefully few prototypes,
  1024.     which can conflict with char $ac_func(); below.  */
  1025. #include <assert.h>
  1026. /* Override any gcc2 internal prototype to avoid an error.  */
  1027. /* We use char because int might match the return type of a gcc2
  1028.     builtin and then its argument prototype would still apply.  */
  1029. char $ac_func();
  1030. int main() {
  1031. /* The GNU C library defines this for functions which it implements
  1032.     to always fail with ENOSYS.  Some functions are actually named
  1033.     something starting with __ and the normal name is an alias.  */
  1034. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1035. choke me
  1036. #else
  1037. $ac_func();
  1038. #endif
  1039. ; return 0; }
  1040. EOF
  1041. if { (eval echo configure:7537: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1042.   rm -rf conftest*
  1043.   eval "ac_cv_func_$ac_func=yes"
  1044. else
  1045.   echo "configure: failed program was:" >&5
  1046.   cat conftest.$ac_ext >&5
  1047.   rm -rf conftest*
  1048.   eval "ac_cv_func_$ac_func=no"
  1049. fi
  1050. rm -f conftest*
  1051. fi
  1052. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1053.   echo "$ac_t""yes" 1>&6
  1054.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1055.   cat >> confdefs.h <<EOF
  1056. #define $ac_tr_func 1
  1057. EOF
  1058.  
  1059. else
  1060.   echo "$ac_t""no" 1>&6
  1061. fi
  1062. done
  1063. for ac_func in bzero bcopy setsid
  1064. do
  1065. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1066. echo "configure:7566: checking for $ac_func" >&5
  1067. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1068.   echo $ac_n "(cached) $ac_c" 1>&6
  1069. else
  1070.   cat > conftest.$ac_ext <<EOF
  1071. #line 7571 "configure"
  1072. #include "confdefs.h"
  1073. /* System header to define __stub macros and hopefully few prototypes,
  1074.     which can conflict with char $ac_func(); below.  */
  1075. #include <assert.h>
  1076. /* Override any gcc2 internal prototype to avoid an error.  */
  1077. /* We use char because int might match the return type of a gcc2
  1078.     builtin and then its argument prototype would still apply.  */
  1079. char $ac_func();
  1080. int main() {
  1081. /* The GNU C library defines this for functions which it implements
  1082.     to always fail with ENOSYS.  Some functions are actually named
  1083.     something starting with __ and the normal name is an alias.  */
  1084. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1085. choke me
  1086. #else
  1087. $ac_func();
  1088. #endif
  1089. ; return 0; }
  1090. EOF
  1091. if { (eval echo configure:7594: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1092.   rm -rf conftest*
  1093.   eval "ac_cv_func_$ac_func=yes"
  1094. else
  1095.   echo "configure: failed program was:" >&5
  1096.   cat conftest.$ac_ext >&5
  1097.   rm -rf conftest*
  1098.   eval "ac_cv_func_$ac_func=no"
  1099. fi
  1100. rm -f conftest*
  1101. fi
  1102. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1103.   echo "$ac_t""yes" 1>&6
  1104.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1105.   cat >> confdefs.h <<EOF
  1106. #define $ac_tr_func 1
  1107. EOF
  1108.  
  1109. else
  1110.   echo "$ac_t""no" 1>&6
  1111. fi
  1112. done
  1113. for ac_func in addr2ascii inet_neta lrand48 setitimer sendmsg recvmsg
  1114. do
  1115. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1116. echo "configure:7621: checking for $ac_func" >&5
  1117. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1118.   echo $ac_n "(cached) $ac_c" 1>&6
  1119. else
  1120.   cat > conftest.$ac_ext <<EOF
  1121. #line 7626 "configure"
  1122. #include "confdefs.h"
  1123. /* System header to define __stub macros and hopefully few prototypes,
  1124.     which can conflict with char $ac_func(); below.  */
  1125. #include <assert.h>
  1126. /* Override any gcc2 internal prototype to avoid an error.  */
  1127. /* We use char because int might match the return type of a gcc2
  1128.     builtin and then its argument prototype would still apply.  */
  1129. char $ac_func();
  1130. int main() {
  1131. /* The GNU C library defines this for functions which it implements
  1132.     to always fail with ENOSYS.  Some functions are actually named
  1133.     something starting with __ and the normal name is an alias.  */
  1134. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1135. choke me
  1136. #else
  1137. $ac_func();
  1138. #endif
  1139. ; return 0; }
  1140. EOF
  1141. if { (eval echo configure:7649: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1142.   rm -rf conftest*
  1143.   eval "ac_cv_func_$ac_func=yes"
  1144. else
  1145.   echo "configure: failed program was:" >&5
  1146.   cat conftest.$ac_ext >&5
  1147.   rm -rf conftest*
  1148.   eval "ac_cv_func_$ac_func=no"
  1149. fi
  1150. rm -f conftest*
  1151. fi
  1152. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1153.   echo "$ac_t""yes" 1>&6
  1154.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1155.   cat >> confdefs.h <<EOF
  1156. #define $ac_tr_func 1
  1157. EOF
  1158.  
  1159. else
  1160.   echo "$ac_t""no" 1>&6
  1161. fi
  1162. done
  1163. case $USE_GETOPT in yes|no)
  1164.   echo $ac_n "checking for getopt_long to assume by config argument""... $ac_c" 1>&6
  1165. echo "configure:7677: checking for getopt_long to assume by config argument" >&5
  1166. esac
  1167. if test x$USE_GETOPT = xyes ; then
  1168.   echo "$ac_t""yes" 1>&6
  1169.   cat >> confdefs.h <<EOF
  1170. #define ENABLE_GETOPT_LONG 1
  1171. EOF
  1172. elif test x$USE_GETOPT = xno ; then
  1173.   echo "$ac_t""no" 1>&6
  1174. else for ac_func in getopt_long
  1175. do
  1176. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1177. echo "configure:7690: checking for $ac_func" >&5
  1178. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1179.   echo $ac_n "(cached) $ac_c" 1>&6
  1180. else
  1181.   cat > conftest.$ac_ext <<EOF
  1182. #line 7695 "configure"
  1183. #include "confdefs.h"
  1184. /* System header to define __stub macros and hopefully few prototypes,
  1185.     which can conflict with char $ac_func(); below.  */
  1186. #include <assert.h>
  1187. /* Override any gcc2 internal prototype to avoid an error.  */
  1188. /* We use char because int might match the return type of a gcc2
  1189.     builtin and then its argument prototype would still apply.  */
  1190. char $ac_func();
  1191. int main() {
  1192. /* The GNU C library defines this for functions which it implements
  1193.     to always fail with ENOSYS.  Some functions are actually named
  1194.     something starting with __ and the normal name is an alias.  */
  1195. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1196. choke me
  1197. #else
  1198. $ac_func();
  1199. #endif
  1200. ; return 0; }
  1201. EOF
  1202. if { (eval echo configure:7718: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1203.   rm -rf conftest*
  1204.   eval "ac_cv_func_$ac_func=yes"
  1205. else
  1206.   echo "configure: failed program was:" >&5
  1207.   cat conftest.$ac_ext >&5
  1208.   rm -rf conftest*
  1209.   eval "ac_cv_func_$ac_func=no"
  1210. fi
  1211. rm -f conftest*
  1212. fi
  1213. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1214.   echo "$ac_t""yes" 1>&6
  1215.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1216.   cat >> confdefs.h <<EOF
  1217. #define $ac_tr_func 1
  1218. EOF
  1219.  
  1220. else
  1221.   echo "$ac_t""no" 1>&6
  1222. fi
  1223. done
  1224. fi
  1225. # disable openpty() upon request, only
  1226. if test x$USE_OPENPTY != xno -a x$USE_PTMX != xyes ; then
  1227.   echo $ac_n "checking for openpty in -lutil""... $ac_c" 1>&6
  1228. echo "configure:7747: checking for openpty in -lutil" >&5
  1229. ac_lib_var=`echo util'_'openpty | sed 'y%./+-%__p_%'`
  1230. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1231.   echo $ac_n "(cached) $ac_c" 1>&6
  1232. else
  1233.   ac_save_LIBS="$LIBS"
  1234. LIBS="-lutil  $LIBS"
  1235. cat > conftest.$ac_ext <<EOF
  1236. #line 7755 "configure"
  1237. #include "confdefs.h"
  1238. /* Override any gcc2 internal prototype to avoid an error.  */
  1239. /* We use char because int might match the return type of a gcc2
  1240.     builtin and then its argument prototype would still apply.  */
  1241. char openpty();
  1242. int main() {
  1243. openpty()
  1244. ; return 0; }
  1245. EOF
  1246. if { (eval echo configure:7766: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1247.   rm -rf conftest*
  1248.   eval "ac_cv_lib_$ac_lib_var=yes"
  1249. else
  1250.   echo "configure: failed program was:" >&5
  1251.   cat conftest.$ac_ext >&5
  1252.   rm -rf conftest*
  1253.   eval "ac_cv_lib_$ac_lib_var=no"
  1254. fi
  1255. rm -f conftest*
  1256. LIBS="$ac_save_LIBS"
  1257. fi
  1258. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1259.   echo "$ac_t""yes" 1>&6
  1260.   LIBS="-lutil $LIBS"
  1261. else
  1262.   echo "$ac_t""no" 1>&6
  1263. fi
  1264.   save_LDFLAGS=$LDFLAGS
  1265.   LDFLAGS="$LDFLAGS $LIBS"
  1266.   for ac_func in openpty
  1267. do
  1268. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1269. echo "configure:7791: checking for $ac_func" >&5
  1270. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1271.   echo $ac_n "(cached) $ac_c" 1>&6
  1272. else
  1273.   cat > conftest.$ac_ext <<EOF
  1274. #line 7796 "configure"
  1275. #include "confdefs.h"
  1276. /* System header to define __stub macros and hopefully few prototypes,
  1277.     which can conflict with char $ac_func(); below.  */
  1278. #include <assert.h>
  1279. /* Override any gcc2 internal prototype to avoid an error.  */
  1280. /* We use char because int might match the return type of a gcc2
  1281.     builtin and then its argument prototype would still apply.  */
  1282. char $ac_func();
  1283. int main() {
  1284. /* The GNU C library defines this for functions which it implements
  1285.     to always fail with ENOSYS.  Some functions are actually named
  1286.     something starting with __ and the normal name is an alias.  */
  1287. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1288. choke me
  1289. #else
  1290. $ac_func();
  1291. #endif
  1292. ; return 0; }
  1293. EOF
  1294. if { (eval echo configure:7819: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1295.   rm -rf conftest*
  1296.   eval "ac_cv_func_$ac_func=yes"
  1297. else
  1298.   echo "configure: failed program was:" >&5
  1299.   cat conftest.$ac_ext >&5
  1300.   rm -rf conftest*
  1301.   eval "ac_cv_func_$ac_func=no"
  1302. fi
  1303. rm -f conftest*
  1304. fi
  1305. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1306.   echo "$ac_t""yes" 1>&6
  1307.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1308.   cat >> confdefs.h <<EOF
  1309. #define $ac_tr_func 1
  1310. EOF
  1311.  FOUND_OPENPTY=yes
  1312. else
  1313.   echo "$ac_t""no" 1>&6
  1314. fi
  1315. done
  1316.   LDFLAGS=$save_LDFLAGS
  1317.   # undef the request for openpty as it is not available
  1318.   if test x$FOUND_OPENPTY != xyes ;then
  1319.     USE_OPENPTY=no
  1320.   fi
  1321. fi
  1322. if test x$USE_PTMX = x ; then
  1323.   echo $ac_n "checking for "/dev/ptmx" as a character device""... $ac_c" 1>&6
  1324. echo "configure:7852: checking for "/dev/ptmx" as a character device" >&5
  1325.   test -c "/dev/ptmx"
  1326. else
  1327.   echo $ac_n "checking for "/dev/ptmx" to exist by config argument""... $ac_c" 1>&6
  1328. echo "configure:7856: checking for "/dev/ptmx" to exist by config argument" >&5
  1329.   test x$USE_PTMX = xyes
  1330. fi
  1331. if test $? = 0 ; then
  1332.   if test x$USE_OPENPTY = xyes ; then
  1333.     echo "$ac_t""unsing openpty(), instead" 1>&6
  1334.   else
  1335.     echo "$ac_t""yes" 1>&6
  1336.     cat >> confdefs.h <<EOF
  1337. #define HAVE_DEV_PTMX 1
  1338. EOF
  1339.     HAVE_DEV_PTMX=yes
  1340.   fi
  1341. else echo "$ac_t""no" 1>&6
  1342. fi
  1343. test x$HAVE_DEV_PTMX = xyes &&
  1344. for ac_func in grantpt ptsname
  1345. do
  1346. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1347. echo "configure:7878: checking for $ac_func" >&5
  1348. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1349.   echo $ac_n "(cached) $ac_c" 1>&6
  1350. else
  1351.   cat > conftest.$ac_ext <<EOF
  1352. #line 7883 "configure"
  1353. #include "confdefs.h"
  1354. /* System header to define __stub macros and hopefully few prototypes,
  1355.     which can conflict with char $ac_func(); below.  */
  1356. #include <assert.h>
  1357. /* Override any gcc2 internal prototype to avoid an error.  */
  1358. /* We use char because int might match the return type of a gcc2
  1359.     builtin and then its argument prototype would still apply.  */
  1360. char $ac_func();
  1361. int main() {
  1362. /* The GNU C library defines this for functions which it implements
  1363.     to always fail with ENOSYS.  Some functions are actually named
  1364.     something starting with __ and the normal name is an alias.  */
  1365. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1366. choke me
  1367. #else
  1368. $ac_func();
  1369. #endif
  1370. ; return 0; }
  1371. EOF
  1372. if { (eval echo configure:7906: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1373.   rm -rf conftest*
  1374.   eval "ac_cv_func_$ac_func=yes"
  1375. else
  1376.   echo "configure: failed program was:" >&5
  1377.   cat conftest.$ac_ext >&5
  1378.   rm -rf conftest*
  1379.   eval "ac_cv_func_$ac_func=no"
  1380. fi
  1381. rm -f conftest*
  1382. fi
  1383. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1384.   echo "$ac_t""yes" 1>&6
  1385.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1386.   cat >> confdefs.h <<EOF
  1387. #define $ac_tr_func 1
  1388. EOF
  1389.  
  1390. else
  1391.   echo "$ac_t""no" 1>&6
  1392. test x$USE_PTMX = xyes && { echo "configure: error: 
  1393.  *** You loose: /dev/ptmx needs to be supported by grantpt() and ptsname().
  1394. " 1>&2; exit 1; }
  1395. fi
  1396. done
  1397. echo $ac_n "checking for inet_aton""... $ac_c" 1>&6
  1398. echo "configure:7935: checking for inet_aton" >&5
  1399. if eval "test "`echo '$''{'ac_cv_func_inet_aton'+set}'`" = set"; then
  1400.   echo $ac_n "(cached) $ac_c" 1>&6
  1401. else
  1402.   cat > conftest.$ac_ext <<EOF
  1403. #line 7940 "configure"
  1404. #include "confdefs.h"
  1405. /* System header to define __stub macros and hopefully few prototypes,
  1406.     which can conflict with char inet_aton(); below.  */
  1407. #include <assert.h>
  1408. /* Override any gcc2 internal prototype to avoid an error.  */
  1409. /* We use char because int might match the return type of a gcc2
  1410.     builtin and then its argument prototype would still apply.  */
  1411. char inet_aton();
  1412. int main() {
  1413. /* The GNU C library defines this for functions which it implements
  1414.     to always fail with ENOSYS.  Some functions are actually named
  1415.     something starting with __ and the normal name is an alias.  */
  1416. #if defined (__stub_inet_aton) || defined (__stub___inet_aton)
  1417. choke me
  1418. #else
  1419. inet_aton();
  1420. #endif
  1421. ; return 0; }
  1422. EOF
  1423. if { (eval echo configure:7963: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1424.   rm -rf conftest*
  1425.   eval "ac_cv_func_inet_aton=yes"
  1426. else
  1427.   echo "configure: failed program was:" >&5
  1428.   cat conftest.$ac_ext >&5
  1429.   rm -rf conftest*
  1430.   eval "ac_cv_func_inet_aton=no"
  1431. fi
  1432. rm -f conftest*
  1433. fi
  1434. if eval "test "`echo '$ac_cv_func_'inet_aton`" = yes"; then
  1435.   echo "$ac_t""yes" 1>&6
  1436.   cat >> confdefs.h <<EOF
  1437. #define HAVE_INET_ATON 1
  1438. EOF
  1439. else
  1440.   echo "$ac_t""no" 1>&6
  1441. fi
  1442. echo $ac_n "checking for inet_aton in -lresolv""... $ac_c" 1>&6
  1443. echo "configure:7986: checking for inet_aton in -lresolv" >&5
  1444. ac_lib_var=`echo resolv'_'inet_aton | sed 'y%./+-%__p_%'`
  1445. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1446.   echo $ac_n "(cached) $ac_c" 1>&6
  1447. else
  1448.   ac_save_LIBS="$LIBS"
  1449. LIBS="-lresolv  $LIBS"
  1450. cat > conftest.$ac_ext <<EOF
  1451. #line 7994 "configure"
  1452. #include "confdefs.h"
  1453. /* Override any gcc2 internal prototype to avoid an error.  */
  1454. /* We use char because int might match the return type of a gcc2
  1455.     builtin and then its argument prototype would still apply.  */
  1456. char inet_aton();
  1457. int main() {
  1458. inet_aton()
  1459. ; return 0; }
  1460. EOF
  1461. if { (eval echo configure:8005: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1462.   rm -rf conftest*
  1463.   eval "ac_cv_lib_$ac_lib_var=yes"
  1464. else
  1465.   echo "configure: failed program was:" >&5
  1466.   cat conftest.$ac_ext >&5
  1467.   rm -rf conftest*
  1468.   eval "ac_cv_lib_$ac_lib_var=no"
  1469. fi
  1470. rm -f conftest*
  1471. LIBS="$ac_save_LIBS"
  1472. fi
  1473. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1474.   echo "$ac_t""yes" 1>&6
  1475.   cat >> confdefs.h <<EOF
  1476. #define HAVE_INET_ATON 1
  1477. EOF
  1478. else
  1479.   echo "$ac_t""no" 1>&6
  1480. fi
  1481. echo $ac_n "checking for inet_aton in -lnsl""... $ac_c" 1>&6
  1482. echo "configure:8029: checking for inet_aton in -lnsl" >&5
  1483. ac_lib_var=`echo nsl'_'inet_aton | sed 'y%./+-%__p_%'`
  1484. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1485.   echo $ac_n "(cached) $ac_c" 1>&6
  1486. else
  1487.   ac_save_LIBS="$LIBS"
  1488. LIBS="-lnsl  $LIBS"
  1489. cat > conftest.$ac_ext <<EOF
  1490. #line 8037 "configure"
  1491. #include "confdefs.h"
  1492. /* Override any gcc2 internal prototype to avoid an error.  */
  1493. /* We use char because int might match the return type of a gcc2
  1494.     builtin and then its argument prototype would still apply.  */
  1495. char inet_aton();
  1496. int main() {
  1497. inet_aton()
  1498. ; return 0; }
  1499. EOF
  1500. if { (eval echo configure:8048: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1501.   rm -rf conftest*
  1502.   eval "ac_cv_lib_$ac_lib_var=yes"
  1503. else
  1504.   echo "configure: failed program was:" >&5
  1505.   cat conftest.$ac_ext >&5
  1506.   rm -rf conftest*
  1507.   eval "ac_cv_lib_$ac_lib_var=no"
  1508. fi
  1509. rm -f conftest*
  1510. LIBS="$ac_save_LIBS"
  1511. fi
  1512. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1513.   echo "$ac_t""yes" 1>&6
  1514.   cat >> confdefs.h <<EOF
  1515. #define HAVE_INET_ATON 1
  1516. EOF
  1517. else
  1518.   echo "$ac_t""no" 1>&6
  1519. fi
  1520. llib="";
  1521. echo $ac_n "checking for yylex in -ll""... $ac_c" 1>&6
  1522. echo "configure:8074: checking for yylex in -ll" >&5
  1523. ac_lib_var=`echo l'_'yylex | sed 'y%./+-%__p_%'`
  1524. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1525.   echo $ac_n "(cached) $ac_c" 1>&6
  1526. else
  1527.   ac_save_LIBS="$LIBS"
  1528. LIBS="-ll  $LIBS"
  1529. cat > conftest.$ac_ext <<EOF
  1530. #line 8082 "configure"
  1531. #include "confdefs.h"
  1532. /* Override any gcc2 internal prototype to avoid an error.  */
  1533. /* We use char because int might match the return type of a gcc2
  1534.     builtin and then its argument prototype would still apply.  */
  1535. char yylex();
  1536. int main() {
  1537. yylex()
  1538. ; return 0; }
  1539. EOF
  1540. if { (eval echo configure:8093: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1541.   rm -rf conftest*
  1542.   eval "ac_cv_lib_$ac_lib_var=yes"
  1543. else
  1544.   echo "configure: failed program was:" >&5
  1545.   cat conftest.$ac_ext >&5
  1546.   rm -rf conftest*
  1547.   eval "ac_cv_lib_$ac_lib_var=no"
  1548. fi
  1549. rm -f conftest*
  1550. LIBS="$ac_save_LIBS"
  1551. fi
  1552. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1553.   echo "$ac_t""yes" 1>&6
  1554.   llib=-ll
  1555. else
  1556.   echo "$ac_t""no" 1>&6
  1557. fi
  1558. test -z "$llib" &&
  1559. {
  1560.  echo $ac_n "checking for yylex in -lfl""... $ac_c" 1>&6
  1561. echo "configure:8116: checking for yylex in -lfl" >&5
  1562. ac_lib_var=`echo fl'_'yylex | sed 'y%./+-%__p_%'`
  1563. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1564.   echo $ac_n "(cached) $ac_c" 1>&6
  1565. else
  1566.   ac_save_LIBS="$LIBS"
  1567. LIBS="-lfl  $LIBS"
  1568. cat > conftest.$ac_ext <<EOF
  1569. #line 8124 "configure"
  1570. #include "confdefs.h"
  1571. /* Override any gcc2 internal prototype to avoid an error.  */
  1572. /* We use char because int might match the return type of a gcc2
  1573.     builtin and then its argument prototype would still apply.  */
  1574. char yylex();
  1575. int main() {
  1576. yylex()
  1577. ; return 0; }
  1578. EOF
  1579. if { (eval echo configure:8135: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1580.   rm -rf conftest*
  1581.   eval "ac_cv_lib_$ac_lib_var=yes"
  1582. else
  1583.   echo "configure: failed program was:" >&5
  1584.   cat conftest.$ac_ext >&5
  1585.   rm -rf conftest*
  1586.   eval "ac_cv_lib_$ac_lib_var=no"
  1587. fi
  1588. rm -f conftest*
  1589. LIBS="$ac_save_LIBS"
  1590. fi
  1591. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1592.   echo "$ac_t""yes" 1>&6
  1593.   llib=-lfl
  1594. else
  1595.   echo "$ac_t""no" 1>&6
  1596. fi
  1597. }
  1598. test -z "$llib" &&
  1599. {
  1600.  echo $ac_n "checking for lex_init in -ll""... $ac_c" 1>&6
  1601. echo "configure:8160: checking for lex_init in -ll" >&5
  1602. ac_lib_var=`echo l'_'lex_init | sed 'y%./+-%__p_%'`
  1603. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1604.   echo $ac_n "(cached) $ac_c" 1>&6
  1605. else
  1606.   ac_save_LIBS="$LIBS"
  1607. LIBS="-ll  $LIBS"
  1608. cat > conftest.$ac_ext <<EOF
  1609. #line 8168 "configure"
  1610. #include "confdefs.h"
  1611. /* Override any gcc2 internal prototype to avoid an error.  */
  1612. /* We use char because int might match the return type of a gcc2
  1613.     builtin and then its argument prototype would still apply.  */
  1614. char lex_init();
  1615. int main() {
  1616. lex_init()
  1617. ; return 0; }
  1618. EOF
  1619. if { (eval echo configure:8179: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1620.   rm -rf conftest*
  1621.   eval "ac_cv_lib_$ac_lib_var=yes"
  1622. else
  1623.   echo "configure: failed program was:" >&5
  1624.   cat conftest.$ac_ext >&5
  1625.   rm -rf conftest*
  1626.   eval "ac_cv_lib_$ac_lib_var=no"
  1627. fi
  1628. rm -f conftest*
  1629. LIBS="$ac_save_LIBS"
  1630. fi
  1631. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1632.   echo "$ac_t""yes" 1>&6
  1633.   llib=-ll
  1634. else
  1635.   echo "$ac_t""no" 1>&6
  1636. fi
  1637.  test -z "$llib" &&
  1638.  {
  1639.   echo $ac_n "checking for lex_init in -lfl""... $ac_c" 1>&6
  1640. echo "configure:8202: checking for lex_init in -lfl" >&5
  1641. ac_lib_var=`echo fl'_'lex_init | sed 'y%./+-%__p_%'`
  1642. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1643.   echo $ac_n "(cached) $ac_c" 1>&6
  1644. else
  1645.   ac_save_LIBS="$LIBS"
  1646. LIBS="-lfl  $LIBS"
  1647. cat > conftest.$ac_ext <<EOF
  1648. #line 8210 "configure"
  1649. #include "confdefs.h"
  1650. /* Override any gcc2 internal prototype to avoid an error.  */
  1651. /* We use char because int might match the return type of a gcc2
  1652.     builtin and then its argument prototype would still apply.  */
  1653. char lex_init();
  1654. int main() {
  1655. lex_init()
  1656. ; return 0; }
  1657. EOF
  1658. if { (eval echo configure:8221: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1659.   rm -rf conftest*
  1660.   eval "ac_cv_lib_$ac_lib_var=yes"
  1661. else
  1662.   echo "configure: failed program was:" >&5
  1663.   cat conftest.$ac_ext >&5
  1664.   rm -rf conftest*
  1665.   eval "ac_cv_lib_$ac_lib_var=no"
  1666. fi
  1667. rm -f conftest*
  1668. LIBS="$ac_save_LIBS"
  1669. fi
  1670. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1671.   echo "$ac_t""yes" 1>&6
  1672.   llib=-lfl
  1673. else
  1674.   echo "$ac_t""no" 1>&6
  1675. fi
  1676.  }
  1677. }
  1678. pcap_flag="-lpcap-nessus"
  1679. pcap_dir="libpcap-nessus"
  1680. BUILD_PCAP=""
  1681. if test "x$nessuspcap" = "x" ;
  1682. then
  1683.  echo $ac_n "checking for -lpcap""... $ac_c" 1>&6
  1684. echo "configure:8251: checking for -lpcap" >&5
  1685. if eval "test "`echo '$''{'ac_cv_lib_pcap'+set}'`" = set"; then
  1686.   echo $ac_n "(cached) $ac_c" 1>&6
  1687. else
  1688.   ac_save_LIBS="$LIBS"
  1689. LIBS="-lpcap  $LIBS"
  1690. cat > conftest.$ac_ext <<EOF
  1691. #line 8258 "configure"
  1692. #include "confdefs.h"
  1693. int main() {
  1694. main()
  1695. ; return 0; }
  1696. EOF
  1697. if { (eval echo configure:8265: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1698.   rm -rf conftest*
  1699.   ac_cv_lib_pcap=yes
  1700. else
  1701.   echo "configure: failed program was:" >&5
  1702.   cat conftest.$ac_ext >&5
  1703.   rm -rf conftest*
  1704.   ac_cv_lib_pcap=no
  1705. fi
  1706. rm -f conftest*
  1707. LIBS="$ac_save_LIBS"
  1708. fi
  1709. echo "$ac_t""$ac_cv_lib_pcap" 1>&6
  1710. if test "$ac_cv_lib_pcap" = yes; then
  1711.   BUILD_PCAP=""
  1712. else
  1713.   BUILD_PCAP=libpcap-nessus.la
  1714. fi
  1715. else
  1716.  if  test "x$nessuspcap" = "xyes" ;
  1717.   then
  1718.    BUILD_PCAP=libpcap-nessus.la
  1719.   else if test "x$nessuspcap" = "xno" ; 
  1720.     then
  1721.       echo $ac_n "checking for -lpcap""... $ac_c" 1>&6
  1722. echo "configure:8292: checking for -lpcap" >&5
  1723. if eval "test "`echo '$''{'ac_cv_lib_pcap'+set}'`" = set"; then
  1724.   echo $ac_n "(cached) $ac_c" 1>&6
  1725. else
  1726.   ac_save_LIBS="$LIBS"
  1727. LIBS="-lpcap  $LIBS"
  1728. cat > conftest.$ac_ext <<EOF
  1729. #line 8299 "configure"
  1730. #include "confdefs.h"
  1731. int main() {
  1732. main()
  1733. ; return 0; }
  1734. EOF
  1735. if { (eval echo configure:8306: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1736.   rm -rf conftest*
  1737.   ac_cv_lib_pcap=yes
  1738. else
  1739.   echo "configure: failed program was:" >&5
  1740.   cat conftest.$ac_ext >&5
  1741.   rm -rf conftest*
  1742.   ac_cv_lib_pcap=no
  1743. fi
  1744. rm -f conftest*
  1745. LIBS="$ac_save_LIBS"
  1746. fi
  1747. echo "$ac_t""$ac_cv_lib_pcap" 1>&6
  1748. if test "$ac_cv_lib_pcap" = yes; then
  1749.   BUILD_PCAP=""
  1750. else
  1751.   { echo "configure: error: "Your system lacks libpcap. Use ./configure --enable-nessuspcap"" 1>&2; exit 1; }
  1752. fi
  1753.     fi
  1754.   fi
  1755. fi
  1756. if test "x$BUILD_PCAP" = "x" ;
  1757. then
  1758.  syspcap="-DSYSTEM_PCAP"
  1759.  pcap_flag="-lpcap"
  1760.  pcap_dir=""
  1761.  unset pcap_install
  1762.  unset pcap_make
  1763.  unset pcap_clean
  1764.  unset pcap_distclean
  1765. else
  1766.  syspcap=""
  1767.  pcap_flag="-lpcap-nessus"
  1768.  pcap_install="pcap-install"
  1769.  pcap_make="pcap-make"
  1770.  pcap_clean="pcap-clean"
  1771.  pcap_distclean="pcap-distclean"
  1772. fi
  1773. case "$host" in
  1774.  *-cygwin*)
  1775.     cat >> confdefs.h <<EOF
  1776. #define _CYGWIN_ 1
  1777. EOF
  1778.     echo $ac_n "checking for -lwpcap""... $ac_c" 1>&6
  1779. echo "configure:8356: checking for -lwpcap" >&5
  1780. if eval "test "`echo '$''{'ac_cv_lib_wpcap'+set}'`" = set"; then
  1781.   echo $ac_n "(cached) $ac_c" 1>&6
  1782. else
  1783.   ac_save_LIBS="$LIBS"
  1784. LIBS="-lwpcap  $LIBS"
  1785. cat > conftest.$ac_ext <<EOF
  1786. #line 8363 "configure"
  1787. #include "confdefs.h"
  1788. int main() {
  1789. main()
  1790. ; return 0; }
  1791. EOF
  1792. if { (eval echo configure:8370: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1793.   rm -rf conftest*
  1794.   ac_cv_lib_wpcap=yes
  1795. else
  1796.   echo "configure: failed program was:" >&5
  1797.   cat conftest.$ac_ext >&5
  1798.   rm -rf conftest*
  1799.   ac_cv_lib_wpcap=no
  1800. fi
  1801. rm -f conftest*
  1802. LIBS="$ac_save_LIBS"
  1803. fi
  1804. echo "$ac_t""$ac_cv_lib_wpcap" 1>&6
  1805. if test "$ac_cv_lib_wpcap" = yes; then
  1806.   cat >> confdefs.h <<EOF
  1807. #define HAVE_LIBWPCAP 1
  1808. EOF
  1809.   LIBS="-lwpcap $LIBS"
  1810. else
  1811.   { echo "configure: error: "Your system lacks the libwpcap"" 1>&2; exit 1; }
  1812. fi
  1813.     echo $ac_n "checking for -lPacket""... $ac_c" 1>&6
  1814. echo "configure:8396: checking for -lPacket" >&5
  1815. if eval "test "`echo '$''{'ac_cv_lib_Packet'+set}'`" = set"; then
  1816.   echo $ac_n "(cached) $ac_c" 1>&6
  1817. else
  1818.   ac_save_LIBS="$LIBS"
  1819. LIBS="-lPacket  $LIBS"
  1820. cat > conftest.$ac_ext <<EOF
  1821. #line 8403 "configure"
  1822. #include "confdefs.h"
  1823. int main() {
  1824. main()
  1825. ; return 0; }
  1826. EOF
  1827. if { (eval echo configure:8410: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1828.   rm -rf conftest*
  1829.   ac_cv_lib_Packet=yes
  1830. else
  1831.   echo "configure: failed program was:" >&5
  1832.   cat conftest.$ac_ext >&5
  1833.   rm -rf conftest*
  1834.   ac_cv_lib_Packet=no
  1835. fi
  1836. rm -f conftest*
  1837. LIBS="$ac_save_LIBS"
  1838. fi
  1839. echo "$ac_t""$ac_cv_lib_Packet" 1>&6
  1840. if test "$ac_cv_lib_Packet" = yes; then
  1841.   cat >> confdefs.h <<EOF
  1842. #define HAVE_LIBPACKET 1
  1843. EOF
  1844.   LIBS="-lPacket $LIBS"
  1845. else
  1846.   { echo "configure: error: "Your system lacks the libPacket"" 1>&2; exit 1; }
  1847. fi
  1848.  
  1849.     echo $ac_n "checking for -lws2_32""... $ac_c" 1>&6
  1850. echo "configure:8436: checking for -lws2_32" >&5
  1851. if eval "test "`echo '$''{'ac_cv_lib_ws2_32'+set}'`" = set"; then
  1852.   echo $ac_n "(cached) $ac_c" 1>&6
  1853. else
  1854.   ac_save_LIBS="$LIBS"
  1855. LIBS="-lws2_32  $LIBS"
  1856. cat > conftest.$ac_ext <<EOF
  1857. #line 8443 "configure"
  1858. #include "confdefs.h"
  1859. int main() {
  1860. main()
  1861. ; return 0; }
  1862. EOF
  1863. if { (eval echo configure:8450: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1864.   rm -rf conftest*
  1865.   ac_cv_lib_ws2_32=yes
  1866. else
  1867.   echo "configure: failed program was:" >&5
  1868.   cat conftest.$ac_ext >&5
  1869.   rm -rf conftest*
  1870.   ac_cv_lib_ws2_32=no
  1871. fi
  1872. rm -f conftest*
  1873. LIBS="$ac_save_LIBS"
  1874. fi
  1875. echo "$ac_t""$ac_cv_lib_ws2_32" 1>&6
  1876. if test "$ac_cv_lib_ws2_32" = yes; then
  1877.   with_ws2_32="-lws2_32"
  1878. fi
  1879.     syspcap="-DSYSTEM_PCAP"
  1880.     pcap_flag="-lwpcap -lPacket"
  1881.     pcap_dir=""
  1882.     BUILD_PCAP=""
  1883.     pcap_install=""
  1884.     pcap_make=""
  1885.     pcap_clean=""
  1886.     pcap_distclean=""
  1887.     ;;
  1888.  *)
  1889.     ;;
  1890. esac   
  1891. echo $ac_n "checking if sockaddr{} has sa_len member""... $ac_c" 1>&6
  1892. echo "configure:8485: checking if sockaddr{} has sa_len member" >&5
  1893. if eval "test "`echo '$''{'ac_cv_sockaddr_has_sa_len'+set}'`" = set"; then
  1894.   echo $ac_n "(cached) $ac_c" 1>&6
  1895. else
  1896.   cat > conftest.$ac_ext <<EOF
  1897. #line 8490 "configure"
  1898. #include "confdefs.h"
  1899. #               include <sys/types.h>
  1900. #               include <sys/socket.h>
  1901. int main() {
  1902. unsigned int i = sizeof(((struct sockaddr *)0)->sa_len)
  1903. ; return 0; }
  1904. EOF
  1905. if { (eval echo configure:8499: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1906.   rm -rf conftest*
  1907.   ac_cv_sockaddr_has_sa_len=yes
  1908. else
  1909.   echo "configure: failed program was:" >&5
  1910.   cat conftest.$ac_ext >&5
  1911.   rm -rf conftest*
  1912.   ac_cv_sockaddr_has_sa_len=no
  1913. fi
  1914. rm -f conftest*
  1915. fi
  1916. echo "$ac_t""$ac_cv_sockaddr_has_sa_len" 1>&6
  1917. if test $ac_cv_sockaddr_has_sa_len = yes ; then
  1918.         cat >> confdefs.h <<EOF
  1919. #define HAVE_SOCKADDR_SA_LEN 1
  1920. EOF
  1921. fi
  1922. echo $ac_n "checking if struct ifmap exists""... $ac_c" 1>&6
  1923. echo "configure:8521: checking if struct ifmap exists" >&5
  1924. if eval "test "`echo '$''{'ac_cv_ifmap'+set}'`" = set"; then
  1925.   echo $ac_n "(cached) $ac_c" 1>&6
  1926. else
  1927.   cat > conftest.$ac_ext <<EOF
  1928. #line 8526 "configure"
  1929. #include "confdefs.h"
  1930. #               include <sys/types.h>
  1931. #               include <sys/socket.h>
  1932. # include <net/if.h>
  1933. int main() {
  1934. unsigned int i = sizeof(struct ifmap)
  1935. ; return 0; }
  1936. EOF
  1937. if { (eval echo configure:8536: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1938.   rm -rf conftest*
  1939.   ac_cv_have_ifmap=yes
  1940. else
  1941.   echo "configure: failed program was:" >&5
  1942.   cat conftest.$ac_ext >&5
  1943.   rm -rf conftest*
  1944.   ac_cv_have_ifmap=no
  1945. fi
  1946. rm -f conftest*
  1947. fi
  1948. echo "$ac_t""$ac_cv_ifmap" 1>&6
  1949. if test $ac_cv_have_ifmap = yes ; then
  1950.         cat >> confdefs.h <<EOF
  1951. #define HAVE_STRUCT_IFMAP 1
  1952. EOF
  1953. fi
  1954. echo $ac_n "checking for time_t""... $ac_c" 1>&6
  1955. echo "configure:8557: checking for time_t" >&5
  1956. if eval "test "`echo '$''{'ac_cv_type_time_t'+set}'`" = set"; then
  1957.   echo $ac_n "(cached) $ac_c" 1>&6
  1958. else
  1959.   cat > conftest.$ac_ext <<EOF
  1960. #line 8562 "configure"
  1961. #include "confdefs.h"
  1962. #include <sys/types.h>
  1963. #if STDC_HEADERS
  1964. #include <stdlib.h>
  1965. #include <stddef.h>
  1966. #endif
  1967. EOF
  1968. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1969.   egrep "(^|[^a-zA-Z_0-9])time_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  1970.   rm -rf conftest*
  1971.   ac_cv_type_time_t=yes
  1972. else
  1973.   rm -rf conftest*
  1974.   ac_cv_type_time_t=no
  1975. fi
  1976. rm -f conftest*
  1977. fi
  1978. echo "$ac_t""$ac_cv_type_time_t" 1>&6
  1979. if test $ac_cv_type_time_t = no; then
  1980.   cat >> confdefs.h <<EOF
  1981. #define time_t int
  1982. EOF
  1983. fi
  1984. echo $ac_n "checking for pid_t""... $ac_c" 1>&6
  1985. echo "configure:8590: checking for pid_t" >&5
  1986. if eval "test "`echo '$''{'ac_cv_type_pid_t'+set}'`" = set"; then
  1987.   echo $ac_n "(cached) $ac_c" 1>&6
  1988. else
  1989.   cat > conftest.$ac_ext <<EOF
  1990. #line 8595 "configure"
  1991. #include "confdefs.h"
  1992. #include <sys/types.h>
  1993. #if STDC_HEADERS
  1994. #include <stdlib.h>
  1995. #include <stddef.h>
  1996. #endif
  1997. EOF
  1998. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1999.   egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2000.   rm -rf conftest*
  2001.   ac_cv_type_pid_t=yes
  2002. else
  2003.   rm -rf conftest*
  2004.   ac_cv_type_pid_t=no
  2005. fi
  2006. rm -f conftest*
  2007. fi
  2008. echo "$ac_t""$ac_cv_type_pid_t" 1>&6
  2009. if test $ac_cv_type_pid_t = no; then
  2010.   cat >> confdefs.h <<EOF
  2011. #define pid_t int
  2012. EOF
  2013. fi
  2014. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  2015. echo "configure:8623: checking for size_t" >&5
  2016. if eval "test "`echo '$''{'ac_cv_type_size_t'+set}'`" = set"; then
  2017.   echo $ac_n "(cached) $ac_c" 1>&6
  2018. else
  2019.   cat > conftest.$ac_ext <<EOF
  2020. #line 8628 "configure"
  2021. #include "confdefs.h"
  2022. #include <sys/types.h>
  2023. #if STDC_HEADERS
  2024. #include <stdlib.h>
  2025. #include <stddef.h>
  2026. #endif
  2027. EOF
  2028. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2029.   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  2030.   rm -rf conftest*
  2031.   ac_cv_type_size_t=yes
  2032. else
  2033.   rm -rf conftest*
  2034.   ac_cv_type_size_t=no
  2035. fi
  2036. rm -f conftest*
  2037. fi
  2038. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  2039. if test $ac_cv_type_size_t = no; then
  2040.   cat >> confdefs.h <<EOF
  2041. #define size_t unsigned
  2042. EOF
  2043. fi
  2044. echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
  2045. echo "configure:8656: checking for uid_t in sys/types.h" >&5
  2046. if eval "test "`echo '$''{'ac_cv_type_uid_t'+set}'`" = set"; then
  2047.   echo $ac_n "(cached) $ac_c" 1>&6
  2048. else
  2049.   cat > conftest.$ac_ext <<EOF
  2050. #line 8661 "configure"
  2051. #include "confdefs.h"
  2052. #include <sys/types.h>
  2053. EOF
  2054. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2055.   egrep "uid_t" >/dev/null 2>&1; then
  2056.   rm -rf conftest*
  2057.   ac_cv_type_uid_t=yes
  2058. else
  2059.   rm -rf conftest*
  2060.   ac_cv_type_uid_t=no
  2061. fi
  2062. rm -f conftest*
  2063. fi
  2064. echo "$ac_t""$ac_cv_type_uid_t" 1>&6
  2065. if test $ac_cv_type_uid_t = no; then
  2066.   cat >> confdefs.h <<EOF
  2067. #define uid_t int
  2068. EOF
  2069.   cat >> confdefs.h <<EOF
  2070. #define gid_t int
  2071. EOF
  2072. fi
  2073. darwin=`uname`
  2074. test "$darwin" = "Darwin" && {
  2075. echo $ac_n "checking for the useability of arpa/nameser_compat.h""... $ac_c" 1>&6
  2076. echo "configure:8694: checking for the useability of arpa/nameser_compat.h" >&5
  2077. cat > conftest.$ac_ext <<EOF
  2078. #line 8696 "configure"
  2079. #include "confdefs.h"
  2080. #include <stdlib.h>
  2081. #include <stdio.h>
  2082. #include <sys/types.h>
  2083. #include <sys/socket.h>
  2084. #include <netinet/in.h>
  2085. #include <arpa/inet.h>
  2086. #include <arpa/nameser_compat.h>
  2087. #include <resolv.h>
  2088. int main() {
  2089. static int i; i = 0;
  2090. ; return 0; }
  2091. EOF
  2092. if { (eval echo configure:8712: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2093.   rm -rf conftest*
  2094.   echo "$ac_t""yes" 1>&6
  2095.    HAVE_TIMEVAL=yes
  2096.    cat >> confdefs.h <<EOF
  2097. #define USE_ARPA_NAMESER_COMPAT_H 1
  2098. EOF
  2099. else
  2100.   echo "configure: failed program was:" >&5
  2101.   cat conftest.$ac_ext >&5
  2102.   rm -rf conftest*
  2103.   echo "$ac_t""no" 1>&6
  2104.    
  2105. fi
  2106. rm -f conftest*
  2107. }
  2108. echo $ac_n "checking for struct timeval""... $ac_c" 1>&6
  2109. echo "configure:8732: checking for struct timeval" >&5
  2110. cat > conftest.$ac_ext <<EOF
  2111. #line 8734 "configure"
  2112. #include "confdefs.h"
  2113. #ifdef TIME_WITH_SYS_TIME
  2114. #include <sys/time.h>
  2115. #include <time.h>
  2116. #else
  2117. #ifdef HAVE_SYS_TIME_H
  2118. #include <sys/time.h>
  2119. #else
  2120. #include <time.h>
  2121. #endif
  2122. #endif
  2123. int main() {
  2124. static struct timeval x; x.tv_sec = x.tv_usec;
  2125. ; return 0; }
  2126. EOF
  2127. if { (eval echo configure:8750: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2128.   rm -rf conftest*
  2129.   echo "$ac_t""yes" 1>&6
  2130.    HAVE_TIMEVAL=yes
  2131.    cat >> confdefs.h <<EOF
  2132. #define HAVE_TIMEVAL 1
  2133. EOF
  2134. else
  2135.   echo "configure: failed program was:" >&5
  2136.   cat conftest.$ac_ext >&5
  2137.   rm -rf conftest*
  2138.   echo "$ac_t""no" 1>&6
  2139.    HAVE_TIMEVAL=no
  2140. fi
  2141. rm -f conftest*
  2142. echo $ac_n "checking if optind is defined in a library already""... $ac_c" 1>&6
  2143. echo "configure:8769: checking if optind is defined in a library already" >&5
  2144. cat > conftest.$ac_ext <<EOF
  2145. #line 8771 "configure"
  2146. #include "confdefs.h"
  2147. #include <stdio.h>
  2148. int main() {
  2149. extern int optind;
  2150. ; return 0; }
  2151. EOF
  2152. if { (eval echo configure:8778: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2153.   rm -rf conftest*
  2154.   echo "$ac_t""yes" 1>&6
  2155.    cat >> confdefs.h <<EOF
  2156. #define HAVE_OPTIND 1
  2157. EOF
  2158. else
  2159.   echo "configure: failed program was:" >&5
  2160.   cat conftest.$ac_ext >&5
  2161.   rm -rf conftest*
  2162.   echo "$ac_t""no" 1>&6
  2163.   
  2164. fi
  2165. rm -f conftest*
  2166. echo $ac_n "checking if msg_accrights exists in msghdr""... $ac_c" 1>&6
  2167. echo "configure:8797: checking if msg_accrights exists in msghdr" >&5
  2168. cat > conftest.$ac_ext <<EOF
  2169. #line 8799 "configure"
  2170. #include "confdefs.h"
  2171. #include <stdio.h>
  2172. #include <stdlib.h>
  2173. #include <sys/types.h>
  2174. #include <sys/socket.h>
  2175. int main() {
  2176. int main() { struct msghdr msg; msg.msg_accrights = 0;}
  2177. ; return 0; }
  2178. EOF
  2179. if { (eval echo configure:8809: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2180.   rm -rf conftest*
  2181.   echo "$ac_t""yes" 1>&6
  2182.    cat >> confdefs.h <<EOF
  2183. #define HAVE_ACCRIGHTS_IN_MSGHDR 1
  2184. EOF
  2185. else
  2186.   echo "configure: failed program was:" >&5
  2187.   cat conftest.$ac_ext >&5
  2188.   rm -rf conftest*
  2189.   echo "$ac_t""no" 1>&6
  2190.   
  2191. fi
  2192. rm -f conftest*
  2193. echo $ac_n "checking if msg_control exists in msghdr""... $ac_c" 1>&6
  2194. echo "configure:8826: checking if msg_control exists in msghdr" >&5
  2195. cat > conftest.$ac_ext <<EOF
  2196. #line 8828 "configure"
  2197. #include "confdefs.h"
  2198. #include <stdio.h>
  2199. #include <stdlib.h>
  2200. #include <sys/types.h>
  2201. #include <sys/socket.h>
  2202. int main() {
  2203. int main() { struct msghdr msg; msg.msg_control = 0;}
  2204. ; return 0; }
  2205. EOF
  2206. if { (eval echo configure:8838: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2207.   rm -rf conftest*
  2208.   echo "$ac_t""yes" 1>&6
  2209.    cat >> confdefs.h <<EOF
  2210. #define HAVE_CONTROL_IN_MSGHDR 1
  2211. EOF
  2212. else
  2213.   echo "configure: failed program was:" >&5
  2214.   cat conftest.$ac_ext >&5
  2215.   rm -rf conftest*
  2216.   echo "$ac_t""no" 1>&6
  2217.   
  2218. fi
  2219. rm -f conftest*
  2220. if test "x$HAVE_TIMEVAL" = xyes; then
  2221. echo $ac_n "checking whether gettimeofday can't accept two arguments""... $ac_c" 1>&6
  2222. echo "configure:8856: checking whether gettimeofday can't accept two arguments" >&5
  2223. cat > conftest.$ac_ext <<EOF
  2224. #line 8858 "configure"
  2225. #include "confdefs.h"
  2226. #ifdef TIME_WITH_SYS_TIME
  2227. #include <sys/time.h>
  2228. #include <time.h>
  2229. #else
  2230. #ifdef HAVE_SYS_TIME_H
  2231. #include <sys/time.h>
  2232. #else
  2233. #include <time.h>
  2234. #endif
  2235. #endif
  2236.   
  2237. int main() {
  2238.   struct timeval time;
  2239.   struct timezone dummy;
  2240.   gettimeofday (&time, &dummy);
  2241. ; return 0; }
  2242. EOF
  2243. if { (eval echo configure:8880: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2244.   rm -rf conftest*
  2245.   echo "$ac_t""no" 1>&6
  2246. else
  2247.   echo "configure: failed program was:" >&5
  2248.   cat conftest.$ac_ext >&5
  2249.   rm -rf conftest*
  2250.   echo "$ac_t""yes" 1>&6
  2251.    cat >> confdefs.h <<EOF
  2252. #define GETTIMEOFDAY_ONE_ARGUMENT 1
  2253. EOF
  2254. fi
  2255. rm -f conftest*
  2256. fi
  2257. echo $ac_n "checking for long file names""... $ac_c" 1>&6
  2258. echo "configure:8898: checking for long file names" >&5
  2259. if eval "test "`echo '$''{'ac_cv_sys_long_file_names'+set}'`" = set"; then
  2260.   echo $ac_n "(cached) $ac_c" 1>&6
  2261. else
  2262.   ac_cv_sys_long_file_names=yes
  2263. # Test for long file names in all the places we know might matter:
  2264. #      . the current directory, where building will happen
  2265. #      $prefix/lib where we will be installing things
  2266. #      $exec_prefix/lib likewise
  2267. # eval it to expand exec_prefix.
  2268. #      $TMPDIR if set, where it might want to write temporary files
  2269. # if $TMPDIR is not set:
  2270. #      /tmp where it might want to write temporary files
  2271. #      /var/tmp likewise
  2272. #      /usr/tmp likewise
  2273. if test -n "$TMPDIR" && test -d "$TMPDIR" && test -w "$TMPDIR"; then
  2274.   ac_tmpdirs="$TMPDIR"
  2275. else
  2276.   ac_tmpdirs='/tmp /var/tmp /usr/tmp'
  2277. fi
  2278. for ac_dir in  . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
  2279.   test -d $ac_dir || continue
  2280.   test -w $ac_dir || continue # It is less confusing to not echo anything here.
  2281.   (echo 1 > $ac_dir/conftest9012345) 2>/dev/null
  2282.   (echo 2 > $ac_dir/conftest9012346) 2>/dev/null
  2283.   val=`cat $ac_dir/conftest9012345 2>/dev/null`
  2284.   if test ! -f $ac_dir/conftest9012345 || test "$val" != 1; then
  2285.     ac_cv_sys_long_file_names=no
  2286.     rm -f $ac_dir/conftest9012345 $ac_dir/conftest9012346 2>/dev/null
  2287.     break
  2288.   fi
  2289.   rm -f $ac_dir/conftest9012345 $ac_dir/conftest9012346 2>/dev/null
  2290. done
  2291. fi
  2292. echo "$ac_t""$ac_cv_sys_long_file_names" 1>&6
  2293. if test $ac_cv_sys_long_file_names = yes; then
  2294.   cat >> confdefs.h <<EOF
  2295. #define HAVE_LONG_FILE_NAMES 1
  2296. EOF
  2297. fi
  2298. EXTRA=$LIBS
  2299. case "$host" in
  2300.   *-darwin*)
  2301.     cat >> confdefs.h <<EOF
  2302. #define DARWIN 1
  2303. EOF
  2304.     ;;
  2305.   *-netbsd*)
  2306.     cat >> confdefs.h <<EOF
  2307. #define NETBSD 1
  2308. EOF
  2309.     ;;
  2310.   *-openbsd*)
  2311.     cat >> confdefs.h <<EOF
  2312. #define OPENBSD 1
  2313. EOF
  2314.     ;;
  2315.   *-sgi-irix5*)
  2316.     cat >> confdefs.h <<EOF
  2317. #define IRIX 1
  2318. EOF
  2319.     ;;
  2320.   *-sgi-irix6*)
  2321.     cat >> confdefs.h <<EOF
  2322. #define IRIX 1
  2323. EOF
  2324.     ;;
  2325.   *-solaris2.0*)  
  2326.     cat >> confdefs.h <<EOF
  2327. #define SOLARIS 1
  2328. EOF
  2329.     ;;
  2330.   *-solaris2.1*)
  2331.     cat >> confdefs.h <<EOF
  2332. #define SOLARIS 1
  2333. EOF
  2334.     ;;
  2335.   *-solaris2.2*)
  2336.     cat >> confdefs.h <<EOF
  2337. #define SOLARIS 1
  2338. EOF
  2339.     ;;
  2340.   *-solaris2.3*)
  2341.     cat >> confdefs.h <<EOF
  2342. #define SOLARIS 1
  2343. EOF
  2344.     ;;
  2345.   *-solaris2.4*)
  2346.     cat >> confdefs.h <<EOF
  2347. #define SOLARIS 1
  2348. EOF
  2349.     ;;
  2350.   *-solaris2.5.1)
  2351.     cat >> confdefs.h <<EOF
  2352. #define SOLARIS 1
  2353. EOF
  2354.     ;;
  2355.   *-solaris*)
  2356.     cat >> confdefs.h <<EOF
  2357. #define SOLARIS 1
  2358. EOF
  2359.     ;;
  2360.   *-sunos4*)
  2361.     cat >> confdefs.h <<EOF
  2362. #define SUNOS 1
  2363. EOF
  2364.     ;;
  2365.   *-linux*)
  2366.    
  2367.     cat >> confdefs.h <<EOF
  2368. #define LINUX 1
  2369. EOF
  2370.     ;;
  2371.   *-freebsd*)
  2372.     cat >> confdefs.h <<EOF
  2373. #define FREEBSD 1
  2374. EOF
  2375.     ;;
  2376.   *-bsdi*)
  2377.     cat >> confdefs.h <<EOF
  2378. #define BSDI 1
  2379. EOF
  2380.     ;;
  2381. esac
  2382. case "$host" in
  2383.     *-freebsd*|*-bsdi*|*-netbsd*)
  2384.     cat >> confdefs.h <<EOF
  2385. #define BSD_BYTE_ORDERING 1
  2386. EOF
  2387. esac
  2388. test -n "$ssl" -a -d /usr/kerberos && {
  2389.    sslcflags="-I/usr/kerberos/include $sslcflags"
  2390. ssl="-L/usr/kerberos/lib $ssl"
  2391. subdirs="$pcap_dir"
  2392. trap '' 1 2 15
  2393. cat > confcache <<EOF
  2394. # This file is a shell script that caches the results of configure
  2395. # tests run on this system so they can be shared between configure
  2396. # scripts and configure runs.  It is not useful on other systems.
  2397. # If it contains results you don't want to keep, you may remove or edit it.
  2398. #
  2399. # By default, configure uses ./config.cache as the cache file,
  2400. # creating it if it does not exist already.  You can give configure
  2401. # the --cache-file=FILE option to use a different cache file; that is
  2402. # what configure does when it calls configure scripts in
  2403. # subdirectories, so they share the cache.
  2404. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  2405. # config.status only pays attention to the cache file if you give it the
  2406. # --recheck option to rerun configure.
  2407. #
  2408. EOF
  2409. # The following way of writing the cache mishandles newlines in values,
  2410. # but we know of no workaround that is simple, portable, and efficient.
  2411. # So, don't put newlines in cache variables' values.
  2412. # Ultrix sh set writes to stderr and can't be redirected directly,
  2413. # and sets the high bit in the cache file unless we assign to the vars.
  2414. (set) 2>&1 |
  2415.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  2416.   *ac_space= *)
  2417.     # `set' does not quote correctly, so add quotes (double-quote substitution
  2418.     # turns \\ into \, and sed turns \ into ).
  2419.     sed -n 
  2420.       -e "s/'/'\\''/g" 
  2421.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  2422.     ;;
  2423.   *)
  2424.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  2425.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  2426.     ;;
  2427.   esac >> confcache
  2428. if cmp -s $cache_file confcache; then
  2429.   :
  2430. else
  2431.   if test -w $cache_file; then
  2432.     echo "updating cache $cache_file"
  2433.     cat confcache > $cache_file
  2434.   else
  2435.     echo "not updating unwritable cache $cache_file"
  2436.   fi
  2437. fi
  2438. rm -f confcache
  2439. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  2440. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2441. # Let make expand exec_prefix.
  2442. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2443. # Any assignment to VPATH causes Sun make to only execute
  2444. # the first set of double-colon rules, so remove it if not needed.
  2445. # If there is a colon in the path, we need to keep it.
  2446. if test "x$srcdir" = x.; then
  2447.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  2448. fi
  2449. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  2450. DEFS=-DHAVE_CONFIG_H
  2451. # Without the "./", some shells look in PATH for config.status.
  2452. : ${CONFIG_STATUS=./config.status}
  2453. echo creating $CONFIG_STATUS
  2454. rm -f $CONFIG_STATUS
  2455. cat > $CONFIG_STATUS <<EOF
  2456. #! /bin/sh
  2457. # Generated automatically by configure.
  2458. # Run this file to recreate the current configuration.
  2459. # This directory was configured as follows,
  2460. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  2461. #
  2462. # $0 $ac_configure_args
  2463. #
  2464. # Compiler output produced by configure, useful for debugging
  2465. # configure, is in ./config.log if it exists.
  2466. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  2467. for ac_option
  2468. do
  2469.   case "$ac_option" in
  2470.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2471.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  2472.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  2473.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  2474.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  2475.     exit 0 ;;
  2476.   -help | --help | --hel | --he | --h)
  2477.     echo "$ac_cs_usage"; exit 0 ;;
  2478.   *) echo "$ac_cs_usage"; exit 1 ;;
  2479.   esac
  2480. done
  2481. ac_given_srcdir=$srcdir
  2482. ac_given_INSTALL="$INSTALL"
  2483. trap 'rm -fr `echo "nessus.tmpl nessus-config.pre include/libvers.h uninstall-nessus include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  2484. EOF
  2485. cat >> $CONFIG_STATUS <<EOF
  2486. # Protect against being on the right side of a sed subst in config.status.
  2487. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  2488.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  2489. $ac_vpsub
  2490. $extrasub
  2491. s%@SHELL@%$SHELL%g
  2492. s%@CFLAGS@%$CFLAGS%g
  2493. s%@CPPFLAGS@%$CPPFLAGS%g
  2494. s%@CXXFLAGS@%$CXXFLAGS%g
  2495. s%@FFLAGS@%$FFLAGS%g
  2496. s%@DEFS@%$DEFS%g
  2497. s%@LDFLAGS@%$LDFLAGS%g
  2498. s%@LIBS@%$LIBS%g
  2499. s%@exec_prefix@%$exec_prefix%g
  2500. s%@prefix@%$prefix%g
  2501. s%@program_transform_name@%$program_transform_name%g
  2502. s%@bindir@%$bindir%g
  2503. s%@sbindir@%$sbindir%g
  2504. s%@libexecdir@%$libexecdir%g
  2505. s%@datadir@%$datadir%g
  2506. s%@sysconfdir@%$sysconfdir%g
  2507. s%@sharedstatedir@%$sharedstatedir%g
  2508. s%@localstatedir@%$localstatedir%g
  2509. s%@libdir@%$libdir%g
  2510. s%@includedir@%$includedir%g
  2511. s%@oldincludedir@%$oldincludedir%g
  2512. s%@infodir@%$infodir%g
  2513. s%@mandir@%$mandir%g
  2514. s%@CC@%$CC%g
  2515. s%@host@%$host%g
  2516. s%@host_alias@%$host_alias%g
  2517. s%@host_cpu@%$host_cpu%g
  2518. s%@host_vendor@%$host_vendor%g
  2519. s%@host_os@%$host_os%g
  2520. s%@build@%$build%g
  2521. s%@build_alias@%$build_alias%g
  2522. s%@build_cpu@%$build_cpu%g
  2523. s%@build_vendor@%$build_vendor%g
  2524. s%@build_os@%$build_os%g
  2525. s%@LN_S@%$LN_S%g
  2526. s%@OBJEXT@%$OBJEXT%g
  2527. s%@EXEEXT@%$EXEEXT%g
  2528. s%@ECHO@%$ECHO%g
  2529. s%@RANLIB@%$RANLIB%g
  2530. s%@STRIP@%$STRIP%g
  2531. s%@DLLTOOL@%$DLLTOOL%g
  2532. s%@AS@%$AS%g
  2533. s%@OBJDUMP@%$OBJDUMP%g
  2534. s%@CPP@%$CPP%g
  2535. s%@LIBTOOL@%$LIBTOOL%g
  2536. s%@SET_MAKE@%$SET_MAKE%g
  2537. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  2538. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  2539. s%@INSTALL_DATA@%$INSTALL_DATA%g
  2540. s%@ALLOCA@%$ALLOCA%g
  2541. s%@subdirs@%$subdirs%g
  2542. s%@CC_NOPIPE@%$CC_NOPIPE%g
  2543. s%@PWD@%$PWD%g
  2544. s%@PWDD@%$PWDD%g
  2545. s%@CWALL@%$CWALL%g
  2546. s%@CWARN@%$CWARN%g
  2547. s%@INSTALL_DIR@%$INSTALL_DIR%g
  2548. s%@INSTALL@%$INSTALL%g
  2549. s%@EXTRA@%$EXTRA%g
  2550. s%@debug_cflags@%$debug_cflags%g
  2551. s%@cipher_cflags@%$cipher_cflags%g
  2552. s%@pcap_install@%$pcap_install%g
  2553. s%@pcap_make@%$pcap_make%g
  2554. s%@pcap_clean@%$pcap_clean%g
  2555. s%@pcap_distclean@%$pcap_distclean%g
  2556. s%@syspcap@%$syspcap%g
  2557. s%@with_ws2_32@%$with_ws2_32%g
  2558. s%@ssl@%$ssl%g
  2559. s%@sslcflags@%$sslcflags%g
  2560. s%@llib@%$llib%g
  2561. s%@version@%$version%g
  2562. s%@egdpath@%$egdpath%g
  2563. s%@debug_ssl@%$debug_ssl%g
  2564. s%@NESSUS_MAJOR@%$NESSUS_MAJOR%g
  2565. s%@NESSUS_MINOR@%$NESSUS_MINOR%g
  2566. s%@NESSUS_SUPER@%$NESSUS_SUPER%g
  2567. s%@NESSUS_PATCH@%$NESSUS_PATCH%g
  2568. s%@NESSUS_DATE@%$NESSUS_DATE%g
  2569. s%@BUILD_PCAP@%$BUILD_PCAP%g
  2570. s%@pcap_flag@%$pcap_flag%g
  2571. s%@VERSION@%$VERSION%g
  2572. s%@ac_configure_args@%$ac_configure_args%g
  2573. CEOF
  2574. EOF
  2575. cat >> $CONFIG_STATUS <<EOF
  2576. # Split the substitutions into bite-sized pieces for seds with
  2577. # small command number limits, like on Digital OSF/1 and HP-UX.
  2578. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  2579. ac_file=1 # Number of current file.
  2580. ac_beg=1 # First line for current file.
  2581. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  2582. ac_more_lines=:
  2583. ac_sed_cmds=""
  2584. while $ac_more_lines; do
  2585.   if test $ac_beg -gt 1; then
  2586.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  2587.   else
  2588.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  2589.   fi
  2590.   if test ! -s conftest.s$ac_file; then
  2591.     ac_more_lines=false
  2592.     rm -f conftest.s$ac_file
  2593.   else
  2594.     if test -z "$ac_sed_cmds"; then
  2595.       ac_sed_cmds="sed -f conftest.s$ac_file"
  2596.     else
  2597.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  2598.     fi
  2599.     ac_file=`expr $ac_file + 1`
  2600.     ac_beg=$ac_end
  2601.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  2602.   fi
  2603. done
  2604. if test -z "$ac_sed_cmds"; then
  2605.   ac_sed_cmds=cat
  2606. fi
  2607. EOF
  2608. cat >> $CONFIG_STATUS <<EOF
  2609. CONFIG_FILES=${CONFIG_FILES-"nessus.tmpl nessus-config.pre include/libvers.h uninstall-nessus"}
  2610. EOF
  2611. cat >> $CONFIG_STATUS <<EOF
  2612. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  2613.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2614.   case "$ac_file" in
  2615.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  2616.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2617.   *) ac_file_in="${ac_file}.in" ;;
  2618.   esac
  2619.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  2620.   # Remove last slash and all that follows it.  Not all systems have dirname.
  2621.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2622.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2623.     # The file is in a subdirectory.
  2624.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  2625.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  2626.     # A "../" for each directory in $ac_dir_suffix.
  2627.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  2628.   else
  2629.     ac_dir_suffix= ac_dots=
  2630.   fi
  2631.   case "$ac_given_srcdir" in
  2632.   .)  srcdir=.
  2633.       if test -z "$ac_dots"; then top_srcdir=.
  2634.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  2635.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  2636.   *) # Relative path.
  2637.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  2638.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  2639.   esac
  2640.   case "$ac_given_INSTALL" in
  2641.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  2642.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  2643.   esac
  2644.   echo creating "$ac_file"
  2645.   rm -f "$ac_file"
  2646.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  2647.   case "$ac_file" in
  2648.   *Makefile*) ac_comsub="1i\
  2649. # $configure_input" ;;
  2650.   *) ac_comsub= ;;
  2651.   esac
  2652.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  2653.   sed -e "$ac_comsub
  2654. s%@configure_input@%$configure_input%g
  2655. s%@srcdir@%$srcdir%g
  2656. s%@top_srcdir@%$top_srcdir%g
  2657. s%@INSTALL@%$INSTALL%g
  2658. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  2659. fi; done
  2660. rm -f conftest.s*
  2661. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  2662. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  2663. #
  2664. # ac_d sets the value in "#define NAME VALUE" lines.
  2665. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  2666. ac_dB='([  ][  ]*)[^  ]*%1#2'
  2667. ac_dC='3'
  2668. ac_dD='%g'
  2669. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  2670. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  2671. ac_uB='([  ])%1#2define3'
  2672. ac_uC=' '
  2673. ac_uD='4%g'
  2674. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  2675. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  2676. ac_eB='$%1#2define3'
  2677. ac_eC=' '
  2678. ac_eD='%g'
  2679. if test "${CONFIG_HEADERS+set}" != set; then
  2680. EOF
  2681. cat >> $CONFIG_STATUS <<EOF
  2682.   CONFIG_HEADERS="include/config.h"
  2683. EOF
  2684. cat >> $CONFIG_STATUS <<EOF
  2685. fi
  2686. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  2687.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2688.   case "$ac_file" in
  2689.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  2690.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2691.   *) ac_file_in="${ac_file}.in" ;;
  2692.   esac
  2693.   echo creating $ac_file
  2694.   rm -f conftest.frag conftest.in conftest.out
  2695.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  2696.   cat $ac_file_inputs > conftest.in
  2697. EOF
  2698. # Transform confdefs.h into a sed script conftest.vals that substitutes
  2699. # the proper values into config.h.in to produce config.h.  And first:
  2700. # Protect against being on the right side of a sed subst in config.status.
  2701. # Protect against being in an unquoted here document in config.status.
  2702. rm -f conftest.vals
  2703. cat > conftest.hdr <<EOF
  2704. s/[\&%]/\&/g
  2705. s%[\$`]%\&%g
  2706. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  2707. s%ac_d%ac_u%gp
  2708. s%ac_u%ac_e%gp
  2709. EOF
  2710. sed -n -f conftest.hdr confdefs.h > conftest.vals
  2711. rm -f conftest.hdr
  2712. # This sed command replaces #undef with comments.  This is necessary, for
  2713. # example, in the case of _POSIX_SOURCE, which is predefined and required
  2714. # on some systems where configure will not decide to define it.
  2715. cat >> conftest.vals <<EOF
  2716. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  2717. EOF
  2718. # Break up conftest.vals because some shells have a limit on
  2719. # the size of here documents, and old seds have small limits too.
  2720. rm -f conftest.tail
  2721. while :
  2722. do
  2723.   ac_lines=`grep -c . conftest.vals`
  2724.   # grep -c gives empty output for an empty file on some AIX systems.
  2725.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  2726.   # Write a limited-size here document to conftest.frag.
  2727.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  2728.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  2729.   echo 'CEOF
  2730.   sed -f conftest.frag conftest.in > conftest.out
  2731.   rm -f conftest.in
  2732.   mv conftest.out conftest.in
  2733. ' >> $CONFIG_STATUS
  2734.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  2735.   rm -f conftest.vals
  2736.   mv conftest.tail conftest.vals
  2737. done
  2738. rm -f conftest.vals
  2739. cat >> $CONFIG_STATUS <<EOF
  2740.   rm -f conftest.frag conftest.h
  2741.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  2742.   cat conftest.in >> conftest.h
  2743.   rm -f conftest.in
  2744.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  2745.     echo "$ac_file is unchanged"
  2746.     rm -f conftest.h
  2747.   else
  2748.     # Remove last slash and all that follows it.  Not all systems have dirname.
  2749.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2750.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2751.       # The file is in a subdirectory.
  2752.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  2753.     fi
  2754.     rm -f $ac_file
  2755.     mv conftest.h $ac_file
  2756.   fi
  2757. fi; done
  2758. EOF
  2759. cat >> $CONFIG_STATUS <<EOF
  2760. EOF
  2761. cat >> $CONFIG_STATUS <<EOF
  2762. exit 0
  2763. EOF
  2764. chmod +x $CONFIG_STATUS
  2765. rm -fr confdefs* $ac_clean_files
  2766. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  2767. if test "$no_recursion" != yes; then
  2768.   # Remove --cache-file and --srcdir arguments so they do not pile up.
  2769.   ac_sub_configure_args=
  2770.   ac_prev=
  2771.   for ac_arg in $ac_configure_args; do
  2772.     if test -n "$ac_prev"; then
  2773.       ac_prev=
  2774.       continue
  2775.     fi
  2776.     case "$ac_arg" in
  2777.     -cache-file | --cache-file | --cache-fil | --cache-fi 
  2778.     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  2779.       ac_prev=cache_file ;;
  2780.     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  2781.     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  2782.       ;;
  2783.     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  2784.       ac_prev=srcdir ;;
  2785.     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  2786.       ;;
  2787.     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
  2788.     esac
  2789.   done
  2790.   for ac_config_dir in $pcap_dir; do
  2791.     # Do not complain, so a configure script can configure whichever
  2792.     # parts of a large source tree are present.
  2793.     if test ! -d $srcdir/$ac_config_dir; then
  2794.       continue
  2795.     fi
  2796.     echo configuring in $ac_config_dir
  2797.     case "$srcdir" in
  2798.     .) ;;
  2799.     *)
  2800.       if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
  2801.       else
  2802.         { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
  2803.       fi
  2804.       ;;
  2805.     esac
  2806.     ac_popdir=`pwd`
  2807.     cd $ac_config_dir
  2808.       # A "../" for each directory in /$ac_config_dir.
  2809.       ac_dots=`echo $ac_config_dir|sed -e 's%^./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
  2810.     case "$srcdir" in
  2811.     .) # No --srcdir option.  We are building in place.
  2812.       ac_sub_srcdir=$srcdir ;;
  2813.     /*) # Absolute path.
  2814.       ac_sub_srcdir=$srcdir/$ac_config_dir ;;
  2815.     *) # Relative path.
  2816.       ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
  2817.     esac
  2818.     # Check for guested configure; otherwise get Cygnus style configure.
  2819.     if test -f $ac_sub_srcdir/configure; then
  2820.       ac_sub_configure=$ac_sub_srcdir/configure
  2821.     elif test -f $ac_sub_srcdir/configure.in; then
  2822.       ac_sub_configure=$ac_configure
  2823.     else
  2824.       echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
  2825.       ac_sub_configure=
  2826.     fi
  2827.     # The recursion is here.
  2828.     if test -n "$ac_sub_configure"; then
  2829.       # Make the cache file name correct relative to the subdirectory.
  2830.       case "$cache_file" in
  2831.       /*) ac_sub_cache_file=$cache_file ;;
  2832.       *) # Relative path.
  2833.         ac_sub_cache_file="$ac_dots$cache_file" ;;
  2834.       esac
  2835.   case "$ac_given_INSTALL" in
  2836.         [/$]*) INSTALL="$ac_given_INSTALL" ;;
  2837.         *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  2838.         esac
  2839.       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
  2840.       # The eval makes quoting arguments work.
  2841.       if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
  2842.       then :
  2843.       else
  2844.         { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
  2845.       fi
  2846.     fi
  2847.     cd $ac_popdir
  2848.   done
  2849. fi
  2850. chmod +x uninstall-nessus
  2851. test  "$use_cipher" = "yes" -a -z "$with_ssl"  &&
  2852. {
  2853.  echo "configure: warning: *** As SSL support is disabled, the communication between   the server and the client will not be ciphered" 1>&2
  2854. echo "$ac_t""
  2855. If you installed an older version of Nessus in the past you should run
  2856. ./uninstall-nessus as root first.
  2857. This script will remove the old libraries and binaries left by the older
  2858. version but will keep your configuration untouched" 1>&6
  2859. test -z "$bpfshare" -a -c /dev/bpf0 -a ! -c /dev/bpf40 &&
  2860. echo "$ac_t""
  2861. *** You appear to be running a BPF-enabled operating system. 
  2862. (BPF stands for 'Berkeley Packet Filter')
  2863. BPFs are used to capture incoming packets without using the operating system. 
  2864. Nessus uses those for some of its security checks and port scanners.
  2865. However, you seem to not have enough bpfs, (we recommand that you get about 
  2866. 100 of them) so Nessus might miss some hosts or produce inaccurate port scans.
  2867. If you can not create more bpfs, then you may want to enable the experimental
  2868. bpf sharing daemon, by re-running this configure script with the option
  2869. --enable-bpf-sharing
  2870. Please read README.BPF before continuing" 1>&6
  2871. exit 0