configure
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:995k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1.  || test ! -s conftest.err'
  2.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3.   (eval $ac_try) 2>&5
  4.   ac_status=$?
  5.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  6.   (exit $ac_status); }; } &&
  7.  { ac_try='test -s conftest.$ac_objext'
  8.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  9.   (eval $ac_try) 2>&5
  10.   ac_status=$?
  11.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  12.   (exit $ac_status); }; }; then
  13.   eval "${ac_safe_all}=yes"
  14. else
  15.   echo "$as_me: failed program was:" >&5
  16. sed 's/^/| /' conftest.$ac_ext >&5
  17. eval "${ac_safe_all}=no"
  18. fi
  19. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  20. fi
  21. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  22.   echo "$as_me:$LINENO: result: yes" >&5
  23. echo "${ECHO_T}yes" >&6
  24.   cat >>confdefs.h <<_ACEOF
  25. #define $ac_uc_define 1
  26. _ACEOF
  27. else
  28.   echo "$as_me:$LINENO: result: no" >&5
  29. echo "${ECHO_T}no" >&6
  30. fi
  31. ac_safe_struct=`echo "udpstat" | sed 'y%./+-%__p_%'`
  32. ac_safe_member=`echo "udps_noportbcast" | sed 'y%./+-%__p_%'`
  33. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  34.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  35. echo "$as_me:$LINENO: checking for udpstat.udps_noportbcast" >&5
  36. echo $ECHO_N "checking for udpstat.udps_noportbcast... $ECHO_C" >&6
  37. if eval "test "${$ac_safe_all+set}" = set"; then
  38.   echo $ECHO_N "(cached) $ECHO_C" >&6
  39. else
  40. if test "x" = "x"; then
  41.   defineit="= 0"
  42. elif test "x" = "xno"; then
  43.   defineit=""
  44. else
  45.   defineit=""
  46. fi
  47. cat >conftest.$ac_ext <<_ACEOF
  48. /* confdefs.h.  */
  49. _ACEOF
  50. cat confdefs.h >>conftest.$ac_ext
  51. cat >>conftest.$ac_ext <<_ACEOF
  52. /* end confdefs.h.  */
  53. #include <sys/types.h>
  54. #if HAVE_NETINET_IN_H
  55. #include <netinet/in.h>
  56. #endif
  57. #if HAVE_NETINET_IP_VAR_H
  58. #include <netinet/ip_var.h>
  59. #endif
  60. #if HAVE_NETINET_UDP_H
  61. #include <netinet/udp.h>
  62. #endif
  63. #if HAVE_NETINET_UDP_VAR_H
  64. #include <netinet/udp_var.h>
  65. #endif
  66. int
  67. main ()
  68. {
  69. struct udpstat testit;
  70. testit.udps_noportbcast $defineit;
  71.   ;
  72.   return 0;
  73. }
  74. _ACEOF
  75. rm -f conftest.$ac_objext
  76. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  77.   (eval $ac_compile) 2>conftest.er1
  78.   ac_status=$?
  79.   grep -v '^ *+' conftest.er1 >conftest.err
  80.   rm -f conftest.er1
  81.   cat conftest.err >&5
  82.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  83.   (exit $ac_status); } &&
  84.  { ac_try='test -z "$ac_c_werror_flag"
  85.  || test ! -s conftest.err'
  86.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  87.   (eval $ac_try) 2>&5
  88.   ac_status=$?
  89.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  90.   (exit $ac_status); }; } &&
  91.  { ac_try='test -s conftest.$ac_objext'
  92.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  93.   (eval $ac_try) 2>&5
  94.   ac_status=$?
  95.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  96.   (exit $ac_status); }; }; then
  97.   eval "${ac_safe_all}=yes"
  98. else
  99.   echo "$as_me: failed program was:" >&5
  100. sed 's/^/| /' conftest.$ac_ext >&5
  101. eval "${ac_safe_all}=no"
  102. fi
  103. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  104. fi
  105. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  106.   echo "$as_me:$LINENO: result: yes" >&5
  107. echo "${ECHO_T}yes" >&6
  108.   cat >>confdefs.h <<_ACEOF
  109. #define $ac_uc_define 1
  110. _ACEOF
  111. else
  112.   echo "$as_me:$LINENO: result: no" >&5
  113. echo "${ECHO_T}no" >&6
  114. fi
  115. ac_safe_struct=`echo "udpstat" | sed 'y%./+-%__p_%'`
  116. ac_safe_member=`echo "udps_fullsock" | sed 'y%./+-%__p_%'`
  117. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  118.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  119. echo "$as_me:$LINENO: checking for udpstat.udps_fullsock" >&5
  120. echo $ECHO_N "checking for udpstat.udps_fullsock... $ECHO_C" >&6
  121. if eval "test "${$ac_safe_all+set}" = set"; then
  122.   echo $ECHO_N "(cached) $ECHO_C" >&6
  123. else
  124. if test "x" = "x"; then
  125.   defineit="= 0"
  126. elif test "x" = "xno"; then
  127.   defineit=""
  128. else
  129.   defineit=""
  130. fi
  131. cat >conftest.$ac_ext <<_ACEOF
  132. /* confdefs.h.  */
  133. _ACEOF
  134. cat confdefs.h >>conftest.$ac_ext
  135. cat >>conftest.$ac_ext <<_ACEOF
  136. /* end confdefs.h.  */
  137. #include <sys/types.h>
  138. #if HAVE_NETINET_IN_H
  139. #include <netinet/in.h>
  140. #endif
  141. #if HAVE_NETINET_IP_VAR_H
  142. #include <netinet/ip_var.h>
  143. #endif
  144. #if HAVE_NETINET_UDP_H
  145. #include <netinet/udp.h>
  146. #endif
  147. #if HAVE_NETINET_UDP_VAR_H
  148. #include <netinet/udp_var.h>
  149. #endif
  150. int
  151. main ()
  152. {
  153. struct udpstat testit;
  154. testit.udps_fullsock $defineit;
  155.   ;
  156.   return 0;
  157. }
  158. _ACEOF
  159. rm -f conftest.$ac_objext
  160. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  161.   (eval $ac_compile) 2>conftest.er1
  162.   ac_status=$?
  163.   grep -v '^ *+' conftest.er1 >conftest.err
  164.   rm -f conftest.er1
  165.   cat conftest.err >&5
  166.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  167.   (exit $ac_status); } &&
  168.  { ac_try='test -z "$ac_c_werror_flag"
  169.  || test ! -s conftest.err'
  170.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  171.   (eval $ac_try) 2>&5
  172.   ac_status=$?
  173.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  174.   (exit $ac_status); }; } &&
  175.  { ac_try='test -s conftest.$ac_objext'
  176.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  177.   (eval $ac_try) 2>&5
  178.   ac_status=$?
  179.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  180.   (exit $ac_status); }; }; then
  181.   eval "${ac_safe_all}=yes"
  182. else
  183.   echo "$as_me: failed program was:" >&5
  184. sed 's/^/| /' conftest.$ac_ext >&5
  185. eval "${ac_safe_all}=no"
  186. fi
  187. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  188. fi
  189. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  190.   echo "$as_me:$LINENO: result: yes" >&5
  191. echo "${ECHO_T}yes" >&6
  192.   cat >>confdefs.h <<_ACEOF
  193. #define $ac_uc_define 1
  194. _ACEOF
  195. else
  196.   echo "$as_me:$LINENO: result: no" >&5
  197. echo "${ECHO_T}no" >&6
  198. fi
  199. ac_safe_struct=`echo "arphd" | sed 'y%./+-%__p_%'`
  200. ac_safe_member=`echo "at_next" | sed 'y%./+-%__p_%'`
  201. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  202.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  203. echo "$as_me:$LINENO: checking for arphd.at_next" >&5
  204. echo $ECHO_N "checking for arphd.at_next... $ECHO_C" >&6
  205. if eval "test "${$ac_safe_all+set}" = set"; then
  206.   echo $ECHO_N "(cached) $ECHO_C" >&6
  207. else
  208. if test "x" = "x"; then
  209.   defineit="= 0"
  210. elif test "x" = "xno"; then
  211.   defineit=""
  212. else
  213.   defineit=""
  214. fi
  215. cat >conftest.$ac_ext <<_ACEOF
  216. /* confdefs.h.  */
  217. _ACEOF
  218. cat confdefs.h >>conftest.$ac_ext
  219. cat >>conftest.$ac_ext <<_ACEOF
  220. /* end confdefs.h.  */
  221. #ifdef HAVE_SYS_PARAM_H
  222. #include <sys/param.h>
  223. #endif
  224. #include <sys/types.h>
  225. #include <sys/socket.h>
  226. #ifdef HAVE_SYS_TIME_H
  227. #include <sys/time.h>
  228. #endif
  229. #include <net/if.h>
  230. #if HAVE_NETINET_IN_H
  231. #include <netinet/in.h>
  232. #endif
  233. #if HAVE_NETINET_IF_ETHER_H
  234. #include <netinet/if_ether.h>
  235. #endif
  236. int
  237. main ()
  238. {
  239. struct arphd testit;
  240. testit.at_next $defineit;
  241.   ;
  242.   return 0;
  243. }
  244. _ACEOF
  245. rm -f conftest.$ac_objext
  246. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  247.   (eval $ac_compile) 2>conftest.er1
  248.   ac_status=$?
  249.   grep -v '^ *+' conftest.er1 >conftest.err
  250.   rm -f conftest.er1
  251.   cat conftest.err >&5
  252.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  253.   (exit $ac_status); } &&
  254.  { ac_try='test -z "$ac_c_werror_flag"
  255.  || test ! -s conftest.err'
  256.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  257.   (eval $ac_try) 2>&5
  258.   ac_status=$?
  259.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  260.   (exit $ac_status); }; } &&
  261.  { ac_try='test -s conftest.$ac_objext'
  262.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  263.   (eval $ac_try) 2>&5
  264.   ac_status=$?
  265.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  266.   (exit $ac_status); }; }; then
  267.   eval "${ac_safe_all}=yes"
  268. else
  269.   echo "$as_me: failed program was:" >&5
  270. sed 's/^/| /' conftest.$ac_ext >&5
  271. eval "${ac_safe_all}=no"
  272. fi
  273. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  274. fi
  275. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  276.   echo "$as_me:$LINENO: result: yes" >&5
  277. echo "${ECHO_T}yes" >&6
  278.   cat >>confdefs.h <<_ACEOF
  279. #define $ac_uc_define 1
  280. _ACEOF
  281. else
  282.   echo "$as_me:$LINENO: result: no" >&5
  283. echo "${ECHO_T}no" >&6
  284. fi
  285. ac_safe_struct=`echo "swdevt" | sed 'y%./+-%__p_%'`
  286. ac_safe_member=`echo "sw_nblksenabled" | sed 'y%./+-%__p_%'`
  287. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  288.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  289. echo "$as_me:$LINENO: checking for swdevt.sw_nblksenabled" >&5
  290. echo $ECHO_N "checking for swdevt.sw_nblksenabled... $ECHO_C" >&6
  291. if eval "test "${$ac_safe_all+set}" = set"; then
  292.   echo $ECHO_N "(cached) $ECHO_C" >&6
  293. else
  294. if test "x" = "x"; then
  295.   defineit="= 0"
  296. elif test "x" = "xno"; then
  297.   defineit=""
  298. else
  299.   defineit=""
  300. fi
  301. cat >conftest.$ac_ext <<_ACEOF
  302. /* confdefs.h.  */
  303. _ACEOF
  304. cat confdefs.h >>conftest.$ac_ext
  305. cat >>conftest.$ac_ext <<_ACEOF
  306. /* end confdefs.h.  */
  307. #if HAVE_SYS_CONF_H
  308. #include <sys/conf.h>
  309. #endif
  310. int
  311. main ()
  312. {
  313. struct swdevt testit;
  314. testit.sw_nblksenabled $defineit;
  315.   ;
  316.   return 0;
  317. }
  318. _ACEOF
  319. rm -f conftest.$ac_objext
  320. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  321.   (eval $ac_compile) 2>conftest.er1
  322.   ac_status=$?
  323.   grep -v '^ *+' conftest.er1 >conftest.err
  324.   rm -f conftest.er1
  325.   cat conftest.err >&5
  326.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  327.   (exit $ac_status); } &&
  328.  { ac_try='test -z "$ac_c_werror_flag"
  329.  || test ! -s conftest.err'
  330.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  331.   (eval $ac_try) 2>&5
  332.   ac_status=$?
  333.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  334.   (exit $ac_status); }; } &&
  335.  { ac_try='test -s conftest.$ac_objext'
  336.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  337.   (eval $ac_try) 2>&5
  338.   ac_status=$?
  339.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  340.   (exit $ac_status); }; }; then
  341.   eval "${ac_safe_all}=yes"
  342. else
  343.   echo "$as_me: failed program was:" >&5
  344. sed 's/^/| /' conftest.$ac_ext >&5
  345. eval "${ac_safe_all}=no"
  346. fi
  347. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  348. fi
  349. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  350.   echo "$as_me:$LINENO: result: yes" >&5
  351. echo "${ECHO_T}yes" >&6
  352.   cat >>confdefs.h <<_ACEOF
  353. #define $ac_uc_define 1
  354. _ACEOF
  355. else
  356.   echo "$as_me:$LINENO: result: no" >&5
  357. echo "${ECHO_T}no" >&6
  358. fi
  359. ac_safe_struct=`echo "statvfs" | sed 'y%./+-%__p_%'`
  360. ac_safe_member=`echo "mnt_dir" | sed 'y%./+-%__p_%'`
  361. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  362.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  363. echo "$as_me:$LINENO: checking for statvfs.mnt_dir" >&5
  364. echo $ECHO_N "checking for statvfs.mnt_dir... $ECHO_C" >&6
  365. if eval "test "${$ac_safe_all+set}" = set"; then
  366.   echo $ECHO_N "(cached) $ECHO_C" >&6
  367. else
  368. if test "x" = "x"; then
  369.   defineit="= 0"
  370. elif test "x" = "xno"; then
  371.   defineit=""
  372. else
  373.   defineit=""
  374. fi
  375. cat >conftest.$ac_ext <<_ACEOF
  376. /* confdefs.h.  */
  377. _ACEOF
  378. cat confdefs.h >>conftest.$ac_ext
  379. cat >>conftest.$ac_ext <<_ACEOF
  380. /* end confdefs.h.  */
  381. #ifdef HAVE_SYS_STAT_H
  382. #include <sys/stat.h>
  383. #endif
  384. #if HAVE_SYS_STATFS_H
  385. #include <sys/statfs.h>
  386. #endif
  387. #if HAVE_SYS_STATVFS_H
  388. #include <sys/statvfs.h>
  389. #endif
  390. int
  391. main ()
  392. {
  393. struct statvfs testit;
  394. testit.mnt_dir $defineit;
  395.   ;
  396.   return 0;
  397. }
  398. _ACEOF
  399. rm -f conftest.$ac_objext
  400. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  401.   (eval $ac_compile) 2>conftest.er1
  402.   ac_status=$?
  403.   grep -v '^ *+' conftest.er1 >conftest.err
  404.   rm -f conftest.er1
  405.   cat conftest.err >&5
  406.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  407.   (exit $ac_status); } &&
  408.  { ac_try='test -z "$ac_c_werror_flag"
  409.  || test ! -s conftest.err'
  410.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  411.   (eval $ac_try) 2>&5
  412.   ac_status=$?
  413.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  414.   (exit $ac_status); }; } &&
  415.  { ac_try='test -s conftest.$ac_objext'
  416.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  417.   (eval $ac_try) 2>&5
  418.   ac_status=$?
  419.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  420.   (exit $ac_status); }; }; then
  421.   eval "${ac_safe_all}=yes"
  422. else
  423.   echo "$as_me: failed program was:" >&5
  424. sed 's/^/| /' conftest.$ac_ext >&5
  425. eval "${ac_safe_all}=no"
  426. fi
  427. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  428. fi
  429. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  430.   echo "$as_me:$LINENO: result: yes" >&5
  431. echo "${ECHO_T}yes" >&6
  432.   cat >>confdefs.h <<_ACEOF
  433. #define $ac_uc_define 1
  434. _ACEOF
  435. else
  436.   echo "$as_me:$LINENO: result: no" >&5
  437. echo "${ECHO_T}no" >&6
  438. fi
  439. ac_safe_struct=`echo "statvfs" | sed 'y%./+-%__p_%'`
  440. ac_safe_member=`echo "f_frsize" | sed 'y%./+-%__p_%'`
  441. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  442.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  443. echo "$as_me:$LINENO: checking for statvfs.f_frsize" >&5
  444. echo $ECHO_N "checking for statvfs.f_frsize... $ECHO_C" >&6
  445. if eval "test "${$ac_safe_all+set}" = set"; then
  446.   echo $ECHO_N "(cached) $ECHO_C" >&6
  447. else
  448. if test "x" = "x"; then
  449.   defineit="= 0"
  450. elif test "x" = "xno"; then
  451.   defineit=""
  452. else
  453.   defineit=""
  454. fi
  455. cat >conftest.$ac_ext <<_ACEOF
  456. /* confdefs.h.  */
  457. _ACEOF
  458. cat confdefs.h >>conftest.$ac_ext
  459. cat >>conftest.$ac_ext <<_ACEOF
  460. /* end confdefs.h.  */
  461. #ifdef HAVE_SYS_STAT_H
  462. #include <sys/stat.h>
  463. #endif
  464. #if HAVE_SYS_STATFS_H
  465. #include <sys/statfs.h>
  466. #endif
  467. #if HAVE_SYS_STATVFS_H
  468. #include <sys/statvfs.h>
  469. #endif
  470. int
  471. main ()
  472. {
  473. struct statvfs testit;
  474. testit.f_frsize $defineit;
  475.   ;
  476.   return 0;
  477. }
  478. _ACEOF
  479. rm -f conftest.$ac_objext
  480. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  481.   (eval $ac_compile) 2>conftest.er1
  482.   ac_status=$?
  483.   grep -v '^ *+' conftest.er1 >conftest.err
  484.   rm -f conftest.er1
  485.   cat conftest.err >&5
  486.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  487.   (exit $ac_status); } &&
  488.  { ac_try='test -z "$ac_c_werror_flag"
  489.  || test ! -s conftest.err'
  490.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  491.   (eval $ac_try) 2>&5
  492.   ac_status=$?
  493.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  494.   (exit $ac_status); }; } &&
  495.  { ac_try='test -s conftest.$ac_objext'
  496.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  497.   (eval $ac_try) 2>&5
  498.   ac_status=$?
  499.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  500.   (exit $ac_status); }; }; then
  501.   eval "${ac_safe_all}=yes"
  502. else
  503.   echo "$as_me: failed program was:" >&5
  504. sed 's/^/| /' conftest.$ac_ext >&5
  505. eval "${ac_safe_all}=no"
  506. fi
  507. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  508. fi
  509. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  510.   echo "$as_me:$LINENO: result: yes" >&5
  511. echo "${ECHO_T}yes" >&6
  512.   cat >>confdefs.h <<_ACEOF
  513. #define $ac_uc_define 1
  514. _ACEOF
  515. else
  516.   echo "$as_me:$LINENO: result: no" >&5
  517. echo "${ECHO_T}no" >&6
  518. fi
  519. ac_safe_struct=`echo "statfs" | sed 'y%./+-%__p_%'`
  520. ac_safe_member=`echo "f_frsize" | sed 'y%./+-%__p_%'`
  521. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  522.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  523. echo "$as_me:$LINENO: checking for statfs.f_frsize" >&5
  524. echo $ECHO_N "checking for statfs.f_frsize... $ECHO_C" >&6
  525. if eval "test "${$ac_safe_all+set}" = set"; then
  526.   echo $ECHO_N "(cached) $ECHO_C" >&6
  527. else
  528. if test "x" = "x"; then
  529.   defineit="= 0"
  530. elif test "x" = "xno"; then
  531.   defineit=""
  532. else
  533.   defineit=""
  534. fi
  535. cat >conftest.$ac_ext <<_ACEOF
  536. /* confdefs.h.  */
  537. _ACEOF
  538. cat confdefs.h >>conftest.$ac_ext
  539. cat >>conftest.$ac_ext <<_ACEOF
  540. /* end confdefs.h.  */
  541. #ifdef HAVE_SYS_STAT_H
  542. #include <sys/stat.h>
  543. #endif
  544. #if HAVE_SYS_STATFS_H
  545. #include <sys/statfs.h>
  546. #endif
  547. #if HAVE_SYS_STATVFS_H
  548. #include <sys/statvfs.h>
  549. #endif
  550. int
  551. main ()
  552. {
  553. struct statfs testit;
  554. testit.f_frsize $defineit;
  555.   ;
  556.   return 0;
  557. }
  558. _ACEOF
  559. rm -f conftest.$ac_objext
  560. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  561.   (eval $ac_compile) 2>conftest.er1
  562.   ac_status=$?
  563.   grep -v '^ *+' conftest.er1 >conftest.err
  564.   rm -f conftest.er1
  565.   cat conftest.err >&5
  566.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  567.   (exit $ac_status); } &&
  568.  { ac_try='test -z "$ac_c_werror_flag"
  569.  || test ! -s conftest.err'
  570.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  571.   (eval $ac_try) 2>&5
  572.   ac_status=$?
  573.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  574.   (exit $ac_status); }; } &&
  575.  { ac_try='test -s conftest.$ac_objext'
  576.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  577.   (eval $ac_try) 2>&5
  578.   ac_status=$?
  579.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  580.   (exit $ac_status); }; }; then
  581.   eval "${ac_safe_all}=yes"
  582. else
  583.   echo "$as_me: failed program was:" >&5
  584. sed 's/^/| /' conftest.$ac_ext >&5
  585. eval "${ac_safe_all}=no"
  586. fi
  587. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  588. fi
  589. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  590.   echo "$as_me:$LINENO: result: yes" >&5
  591. echo "${ECHO_T}yes" >&6
  592.   cat >>confdefs.h <<_ACEOF
  593. #define $ac_uc_define 1
  594. _ACEOF
  595. else
  596.   echo "$as_me:$LINENO: result: no" >&5
  597. echo "${ECHO_T}no" >&6
  598. fi
  599. ac_safe_struct=`echo "statvfs" | sed 'y%./+-%__p_%'`
  600. ac_safe_member=`echo "f_files" | sed 'y%./+-%__p_%'`
  601. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  602.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  603. echo "$as_me:$LINENO: checking for statvfs.f_files" >&5
  604. echo $ECHO_N "checking for statvfs.f_files... $ECHO_C" >&6
  605. if eval "test "${$ac_safe_all+set}" = set"; then
  606.   echo $ECHO_N "(cached) $ECHO_C" >&6
  607. else
  608. if test "x" = "x"; then
  609.   defineit="= 0"
  610. elif test "x" = "xno"; then
  611.   defineit=""
  612. else
  613.   defineit=""
  614. fi
  615. cat >conftest.$ac_ext <<_ACEOF
  616. /* confdefs.h.  */
  617. _ACEOF
  618. cat confdefs.h >>conftest.$ac_ext
  619. cat >>conftest.$ac_ext <<_ACEOF
  620. /* end confdefs.h.  */
  621. #ifdef HAVE_SYS_STAT_H
  622. #include <sys/stat.h>
  623. #endif
  624. #if HAVE_SYS_STATFS_H
  625. #include <sys/statfs.h>
  626. #endif
  627. #if HAVE_SYS_STATVFS_H
  628. #include <sys/statvfs.h>
  629. #endif
  630. int
  631. main ()
  632. {
  633. struct statvfs testit;
  634. testit.f_files $defineit;
  635.   ;
  636.   return 0;
  637. }
  638. _ACEOF
  639. rm -f conftest.$ac_objext
  640. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  641.   (eval $ac_compile) 2>conftest.er1
  642.   ac_status=$?
  643.   grep -v '^ *+' conftest.er1 >conftest.err
  644.   rm -f conftest.er1
  645.   cat conftest.err >&5
  646.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  647.   (exit $ac_status); } &&
  648.  { ac_try='test -z "$ac_c_werror_flag"
  649.  || test ! -s conftest.err'
  650.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  651.   (eval $ac_try) 2>&5
  652.   ac_status=$?
  653.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  654.   (exit $ac_status); }; } &&
  655.  { ac_try='test -s conftest.$ac_objext'
  656.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  657.   (eval $ac_try) 2>&5
  658.   ac_status=$?
  659.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  660.   (exit $ac_status); }; }; then
  661.   eval "${ac_safe_all}=yes"
  662. else
  663.   echo "$as_me: failed program was:" >&5
  664. sed 's/^/| /' conftest.$ac_ext >&5
  665. eval "${ac_safe_all}=no"
  666. fi
  667. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  668. fi
  669. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  670.   echo "$as_me:$LINENO: result: yes" >&5
  671. echo "${ECHO_T}yes" >&6
  672.   cat >>confdefs.h <<_ACEOF
  673. #define $ac_uc_define 1
  674. _ACEOF
  675. else
  676.   echo "$as_me:$LINENO: result: no" >&5
  677. echo "${ECHO_T}no" >&6
  678. fi
  679. ac_safe_struct=`echo "statfs" | sed 'y%./+-%__p_%'`
  680. ac_safe_member=`echo "f_files" | sed 'y%./+-%__p_%'`
  681. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  682.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  683. echo "$as_me:$LINENO: checking for statfs.f_files" >&5
  684. echo $ECHO_N "checking for statfs.f_files... $ECHO_C" >&6
  685. if eval "test "${$ac_safe_all+set}" = set"; then
  686.   echo $ECHO_N "(cached) $ECHO_C" >&6
  687. else
  688. if test "x" = "x"; then
  689.   defineit="= 0"
  690. elif test "x" = "xno"; then
  691.   defineit=""
  692. else
  693.   defineit=""
  694. fi
  695. cat >conftest.$ac_ext <<_ACEOF
  696. /* confdefs.h.  */
  697. _ACEOF
  698. cat confdefs.h >>conftest.$ac_ext
  699. cat >>conftest.$ac_ext <<_ACEOF
  700. /* end confdefs.h.  */
  701. #ifdef HAVE_SYS_STAT_H
  702. #include <sys/stat.h>
  703. #endif
  704. #if HAVE_SYS_STATFS_H
  705. #include <sys/statfs.h>
  706. #endif
  707. #ifdef HAVE_SYS_PARAM_H
  708. #include <sys/param.h>
  709. #include <sys/types.h>
  710. #endif
  711. #ifdef HAVE_SYS_MOUNT_H
  712. #include <sys/mount.h>
  713. #endif
  714. int
  715. main ()
  716. {
  717. struct statfs testit;
  718. testit.f_files $defineit;
  719.   ;
  720.   return 0;
  721. }
  722. _ACEOF
  723. rm -f conftest.$ac_objext
  724. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  725.   (eval $ac_compile) 2>conftest.er1
  726.   ac_status=$?
  727.   grep -v '^ *+' conftest.er1 >conftest.err
  728.   rm -f conftest.er1
  729.   cat conftest.err >&5
  730.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  731.   (exit $ac_status); } &&
  732.  { ac_try='test -z "$ac_c_werror_flag"
  733.  || test ! -s conftest.err'
  734.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  735.   (eval $ac_try) 2>&5
  736.   ac_status=$?
  737.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  738.   (exit $ac_status); }; } &&
  739.  { ac_try='test -s conftest.$ac_objext'
  740.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  741.   (eval $ac_try) 2>&5
  742.   ac_status=$?
  743.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  744.   (exit $ac_status); }; }; then
  745.   eval "${ac_safe_all}=yes"
  746. else
  747.   echo "$as_me: failed program was:" >&5
  748. sed 's/^/| /' conftest.$ac_ext >&5
  749. eval "${ac_safe_all}=no"
  750. fi
  751. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  752. fi
  753. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  754.   echo "$as_me:$LINENO: result: yes" >&5
  755. echo "${ECHO_T}yes" >&6
  756.   cat >>confdefs.h <<_ACEOF
  757. #define $ac_uc_define 1
  758. _ACEOF
  759. else
  760.   echo "$as_me:$LINENO: result: no" >&5
  761. echo "${ECHO_T}no" >&6
  762. fi
  763. ac_safe_struct=`echo "statfs" | sed 'y%./+-%__p_%'`
  764. ac_safe_member=`echo "f_ffree" | sed 'y%./+-%__p_%'`
  765. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  766.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  767. echo "$as_me:$LINENO: checking for statfs.f_ffree" >&5
  768. echo $ECHO_N "checking for statfs.f_ffree... $ECHO_C" >&6
  769. if eval "test "${$ac_safe_all+set}" = set"; then
  770.   echo $ECHO_N "(cached) $ECHO_C" >&6
  771. else
  772. if test "x" = "x"; then
  773.   defineit="= 0"
  774. elif test "x" = "xno"; then
  775.   defineit=""
  776. else
  777.   defineit=""
  778. fi
  779. cat >conftest.$ac_ext <<_ACEOF
  780. /* confdefs.h.  */
  781. _ACEOF
  782. cat confdefs.h >>conftest.$ac_ext
  783. cat >>conftest.$ac_ext <<_ACEOF
  784. /* end confdefs.h.  */
  785. #ifdef HAVE_SYS_STAT_H
  786. #include <sys/stat.h>
  787. #endif
  788. #if HAVE_SYS_STATFS_H
  789. #include <sys/statfs.h>
  790. #endif
  791. #ifdef HAVE_SYS_PARAM_H
  792. #include <sys/param.h>
  793. #include <sys/types.h>
  794. #endif
  795. #ifdef HAVE_SYS_MOUNT_H
  796. #include <sys/mount.h>
  797. #endif
  798. int
  799. main ()
  800. {
  801. struct statfs testit;
  802. testit.f_ffree $defineit;
  803.   ;
  804.   return 0;
  805. }
  806. _ACEOF
  807. rm -f conftest.$ac_objext
  808. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  809.   (eval $ac_compile) 2>conftest.er1
  810.   ac_status=$?
  811.   grep -v '^ *+' conftest.er1 >conftest.err
  812.   rm -f conftest.er1
  813.   cat conftest.err >&5
  814.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  815.   (exit $ac_status); } &&
  816.  { ac_try='test -z "$ac_c_werror_flag"
  817.  || test ! -s conftest.err'
  818.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  819.   (eval $ac_try) 2>&5
  820.   ac_status=$?
  821.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  822.   (exit $ac_status); }; } &&
  823.  { ac_try='test -s conftest.$ac_objext'
  824.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  825.   (eval $ac_try) 2>&5
  826.   ac_status=$?
  827.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  828.   (exit $ac_status); }; }; then
  829.   eval "${ac_safe_all}=yes"
  830. else
  831.   echo "$as_me: failed program was:" >&5
  832. sed 's/^/| /' conftest.$ac_ext >&5
  833. eval "${ac_safe_all}=no"
  834. fi
  835. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  836. fi
  837. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  838.   echo "$as_me:$LINENO: result: yes" >&5
  839. echo "${ECHO_T}yes" >&6
  840.   cat >>confdefs.h <<_ACEOF
  841. #define $ac_uc_define 1
  842. _ACEOF
  843. else
  844.   echo "$as_me:$LINENO: result: no" >&5
  845. echo "${ECHO_T}no" >&6
  846. fi
  847. ac_safe_struct=`echo "statfs" | sed 'y%./+-%__p_%'`
  848. ac_safe_member=`echo "f_favail" | sed 'y%./+-%__p_%'`
  849. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  850.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  851. echo "$as_me:$LINENO: checking for statfs.f_favail" >&5
  852. echo $ECHO_N "checking for statfs.f_favail... $ECHO_C" >&6
  853. if eval "test "${$ac_safe_all+set}" = set"; then
  854.   echo $ECHO_N "(cached) $ECHO_C" >&6
  855. else
  856. if test "x" = "x"; then
  857.   defineit="= 0"
  858. elif test "x" = "xno"; then
  859.   defineit=""
  860. else
  861.   defineit=""
  862. fi
  863. cat >conftest.$ac_ext <<_ACEOF
  864. /* confdefs.h.  */
  865. _ACEOF
  866. cat confdefs.h >>conftest.$ac_ext
  867. cat >>conftest.$ac_ext <<_ACEOF
  868. /* end confdefs.h.  */
  869. #ifdef HAVE_SYS_STAT_H
  870. #include <sys/stat.h>
  871. #endif
  872. #if HAVE_SYS_STATFS_H
  873. #include <sys/statfs.h>
  874. #endif
  875. #ifdef HAVE_SYS_PARAM_H
  876. #include <sys/param.h>
  877. #include <sys/types.h>
  878. #endif
  879. #ifdef HAVE_SYS_MOUNT_H
  880. #include <sys/mount.h>
  881. #endif
  882. int
  883. main ()
  884. {
  885. struct statfs testit;
  886. testit.f_favail $defineit;
  887.   ;
  888.   return 0;
  889. }
  890. _ACEOF
  891. rm -f conftest.$ac_objext
  892. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  893.   (eval $ac_compile) 2>conftest.er1
  894.   ac_status=$?
  895.   grep -v '^ *+' conftest.er1 >conftest.err
  896.   rm -f conftest.er1
  897.   cat conftest.err >&5
  898.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  899.   (exit $ac_status); } &&
  900.  { ac_try='test -z "$ac_c_werror_flag"
  901.  || test ! -s conftest.err'
  902.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  903.   (eval $ac_try) 2>&5
  904.   ac_status=$?
  905.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  906.   (exit $ac_status); }; } &&
  907.  { ac_try='test -s conftest.$ac_objext'
  908.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  909.   (eval $ac_try) 2>&5
  910.   ac_status=$?
  911.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  912.   (exit $ac_status); }; }; then
  913.   eval "${ac_safe_all}=yes"
  914. else
  915.   echo "$as_me: failed program was:" >&5
  916. sed 's/^/| /' conftest.$ac_ext >&5
  917. eval "${ac_safe_all}=no"
  918. fi
  919. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  920. fi
  921. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  922.   echo "$as_me:$LINENO: result: yes" >&5
  923. echo "${ECHO_T}yes" >&6
  924.   cat >>confdefs.h <<_ACEOF
  925. #define $ac_uc_define 1
  926. _ACEOF
  927. else
  928.   echo "$as_me:$LINENO: result: no" >&5
  929. echo "${ECHO_T}no" >&6
  930. fi
  931. ac_safe_struct=`echo "nlist" | sed 'y%./+-%__p_%'`
  932. ac_safe_member=`echo "n_value" | sed 'y%./+-%__p_%'`
  933. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  934.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  935. echo "$as_me:$LINENO: checking for nlist.n_value" >&5
  936. echo $ECHO_N "checking for nlist.n_value... $ECHO_C" >&6
  937. if eval "test "${$ac_safe_all+set}" = set"; then
  938.   echo $ECHO_N "(cached) $ECHO_C" >&6
  939. else
  940. if test "x" = "x"; then
  941.   defineit="= 0"
  942. elif test "x" = "xno"; then
  943.   defineit=""
  944. else
  945.   defineit=""
  946. fi
  947. cat >conftest.$ac_ext <<_ACEOF
  948. /* confdefs.h.  */
  949. _ACEOF
  950. cat confdefs.h >>conftest.$ac_ext
  951. cat >>conftest.$ac_ext <<_ACEOF
  952. /* end confdefs.h.  */
  953. #if HAVE_NLIST_H
  954. #include <nlist.h>
  955. #endif
  956. int
  957. main ()
  958. {
  959. struct nlist testit;
  960. testit.n_value $defineit;
  961.   ;
  962.   return 0;
  963. }
  964. _ACEOF
  965. rm -f conftest.$ac_objext
  966. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  967.   (eval $ac_compile) 2>conftest.er1
  968.   ac_status=$?
  969.   grep -v '^ *+' conftest.er1 >conftest.err
  970.   rm -f conftest.er1
  971.   cat conftest.err >&5
  972.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  973.   (exit $ac_status); } &&
  974.  { ac_try='test -z "$ac_c_werror_flag"
  975.  || test ! -s conftest.err'
  976.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  977.   (eval $ac_try) 2>&5
  978.   ac_status=$?
  979.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  980.   (exit $ac_status); }; } &&
  981.  { ac_try='test -s conftest.$ac_objext'
  982.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  983.   (eval $ac_try) 2>&5
  984.   ac_status=$?
  985.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  986.   (exit $ac_status); }; }; then
  987.   eval "${ac_safe_all}=yes"
  988. else
  989.   echo "$as_me: failed program was:" >&5
  990. sed 's/^/| /' conftest.$ac_ext >&5
  991. eval "${ac_safe_all}=no"
  992. fi
  993. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  994. fi
  995. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  996.   echo "$as_me:$LINENO: result: yes" >&5
  997. echo "${ECHO_T}yes" >&6
  998.   cat >>confdefs.h <<_ACEOF
  999. #define $ac_uc_define 1
  1000. _ACEOF
  1001. else
  1002.   echo "$as_me:$LINENO: result: no" >&5
  1003. echo "${ECHO_T}no" >&6
  1004. fi
  1005. # check struct ipstat for various things
  1006. ac_safe_struct=`echo "ipstat" | sed 'y%./+-%__p_%'`
  1007. ac_safe_member=`echo "ips_cantforward" | sed 'y%./+-%__p_%'`
  1008. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  1009.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1010. echo "$as_me:$LINENO: checking for ipstat.ips_cantforward" >&5
  1011. echo $ECHO_N "checking for ipstat.ips_cantforward... $ECHO_C" >&6
  1012. if eval "test "${$ac_safe_all+set}" = set"; then
  1013.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1014. else
  1015. if test "x" = "x"; then
  1016.   defineit="= 0"
  1017. elif test "x" = "xno"; then
  1018.   defineit=""
  1019. else
  1020.   defineit=""
  1021. fi
  1022. cat >conftest.$ac_ext <<_ACEOF
  1023. /* confdefs.h.  */
  1024. _ACEOF
  1025. cat confdefs.h >>conftest.$ac_ext
  1026. cat >>conftest.$ac_ext <<_ACEOF
  1027. /* end confdefs.h.  */
  1028. #include <sys/types.h>
  1029. #if HAVE_NETINET_IN_H
  1030. #include <netinet/in.h>
  1031. #endif
  1032. #if HAVE_NETINET_IP_VAR_H
  1033. #include <netinet/ip_var.h>
  1034. #endif
  1035. int
  1036. main ()
  1037. {
  1038. struct ipstat testit;
  1039. testit.ips_cantforward $defineit;
  1040.   ;
  1041.   return 0;
  1042. }
  1043. _ACEOF
  1044. rm -f conftest.$ac_objext
  1045. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1046.   (eval $ac_compile) 2>conftest.er1
  1047.   ac_status=$?
  1048.   grep -v '^ *+' conftest.er1 >conftest.err
  1049.   rm -f conftest.er1
  1050.   cat conftest.err >&5
  1051.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1052.   (exit $ac_status); } &&
  1053.  { ac_try='test -z "$ac_c_werror_flag"
  1054.  || test ! -s conftest.err'
  1055.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1056.   (eval $ac_try) 2>&5
  1057.   ac_status=$?
  1058.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1059.   (exit $ac_status); }; } &&
  1060.  { ac_try='test -s conftest.$ac_objext'
  1061.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1062.   (eval $ac_try) 2>&5
  1063.   ac_status=$?
  1064.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1065.   (exit $ac_status); }; }; then
  1066.   eval "${ac_safe_all}=yes"
  1067. else
  1068.   echo "$as_me: failed program was:" >&5
  1069. sed 's/^/| /' conftest.$ac_ext >&5
  1070. eval "${ac_safe_all}=no"
  1071. fi
  1072. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1073. fi
  1074. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  1075.   echo "$as_me:$LINENO: result: yes" >&5
  1076. echo "${ECHO_T}yes" >&6
  1077.   cat >>confdefs.h <<_ACEOF
  1078. #define $ac_uc_define 1
  1079. _ACEOF
  1080. else
  1081.   echo "$as_me:$LINENO: result: no" >&5
  1082. echo "${ECHO_T}no" >&6
  1083. fi
  1084. ac_safe_struct=`echo "ipstat" | sed 'y%./+-%__p_%'`
  1085. ac_safe_member=`echo "ips_cantfrag" | sed 'y%./+-%__p_%'`
  1086. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  1087.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1088. echo "$as_me:$LINENO: checking for ipstat.ips_cantfrag" >&5
  1089. echo $ECHO_N "checking for ipstat.ips_cantfrag... $ECHO_C" >&6
  1090. if eval "test "${$ac_safe_all+set}" = set"; then
  1091.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1092. else
  1093. if test "x" = "x"; then
  1094.   defineit="= 0"
  1095. elif test "x" = "xno"; then
  1096.   defineit=""
  1097. else
  1098.   defineit=""
  1099. fi
  1100. cat >conftest.$ac_ext <<_ACEOF
  1101. /* confdefs.h.  */
  1102. _ACEOF
  1103. cat confdefs.h >>conftest.$ac_ext
  1104. cat >>conftest.$ac_ext <<_ACEOF
  1105. /* end confdefs.h.  */
  1106. #include <sys/types.h>
  1107. #if HAVE_NETINET_IN_H
  1108. #include <netinet/in.h>
  1109. #endif
  1110. #if HAVE_NETINET_IP_VAR_H
  1111. #include <netinet/ip_var.h>
  1112. #endif
  1113. int
  1114. main ()
  1115. {
  1116. struct ipstat testit;
  1117. testit.ips_cantfrag $defineit;
  1118.   ;
  1119.   return 0;
  1120. }
  1121. _ACEOF
  1122. rm -f conftest.$ac_objext
  1123. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1124.   (eval $ac_compile) 2>conftest.er1
  1125.   ac_status=$?
  1126.   grep -v '^ *+' conftest.er1 >conftest.err
  1127.   rm -f conftest.er1
  1128.   cat conftest.err >&5
  1129.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1130.   (exit $ac_status); } &&
  1131.  { ac_try='test -z "$ac_c_werror_flag"
  1132.  || test ! -s conftest.err'
  1133.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1134.   (eval $ac_try) 2>&5
  1135.   ac_status=$?
  1136.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1137.   (exit $ac_status); }; } &&
  1138.  { ac_try='test -s conftest.$ac_objext'
  1139.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1140.   (eval $ac_try) 2>&5
  1141.   ac_status=$?
  1142.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1143.   (exit $ac_status); }; }; then
  1144.   eval "${ac_safe_all}=yes"
  1145. else
  1146.   echo "$as_me: failed program was:" >&5
  1147. sed 's/^/| /' conftest.$ac_ext >&5
  1148. eval "${ac_safe_all}=no"
  1149. fi
  1150. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1151. fi
  1152. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  1153.   echo "$as_me:$LINENO: result: yes" >&5
  1154. echo "${ECHO_T}yes" >&6
  1155.   cat >>confdefs.h <<_ACEOF
  1156. #define $ac_uc_define 1
  1157. _ACEOF
  1158. else
  1159.   echo "$as_me:$LINENO: result: no" >&5
  1160. echo "${ECHO_T}no" >&6
  1161. fi
  1162. ac_safe_struct=`echo "ipstat" | sed 'y%./+-%__p_%'`
  1163. ac_safe_member=`echo "ips_delivered" | sed 'y%./+-%__p_%'`
  1164. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  1165.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1166. echo "$as_me:$LINENO: checking for ipstat.ips_delivered" >&5
  1167. echo $ECHO_N "checking for ipstat.ips_delivered... $ECHO_C" >&6
  1168. if eval "test "${$ac_safe_all+set}" = set"; then
  1169.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1170. else
  1171. if test "x" = "x"; then
  1172.   defineit="= 0"
  1173. elif test "x" = "xno"; then
  1174.   defineit=""
  1175. else
  1176.   defineit=""
  1177. fi
  1178. cat >conftest.$ac_ext <<_ACEOF
  1179. /* confdefs.h.  */
  1180. _ACEOF
  1181. cat confdefs.h >>conftest.$ac_ext
  1182. cat >>conftest.$ac_ext <<_ACEOF
  1183. /* end confdefs.h.  */
  1184. #include <sys/types.h>
  1185. #if HAVE_NETINET_IN_H
  1186. #include <netinet/in.h>
  1187. #endif
  1188. #if HAVE_NETINET_IP_VAR_H
  1189. #include <netinet/ip_var.h>
  1190. #endif
  1191. int
  1192. main ()
  1193. {
  1194. struct ipstat testit;
  1195. testit.ips_delivered $defineit;
  1196.   ;
  1197.   return 0;
  1198. }
  1199. _ACEOF
  1200. rm -f conftest.$ac_objext
  1201. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1202.   (eval $ac_compile) 2>conftest.er1
  1203.   ac_status=$?
  1204.   grep -v '^ *+' conftest.er1 >conftest.err
  1205.   rm -f conftest.er1
  1206.   cat conftest.err >&5
  1207.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1208.   (exit $ac_status); } &&
  1209.  { ac_try='test -z "$ac_c_werror_flag"
  1210.  || test ! -s conftest.err'
  1211.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1212.   (eval $ac_try) 2>&5
  1213.   ac_status=$?
  1214.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1215.   (exit $ac_status); }; } &&
  1216.  { ac_try='test -s conftest.$ac_objext'
  1217.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1218.   (eval $ac_try) 2>&5
  1219.   ac_status=$?
  1220.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1221.   (exit $ac_status); }; }; then
  1222.   eval "${ac_safe_all}=yes"
  1223. else
  1224.   echo "$as_me: failed program was:" >&5
  1225. sed 's/^/| /' conftest.$ac_ext >&5
  1226. eval "${ac_safe_all}=no"
  1227. fi
  1228. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1229. fi
  1230. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  1231.   echo "$as_me:$LINENO: result: yes" >&5
  1232. echo "${ECHO_T}yes" >&6
  1233.   cat >>confdefs.h <<_ACEOF
  1234. #define $ac_uc_define 1
  1235. _ACEOF
  1236. else
  1237.   echo "$as_me:$LINENO: result: no" >&5
  1238. echo "${ECHO_T}no" >&6
  1239. fi
  1240. ac_safe_struct=`echo "ipstat" | sed 'y%./+-%__p_%'`
  1241. ac_safe_member=`echo "ips_fragdropped" | sed 'y%./+-%__p_%'`
  1242. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  1243.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1244. echo "$as_me:$LINENO: checking for ipstat.ips_fragdropped" >&5
  1245. echo $ECHO_N "checking for ipstat.ips_fragdropped... $ECHO_C" >&6
  1246. if eval "test "${$ac_safe_all+set}" = set"; then
  1247.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1248. else
  1249. if test "x" = "x"; then
  1250.   defineit="= 0"
  1251. elif test "x" = "xno"; then
  1252.   defineit=""
  1253. else
  1254.   defineit=""
  1255. fi
  1256. cat >conftest.$ac_ext <<_ACEOF
  1257. /* confdefs.h.  */
  1258. _ACEOF
  1259. cat confdefs.h >>conftest.$ac_ext
  1260. cat >>conftest.$ac_ext <<_ACEOF
  1261. /* end confdefs.h.  */
  1262. #include <sys/types.h>
  1263. #if HAVE_NETINET_IN_H
  1264. #include <netinet/in.h>
  1265. #endif
  1266. #if HAVE_NETINET_IP_VAR_H
  1267. #include <netinet/ip_var.h>
  1268. #endif
  1269. int
  1270. main ()
  1271. {
  1272. struct ipstat testit;
  1273. testit.ips_fragdropped $defineit;
  1274.   ;
  1275.   return 0;
  1276. }
  1277. _ACEOF
  1278. rm -f conftest.$ac_objext
  1279. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1280.   (eval $ac_compile) 2>conftest.er1
  1281.   ac_status=$?
  1282.   grep -v '^ *+' conftest.er1 >conftest.err
  1283.   rm -f conftest.er1
  1284.   cat conftest.err >&5
  1285.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1286.   (exit $ac_status); } &&
  1287.  { ac_try='test -z "$ac_c_werror_flag"
  1288.  || test ! -s conftest.err'
  1289.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1290.   (eval $ac_try) 2>&5
  1291.   ac_status=$?
  1292.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1293.   (exit $ac_status); }; } &&
  1294.  { ac_try='test -s conftest.$ac_objext'
  1295.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1296.   (eval $ac_try) 2>&5
  1297.   ac_status=$?
  1298.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1299.   (exit $ac_status); }; }; then
  1300.   eval "${ac_safe_all}=yes"
  1301. else
  1302.   echo "$as_me: failed program was:" >&5
  1303. sed 's/^/| /' conftest.$ac_ext >&5
  1304. eval "${ac_safe_all}=no"
  1305. fi
  1306. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1307. fi
  1308. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  1309.   echo "$as_me:$LINENO: result: yes" >&5
  1310. echo "${ECHO_T}yes" >&6
  1311.   cat >>confdefs.h <<_ACEOF
  1312. #define $ac_uc_define 1
  1313. _ACEOF
  1314. else
  1315.   echo "$as_me:$LINENO: result: no" >&5
  1316. echo "${ECHO_T}no" >&6
  1317. fi
  1318. ac_safe_struct=`echo "ipstat" | sed 'y%./+-%__p_%'`
  1319. ac_safe_member=`echo "ips_fragtimeout" | sed 'y%./+-%__p_%'`
  1320. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  1321.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1322. echo "$as_me:$LINENO: checking for ipstat.ips_fragtimeout" >&5
  1323. echo $ECHO_N "checking for ipstat.ips_fragtimeout... $ECHO_C" >&6
  1324. if eval "test "${$ac_safe_all+set}" = set"; then
  1325.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1326. else
  1327. if test "x" = "x"; then
  1328.   defineit="= 0"
  1329. elif test "x" = "xno"; then
  1330.   defineit=""
  1331. else
  1332.   defineit=""
  1333. fi
  1334. cat >conftest.$ac_ext <<_ACEOF
  1335. /* confdefs.h.  */
  1336. _ACEOF
  1337. cat confdefs.h >>conftest.$ac_ext
  1338. cat >>conftest.$ac_ext <<_ACEOF
  1339. /* end confdefs.h.  */
  1340. #include <sys/types.h>
  1341. #if HAVE_NETINET_IN_H
  1342. #include <netinet/in.h>
  1343. #endif
  1344. #if HAVE_NETINET_IP_VAR_H
  1345. #include <netinet/ip_var.h>
  1346. #endif
  1347. int
  1348. main ()
  1349. {
  1350. struct ipstat testit;
  1351. testit.ips_fragtimeout $defineit;
  1352.   ;
  1353.   return 0;
  1354. }
  1355. _ACEOF
  1356. rm -f conftest.$ac_objext
  1357. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1358.   (eval $ac_compile) 2>conftest.er1
  1359.   ac_status=$?
  1360.   grep -v '^ *+' conftest.er1 >conftest.err
  1361.   rm -f conftest.er1
  1362.   cat conftest.err >&5
  1363.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1364.   (exit $ac_status); } &&
  1365.  { ac_try='test -z "$ac_c_werror_flag"
  1366.  || test ! -s conftest.err'
  1367.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1368.   (eval $ac_try) 2>&5
  1369.   ac_status=$?
  1370.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1371.   (exit $ac_status); }; } &&
  1372.  { ac_try='test -s conftest.$ac_objext'
  1373.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1374.   (eval $ac_try) 2>&5
  1375.   ac_status=$?
  1376.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1377.   (exit $ac_status); }; }; then
  1378.   eval "${ac_safe_all}=yes"
  1379. else
  1380.   echo "$as_me: failed program was:" >&5
  1381. sed 's/^/| /' conftest.$ac_ext >&5
  1382. eval "${ac_safe_all}=no"
  1383. fi
  1384. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1385. fi
  1386. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  1387.   echo "$as_me:$LINENO: result: yes" >&5
  1388. echo "${ECHO_T}yes" >&6
  1389.   cat >>confdefs.h <<_ACEOF
  1390. #define $ac_uc_define 1
  1391. _ACEOF
  1392. else
  1393.   echo "$as_me:$LINENO: result: no" >&5
  1394. echo "${ECHO_T}no" >&6
  1395. fi
  1396. ac_safe_struct=`echo "ipstat" | sed 'y%./+-%__p_%'`
  1397. ac_safe_member=`echo "ips_localout" | sed 'y%./+-%__p_%'`
  1398. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  1399.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1400. echo "$as_me:$LINENO: checking for ipstat.ips_localout" >&5
  1401. echo $ECHO_N "checking for ipstat.ips_localout... $ECHO_C" >&6
  1402. if eval "test "${$ac_safe_all+set}" = set"; then
  1403.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1404. else
  1405. if test "x" = "x"; then
  1406.   defineit="= 0"
  1407. elif test "x" = "xno"; then
  1408.   defineit=""
  1409. else
  1410.   defineit=""
  1411. fi
  1412. cat >conftest.$ac_ext <<_ACEOF
  1413. /* confdefs.h.  */
  1414. _ACEOF
  1415. cat confdefs.h >>conftest.$ac_ext
  1416. cat >>conftest.$ac_ext <<_ACEOF
  1417. /* end confdefs.h.  */
  1418. #include <sys/types.h>
  1419. #if HAVE_NETINET_IN_H
  1420. #include <netinet/in.h>
  1421. #endif
  1422. #if HAVE_NETINET_IP_VAR_H
  1423. #include <netinet/ip_var.h>
  1424. #endif
  1425. int
  1426. main ()
  1427. {
  1428. struct ipstat testit;
  1429. testit.ips_localout $defineit;
  1430.   ;
  1431.   return 0;
  1432. }
  1433. _ACEOF
  1434. rm -f conftest.$ac_objext
  1435. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1436.   (eval $ac_compile) 2>conftest.er1
  1437.   ac_status=$?
  1438.   grep -v '^ *+' conftest.er1 >conftest.err
  1439.   rm -f conftest.er1
  1440.   cat conftest.err >&5
  1441.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1442.   (exit $ac_status); } &&
  1443.  { ac_try='test -z "$ac_c_werror_flag"
  1444.  || test ! -s conftest.err'
  1445.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1446.   (eval $ac_try) 2>&5
  1447.   ac_status=$?
  1448.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1449.   (exit $ac_status); }; } &&
  1450.  { ac_try='test -s conftest.$ac_objext'
  1451.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1452.   (eval $ac_try) 2>&5
  1453.   ac_status=$?
  1454.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1455.   (exit $ac_status); }; }; then
  1456.   eval "${ac_safe_all}=yes"
  1457. else
  1458.   echo "$as_me: failed program was:" >&5
  1459. sed 's/^/| /' conftest.$ac_ext >&5
  1460. eval "${ac_safe_all}=no"
  1461. fi
  1462. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1463. fi
  1464. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  1465.   echo "$as_me:$LINENO: result: yes" >&5
  1466. echo "${ECHO_T}yes" >&6
  1467.   cat >>confdefs.h <<_ACEOF
  1468. #define $ac_uc_define 1
  1469. _ACEOF
  1470. else
  1471.   echo "$as_me:$LINENO: result: no" >&5
  1472. echo "${ECHO_T}no" >&6
  1473. fi
  1474. ac_safe_struct=`echo "ipstat" | sed 'y%./+-%__p_%'`
  1475. ac_safe_member=`echo "ips_noproto" | sed 'y%./+-%__p_%'`
  1476. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  1477.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1478. echo "$as_me:$LINENO: checking for ipstat.ips_noproto" >&5
  1479. echo $ECHO_N "checking for ipstat.ips_noproto... $ECHO_C" >&6
  1480. if eval "test "${$ac_safe_all+set}" = set"; then
  1481.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1482. else
  1483. if test "x" = "x"; then
  1484.   defineit="= 0"
  1485. elif test "x" = "xno"; then
  1486.   defineit=""
  1487. else
  1488.   defineit=""
  1489. fi
  1490. cat >conftest.$ac_ext <<_ACEOF
  1491. /* confdefs.h.  */
  1492. _ACEOF
  1493. cat confdefs.h >>conftest.$ac_ext
  1494. cat >>conftest.$ac_ext <<_ACEOF
  1495. /* end confdefs.h.  */
  1496. #include <sys/types.h>
  1497. #if HAVE_NETINET_IN_H
  1498. #include <netinet/in.h>
  1499. #endif
  1500. #if HAVE_NETINET_IP_VAR_H
  1501. #include <netinet/ip_var.h>
  1502. #endif
  1503. int
  1504. main ()
  1505. {
  1506. struct ipstat testit;
  1507. testit.ips_noproto $defineit;
  1508.   ;
  1509.   return 0;
  1510. }
  1511. _ACEOF
  1512. rm -f conftest.$ac_objext
  1513. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1514.   (eval $ac_compile) 2>conftest.er1
  1515.   ac_status=$?
  1516.   grep -v '^ *+' conftest.er1 >conftest.err
  1517.   rm -f conftest.er1
  1518.   cat conftest.err >&5
  1519.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1520.   (exit $ac_status); } &&
  1521.  { ac_try='test -z "$ac_c_werror_flag"
  1522.  || test ! -s conftest.err'
  1523.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1524.   (eval $ac_try) 2>&5
  1525.   ac_status=$?
  1526.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1527.   (exit $ac_status); }; } &&
  1528.  { ac_try='test -s conftest.$ac_objext'
  1529.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1530.   (eval $ac_try) 2>&5
  1531.   ac_status=$?
  1532.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1533.   (exit $ac_status); }; }; then
  1534.   eval "${ac_safe_all}=yes"
  1535. else
  1536.   echo "$as_me: failed program was:" >&5
  1537. sed 's/^/| /' conftest.$ac_ext >&5
  1538. eval "${ac_safe_all}=no"
  1539. fi
  1540. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1541. fi
  1542. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  1543.   echo "$as_me:$LINENO: result: yes" >&5
  1544. echo "${ECHO_T}yes" >&6
  1545.   cat >>confdefs.h <<_ACEOF
  1546. #define $ac_uc_define 1
  1547. _ACEOF
  1548. else
  1549.   echo "$as_me:$LINENO: result: no" >&5
  1550. echo "${ECHO_T}no" >&6
  1551. fi
  1552. ac_safe_struct=`echo "ipstat" | sed 'y%./+-%__p_%'`
  1553. ac_safe_member=`echo "ips_noroute" | sed 'y%./+-%__p_%'`
  1554. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  1555.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1556. echo "$as_me:$LINENO: checking for ipstat.ips_noroute" >&5
  1557. echo $ECHO_N "checking for ipstat.ips_noroute... $ECHO_C" >&6
  1558. if eval "test "${$ac_safe_all+set}" = set"; then
  1559.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1560. else
  1561. if test "x" = "x"; then
  1562.   defineit="= 0"
  1563. elif test "x" = "xno"; then
  1564.   defineit=""
  1565. else
  1566.   defineit=""
  1567. fi
  1568. cat >conftest.$ac_ext <<_ACEOF
  1569. /* confdefs.h.  */
  1570. _ACEOF
  1571. cat confdefs.h >>conftest.$ac_ext
  1572. cat >>conftest.$ac_ext <<_ACEOF
  1573. /* end confdefs.h.  */
  1574. #include <sys/types.h>
  1575. #if HAVE_NETINET_IN_H
  1576. #include <netinet/in.h>
  1577. #endif
  1578. #if HAVE_NETINET_IP_VAR_H
  1579. #include <netinet/ip_var.h>
  1580. #endif
  1581. int
  1582. main ()
  1583. {
  1584. struct ipstat testit;
  1585. testit.ips_noroute $defineit;
  1586.   ;
  1587.   return 0;
  1588. }
  1589. _ACEOF
  1590. rm -f conftest.$ac_objext
  1591. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1592.   (eval $ac_compile) 2>conftest.er1
  1593.   ac_status=$?
  1594.   grep -v '^ *+' conftest.er1 >conftest.err
  1595.   rm -f conftest.er1
  1596.   cat conftest.err >&5
  1597.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1598.   (exit $ac_status); } &&
  1599.  { ac_try='test -z "$ac_c_werror_flag"
  1600.  || test ! -s conftest.err'
  1601.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1602.   (eval $ac_try) 2>&5
  1603.   ac_status=$?
  1604.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1605.   (exit $ac_status); }; } &&
  1606.  { ac_try='test -s conftest.$ac_objext'
  1607.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1608.   (eval $ac_try) 2>&5
  1609.   ac_status=$?
  1610.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1611.   (exit $ac_status); }; }; then
  1612.   eval "${ac_safe_all}=yes"
  1613. else
  1614.   echo "$as_me: failed program was:" >&5
  1615. sed 's/^/| /' conftest.$ac_ext >&5
  1616. eval "${ac_safe_all}=no"
  1617. fi
  1618. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1619. fi
  1620. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  1621.   echo "$as_me:$LINENO: result: yes" >&5
  1622. echo "${ECHO_T}yes" >&6
  1623.   cat >>confdefs.h <<_ACEOF
  1624. #define $ac_uc_define 1
  1625. _ACEOF
  1626. else
  1627.   echo "$as_me:$LINENO: result: no" >&5
  1628. echo "${ECHO_T}no" >&6
  1629. fi
  1630. ac_safe_struct=`echo "ipstat" | sed 'y%./+-%__p_%'`
  1631. ac_safe_member=`echo "ips_odropped" | sed 'y%./+-%__p_%'`
  1632. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  1633.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1634. echo "$as_me:$LINENO: checking for ipstat.ips_odropped" >&5
  1635. echo $ECHO_N "checking for ipstat.ips_odropped... $ECHO_C" >&6
  1636. if eval "test "${$ac_safe_all+set}" = set"; then
  1637.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1638. else
  1639. if test "x" = "x"; then
  1640.   defineit="= 0"
  1641. elif test "x" = "xno"; then
  1642.   defineit=""
  1643. else
  1644.   defineit=""
  1645. fi
  1646. cat >conftest.$ac_ext <<_ACEOF
  1647. /* confdefs.h.  */
  1648. _ACEOF
  1649. cat confdefs.h >>conftest.$ac_ext
  1650. cat >>conftest.$ac_ext <<_ACEOF
  1651. /* end confdefs.h.  */
  1652. #include <sys/types.h>
  1653. #if HAVE_NETINET_IN_H
  1654. #include <netinet/in.h>
  1655. #endif
  1656. #if HAVE_NETINET_IP_VAR_H
  1657. #include <netinet/ip_var.h>
  1658. #endif
  1659. int
  1660. main ()
  1661. {
  1662. struct ipstat testit;
  1663. testit.ips_odropped $defineit;
  1664.   ;
  1665.   return 0;
  1666. }
  1667. _ACEOF
  1668. rm -f conftest.$ac_objext
  1669. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1670.   (eval $ac_compile) 2>conftest.er1
  1671.   ac_status=$?
  1672.   grep -v '^ *+' conftest.er1 >conftest.err
  1673.   rm -f conftest.er1
  1674.   cat conftest.err >&5
  1675.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1676.   (exit $ac_status); } &&
  1677.  { ac_try='test -z "$ac_c_werror_flag"
  1678.  || test ! -s conftest.err'
  1679.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1680.   (eval $ac_try) 2>&5
  1681.   ac_status=$?
  1682.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1683.   (exit $ac_status); }; } &&
  1684.  { ac_try='test -s conftest.$ac_objext'
  1685.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1686.   (eval $ac_try) 2>&5
  1687.   ac_status=$?
  1688.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1689.   (exit $ac_status); }; }; then
  1690.   eval "${ac_safe_all}=yes"
  1691. else
  1692.   echo "$as_me: failed program was:" >&5
  1693. sed 's/^/| /' conftest.$ac_ext >&5
  1694. eval "${ac_safe_all}=no"
  1695. fi
  1696. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1697. fi
  1698. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  1699.   echo "$as_me:$LINENO: result: yes" >&5
  1700. echo "${ECHO_T}yes" >&6
  1701.   cat >>confdefs.h <<_ACEOF
  1702. #define $ac_uc_define 1
  1703. _ACEOF
  1704. else
  1705.   echo "$as_me:$LINENO: result: no" >&5
  1706. echo "${ECHO_T}no" >&6
  1707. fi
  1708. ac_safe_struct=`echo "ipstat" | sed 'y%./+-%__p_%'`
  1709. ac_safe_member=`echo "ips_ofragments" | sed 'y%./+-%__p_%'`
  1710. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  1711.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1712. echo "$as_me:$LINENO: checking for ipstat.ips_ofragments" >&5
  1713. echo $ECHO_N "checking for ipstat.ips_ofragments... $ECHO_C" >&6
  1714. if eval "test "${$ac_safe_all+set}" = set"; then
  1715.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1716. else
  1717. if test "x" = "x"; then
  1718.   defineit="= 0"
  1719. elif test "x" = "xno"; then
  1720.   defineit=""
  1721. else
  1722.   defineit=""
  1723. fi
  1724. cat >conftest.$ac_ext <<_ACEOF
  1725. /* confdefs.h.  */
  1726. _ACEOF
  1727. cat confdefs.h >>conftest.$ac_ext
  1728. cat >>conftest.$ac_ext <<_ACEOF
  1729. /* end confdefs.h.  */
  1730. #include <sys/types.h>
  1731. #if HAVE_NETINET_IN_H
  1732. #include <netinet/in.h>
  1733. #endif
  1734. #if HAVE_NETINET_IP_VAR_H
  1735. #include <netinet/ip_var.h>
  1736. #endif
  1737. int
  1738. main ()
  1739. {
  1740. struct ipstat testit;
  1741. testit.ips_ofragments $defineit;
  1742.   ;
  1743.   return 0;
  1744. }
  1745. _ACEOF
  1746. rm -f conftest.$ac_objext
  1747. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1748.   (eval $ac_compile) 2>conftest.er1
  1749.   ac_status=$?
  1750.   grep -v '^ *+' conftest.er1 >conftest.err
  1751.   rm -f conftest.er1
  1752.   cat conftest.err >&5
  1753.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1754.   (exit $ac_status); } &&
  1755.  { ac_try='test -z "$ac_c_werror_flag"
  1756.  || test ! -s conftest.err'
  1757.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1758.   (eval $ac_try) 2>&5
  1759.   ac_status=$?
  1760.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1761.   (exit $ac_status); }; } &&
  1762.  { ac_try='test -s conftest.$ac_objext'
  1763.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1764.   (eval $ac_try) 2>&5
  1765.   ac_status=$?
  1766.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1767.   (exit $ac_status); }; }; then
  1768.   eval "${ac_safe_all}=yes"
  1769. else
  1770.   echo "$as_me: failed program was:" >&5
  1771. sed 's/^/| /' conftest.$ac_ext >&5
  1772. eval "${ac_safe_all}=no"
  1773. fi
  1774. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1775. fi
  1776. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  1777.   echo "$as_me:$LINENO: result: yes" >&5
  1778. echo "${ECHO_T}yes" >&6
  1779.   cat >>confdefs.h <<_ACEOF
  1780. #define $ac_uc_define 1
  1781. _ACEOF
  1782. else
  1783.   echo "$as_me:$LINENO: result: no" >&5
  1784. echo "${ECHO_T}no" >&6
  1785. fi
  1786. ac_safe_struct=`echo "ipstat" | sed 'y%./+-%__p_%'`
  1787. ac_safe_member=`echo "ips_reassembled" | sed 'y%./+-%__p_%'`
  1788. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  1789.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1790. echo "$as_me:$LINENO: checking for ipstat.ips_reassembled" >&5
  1791. echo $ECHO_N "checking for ipstat.ips_reassembled... $ECHO_C" >&6
  1792. if eval "test "${$ac_safe_all+set}" = set"; then
  1793.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1794. else
  1795. if test "x" = "x"; then
  1796.   defineit="= 0"
  1797. elif test "x" = "xno"; then
  1798.   defineit=""
  1799. else
  1800.   defineit=""
  1801. fi
  1802. cat >conftest.$ac_ext <<_ACEOF
  1803. /* confdefs.h.  */
  1804. _ACEOF
  1805. cat confdefs.h >>conftest.$ac_ext
  1806. cat >>conftest.$ac_ext <<_ACEOF
  1807. /* end confdefs.h.  */
  1808. #include <sys/types.h>
  1809. #if HAVE_NETINET_IN_H
  1810. #include <netinet/in.h>
  1811. #endif
  1812. #if HAVE_NETINET_IP_VAR_H
  1813. #include <netinet/ip_var.h>
  1814. #endif
  1815. int
  1816. main ()
  1817. {
  1818. struct ipstat testit;
  1819. testit.ips_reassembled $defineit;
  1820.   ;
  1821.   return 0;
  1822. }
  1823. _ACEOF
  1824. rm -f conftest.$ac_objext
  1825. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1826.   (eval $ac_compile) 2>conftest.er1
  1827.   ac_status=$?
  1828.   grep -v '^ *+' conftest.er1 >conftest.err
  1829.   rm -f conftest.er1
  1830.   cat conftest.err >&5
  1831.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1832.   (exit $ac_status); } &&
  1833.  { ac_try='test -z "$ac_c_werror_flag"
  1834.  || test ! -s conftest.err'
  1835.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1836.   (eval $ac_try) 2>&5
  1837.   ac_status=$?
  1838.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1839.   (exit $ac_status); }; } &&
  1840.  { ac_try='test -s conftest.$ac_objext'
  1841.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1842.   (eval $ac_try) 2>&5
  1843.   ac_status=$?
  1844.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1845.   (exit $ac_status); }; }; then
  1846.   eval "${ac_safe_all}=yes"
  1847. else
  1848.   echo "$as_me: failed program was:" >&5
  1849. sed 's/^/| /' conftest.$ac_ext >&5
  1850. eval "${ac_safe_all}=no"
  1851. fi
  1852. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1853. fi
  1854. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  1855.   echo "$as_me:$LINENO: result: yes" >&5
  1856. echo "${ECHO_T}yes" >&6
  1857.   cat >>confdefs.h <<_ACEOF
  1858. #define $ac_uc_define 1
  1859. _ACEOF
  1860. else
  1861.   echo "$as_me:$LINENO: result: no" >&5
  1862. echo "${ECHO_T}no" >&6
  1863. fi
  1864. # check for the des_ks_struct.weak_key attribute, which indicates the
  1865. # older opensll version is being used.
  1866. if test "x$ac_cv_header_openssl_des_h" = "xyes" ; then
  1867. ac_safe_struct=`echo "des_ks_struct" | sed 'y%./+-%__p_%'`
  1868. ac_safe_member=`echo "weak_key" | sed 'y%./+-%__p_%'`
  1869. ac_safe_all="ac_cv_struct_${ac_safe_struct}_has_${ac_safe_member}"
  1870.   ac_uc_define=STRUCT_`echo "${ac_safe_struct}_HAS_${ac_safe_member}" | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1871. echo "$as_me:$LINENO: checking for des_ks_struct.weak_key" >&5
  1872. echo $ECHO_N "checking for des_ks_struct.weak_key... $ECHO_C" >&6
  1873. if eval "test "${$ac_safe_all+set}" = set"; then
  1874.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1875. else
  1876. if test "x" = "x"; then
  1877.   defineit="= 0"
  1878. elif test "x" = "xno"; then
  1879.   defineit=""
  1880. else
  1881.   defineit=""
  1882. fi
  1883. cat >conftest.$ac_ext <<_ACEOF
  1884. /* confdefs.h.  */
  1885. _ACEOF
  1886. cat confdefs.h >>conftest.$ac_ext
  1887. cat >>conftest.$ac_ext <<_ACEOF
  1888. /* end confdefs.h.  */
  1889. #include <openssl/des.h>
  1890. int
  1891. main ()
  1892. {
  1893. struct des_ks_struct testit;
  1894. testit.weak_key $defineit;
  1895.   ;
  1896.   return 0;
  1897. }
  1898. _ACEOF
  1899. rm -f conftest.$ac_objext
  1900. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1901.   (eval $ac_compile) 2>conftest.er1
  1902.   ac_status=$?
  1903.   grep -v '^ *+' conftest.er1 >conftest.err
  1904.   rm -f conftest.er1
  1905.   cat conftest.err >&5
  1906.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1907.   (exit $ac_status); } &&
  1908.  { ac_try='test -z "$ac_c_werror_flag"
  1909.  || test ! -s conftest.err'
  1910.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1911.   (eval $ac_try) 2>&5
  1912.   ac_status=$?
  1913.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1914.   (exit $ac_status); }; } &&
  1915.  { ac_try='test -s conftest.$ac_objext'
  1916.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1917.   (eval $ac_try) 2>&5
  1918.   ac_status=$?
  1919.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1920.   (exit $ac_status); }; }; then
  1921.   eval "${ac_safe_all}=yes"
  1922. else
  1923.   echo "$as_me: failed program was:" >&5
  1924. sed 's/^/| /' conftest.$ac_ext >&5
  1925. eval "${ac_safe_all}=no"
  1926. fi
  1927. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1928. fi
  1929. if eval "test "x$`echo ${ac_safe_all}`" = "xyes""; then
  1930.   echo "$as_me:$LINENO: result: yes" >&5
  1931. echo "${ECHO_T}yes" >&6
  1932.   cat >>confdefs.h <<_ACEOF
  1933. #define $ac_uc_define 1
  1934. _ACEOF
  1935. else
  1936.   echo "$as_me:$LINENO: result: no" >&5
  1937. echo "${ECHO_T}no" >&6
  1938. fi
  1939. fi
  1940. # attempt to figure out if sysctl is usable
  1941. if test $cross_compiling = yes; then
  1942.   { echo "$as_me:$LINENO: WARNING: Can't check sysctl, manually define CAN_USE_SYSCTL if platform support available" >&5
  1943. echo "$as_me: WARNING: Can't check sysctl, manually define CAN_USE_SYSCTL if platform support available" >&2;}
  1944. else
  1945.   echo "$as_me:$LINENO: checking if sysctl can read kernel information" >&5
  1946. echo $ECHO_N "checking if sysctl can read kernel information... $ECHO_C" >&6
  1947. if test "${ac_cv_CAN_USE_SYSCTL+set}" = set; then
  1948.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1949. else
  1950.   if test "$cross_compiling" = yes; then
  1951.   ac_cv_CAN_USE_SYSCTL=no
  1952. else
  1953.   cat >conftest.$ac_ext <<_ACEOF
  1954. /* confdefs.h.  */
  1955. _ACEOF
  1956. cat confdefs.h >>conftest.$ac_ext
  1957. cat >>conftest.$ac_ext <<_ACEOF
  1958. /* end confdefs.h.  */
  1959. #if TIME_WITH_SYS_TIME
  1960. # include <sys/time.h>
  1961. # include <time.h>
  1962. #else
  1963. # if HAVE_SYS_TIME_H
  1964. #  include <sys/time.h>
  1965. # else
  1966. #  include <time.h>
  1967. # endif
  1968. #endif
  1969. #if HAVE_SYS_PARAM_H
  1970. # include <sys/param.h>
  1971. #endif
  1972. #include <sys/types.h>
  1973. #if HAVE_SYS_SYSCTL_H
  1974. # include <sys/sysctl.h>
  1975. #endif
  1976. main() {
  1977.   int                 mib[2];
  1978.   size_t              len;
  1979.   struct timeval boottime;
  1980.   mib[0] = CTL_KERN;
  1981.   mib[1] = KERN_BOOTTIME;
  1982.   len = sizeof(boottime);
  1983.   sysctl(mib, 2, &boottime, &len, NULL, NULL);
  1984.   if (boottime.tv_sec != 0)
  1985.     exit(0);
  1986.   else
  1987.     exit(1);
  1988. }
  1989. _ACEOF
  1990. rm -f conftest$ac_exeext
  1991. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1992.   (eval $ac_link) 2>&5
  1993.   ac_status=$?
  1994.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1995.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1996.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1997.   (eval $ac_try) 2>&5
  1998.   ac_status=$?
  1999.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2000.   (exit $ac_status); }; }; then
  2001.   ac_cv_CAN_USE_SYSCTL=yes
  2002. else
  2003.   echo "$as_me: program exited with status $ac_status" >&5
  2004. echo "$as_me: failed program was:" >&5
  2005. sed 's/^/| /' conftest.$ac_ext >&5
  2006. ( exit $ac_status )
  2007. ac_cv_CAN_USE_SYSCTL=no
  2008. fi
  2009. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  2010. fi
  2011. fi
  2012. echo "$as_me:$LINENO: result: $ac_cv_CAN_USE_SYSCTL" >&5
  2013. echo "${ECHO_T}$ac_cv_CAN_USE_SYSCTL" >&6
  2014. fi
  2015. if test "x$ac_cv_CAN_USE_SYSCTL" = "xyes"; then
  2016.   cat >>confdefs.h <<_ACEOF
  2017. #define CAN_USE_SYSCTL 1
  2018. _ACEOF
  2019. fi
  2020. #
  2021. # In FreeBSD 4.x, the TCP timer constants aren't.  They are defined
  2022. # in terms of `hz', the kernel clock tick.  In this case,
  2023. # we need to have a local variable `hz' in scope and set to a useful
  2024. # value whenever we use one of these constants.
  2025. #
  2026. echo "$as_me:$LINENO: checking whether TCP timers depend on `hz'" >&5
  2027. echo $ECHO_N "checking whether TCP timers depend on `hz'... $ECHO_C" >&6
  2028. if test "${ac_cv_TCPTV_NEEDS_HZ+set}" = set; then
  2029.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2030. else
  2031.   cat >conftest.$ac_ext <<_ACEOF
  2032. /* confdefs.h.  */
  2033. _ACEOF
  2034. cat confdefs.h >>conftest.$ac_ext
  2035. cat >>conftest.$ac_ext <<_ACEOF
  2036. /* end confdefs.h.  */
  2037. #include <netinet/tcp_timer.h>
  2038. TCPTV_SRTTDFLT
  2039. _ACEOF
  2040. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2041.   $EGREP "hz" >/dev/null 2>&1; then
  2042.   ac_cv_TCPTV_NEEDS_HZ=yes
  2043. else
  2044.   ac_cv_TCPTV_NEEDS_HZ=no
  2045. fi
  2046. rm -f conftest*
  2047. fi
  2048. echo "$as_me:$LINENO: result: $ac_cv_TCPTV_NEEDS_HZ" >&5
  2049. echo "${ECHO_T}$ac_cv_TCPTV_NEEDS_HZ" >&6
  2050. if test "x$ac_cv_TCPTV_NEEDS_HZ" = "xyes"; then
  2051.   cat >>confdefs.h <<_ACEOF
  2052. #define TCPTV_NEEDS_HZ 1
  2053. _ACEOF
  2054. fi
  2055. #
  2056. # define the agent libraries variable
  2057. #
  2058. #
  2059. # Prompt for various bits of user information
  2060. #
  2061. if test "x$ac_cv_user_prompt_LOGFILE" = "x" -o "x$ac_cv_user_prompt_SYS_LOC" = "x" -o "x$ac_cv_user_prompt_SYS_CONTACT" = "x" -o "x$ac_cv_user_prompt_DEFAULT_SNMP_VERSION" = "x"; then
  2062. echo "$as_me:$LINENO: checking if you have run configure before" >&5
  2063. echo $ECHO_N "checking if you have run configure before... $ECHO_C" >&6
  2064. if test "${ac_cv_have_warned+set}" = set; then
  2065.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2066. else
  2067. if test "x$defaults" = "xno"; then
  2068. cat << EOF
  2069.  ************** Configuration Section **************
  2070. You are about to be prompted with a series of questions.  Answer
  2071. them carefully, as they determine how the SNMP agent and related
  2072. applications are to function.
  2073. After the configure script finishes, you can browse the newly
  2074. created config.h file for further - less important - parameters to
  2075. modify.  Be careful if you re-run configure though, since config.h will
  2076. be overwritten.
  2077. -Press return to continue-
  2078. EOF
  2079. read tmpinput
  2080. ac_cv_have_warned="yes"
  2081. echo $ECHO_N "disabling above prompt for future runs...  $ECHO_C"
  2082. else
  2083.   ac_cv_have_warned="no"
  2084. fi
  2085. fi
  2086. echo "$as_me:$LINENO: result: $ac_cv_have_warned" >&5
  2087. echo "${ECHO_T}$ac_cv_have_warned" >&6
  2088. else
  2089.   ac_cv_have_warned="yes"
  2090. fi
  2091. ME=`$WHOAMI`
  2092. if test -f /etc/resolv.conf; then
  2093.   LOC=`cat /etc/resolv.conf | grep '^domain' | tail -1 | awk '{print $NF}'`
  2094. else
  2095.   LOC="@no.where"
  2096. fi
  2097. MSG_CHECK=`echo "
  2098. *** Default SNMP Version:
  2099. Starting with Net-SNMP 5.0, you can choose the default version of
  2100. the SNMP protocol to use when no version is given explicitly on the
  2101. command line, or via an 'snmp.conf' file.  In the past this was set to
  2102. SNMPv1, but you can use this to switch to SNMPv3 if desired.  SNMPv3
  2103. will provide a more secure management environment (and thus you're
  2104. encouraged to switch to SNMPv3), but may break existing scripts that
  2105. rely on the old behaviour.  (Though such scripts will probably need to
  2106. be changed to use the '-c' community flag anyway, as the SNMPv1
  2107. command line usage has changed as well.).
  2108.    At this prompt you can select "1", "2" (for SNMPv2c), or "3" as
  2109. the default version for the command tools (snmpget, ...) to use.  This
  2110. can always be overridden at runtime using the -v flag to the tools, or
  2111. by using the "defVersion" token in your snmp.conf file.
  2112.    Providing the --with-default-snmp-version="x" parameter to ./configure
  2113. will avoid this prompt.
  2114. Default version of SNMP to use" | tail -1`
  2115. echo "$as_me:$LINENO: checking $MSG_CHECK" >&5
  2116. echo $ECHO_N "checking $MSG_CHECK... $ECHO_C" >&6
  2117. if test "${ac_cv_user_prompt_DEFAULT_SNMP_VERSION+set}" = set; then
  2118.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2119. else
  2120.   echo "" >&6
  2121. if test "x$defaults" = "xno"; then
  2122. echo $ECHO_N "
  2123. *** Default SNMP Version:
  2124. Starting with Net-SNMP 5.0, you can choose the default version of
  2125. the SNMP protocol to use when no version is given explicitly on the
  2126. command line, or via an 'snmp.conf' file.  In the past this was set to
  2127. SNMPv1, but you can use this to switch to SNMPv3 if desired.  SNMPv3
  2128. will provide a more secure management environment (and thus you're
  2129. encouraged to switch to SNMPv3), but may break existing scripts that
  2130. rely on the old behaviour.  (Though such scripts will probably need to
  2131. be changed to use the '-c' community flag anyway, as the SNMPv1
  2132. command line usage has changed as well.).
  2133.    At this prompt you can select "1", "2" (for SNMPv2c), or "3" as
  2134. the default version for the command tools (snmpget, ...) to use.  This
  2135. can always be overridden at runtime using the -v flag to the tools, or
  2136. by using the "defVersion" token in your snmp.conf file.
  2137.    Providing the --with-default-snmp-version="x" parameter to ./configure
  2138. will avoid this prompt.
  2139. Default version of SNMP to use (3): $ECHO_C"
  2140. read tmpinput
  2141. if test "$tmpinput" = "" -a "3" != ""; then
  2142.   tmpinput="3"
  2143. fi
  2144. eval DEFAULT_SNMP_VERSION="$tmpinput"
  2145. else
  2146. tmpinput="3"
  2147. eval DEFAULT_SNMP_VERSION="$tmpinput"
  2148. fi
  2149. eval ac_cv_user_prompt_DEFAULT_SNMP_VERSION=$DEFAULT_SNMP_VERSION
  2150. echo $ECHO_N "setting $MSG_CHECK to...  $ECHO_C" >&6
  2151. fi
  2152. echo "$as_me:$LINENO: result: $ac_cv_user_prompt_DEFAULT_SNMP_VERSION" >&5
  2153. echo "${ECHO_T}$ac_cv_user_prompt_DEFAULT_SNMP_VERSION" >&6
  2154. if test "$ac_cv_user_prompt_DEFAULT_SNMP_VERSION" != "none"; then
  2155.   if test "xunquoted" = "xquoted" -o "xunquoted" = "xQUOTED"; then
  2156.     cat >>confdefs.h <<_ACEOF
  2157. #define DEFAULT_SNMP_VERSION "$ac_cv_user_prompt_DEFAULT_SNMP_VERSION"
  2158. _ACEOF
  2159.   else
  2160.     cat >>confdefs.h <<_ACEOF
  2161. #define DEFAULT_SNMP_VERSION $ac_cv_user_prompt_DEFAULT_SNMP_VERSION
  2162. _ACEOF
  2163.   fi
  2164. fi
  2165. # we tested this above before the prompt, but the prompt may give a new value.
  2166. if test "$ac_cv_user_prompt_DEFAULT_SNMP_VERSION" != "1" -a "$ac_cv_user_prompt_DEFAULT_SNMP_VERSION" != "2" -a "$ac_cv_user_prompt_DEFAULT_SNMP_VERSION" != "3"; then
  2167.   { { echo "$as_me:$LINENO: error: Illegal version number.  Only 1, 2 (for SNMPv2c) and 3 are supported." >&5
  2168. echo "$as_me: error: Illegal version number.  Only 1, 2 (for SNMPv2c) and 3 are supported." >&2;}
  2169.    { (exit 1); exit 1; }; }
  2170. fi
  2171. MSG_CHECK=`echo "
  2172. *** System Contact Information:
  2173. Describes who should be contacted about the host the agent is
  2174. running on.  This information is available in the MIB-II tree.  This
  2175. can also be over-ridden using the "syscontact" syntax in the agent's
  2176. configuration files.
  2177.   Providing the --with-sys-contact="contact" parameter to ./configure
  2178. will avoid this prompt.
  2179. System Contact Information" | tail -1`
  2180. echo "$as_me:$LINENO: checking $MSG_CHECK" >&5
  2181. echo $ECHO_N "checking $MSG_CHECK... $ECHO_C" >&6
  2182. if test "${ac_cv_user_prompt_SYS_CONTACT+set}" = set; then
  2183.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2184. else
  2185.   echo "" >&6
  2186. if test "x$defaults" = "xno"; then
  2187. echo $ECHO_N "
  2188. *** System Contact Information:
  2189. Describes who should be contacted about the host the agent is
  2190. running on.  This information is available in the MIB-II tree.  This
  2191. can also be over-ridden using the "syscontact" syntax in the agent's
  2192. configuration files.
  2193.   Providing the --with-sys-contact="contact" parameter to ./configure
  2194. will avoid this prompt.
  2195. System Contact Information ($ME@$LOC): $ECHO_C"
  2196. read tmpinput
  2197. if test "$tmpinput" = "" -a "$ME@$LOC" != ""; then
  2198.   tmpinput="$ME@$LOC"
  2199. fi
  2200. eval SYS_CONTACT="$tmpinput"
  2201. else
  2202. tmpinput="$ME@$LOC"
  2203. eval SYS_CONTACT="$tmpinput"
  2204. fi
  2205. eval ac_cv_user_prompt_SYS_CONTACT=$SYS_CONTACT
  2206. echo $ECHO_N "setting $MSG_CHECK to...  $ECHO_C" >&6
  2207. fi
  2208. echo "$as_me:$LINENO: result: $ac_cv_user_prompt_SYS_CONTACT" >&5
  2209. echo "${ECHO_T}$ac_cv_user_prompt_SYS_CONTACT" >&6
  2210. if test "$ac_cv_user_prompt_SYS_CONTACT" != "none"; then
  2211.   if test "xquoted" = "xquoted" -o "xquoted" = "xQUOTED"; then
  2212.     cat >>confdefs.h <<_ACEOF
  2213. #define SYS_CONTACT "$ac_cv_user_prompt_SYS_CONTACT"
  2214. _ACEOF
  2215.   else
  2216.     cat >>confdefs.h <<_ACEOF
  2217. #define SYS_CONTACT $ac_cv_user_prompt_SYS_CONTACT
  2218. _ACEOF
  2219.   fi
  2220. fi
  2221. MSG_CHECK=`echo "
  2222. *** System Location:
  2223. Describes the location of the system.  This information is
  2224. available in the MIB-II tree.  this can also be over-ridden using the
  2225. "syslocation" syntax in the agent's configuration files.
  2226.   Providing the --with-sys-location="location" parameter to ./configure
  2227. will avoid this prompt.
  2228. System Location" | tail -1`
  2229. echo "$as_me:$LINENO: checking $MSG_CHECK" >&5
  2230. echo $ECHO_N "checking $MSG_CHECK... $ECHO_C" >&6
  2231. if test "${ac_cv_user_prompt_SYS_LOC+set}" = set; then
  2232.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2233. else
  2234.   echo "" >&6
  2235. if test "x$defaults" = "xno"; then
  2236. echo $ECHO_N "
  2237. *** System Location:
  2238. Describes the location of the system.  This information is
  2239. available in the MIB-II tree.  this can also be over-ridden using the
  2240. "syslocation" syntax in the agent's configuration files.
  2241.   Providing the --with-sys-location="location" parameter to ./configure
  2242. will avoid this prompt.
  2243. System Location (Unknown): $ECHO_C"
  2244. read tmpinput
  2245. if test "$tmpinput" = "" -a "Unknown" != ""; then
  2246.   tmpinput="Unknown"
  2247. fi
  2248. eval SYS_LOC="$tmpinput"
  2249. else
  2250. tmpinput="Unknown"
  2251. eval SYS_LOC="$tmpinput"
  2252. fi
  2253. eval ac_cv_user_prompt_SYS_LOC=$SYS_LOC
  2254. echo $ECHO_N "setting $MSG_CHECK to...  $ECHO_C" >&6
  2255. fi
  2256. echo "$as_me:$LINENO: result: $ac_cv_user_prompt_SYS_LOC" >&5
  2257. echo "${ECHO_T}$ac_cv_user_prompt_SYS_LOC" >&6
  2258. if test "$ac_cv_user_prompt_SYS_LOC" != "none"; then
  2259.   if test "xquoted" = "xquoted" -o "xquoted" = "xQUOTED"; then
  2260.     cat >>confdefs.h <<_ACEOF
  2261. #define SYS_LOC "$ac_cv_user_prompt_SYS_LOC"
  2262. _ACEOF
  2263.   else
  2264.     cat >>confdefs.h <<_ACEOF
  2265. #define SYS_LOC $ac_cv_user_prompt_SYS_LOC
  2266. _ACEOF
  2267.   fi
  2268. fi
  2269. if test -d /var/log; then
  2270.   defaultlog="/var/log/snmpd.log"
  2271. else
  2272.   defaultlog="/usr/adm/snmpd.log"
  2273. fi
  2274. MSG_CHECK=`echo "
  2275. *** Logfile location:
  2276. Enter the default location for the snmpd agent to dump
  2277. information & errors to.  If not defined (enter the keyword "none"
  2278. at the prompt below) the agent will use stdout and stderr instead.
  2279. (Note: This value can be over-ridden using command line options.)
  2280.   Providing the --with-logfile="path" parameter to ./configure
  2281. will avoid this prompt.
  2282. Location to write logfile" | tail -1`
  2283. echo "$as_me:$LINENO: checking $MSG_CHECK" >&5
  2284. echo $ECHO_N "checking $MSG_CHECK... $ECHO_C" >&6
  2285. if test "${ac_cv_user_prompt_LOGFILE+set}" = set; then
  2286.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2287. else
  2288.   echo "" >&6
  2289. if test "x$defaults" = "xno"; then
  2290. echo $ECHO_N "
  2291. *** Logfile location:
  2292. Enter the default location for the snmpd agent to dump
  2293. information & errors to.  If not defined (enter the keyword "none"
  2294. at the prompt below) the agent will use stdout and stderr instead.
  2295. (Note: This value can be over-ridden using command line options.)
  2296.   Providing the --with-logfile="path" parameter to ./configure
  2297. will avoid this prompt.
  2298. Location to write logfile ($defaultlog): $ECHO_C"
  2299. read tmpinput
  2300. if test "$tmpinput" = "" -a "$defaultlog" != ""; then
  2301.   tmpinput="$defaultlog"
  2302. fi
  2303. eval LOGFILE="$tmpinput"
  2304. else
  2305. tmpinput="$defaultlog"
  2306. eval LOGFILE="$tmpinput"
  2307. fi
  2308. eval ac_cv_user_prompt_LOGFILE=$LOGFILE
  2309. echo $ECHO_N "setting $MSG_CHECK to...  $ECHO_C" >&6
  2310. fi
  2311. echo "$as_me:$LINENO: result: $ac_cv_user_prompt_LOGFILE" >&5
  2312. echo "${ECHO_T}$ac_cv_user_prompt_LOGFILE" >&6
  2313. if test "$ac_cv_user_prompt_LOGFILE" != "none"; then
  2314.   if test "xquoted" = "xquoted" -o "xquoted" = "xQUOTED"; then
  2315.     cat >>confdefs.h <<_ACEOF
  2316. #define LOGFILE "$ac_cv_user_prompt_LOGFILE"
  2317. _ACEOF
  2318.   else
  2319.     cat >>confdefs.h <<_ACEOF
  2320. #define LOGFILE $ac_cv_user_prompt_LOGFILE
  2321. _ACEOF
  2322.   fi
  2323. fi
  2324. if test -d /var; then
  2325.   defaultstore="/var/net-snmp"
  2326.   ucddefaultstore="/var/ucd-snmp"
  2327. else
  2328.   defaultstore="/etc/net-snmp"
  2329.   ucddefaultstore="/etc/ucd-snmp"
  2330. fi
  2331. MSG_CHECK=`echo "
  2332. *** snmpd persistent storage location:
  2333. Enter a directory for the SNMP library to store persistent
  2334. data in the form of a configuration file.  This default location is
  2335. different than the old default location (which was for ucd-snmp).  If
  2336. you stay with the new path, I'll ask you in a second if you wish to
  2337. copy your files over to the new location (once only).  If you pick
  2338. some other path than the default, you'll have to copy them yourself.
  2339. There is nothing wrong with picking the old path ($ucddefaultstore) if
  2340. you'd rather.
  2341.   Providing the --with-persistent-directory="path" parameter to
  2342. ./configure will avoid this prompt.
  2343. Location to write persistent information" | tail -1`
  2344. echo "$as_me:$LINENO: checking $MSG_CHECK" >&5
  2345. echo $ECHO_N "checking $MSG_CHECK... $ECHO_C" >&6
  2346. if test "${ac_cv_user_prompt_PERSISTENT_DIRECTORY+set}" = set; then
  2347.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2348. else
  2349.   echo "" >&6
  2350. if test "x$defaults" = "xno"; then
  2351. echo $ECHO_N "
  2352. *** snmpd persistent storage location:
  2353. Enter a directory for the SNMP library to store persistent
  2354. data in the form of a configuration file.  This default location is
  2355. different than the old default location (which was for ucd-snmp).  If
  2356. you stay with the new path, I'll ask you in a second if you wish to
  2357. copy your files over to the new location (once only).  If you pick
  2358. some other path than the default, you'll have to copy them yourself.
  2359. There is nothing wrong with picking the old path ($ucddefaultstore) if
  2360. you'd rather.
  2361.   Providing the --with-persistent-directory="path" parameter to
  2362. ./configure will avoid this prompt.
  2363. Location to write persistent information ($defaultstore): $ECHO_C"
  2364. read tmpinput
  2365. if test "$tmpinput" = "" -a "$defaultstore" != ""; then
  2366.   tmpinput="$defaultstore"
  2367. fi
  2368. eval PERSISTENT_DIRECTORY="$tmpinput"
  2369. else
  2370. tmpinput="$defaultstore"
  2371. eval PERSISTENT_DIRECTORY="$tmpinput"
  2372. fi
  2373. eval ac_cv_user_prompt_PERSISTENT_DIRECTORY=$PERSISTENT_DIRECTORY
  2374. echo $ECHO_N "setting $MSG_CHECK to...  $ECHO_C" >&6
  2375. fi
  2376. echo "$as_me:$LINENO: result: $ac_cv_user_prompt_PERSISTENT_DIRECTORY" >&5
  2377. echo "${ECHO_T}$ac_cv_user_prompt_PERSISTENT_DIRECTORY" >&6
  2378. if test "$ac_cv_user_prompt_PERSISTENT_DIRECTORY" != "none"; then
  2379.   if test "xquoted" = "xquoted" -o "xquoted" = "xQUOTED"; then
  2380.     cat >>confdefs.h <<_ACEOF
  2381. #define PERSISTENT_DIRECTORY "$ac_cv_user_prompt_PERSISTENT_DIRECTORY"
  2382. _ACEOF
  2383.   else
  2384.     cat >>confdefs.h <<_ACEOF
  2385. #define PERSISTENT_DIRECTORY $ac_cv_user_prompt_PERSISTENT_DIRECTORY
  2386. _ACEOF
  2387.   fi
  2388. fi
  2389. PERSISTENT_DIRECTORY=$ac_cv_user_prompt_PERSISTENT_DIRECTORY
  2390. UCDPERSISTENT_DIRECTORY=$ucddefaultstore
  2391. if test $PERSISTENT_DIRECTORY = "$defaultstore" -a -d "$ucddefaultstore" -a ! -d "$defaultstore" ; then
  2392. echo "$as_me:$LINENO: checking If we should copy the old persistent directory" >&5
  2393. echo $ECHO_N "checking If we should copy the old persistent directory... $ECHO_C" >&6
  2394. if test "${ac_cv_user_prompt_COPY_PERSISTENT_FILES+set}" = set; then
  2395.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2396. else
  2397. if test "x$defaults" = "xno"; then
  2398. echo $ECHO_N "
  2399. *** Copying old ucd-snmp persistent files to net-snmp persistent directory:
  2400. Would you like to copy the older ucd-snmp persistent files
  2401. into your new net-snmp persistent file path?  This will functionally
  2402. save all your ucd-snmp data and let it be used within the net-snmp
  2403. tools.  This will only be done once when you run make install.  If you
  2404. wish to do this, enter "yes" at the prompt.
  2405.   Providing the --with-copy-persistent-files="no" (or "yes")
  2406. parameters to ./configure will avoid this prompt.
  2407. Copy ucd-snmp data into the net-snmp data directory ("yes"): $ECHO_C"
  2408. read tmpinput
  2409. if test "$tmpinput" = "" -a ""yes"" != ""; then
  2410.   tmpinput=""yes""
  2411. fi
  2412. eval ac_cv_user_prompt_COPY_PERSISTENT_FILES="$tmpinput"
  2413. else
  2414. tmpinput=""yes""
  2415. eval ac_cv_user_prompt_COPY_PERSISTENT_FILES="$tmpinput"
  2416. fi
  2417. fi
  2418. echo "$as_me:$LINENO: result: $ac_cv_user_prompt_COPY_PERSISTENT_FILES" >&5
  2419. echo "${ECHO_T}$ac_cv_user_prompt_COPY_PERSISTENT_FILES" >&6
  2420. else
  2421. ac_cv_user_prompt_COPY_PERSISTENT_FILES="no"
  2422. fi
  2423. COPY_PERSISTENT_FILES="$ac_cv_user_prompt_COPY_PERSISTENT_FILES"
  2424.           ac_config_files="$ac_config_files Makefile:Makefile.top:Makefile.in:Makefile.rules"
  2425.           ac_config_files="$ac_config_files snmplib/Makefile:Makefile.top:snmplib/Makefile.in:Makefile.rules:snmplib/Makefile.depend"
  2426.           ac_config_files="$ac_config_files apps/Makefile:Makefile.top:apps/Makefile.in:Makefile.rules:apps/Makefile.depend"
  2427.           ac_config_files="$ac_config_files apps/snmpnetstat/Makefile:Makefile.top:apps/snmpnetstat/Makefile.in:Makefile.rules:apps/snmpnetstat/Makefile.depend"
  2428.           ac_config_files="$ac_config_files agent/Makefile:Makefile.top:agent/Makefile.in:Makefile.rules:agent/Makefile.depend"
  2429.           ac_config_files="$ac_config_files agent/helpers/Makefile:Makefile.top:agent/helpers/Makefile.in:Makefile.rules:agent/helpers/Makefile.depend"
  2430.           ac_config_files="$ac_config_files agent/mibgroup/Makefile:Makefile.top:agent/mibgroup/Makefile.in:Makefile.rules:agent/mibgroup/Makefile.depend"
  2431.           ac_config_files="$ac_config_files local/Makefile:Makefile.top:local/Makefile.in:Makefile.rules"
  2432.           ac_config_files="$ac_config_files testing/Makefile:Makefile.top:testing/Makefile.in"
  2433.           ac_config_files="$ac_config_files man/Makefile:Makefile.top:man/Makefile.in:Makefile.rules"
  2434.           ac_config_files="$ac_config_files mibs/Makefile:Makefile.top:mibs/Makefile.in:Makefile.rules"
  2435.           ac_config_files="$ac_config_files net-snmp-config:net-snmp-config.in"
  2436.           ac_config_commands="$ac_config_commands default"
  2437. cat >confcache <<_ACEOF
  2438. # This file is a shell script that caches the results of configure
  2439. # tests run on this system so they can be shared between configure
  2440. # scripts and configure runs, see configure's option --config-cache.
  2441. # It is not useful on other systems.  If it contains results you don't
  2442. # want to keep, you may remove or edit it.
  2443. #
  2444. # config.status only pays attention to the cache file if you give it
  2445. # the --recheck option to rerun configure.
  2446. #
  2447. # `ac_cv_env_foo' variables (set or unset) will be overridden when
  2448. # loading this file, other *unset* `ac_cv_foo' will be assigned the
  2449. # following values.
  2450. _ACEOF
  2451. # The following way of writing the cache mishandles newlines in values,
  2452. # but we know of no workaround that is simple, portable, and efficient.
  2453. # So, don't put newlines in cache variables' values.
  2454. # Ultrix sh set writes to stderr and can't be redirected directly,
  2455. # and sets the high bit in the cache file unless we assign to the vars.
  2456. {
  2457.   (set) 2>&1 |
  2458.     case `(ac_space=' '; set | grep ac_space) 2>&1` in
  2459.     *ac_space= *)
  2460.       # `set' does not quote correctly, so add quotes (double-quote
  2461.       # substitution turns \\ into \, and sed turns \ into ).
  2462.       sed -n 
  2463. "s/'/'\\''/g;
  2464.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='\2'/p"
  2465.       ;;
  2466.     *)
  2467.       # `set' quotes correctly as required by POSIX, so do not add quotes.
  2468.       sed -n 
  2469. "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
  2470.       ;;
  2471.     esac;
  2472. } |
  2473.   sed '
  2474.      t clear
  2475.      : clear
  2476.      s/^([^=]*)=(.*[{}].*)$/test "${1+set}" = set || &/
  2477.      t end
  2478.      /^ac_cv_env/!s/^([^=]*)=(.*)$/1=${1=2}/
  2479.      : end' >>confcache
  2480. if diff $cache_file confcache >/dev/null 2>&1; then :; else
  2481.   if test -w $cache_file; then
  2482.     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
  2483.     cat confcache >$cache_file
  2484.   else
  2485.     echo "not updating unwritable cache $cache_file"
  2486.   fi
  2487. fi
  2488. rm -f confcache
  2489. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2490. # Let make expand exec_prefix.
  2491. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2492. # VPATH may cause trouble with some makes, so we remove $(srcdir),
  2493. # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  2494. # trailing colons and then remove the whole line if VPATH becomes empty
  2495. # (actually we leave an empty line to preserve line numbers).
  2496. if test "x$srcdir" = x.; then
  2497.   ac_vpsub='/^[  ]*VPATH[  ]*=/{
  2498. s/:*$(srcdir):*/:/;
  2499. s/:*${srcdir}:*/:/;
  2500. s/:*@srcdir@:*/:/;
  2501. s/^([^=]*=[  ]*):*/1/;
  2502. s/:*$//;
  2503. s/^[^=]*=[  ]*$//;
  2504. }'
  2505. fi
  2506. DEFS=-DHAVE_CONFIG_H
  2507. ac_libobjs=
  2508. ac_ltlibobjs=
  2509. for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  2510.   # 1. Remove the extension, and $U if already installed.
  2511.   ac_i=`echo "$ac_i" |
  2512.  sed 's/$U././;s/.o$//;s/.obj$//'`
  2513.   # 2. Add them.
  2514.   ac_libobjs="$ac_libobjs $ac_i$U.$ac_objext"
  2515.   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
  2516. done
  2517. LIBOBJS=$ac_libobjs
  2518. LTLIBOBJS=$ac_ltlibobjs
  2519. : ${CONFIG_STATUS=./config.status}
  2520. ac_clean_files_save=$ac_clean_files
  2521. ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  2522. { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  2523. echo "$as_me: creating $CONFIG_STATUS" >&6;}
  2524. cat >$CONFIG_STATUS <<_ACEOF
  2525. #! $SHELL
  2526. # Generated by $as_me.
  2527. # Run this file to recreate the current configuration.
  2528. # Compiler output produced by configure, useful for debugging
  2529. # configure, is in config.log if it exists.
  2530. debug=false
  2531. ac_cs_recheck=false
  2532. ac_cs_silent=false
  2533. SHELL=${CONFIG_SHELL-$SHELL}
  2534. _ACEOF
  2535. cat >>$CONFIG_STATUS <<_ACEOF
  2536. ## --------------------- ##
  2537. ## M4sh Initialization.  ##
  2538. ## --------------------- ##
  2539. # Be Bourne compatible
  2540. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  2541.   emulate sh
  2542.   NULLCMD=:
  2543.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  2544.   # is contrary to our usage.  Disable this feature.
  2545.   alias -g '${1+"$@"}'='"$@"'
  2546. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  2547.   set -o posix
  2548. fi
  2549. DUALCASE=1; export DUALCASE # for MKS sh
  2550. # Support unset when possible.
  2551. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  2552.   as_unset=unset
  2553. else
  2554.   as_unset=false
  2555. fi
  2556. # Work around bugs in pre-3.0 UWIN ksh.
  2557. $as_unset ENV MAIL MAILPATH
  2558. PS1='$ '
  2559. PS2='> '
  2560. PS4='+ '
  2561. # NLS nuisances.
  2562. for as_var in 
  2563.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION 
  2564.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER 
  2565.   LC_TELEPHONE LC_TIME
  2566. do
  2567.   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  2568.     eval $as_var=C; export $as_var
  2569.   else
  2570.     $as_unset $as_var
  2571.   fi
  2572. done
  2573. # Required to use basename.
  2574. if expr a : '(a)' >/dev/null 2>&1; then
  2575.   as_expr=expr
  2576. else
  2577.   as_expr=false
  2578. fi
  2579. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  2580.   as_basename=basename
  2581. else
  2582.   as_basename=false
  2583. fi
  2584. # Name of the executable.
  2585. as_me=`$as_basename "$0" ||
  2586. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  2587.  X"$0" : 'X(//)$' | 
  2588.  X"$0" : 'X(/)$' | 
  2589.  .     : '(.)' 2>/dev/null ||
  2590. echo X/"$0" |
  2591.     sed '/^.*/([^/][^/]*)/*$/{ s//1/; q; }
  2592.      /^X/(//)$/{ s//1/; q; }
  2593.      /^X/(/).*/{ s//1/; q; }
  2594.      s/.*/./; q'`
  2595. # PATH needs CR, and LINENO needs CR and PATH.
  2596. # Avoid depending upon Character Ranges.
  2597. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  2598. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  2599. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  2600. as_cr_digits='0123456789'
  2601. as_cr_alnum=$as_cr_Letters$as_cr_digits
  2602. # The user is always right.
  2603. if test "${PATH_SEPARATOR+set}" != set; then
  2604.   echo "#! /bin/sh" >conf$$.sh
  2605.   echo  "exit 0"   >>conf$$.sh
  2606.   chmod +x conf$$.sh
  2607.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  2608.     PATH_SEPARATOR=';'
  2609.   else
  2610.     PATH_SEPARATOR=:
  2611.   fi
  2612.   rm -f conf$$.sh
  2613. fi
  2614.   as_lineno_1=$LINENO
  2615.   as_lineno_2=$LINENO
  2616.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2617.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2618.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  2619.   # Find who we are.  Look in the path if we contain no path at all
  2620.   # relative or not.
  2621.   case $0 in
  2622.     *[\/]* ) as_myself=$0 ;;
  2623.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2624. for as_dir in $PATH
  2625. do
  2626.   IFS=$as_save_IFS
  2627.   test -z "$as_dir" && as_dir=.
  2628.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  2629. done
  2630.        ;;
  2631.   esac
  2632.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  2633.   # in which case we are not to be found in the path.
  2634.   if test "x$as_myself" = x; then
  2635.     as_myself=$0
  2636.   fi
  2637.   if test ! -f "$as_myself"; then
  2638.     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
  2639. echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
  2640.    { (exit 1); exit 1; }; }
  2641.   fi
  2642.   case $CONFIG_SHELL in
  2643.   '')
  2644.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2645. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  2646. do
  2647.   IFS=$as_save_IFS
  2648.   test -z "$as_dir" && as_dir=.
  2649.   for as_base in sh bash ksh sh5; do
  2650.  case $as_dir in
  2651.  /*)
  2652.    if ("$as_dir/$as_base" -c '
  2653.   as_lineno_1=$LINENO
  2654.   as_lineno_2=$LINENO
  2655.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2656.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2657.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  2658.      $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  2659.      $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  2660.      CONFIG_SHELL=$as_dir/$as_base
  2661.      export CONFIG_SHELL
  2662.      exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  2663.    fi;;
  2664.  esac
  2665.        done
  2666. done
  2667. ;;
  2668.   esac
  2669.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  2670.   # uniformly replaced by the line number.  The first 'sed' inserts a
  2671.   # line-number line before each line; the second 'sed' does the real
  2672.   # work.  The second script uses 'N' to pair each line-number line
  2673.   # with the numbered line, and appends trailing '-' during
  2674.   # substitution so that $LINENO is not a special case at line end.
  2675.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  2676.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  2677.   sed '=' <$as_myself |
  2678.     sed '
  2679.       N
  2680.       s,$,-,
  2681.       : loop
  2682.       s,^(['$as_cr_digits']*)(.*)[$]LINENO([^'$as_cr_alnum'_]),1213,
  2683.       t loop
  2684.       s,-$,,
  2685.       s,^['$as_cr_digits']*n,,
  2686.     ' >$as_me.lineno &&
  2687.   chmod +x $as_me.lineno ||
  2688.     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
  2689. echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
  2690.    { (exit 1); exit 1; }; }
  2691.   # Don't try to exec as it changes $[0], causing all sort of problems
  2692.   # (the dirname of $[0] is not the place where we might find the
  2693.   # original and so on.  Autoconf is especially sensible to this).
  2694.   . ./$as_me.lineno
  2695.   # Exit status is that of the last command.
  2696.   exit
  2697. }
  2698. case `echo "testingc"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  2699.   *c*,-n*) ECHO_N= ECHO_C='
  2700. ' ECHO_T=' ' ;;
  2701.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  2702.   *)       ECHO_N= ECHO_C='c' ECHO_T= ;;
  2703. esac
  2704. if expr a : '(a)' >/dev/null 2>&1; then
  2705.   as_expr=expr
  2706. else
  2707.   as_expr=false
  2708. fi
  2709. rm -f conf$$ conf$$.exe conf$$.file
  2710. echo >conf$$.file
  2711. if ln -s conf$$.file conf$$ 2>/dev/null; then
  2712.   # We could just check for DJGPP; but this test a) works b) is more generic
  2713.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  2714.   if test -f conf$$.exe; then
  2715.     # Don't use ln at all; we don't have any links
  2716.     as_ln_s='cp -p'
  2717.   else
  2718.     as_ln_s='ln -s'
  2719.   fi
  2720. elif ln conf$$.file conf$$ 2>/dev/null; then
  2721.   as_ln_s=ln
  2722. else
  2723.   as_ln_s='cp -p'
  2724. fi
  2725. rm -f conf$$ conf$$.exe conf$$.file
  2726. if mkdir -p . 2>/dev/null; then
  2727.   as_mkdir_p=:
  2728. else
  2729.   test -d ./-p && rmdir ./-p
  2730.   as_mkdir_p=false
  2731. fi
  2732. as_executable_p="test -f"
  2733. # Sed expression to map a string onto a valid CPP name.
  2734. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  2735. # Sed expression to map a string onto a valid variable name.
  2736. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  2737. # IFS
  2738. # We need space, tab and new line, in precisely that order.
  2739. as_nl='
  2740. '
  2741. IFS="  $as_nl"
  2742. # CDPATH.
  2743. $as_unset CDPATH
  2744. exec 6>&1
  2745. # Open the log real soon, to keep $[0] and so on meaningful, and to
  2746. # report actual input values of CONFIG_FILES etc. instead of their
  2747. # values after options handling.  Logging --version etc. is OK.
  2748. exec 5>>config.log
  2749. {
  2750.   echo
  2751.   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  2752. ## Running $as_me. ##
  2753. _ASBOX
  2754. } >&5
  2755. cat >&5 <<_CSEOF
  2756. This file was extended by Net-SNMP $as_me 5.2.2, which was
  2757. generated by GNU Autoconf 2.59.  Invocation command line was
  2758.   CONFIG_FILES    = $CONFIG_FILES
  2759.   CONFIG_HEADERS  = $CONFIG_HEADERS
  2760.   CONFIG_LINKS    = $CONFIG_LINKS
  2761.   CONFIG_COMMANDS = $CONFIG_COMMANDS
  2762.   $ $0 $@
  2763. _CSEOF
  2764. echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
  2765. echo >&5
  2766. _ACEOF
  2767. # Files that config.status was made for.
  2768. if test -n "$ac_config_files"; then
  2769.   echo "config_files="$ac_config_files"" >>$CONFIG_STATUS
  2770. fi
  2771. if test -n "$ac_config_headers"; then
  2772.   echo "config_headers="$ac_config_headers"" >>$CONFIG_STATUS
  2773. fi
  2774. if test -n "$ac_config_links"; then
  2775.   echo "config_links="$ac_config_links"" >>$CONFIG_STATUS
  2776. fi
  2777. if test -n "$ac_config_commands"; then
  2778.   echo "config_commands="$ac_config_commands"" >>$CONFIG_STATUS
  2779. fi
  2780. cat >>$CONFIG_STATUS <<_ACEOF
  2781. ac_cs_usage="
  2782. `$as_me' instantiates files from templates according to the
  2783. current configuration.
  2784. Usage: $0 [OPTIONS] [FILE]...
  2785.   -h, --help       print this help, then exit
  2786.   -V, --version    print version number, then exit
  2787.   -q, --quiet      do not print progress messages
  2788.   -d, --debug      don't remove temporary files
  2789.       --recheck    update $as_me by reconfiguring in the same conditions
  2790.   --file=FILE[:TEMPLATE]
  2791.    instantiate the configuration file FILE
  2792.   --header=FILE[:TEMPLATE]
  2793.    instantiate the configuration header FILE
  2794. Configuration files:
  2795. $config_files
  2796. Configuration headers:
  2797. $config_headers
  2798. Configuration commands:
  2799. $config_commands
  2800. Report bugs to <bug-autoconf@gnu.org>."
  2801. _ACEOF
  2802. cat >>$CONFIG_STATUS <<_ACEOF
  2803. ac_cs_version="\
  2804. Net-SNMP config.status 5.2.2
  2805. configured by $0, generated by GNU Autoconf 2.59,
  2806.   with options \"`echo "$ac_configure_args" | sed 's/[\""`$]/\\&/g'`\"
  2807. Copyright (C) 2003 Free Software Foundation, Inc.
  2808. This config.status script is free software; the Free Software Foundation
  2809. gives unlimited permission to copy, distribute and modify it."
  2810. srcdir=$srcdir
  2811. INSTALL="$INSTALL"
  2812. _ACEOF
  2813. cat >>$CONFIG_STATUS <<_ACEOF
  2814. # If no file are specified by the user, then we need to provide default
  2815. # value.  By we need to know if files were specified by the user.
  2816. ac_need_defaults=:
  2817. while test $# != 0
  2818. do
  2819.   case $1 in
  2820.   --*=*)
  2821.     ac_option=`expr "x$1" : 'x([^=]*)='`
  2822.     ac_optarg=`expr "x$1" : 'x[^=]*=(.*)'`
  2823.     ac_shift=:
  2824.     ;;
  2825.   -*)
  2826.     ac_option=$1
  2827.     ac_optarg=$2
  2828.     ac_shift=shift
  2829.     ;;
  2830.   *) # This is not an option, so the user has probably given explicit
  2831.      # arguments.
  2832.      ac_option=$1
  2833.      ac_need_defaults=false;;
  2834.   esac
  2835.   case $ac_option in
  2836.   # Handling of the options.
  2837. _ACEOF
  2838. cat >>$CONFIG_STATUS <<_ACEOF
  2839.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2840.     ac_cs_recheck=: ;;
  2841.   --version | --vers* | -V )
  2842.     echo "$ac_cs_version"; exit 0 ;;
  2843.   --he | --h)
  2844.     # Conflict between --help and --header
  2845.     { { echo "$as_me:$LINENO: error: ambiguous option: $1
  2846. Try `$0 --help' for more information." >&5
  2847. echo "$as_me: error: ambiguous option: $1
  2848. Try `$0 --help' for more information." >&2;}
  2849.    { (exit 1); exit 1; }; };;
  2850.   --help | --hel | -h )
  2851.     echo "$ac_cs_usage"; exit 0 ;;
  2852.   --debug | --d* | -d )
  2853.     debug=: ;;
  2854.   --file | --fil | --fi | --f )
  2855.     $ac_shift
  2856.     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  2857.     ac_need_defaults=false;;
  2858.   --header | --heade | --head | --hea )
  2859.     $ac_shift
  2860.     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
  2861.     ac_need_defaults=false;;
  2862.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  2863.   | -silent | --silent | --silen | --sile | --sil | --si | --s)
  2864.     ac_cs_silent=: ;;
  2865.   # This is an error.
  2866.   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
  2867. Try `$0 --help' for more information." >&5
  2868. echo "$as_me: error: unrecognized option: $1
  2869. Try `$0 --help' for more information." >&2;}
  2870.    { (exit 1); exit 1; }; } ;;
  2871.   *) ac_config_targets="$ac_config_targets $1" ;;
  2872.   esac
  2873.   shift
  2874. done
  2875. ac_configure_extra_args=
  2876. if $ac_cs_silent; then
  2877.   exec 6>/dev/null
  2878.   ac_configure_extra_args="$ac_configure_extra_args --silent"
  2879. fi
  2880. _ACEOF
  2881. cat >>$CONFIG_STATUS <<_ACEOF
  2882. if $ac_cs_recheck; then
  2883.   echo "running $SHELL $0 " $ac_configure_args $ac_configure_extra_args " --no-create --no-recursion" >&6
  2884.   exec $SHELL $0 $ac_configure_args $ac_configure_extra_args --no-create --no-recursion
  2885. fi
  2886. _ACEOF
  2887. cat >>$CONFIG_STATUS <<_ACEOF
  2888. for ac_config_target in $ac_config_targets
  2889. do
  2890.   case "$ac_config_target" in
  2891.   # Handling of arguments.
  2892.   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile:Makefile.top:Makefile.in:Makefile.rules" ;;
  2893.   "snmplib/Makefile" ) CONFIG_FILES="$CONFIG_FILES snmplib/Makefile:Makefile.top:snmplib/Makefile.in:Makefile.rules:snmplib/Makefile.depend" ;;
  2894.   "apps/Makefile" ) CONFIG_FILES="$CONFIG_FILES apps/Makefile:Makefile.top:apps/Makefile.in:Makefile.rules:apps/Makefile.depend" ;;
  2895.   "apps/snmpnetstat/Makefile" ) CONFIG_FILES="$CONFIG_FILES apps/snmpnetstat/Makefile:Makefile.top:apps/snmpnetstat/Makefile.in:Makefile.rules:apps/snmpnetstat/Makefile.depend" ;;
  2896.   "agent/Makefile" ) CONFIG_FILES="$CONFIG_FILES agent/Makefile:Makefile.top:agent/Makefile.in:Makefile.rules:agent/Makefile.depend" ;;
  2897.   "agent/helpers/Makefile" ) CONFIG_FILES="$CONFIG_FILES agent/helpers/Makefile:Makefile.top:agent/helpers/Makefile.in:Makefile.rules:agent/helpers/Makefile.depend" ;;
  2898.   "agent/mibgroup/Makefile" ) CONFIG_FILES="$CONFIG_FILES agent/mibgroup/Makefile:Makefile.top:agent/mibgroup/Makefile.in:Makefile.rules:agent/mibgroup/Makefile.depend" ;;
  2899.   "local/Makefile" ) CONFIG_FILES="$CONFIG_FILES local/Makefile:Makefile.top:local/Makefile.in:Makefile.rules" ;;
  2900.   "testing/Makefile" ) CONFIG_FILES="$CONFIG_FILES testing/Makefile:Makefile.top:testing/Makefile.in" ;;
  2901.   "man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile:Makefile.top:man/Makefile.in:Makefile.rules" ;;
  2902.   "mibs/Makefile" ) CONFIG_FILES="$CONFIG_FILES mibs/Makefile:Makefile.top:mibs/Makefile.in:Makefile.rules" ;;
  2903.   "net-snmp-config" ) CONFIG_FILES="$CONFIG_FILES net-snmp-config:net-snmp-config.in" ;;
  2904.   "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
  2905.   "include/net-snmp/net-snmp-config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/net-snmp/net-snmp-config.h" ;;
  2906.   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  2907. echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  2908.    { (exit 1); exit 1; }; };;
  2909.   esac
  2910. done
  2911. # If the user did not use the arguments to specify the items to instantiate,
  2912. # then the envvar interface is used.  Set only those that are not.
  2913. # We use the long form for the default assignment because of an extremely
  2914. # bizarre bug on SunOS 4.1.3.
  2915. if $ac_need_defaults; then
  2916.   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  2917.   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  2918.   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  2919. fi
  2920. # Have a temporary directory for convenience.  Make it in the build tree
  2921. # simply because there is no reason to put it here, and in addition,
  2922. # creating and moving files from /tmp can sometimes cause problems.
  2923. # Create a temporary directory, and hook for its removal unless debugging.
  2924. $debug ||
  2925. {
  2926.   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
  2927.   trap '{ (exit 1); exit 1; }' 1 2 13 15
  2928. }
  2929. # Create a (secure) tmp directory for tmp files.
  2930. {
  2931.   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
  2932.   test -n "$tmp" && test -d "$tmp"
  2933. }  ||
  2934. {
  2935.   tmp=./confstat$$-$RANDOM
  2936.   (umask 077 && mkdir $tmp)
  2937. } ||
  2938. {
  2939.    echo "$me: cannot create a temporary directory in ." >&2
  2940.    { (exit 1); exit 1; }
  2941. }
  2942. _ACEOF
  2943. cat >>$CONFIG_STATUS <<_ACEOF
  2944. #
  2945. # CONFIG_FILES section.
  2946. #
  2947. # No need to generate the scripts if there are no CONFIG_FILES.
  2948. # This happens for instance when ./config.status config.h
  2949. if test -n "$CONFIG_FILES"; then
  2950.   # Protect against being on the right side of a sed subst in config.status.
  2951.   sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
  2952.    s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
  2953. s,@SHELL@,$SHELL,;t t
  2954. s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
  2955. s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
  2956. s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
  2957. s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
  2958. s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
  2959. s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
  2960. s,@exec_prefix@,$exec_prefix,;t t
  2961. s,@prefix@,$prefix,;t t
  2962. s,@program_transform_name@,$program_transform_name,;t t
  2963. s,@bindir@,$bindir,;t t
  2964. s,@sbindir@,$sbindir,;t t
  2965. s,@libexecdir@,$libexecdir,;t t
  2966. s,@datadir@,$datadir,;t t
  2967. s,@sysconfdir@,$sysconfdir,;t t
  2968. s,@sharedstatedir@,$sharedstatedir,;t t
  2969. s,@localstatedir@,$localstatedir,;t t
  2970. s,@libdir@,$libdir,;t t
  2971. s,@includedir@,$includedir,;t t
  2972. s,@oldincludedir@,$oldincludedir,;t t
  2973. s,@infodir@,$infodir,;t t
  2974. s,@mandir@,$mandir,;t t
  2975. s,@build_alias@,$build_alias,;t t
  2976. s,@host_alias@,$host_alias,;t t
  2977. s,@target_alias@,$target_alias,;t t
  2978. s,@DEFS@,$DEFS,;t t
  2979. s,@ECHO_C@,$ECHO_C,;t t
  2980. s,@ECHO_N@,$ECHO_N,;t t
  2981. s,@ECHO_T@,$ECHO_T,;t t
  2982. s,@LIBS@,$LIBS,;t t
  2983. s,@CONFIGURE_OPTIONS@,$CONFIGURE_OPTIONS,;t t
  2984. s,@LIBTOOLFLAGS@,$LIBTOOLFLAGS,;t t
  2985. s,@INSTALL_PREFIX@,$INSTALL_PREFIX,;t t
  2986. s,@TRAPLIBS@,$TRAPLIBS,;t t
  2987. s,@USETRAPLIBS@,$USETRAPLIBS,;t t
  2988. s,@MAINSUBS@,$MAINSUBS,;t t
  2989. s,@HAVE_DMALLOC_H@,$HAVE_DMALLOC_H,;t t
  2990. s,@WRAPLIBS@,$WRAPLIBS,;t t
  2991. s,@installucdheaders@,$installucdheaders,;t t
  2992. s,@installucdlibs@,$installucdlibs,;t t
  2993. s,@CC@,$CC,;t t
  2994. s,@CFLAGS@,$CFLAGS,;t t
  2995. s,@LDFLAGS@,$LDFLAGS,;t t
  2996. s,@CPPFLAGS@,$CPPFLAGS,;t t
  2997. s,@ac_ct_CC@,$ac_ct_CC,;t t
  2998. s,@EXEEXT@,$EXEEXT,;t t
  2999. s,@OBJEXT@,$OBJEXT,;t t
  3000. s,@CPP@,$CPP,;t t
  3001. s,@EGREP@,$EGREP,;t t
  3002. s,@build@,$build,;t t
  3003. s,@build_cpu@,$build_cpu,;t t
  3004. s,@build_vendor@,$build_vendor,;t t
  3005. s,@build_os@,$build_os,;t t
  3006. s,@host@,$host,;t t
  3007. s,@host_cpu@,$host_cpu,;t t
  3008. s,@host_vendor@,$host_vendor,;t t
  3009. s,@host_os@,$host_os,;t t
  3010. s,@LN_S@,$LN_S,;t t
  3011. s,@ECHO@,$ECHO,;t t
  3012. s,@RANLIB@,$RANLIB,;t t
  3013. s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
  3014. s,@STRIP@,$STRIP,;t t
  3015. s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
  3016. s,@LIBTOOL@,$LIBTOOL,;t t
  3017. s,@LIBTOOL_DEPS@,$LIBTOOL_DEPS,;t t
  3018. s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
  3019. s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
  3020. s,@INSTALL_DATA@,$INSTALL_DATA,;t t
  3021. s,@SET_MAKE@,$SET_MAKE,;t t
  3022. s,@PSPROG@,$PSPROG,;t t
  3023. s,@PERLPROG@,$PERLPROG,;t t
  3024. s,@WHOAMI@,$WHOAMI,;t t
  3025. s,@SED@,$SED,;t t
  3026. s,@AUTOCONF@,$AUTOCONF,;t t
  3027. s,@AUTOHEADER@,$AUTOHEADER,;t t
  3028. s,@UNAMEPROG@,$UNAMEPROG,;t t
  3029. s,@VERSION@,$VERSION,;t t
  3030. s,@RELEASEVERSION@,$RELEASEVERSION,;t t
  3031. s,@DEVFLAGS@,$DEVFLAGS,;t t
  3032. s,@TOP_INCLUDES@,$TOP_INCLUDES,;t t
  3033. s,@SNMPLIB_INCLUDES@,$SNMPLIB_INCLUDES,;t t
  3034. s,@AGENT_INCLUDES@,$AGENT_INCLUDES,;t t
  3035. s,@HELPER_INCLUDES@,$HELPER_INCLUDES,;t t
  3036. s,@MIBGROUP_INCLUDES@,$MIBGROUP_INCLUDES,;t t
  3037. s,@GNU_vpath@,$GNU_vpath,;t t
  3038. s,@NON_GNU_VPATH@,$NON_GNU_VPATH,;t t
  3039. s,@target@,$target,;t t
  3040. s,@target_cpu@,$target_cpu,;t t
  3041. s,@target_vendor@,$target_vendor,;t t
  3042. s,@target_os@,$target_os,;t t
  3043. s,@CCPATH@,$CCPATH,;t t
  3044. s,@EXTRACPPFLAGS@,$EXTRACPPFLAGS,;t t
  3045. s,@SNMPLIBPATH@,$SNMPLIBPATH,;t t
  3046. s,@SNMPSHAREPATH@,$SNMPSHAREPATH,;t t
  3047. s,@DEFAULT_MIBDIRS@,$DEFAULT_MIBDIRS,;t t
  3048. s,@SNMPCONFPATH@,$SNMPCONFPATH,;t t
  3049. s,@other_src_list@,$other_src_list,;t t
  3050. s,@other_objs_list@,$other_objs_list,;t t
  3051. s,@other_lobjs_list@,$other_lobjs_list,;t t
  3052. s,@other_agentobjs@,$other_agentobjs,;t t
  3053. s,@other_lagentobjs@,$other_lagentobjs,;t t
  3054. s,@other_trapd_objects@,$other_trapd_objects,;t t
  3055. s,@transport_hdr_list@,$transport_hdr_list,;t t
  3056. s,@transport_src_list@,$transport_src_list,;t t
  3057. s,@transport_obj_list@,$transport_obj_list,;t t
  3058. s,@transport_lobj_list@,$transport_lobj_list,;t t
  3059. s,@security_src_list@,$security_src_list,;t t
  3060. s,@security_hdr_list@,$security_hdr_list,;t t
  3061. s,@security_obj_list@,$security_obj_list,;t t
  3062. s,@security_lobj_list@,$security_lobj_list,;t t
  3063. s,@krb5_config@,$krb5_config,;t t
  3064. s,@MODULE_LIST@,$MODULE_LIST,;t t
  3065. s,@module_list_c@,$module_list_c,;t t
  3066. s,@module_list_h@,$module_list_h,;t t
  3067. s,@module_list_o@,$module_list_o,;t t
  3068. s,@module_list_lo@,$module_list_lo,;t t
  3069. s,@mib_module_list_c@,$mib_module_list_c,;t t
  3070. s,@mib_module_list_h@,$mib_module_list_h,;t t
  3071. s,@mib_module_list_o@,$mib_module_list_o,;t t
  3072. s,@mib_module_list_lo@,$mib_module_list_lo,;t t
  3073. s,@agent_module_list_c@,$agent_module_list_c,;t t
  3074. s,@agent_module_list_h@,$agent_module_list_h,;t t
  3075. s,@agent_module_list_o@,$agent_module_list_o,;t t
  3076. s,@agent_module_list_lo@,$agent_module_list_lo,;t t
  3077. s,@mibgroup_list_o@,$mibgroup_list_o,;t t
  3078. s,@mibgroup_list_lo@,$mibgroup_list_lo,;t t
  3079. s,@agentgroup_list_o@,$agentgroup_list_o,;t t
  3080. s,@agentgroup_list_lo@,$agentgroup_list_lo,;t t
  3081. s,@module_list@,$module_list,;t t
  3082. s,@mib_module_list@,$mib_module_list,;t t
  3083. s,@agent_module_list@,$agent_module_list,;t t
  3084. s,@default_mibs_install@,$default_mibs_install,;t t
  3085. s,@ENV_SEPARATOR@,$ENV_SEPARATOR,;t t
  3086. s,@DEFAULT_MIBS@,$DEFAULT_MIBS,;t t
  3087. s,@PERLTARGS@,$PERLTARGS,;t t
  3088. s,@PERLINSTALLTARGS@,$PERLINSTALLTARGS,;t t
  3089. s,@PERLUNINSTALLTARGS@,$PERLUNINSTALLTARGS,;t t
  3090. s,@PERLARGS@,$PERLARGS,;t t
  3091. s,@EMBEDPERLINSTALL@,$EMBEDPERLINSTALL,;t t
  3092. s,@EMBEDPERLUNINSTALL@,$EMBEDPERLUNINSTALL,;t t
  3093. s,@PERLLDOPTS@,$PERLLDOPTS,;t t
  3094. s,@LPSTAT_PATH@,$LPSTAT_PATH,;t t
  3095. s,@PSCMD@,$PSCMD,;t t
  3096. s,@ALLOCA@,$ALLOCA,;t t
  3097. s,@LIBOBJS@,$LIBOBJS,;t t
  3098. s,@AGENTLIBS@,$AGENTLIBS,;t t
  3099. s,@OTHERAGENTLIBOBJS@,$OTHERAGENTLIBOBJS,;t t
  3100. s,@OTHERAGENTLIBLOBJS@,$OTHERAGENTLIBLOBJS,;t t
  3101. s,@PERSISTENT_DIRECTORY@,$PERSISTENT_DIRECTORY,;t t
  3102. s,@UCDPERSISTENT_DIRECTORY@,$UCDPERSISTENT_DIRECTORY,;t t
  3103. s,@COPY_PERSISTENT_FILES@,$COPY_PERSISTENT_FILES,;t t
  3104. s,@DLLIBS@,$DLLIBS,;t t
  3105. s,@LTLIBOBJS@,$LTLIBOBJS,;t t
  3106. CEOF
  3107. _ACEOF
  3108.   cat >>$CONFIG_STATUS <<_ACEOF
  3109.   # Split the substitutions into bite-sized pieces for seds with
  3110.   # small command number limits, like on Digital OSF/1 and HP-UX.
  3111.   ac_max_sed_lines=48
  3112.   ac_sed_frag=1 # Number of current file.
  3113.   ac_beg=1 # First line for current file.
  3114.   ac_end=$ac_max_sed_lines # Line after last line for current file.
  3115.   ac_more_lines=:
  3116.   ac_sed_cmds=
  3117.   while $ac_more_lines; do
  3118.     if test $ac_beg -gt 1; then
  3119.       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  3120.     else
  3121.       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  3122.     fi
  3123.     if test ! -s $tmp/subs.frag; then
  3124.       ac_more_lines=false
  3125.     else
  3126.       # The purpose of the label and of the branching condition is to
  3127.       # speed up the sed processing (if there are no `@' at all, there
  3128.       # is no need to browse any of the substitutions).
  3129.       # These are the two extra sed commands mentioned above.
  3130.       (echo ':t
  3131.   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
  3132.       if test -z "$ac_sed_cmds"; then
  3133. ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
  3134.       else
  3135. ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
  3136.       fi
  3137.       ac_sed_frag=`expr $ac_sed_frag + 1`
  3138.       ac_beg=$ac_end
  3139.       ac_end=`expr $ac_end + $ac_max_sed_lines`
  3140.     fi
  3141.   done
  3142.   if test -z "$ac_sed_cmds"; then
  3143.     ac_sed_cmds=cat
  3144.   fi
  3145. fi # test -n "$CONFIG_FILES"
  3146. _ACEOF
  3147. cat >>$CONFIG_STATUS <<_ACEOF
  3148. for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
  3149.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3150.   case $ac_file in
  3151.   - | *:- | *:-:* ) # input from stdin
  3152. cat >$tmp/stdin
  3153. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3154. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  3155.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3156. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  3157.   * )   ac_file_in=$ac_file.in ;;
  3158.   esac
  3159.   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
  3160.   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  3161. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3162.  X"$ac_file" : 'X(//)[^/]' | 
  3163.  X"$ac_file" : 'X(//)$' | 
  3164.  X"$ac_file" : 'X(/)' | 
  3165.  .     : '(.)' 2>/dev/null ||
  3166. echo X"$ac_file" |
  3167.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3168.      /^X(//)[^/].*/{ s//1/; q; }
  3169.      /^X(//)$/{ s//1/; q; }
  3170.      /^X(/).*/{ s//1/; q; }
  3171.      s/.*/./; q'`
  3172.   { if $as_mkdir_p; then
  3173.     mkdir -p "$ac_dir"
  3174.   else
  3175.     as_dir="$ac_dir"
  3176.     as_dirs=
  3177.     while test ! -d "$as_dir"; do
  3178.       as_dirs="$as_dir $as_dirs"
  3179.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3180. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3181.  X"$as_dir" : 'X(//)[^/]' | 
  3182.  X"$as_dir" : 'X(//)$' | 
  3183.  X"$as_dir" : 'X(/)' | 
  3184.  .     : '(.)' 2>/dev/null ||
  3185. echo X"$as_dir" |
  3186.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3187.      /^X(//)[^/].*/{ s//1/; q; }
  3188.      /^X(//)$/{ s//1/; q; }
  3189.      /^X(/).*/{ s//1/; q; }
  3190.      s/.*/./; q'`
  3191.     done
  3192.     test ! -n "$as_dirs" || mkdir $as_dirs
  3193.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  3194. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  3195.    { (exit 1); exit 1; }; }; }
  3196.   ac_builddir=.
  3197. if test "$ac_dir" != .; then
  3198.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  3199.   # A "../" for each directory in $ac_dir_suffix.
  3200.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  3201. else
  3202.   ac_dir_suffix= ac_top_builddir=
  3203. fi
  3204. case $srcdir in
  3205.   .)  # No --srcdir option.  We are building in place.
  3206.     ac_srcdir=.
  3207.     if test -z "$ac_top_builddir"; then
  3208.        ac_top_srcdir=.
  3209.     else
  3210.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  3211.     fi ;;
  3212.   [\/]* | ?:[\/]* )  # Absolute path.
  3213.     ac_srcdir=$srcdir$ac_dir_suffix;
  3214.     ac_top_srcdir=$srcdir ;;
  3215.   *) # Relative path.
  3216.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  3217.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  3218. esac
  3219. # Do not use `cd foo && pwd` to compute absolute paths, because
  3220. # the directories may not exist.
  3221. case `pwd` in
  3222. .) ac_abs_builddir="$ac_dir";;
  3223. *)
  3224.   case "$ac_dir" in
  3225.   .) ac_abs_builddir=`pwd`;;
  3226.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  3227.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  3228.   esac;;
  3229. esac
  3230. case $ac_abs_builddir in
  3231. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  3232. *)
  3233.   case ${ac_top_builddir}. in
  3234.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  3235.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  3236.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  3237.   esac;;
  3238. esac
  3239. case $ac_abs_builddir in
  3240. .) ac_abs_srcdir=$ac_srcdir;;
  3241. *)
  3242.   case $ac_srcdir in
  3243.   .) ac_abs_srcdir=$ac_abs_builddir;;
  3244.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  3245.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  3246.   esac;;
  3247. esac
  3248. case $ac_abs_builddir in
  3249. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  3250. *)
  3251.   case $ac_top_srcdir in
  3252.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  3253.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  3254.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  3255.   esac;;
  3256. esac
  3257.   case $INSTALL in
  3258.   [\/$]* | ?:[\/]* ) ac_INSTALL=$INSTALL ;;
  3259.   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
  3260.   esac
  3261.   if test x"$ac_file" != x-; then
  3262.     { echo "$as_me:$LINENO: creating $ac_file" >&5
  3263. echo "$as_me: creating $ac_file" >&6;}
  3264.     rm -f "$ac_file"
  3265.   fi
  3266.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  3267.   # use $as_me), people would be surprised to read:
  3268.   #    /* config.h.  Generated by config.status.  */
  3269.   if test x"$ac_file" = x-; then
  3270.     configure_input=
  3271.   else
  3272.     configure_input="$ac_file.  "
  3273.   fi
  3274.   configure_input=$configure_input"Generated from `echo $ac_file_in |
  3275.      sed 's,.*/,,'` by configure."
  3276.   # First look for the input files in the build tree, otherwise in the
  3277.   # src tree.
  3278.   ac_file_inputs=`IFS=:
  3279.     for f in $ac_file_in; do
  3280.       case $f in
  3281.       -) echo $tmp/stdin ;;
  3282.       [\/$]*)
  3283.  # Absolute (can't be DOS-style, as IFS=:)
  3284.  test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3285. echo "$as_me: error: cannot find input file: $f" >&2;}
  3286.    { (exit 1); exit 1; }; }
  3287.  echo "$f";;
  3288.       *) # Relative
  3289.  if test -f "$f"; then
  3290.    # Build tree
  3291.    echo "$f"
  3292.  elif test -f "$srcdir/$f"; then
  3293.    # Source tree
  3294.    echo "$srcdir/$f"
  3295.  else
  3296.    # /dev/null tree
  3297.    { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3298. echo "$as_me: error: cannot find input file: $f" >&2;}
  3299.    { (exit 1); exit 1; }; }
  3300.  fi;;
  3301.       esac
  3302.     done` || { (exit 1); exit 1; }
  3303. _ACEOF
  3304. cat >>$CONFIG_STATUS <<_ACEOF
  3305.   sed "$ac_vpsub
  3306. $extrasub
  3307. _ACEOF
  3308. cat >>$CONFIG_STATUS <<_ACEOF
  3309. :t
  3310. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  3311. s,@configure_input@,$configure_input,;t t
  3312. s,@srcdir@,$ac_srcdir,;t t
  3313. s,@abs_srcdir@,$ac_abs_srcdir,;t t
  3314. s,@top_srcdir@,$ac_top_srcdir,;t t
  3315. s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
  3316. s,@builddir@,$ac_builddir,;t t
  3317. s,@abs_builddir@,$ac_abs_builddir,;t t
  3318. s,@top_builddir@,$ac_top_builddir,;t t
  3319. s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
  3320. s,@INSTALL@,$ac_INSTALL,;t t
  3321. " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
  3322.   rm -f $tmp/stdin
  3323.   if test x"$ac_file" != x-; then
  3324.     mv $tmp/out $ac_file
  3325.   else
  3326.     cat $tmp/out
  3327.     rm -f $tmp/out
  3328.   fi
  3329.   # Run the commands associated with the file.
  3330.   case $ac_file in
  3331.     net-snmp-config ) chmod +x net-snmp-config ;;
  3332.   esac
  3333. done
  3334. _ACEOF
  3335. cat >>$CONFIG_STATUS <<_ACEOF
  3336. #
  3337. # CONFIG_HEADER section.
  3338. #
  3339. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  3340. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  3341. #
  3342. # ac_d sets the value in "#define NAME VALUE" lines.
  3343. ac_dA='s,^([  ]*)#([  ]*define[  ][  ]*)'
  3344. ac_dB='[  ].*$,1#2'
  3345. ac_dC=' '
  3346. ac_dD=',;t'
  3347. # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  3348. ac_uA='s,^([  ]*)#([  ]*)undef([  ][  ]*)'
  3349. ac_uB='$,1#2define3'
  3350. ac_uC=' '
  3351. ac_uD=',;t'
  3352. for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
  3353.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3354.   case $ac_file in
  3355.   - | *:- | *:-:* ) # input from stdin
  3356. cat >$tmp/stdin
  3357. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3358. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  3359.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3360. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  3361.   * )   ac_file_in=$ac_file.in ;;
  3362.   esac
  3363.   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
  3364. echo "$as_me: creating $ac_file" >&6;}
  3365.   # First look for the input files in the build tree, otherwise in the
  3366.   # src tree.
  3367.   ac_file_inputs=`IFS=:
  3368.     for f in $ac_file_in; do
  3369.       case $f in
  3370.       -) echo $tmp/stdin ;;
  3371.       [\/$]*)
  3372.  # Absolute (can't be DOS-style, as IFS=:)
  3373.  test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3374. echo "$as_me: error: cannot find input file: $f" >&2;}
  3375.    { (exit 1); exit 1; }; }
  3376.  # Do quote $f, to prevent DOS paths from being IFS'd.
  3377.  echo "$f";;
  3378.       *) # Relative
  3379.  if test -f "$f"; then
  3380.    # Build tree
  3381.    echo "$f"
  3382.  elif test -f "$srcdir/$f"; then
  3383.    # Source tree
  3384.    echo "$srcdir/$f"
  3385.  else
  3386.    # /dev/null tree
  3387.    { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3388. echo "$as_me: error: cannot find input file: $f" >&2;}
  3389.    { (exit 1); exit 1; }; }
  3390.  fi;;
  3391.       esac
  3392.     done` || { (exit 1); exit 1; }
  3393.   # Remove the trailing spaces.
  3394.   sed 's/[  ]*$//' $ac_file_inputs >$tmp/in
  3395. _ACEOF
  3396. # Transform confdefs.h into two sed scripts, `conftest.defines' and
  3397. # `conftest.undefs', that substitutes the proper values into
  3398. # config.h.in to produce config.h.  The first handles `#define'
  3399. # templates, and the second `#undef' templates.
  3400. # And first: Protect against being on the right side of a sed subst in
  3401. # config.status.  Protect against being in an unquoted here document
  3402. # in config.status.
  3403. rm -f conftest.defines conftest.undefs
  3404. # Using a here document instead of a string reduces the quoting nightmare.
  3405. # Putting comments in sed scripts is not portable.
  3406. #
  3407. # `end' is used to avoid that the second main sed command (meant for
  3408. # 0-ary CPP macros) applies to n-ary macro definitions.
  3409. # See the Autoconf documentation for `clear'.
  3410. cat >confdef2sed.sed <<_ACEOF
  3411. s/[\&,]/\&/g
  3412. s,[\$`],\&,g
  3413. t clear
  3414. : clear
  3415. s,^[  ]*#[  ]*define[  ][  ]*([^  (][^  (]*)(([^)]*))[  ]*(.*)$,${ac_dA}1${ac_dB}12${ac_dC}3${ac_dD},gp
  3416. t end
  3417. s,^[  ]*#[  ]*define[  ][  ]*([^  ][^  ]*)[  ]*(.*)$,${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD},gp
  3418. : end
  3419. _ACEOF
  3420. # If some macros were called several times there might be several times
  3421. # the same #defines, which is useless.  Nevertheless, we may not want to
  3422. # sort them, since we want the *last* AC-DEFINE to be honored.
  3423. uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
  3424. sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
  3425. rm -f confdef2sed.sed
  3426. # This sed command replaces #undef with comments.  This is necessary, for
  3427. # example, in the case of _POSIX_SOURCE, which is predefined and required
  3428. # on some systems where configure will not decide to define it.
  3429. cat >>conftest.undefs <<_ACEOF
  3430. s,^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
  3431. _ACEOF
  3432. # Break up conftest.defines because some shells have a limit on the size
  3433. # of here documents, and old seds have small limits too (100 cmds).
  3434. echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
  3435. echo '  if grep "^[  ]*#[  ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
  3436. echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
  3437. echo '  :' >>$CONFIG_STATUS
  3438. rm -f conftest.tail
  3439. while grep . conftest.defines >/dev/null
  3440. do
  3441.   # Write a limited-size here document to $tmp/defines.sed.
  3442.   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
  3443.   # Speed up: don't consider the non `#define' lines.
  3444.   echo '/^[  ]*#[  ]*define/!b' >>$CONFIG_STATUS
  3445.   # Work around the forget-to-reset-the-flag bug.
  3446.   echo 't clr' >>$CONFIG_STATUS
  3447.   echo ': clr' >>$CONFIG_STATUS
  3448.   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
  3449.   echo 'CEOF
  3450.   sed -f $tmp/defines.sed $tmp/in >$tmp/out
  3451.   rm -f $tmp/in
  3452.   mv $tmp/out $tmp/in
  3453. ' >>$CONFIG_STATUS
  3454.   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
  3455.   rm -f conftest.defines
  3456.   mv conftest.tail conftest.defines
  3457. done
  3458. rm -f conftest.defines
  3459. echo '  fi # grep' >>$CONFIG_STATUS
  3460. echo >>$CONFIG_STATUS
  3461. # Break up conftest.undefs because some shells have a limit on the size
  3462. # of here documents, and old seds have small limits too (100 cmds).
  3463. echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
  3464. rm -f conftest.tail
  3465. while grep . conftest.undefs >/dev/null
  3466. do
  3467.   # Write a limited-size here document to $tmp/undefs.sed.
  3468.   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
  3469.   # Speed up: don't consider the non `#undef'
  3470.   echo '/^[  ]*#[  ]*undef/!b' >>$CONFIG_STATUS
  3471.   # Work around the forget-to-reset-the-flag bug.
  3472.   echo 't clr' >>$CONFIG_STATUS
  3473.   echo ': clr' >>$CONFIG_STATUS
  3474.   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
  3475.   echo 'CEOF
  3476.   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
  3477.   rm -f $tmp/in
  3478.   mv $tmp/out $tmp/in
  3479. ' >>$CONFIG_STATUS
  3480.   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
  3481.   rm -f conftest.undefs
  3482.   mv conftest.tail conftest.undefs
  3483. done
  3484. rm -f conftest.undefs
  3485. cat >>$CONFIG_STATUS <<_ACEOF
  3486.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  3487.   # use $as_me), people would be surprised to read:
  3488.   #    /* config.h.  Generated by config.status.  */
  3489.   if test x"$ac_file" = x-; then
  3490.     echo "/* Generated by configure.  */" >$tmp/config.h
  3491.   else
  3492.     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
  3493.   fi
  3494.   cat $tmp/in >>$tmp/config.h
  3495.   rm -f $tmp/in
  3496.   if test x"$ac_file" != x-; then
  3497.     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
  3498.       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
  3499. echo "$as_me: $ac_file is unchanged" >&6;}
  3500.     else
  3501.       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  3502. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3503.  X"$ac_file" : 'X(//)[^/]' | 
  3504.  X"$ac_file" : 'X(//)$' | 
  3505.  X"$ac_file" : 'X(/)' | 
  3506.  .     : '(.)' 2>/dev/null ||
  3507. echo X"$ac_file" |
  3508.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3509.      /^X(//)[^/].*/{ s//1/; q; }
  3510.      /^X(//)$/{ s//1/; q; }
  3511.      /^X(/).*/{ s//1/; q; }
  3512.      s/.*/./; q'`
  3513.       { if $as_mkdir_p; then
  3514.     mkdir -p "$ac_dir"
  3515.   else
  3516.     as_dir="$ac_dir"
  3517.     as_dirs=
  3518.     while test ! -d "$as_dir"; do
  3519.       as_dirs="$as_dir $as_dirs"
  3520.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3521. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3522.  X"$as_dir" : 'X(//)[^/]' | 
  3523.  X"$as_dir" : 'X(//)$' | 
  3524.  X"$as_dir" : 'X(/)' | 
  3525.  .     : '(.)' 2>/dev/null ||
  3526. echo X"$as_dir" |
  3527.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3528.      /^X(//)[^/].*/{ s//1/; q; }
  3529.      /^X(//)$/{ s//1/; q; }
  3530.      /^X(/).*/{ s//1/; q; }
  3531.      s/.*/./; q'`
  3532.     done
  3533.     test ! -n "$as_dirs" || mkdir $as_dirs
  3534.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  3535. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  3536.    { (exit 1); exit 1; }; }; }
  3537.       rm -f $ac_file
  3538.       mv $tmp/config.h $ac_file
  3539.     fi
  3540.   else
  3541.     cat $tmp/config.h
  3542.     rm -f $tmp/config.h
  3543.   fi
  3544. done
  3545. _ACEOF
  3546. cat >>$CONFIG_STATUS <<_ACEOF
  3547. #
  3548. # CONFIG_COMMANDS section.
  3549. #
  3550. for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
  3551.   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
  3552.   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3553.   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
  3554. $as_expr X"$ac_dest" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3555.  X"$ac_dest" : 'X(//)[^/]' | 
  3556.  X"$ac_dest" : 'X(//)$' | 
  3557.  X"$ac_dest" : 'X(/)' | 
  3558.  .     : '(.)' 2>/dev/null ||
  3559. echo X"$ac_dest" |
  3560.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3561.      /^X(//)[^/].*/{ s//1/; q; }
  3562.      /^X(//)$/{ s//1/; q; }
  3563.      /^X(/).*/{ s//1/; q; }
  3564.      s/.*/./; q'`
  3565.   { if $as_mkdir_p; then
  3566.     mkdir -p "$ac_dir"
  3567.   else
  3568.     as_dir="$ac_dir"
  3569.     as_dirs=
  3570.     while test ! -d "$as_dir"; do
  3571.       as_dirs="$as_dir $as_dirs"
  3572.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3573. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3574.  X"$as_dir" : 'X(//)[^/]' | 
  3575.  X"$as_dir" : 'X(//)$' | 
  3576.  X"$as_dir" : 'X(/)' | 
  3577.  .     : '(.)' 2>/dev/null ||
  3578. echo X"$as_dir" |
  3579.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3580.      /^X(//)[^/].*/{ s//1/; q; }
  3581.      /^X(//)$/{ s//1/; q; }
  3582.      /^X(/).*/{ s//1/; q; }
  3583.      s/.*/./; q'`
  3584.     done
  3585.     test ! -n "$as_dirs" || mkdir $as_dirs
  3586.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  3587. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  3588.    { (exit 1); exit 1; }; }; }
  3589.   ac_builddir=.
  3590. if test "$ac_dir" != .; then
  3591.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  3592.   # A "../" for each directory in $ac_dir_suffix.
  3593.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  3594. else
  3595.   ac_dir_suffix= ac_top_builddir=
  3596. fi
  3597. case $srcdir in
  3598.   .)  # No --srcdir option.  We are building in place.
  3599.     ac_srcdir=.
  3600.     if test -z "$ac_top_builddir"; then
  3601.        ac_top_srcdir=.
  3602.     else
  3603.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  3604.     fi ;;
  3605.   [\/]* | ?:[\/]* )  # Absolute path.
  3606.     ac_srcdir=$srcdir$ac_dir_suffix;
  3607.     ac_top_srcdir=$srcdir ;;
  3608.   *) # Relative path.
  3609.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  3610.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  3611. esac
  3612. # Do not use `cd foo && pwd` to compute absolute paths, because
  3613. # the directories may not exist.
  3614. case `pwd` in
  3615. .) ac_abs_builddir="$ac_dir";;
  3616. *)
  3617.   case "$ac_dir" in
  3618.   .) ac_abs_builddir=`pwd`;;
  3619.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  3620.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  3621.   esac;;
  3622. esac
  3623. case $ac_abs_builddir in
  3624. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  3625. *)
  3626.   case ${ac_top_builddir}. in
  3627.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  3628.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  3629.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  3630.   esac;;
  3631. esac
  3632. case $ac_abs_builddir in
  3633. .) ac_abs_srcdir=$ac_srcdir;;
  3634. *)
  3635.   case $ac_srcdir in
  3636.   .) ac_abs_srcdir=$ac_abs_builddir;;
  3637.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  3638.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  3639.   esac;;
  3640. esac
  3641. case $ac_abs_builddir in
  3642. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  3643. *)
  3644.   case $ac_top_srcdir in
  3645.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  3646.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  3647.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  3648.   esac;;
  3649. esac
  3650.   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
  3651. echo "$as_me: executing $ac_dest commands" >&6;}
  3652.   case $ac_dest in
  3653.     default ) echo timestamp > stamp-h ;;
  3654.   esac
  3655. done
  3656. _ACEOF
  3657. cat >>$CONFIG_STATUS <<_ACEOF
  3658. { (exit 0); exit 0; }
  3659. _ACEOF
  3660. chmod +x $CONFIG_STATUS
  3661. ac_clean_files=$ac_clean_files_save
  3662. # configure is writing to config.log, and then calls config.status.
  3663. # config.status does its own redirection, appending to config.log.
  3664. # Unfortunately, on DOS this fails, as config.log is still kept open
  3665. # by configure, so config.status won't be able to write to it; its
  3666. # output is simply discarded.  So we exec the FD to /dev/null,
  3667. # effectively closing config.log, so it can be properly (re)opened and
  3668. # appended to by config.status.  When coming back to configure, we
  3669. # need to make the FD available again.
  3670. if test "$no_create" != yes; then
  3671.   ac_cs_success=:
  3672.   ac_config_status_args=
  3673.   test "$silent" = yes &&
  3674.     ac_config_status_args="$ac_config_status_args --quiet"
  3675.   exec 5>/dev/null
  3676.   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  3677.   exec 5>>config.log
  3678.   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  3679.   # would make configure fail if this is the last instruction.
  3680.   $ac_cs_success || { (exit 1); exit 1; }
  3681. fi
  3682.   echo ""
  3683.   echo "---------------------------------------------------------"
  3684.   echo "            Net-SNMP configuration summary:"
  3685.   echo "---------------------------------------------------------"
  3686.   echo ""
  3687.   cat configure-summary
  3688.   echo ""
  3689.   echo "---------------------------------------------------------"
  3690.   echo ""
  3691. # Local Variables:
  3692. # mode: Autoconf
  3693. # comment-start: "#"
  3694. # End: