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

SNMP编程

开发平台:

Unix_Linux

  1. for ac_header in picl.h
  2. do
  3. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  4. if eval "test "${$as_ac_Header+set}" = set"; then
  5.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  6. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  7. if eval "test "${$as_ac_Header+set}" = set"; then
  8.   echo $ECHO_N "(cached) $ECHO_C" >&6
  9. fi
  10. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  11. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  12. else
  13.   # Is the header compilable?
  14. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  15. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  16. cat >conftest.$ac_ext <<_ACEOF
  17. /* confdefs.h.  */
  18. _ACEOF
  19. cat confdefs.h >>conftest.$ac_ext
  20. cat >>conftest.$ac_ext <<_ACEOF
  21. /* end confdefs.h.  */
  22. $ac_includes_default
  23. #include <$ac_header>
  24. _ACEOF
  25. rm -f conftest.$ac_objext
  26. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  27.   (eval $ac_compile) 2>conftest.er1
  28.   ac_status=$?
  29.   grep -v '^ *+' conftest.er1 >conftest.err
  30.   rm -f conftest.er1
  31.   cat conftest.err >&5
  32.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  33.   (exit $ac_status); } &&
  34.  { ac_try='test -z "$ac_c_werror_flag"
  35.  || test ! -s conftest.err'
  36.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  37.   (eval $ac_try) 2>&5
  38.   ac_status=$?
  39.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  40.   (exit $ac_status); }; } &&
  41.  { ac_try='test -s conftest.$ac_objext'
  42.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  43.   (eval $ac_try) 2>&5
  44.   ac_status=$?
  45.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  46.   (exit $ac_status); }; }; then
  47.   ac_header_compiler=yes
  48. else
  49.   echo "$as_me: failed program was:" >&5
  50. sed 's/^/| /' conftest.$ac_ext >&5
  51. ac_header_compiler=no
  52. fi
  53. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  54. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  55. echo "${ECHO_T}$ac_header_compiler" >&6
  56. # Is the header present?
  57. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  58. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  59. cat >conftest.$ac_ext <<_ACEOF
  60. /* confdefs.h.  */
  61. _ACEOF
  62. cat confdefs.h >>conftest.$ac_ext
  63. cat >>conftest.$ac_ext <<_ACEOF
  64. /* end confdefs.h.  */
  65. #include <$ac_header>
  66. _ACEOF
  67. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  68.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  69.   ac_status=$?
  70.   grep -v '^ *+' conftest.er1 >conftest.err
  71.   rm -f conftest.er1
  72.   cat conftest.err >&5
  73.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  74.   (exit $ac_status); } >/dev/null; then
  75.   if test -s conftest.err; then
  76.     ac_cpp_err=$ac_c_preproc_warn_flag
  77.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  78.   else
  79.     ac_cpp_err=
  80.   fi
  81. else
  82.   ac_cpp_err=yes
  83. fi
  84. if test -z "$ac_cpp_err"; then
  85.   ac_header_preproc=yes
  86. else
  87.   echo "$as_me: failed program was:" >&5
  88. sed 's/^/| /' conftest.$ac_ext >&5
  89.   ac_header_preproc=no
  90. fi
  91. rm -f conftest.err conftest.$ac_ext
  92. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  93. echo "${ECHO_T}$ac_header_preproc" >&6
  94. # So?  What about this header?
  95. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  96.   yes:no: )
  97.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  98. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  99.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  100. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  101.     ac_header_preproc=yes
  102.     ;;
  103.   no:yes:* )
  104.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  105. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  106.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  107. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  108.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  109. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  110.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  111. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  112.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  113. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  114.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  115. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  116.     (
  117.       cat <<_ASBOX
  118. ## ---------------------------------------------------- ##
  119. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  120. ## ---------------------------------------------------- ##
  121. _ASBOX
  122.     ) |
  123.       sed "s/^/$as_me: WARNING:     /" >&2
  124.     ;;
  125. esac
  126. echo "$as_me:$LINENO: checking for $ac_header" >&5
  127. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  128. if eval "test "${$as_ac_Header+set}" = set"; then
  129.   echo $ECHO_N "(cached) $ECHO_C" >&6
  130. else
  131.   eval "$as_ac_Header=$ac_header_preproc"
  132. fi
  133. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  134. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  135. fi
  136. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  137.   cat >>confdefs.h <<_ACEOF
  138. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  139. _ACEOF
  140. fi
  141. done
  142.             ;;
  143.         *)
  144.             if test "${ac_cv_header_sensors_sensors_h+set}" = set; then
  145.   echo "$as_me:$LINENO: checking for sensors/sensors.h" >&5
  146. echo $ECHO_N "checking for sensors/sensors.h... $ECHO_C" >&6
  147. if test "${ac_cv_header_sensors_sensors_h+set}" = set; then
  148.   echo $ECHO_N "(cached) $ECHO_C" >&6
  149. fi
  150. echo "$as_me:$LINENO: result: $ac_cv_header_sensors_sensors_h" >&5
  151. echo "${ECHO_T}$ac_cv_header_sensors_sensors_h" >&6
  152. else
  153.   # Is the header compilable?
  154. echo "$as_me:$LINENO: checking sensors/sensors.h usability" >&5
  155. echo $ECHO_N "checking sensors/sensors.h usability... $ECHO_C" >&6
  156. cat >conftest.$ac_ext <<_ACEOF
  157. /* confdefs.h.  */
  158. _ACEOF
  159. cat confdefs.h >>conftest.$ac_ext
  160. cat >>conftest.$ac_ext <<_ACEOF
  161. /* end confdefs.h.  */
  162. $ac_includes_default
  163. #include <sensors/sensors.h>
  164. _ACEOF
  165. rm -f conftest.$ac_objext
  166. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  167.   (eval $ac_compile) 2>conftest.er1
  168.   ac_status=$?
  169.   grep -v '^ *+' conftest.er1 >conftest.err
  170.   rm -f conftest.er1
  171.   cat conftest.err >&5
  172.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  173.   (exit $ac_status); } &&
  174.  { ac_try='test -z "$ac_c_werror_flag"
  175.  || test ! -s conftest.err'
  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); }; } &&
  181.  { ac_try='test -s conftest.$ac_objext'
  182.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  183.   (eval $ac_try) 2>&5
  184.   ac_status=$?
  185.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  186.   (exit $ac_status); }; }; then
  187.   ac_header_compiler=yes
  188. else
  189.   echo "$as_me: failed program was:" >&5
  190. sed 's/^/| /' conftest.$ac_ext >&5
  191. ac_header_compiler=no
  192. fi
  193. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  194. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  195. echo "${ECHO_T}$ac_header_compiler" >&6
  196. # Is the header present?
  197. echo "$as_me:$LINENO: checking sensors/sensors.h presence" >&5
  198. echo $ECHO_N "checking sensors/sensors.h presence... $ECHO_C" >&6
  199. cat >conftest.$ac_ext <<_ACEOF
  200. /* confdefs.h.  */
  201. _ACEOF
  202. cat confdefs.h >>conftest.$ac_ext
  203. cat >>conftest.$ac_ext <<_ACEOF
  204. /* end confdefs.h.  */
  205. #include <sensors/sensors.h>
  206. _ACEOF
  207. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  208.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  209.   ac_status=$?
  210.   grep -v '^ *+' conftest.er1 >conftest.err
  211.   rm -f conftest.er1
  212.   cat conftest.err >&5
  213.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  214.   (exit $ac_status); } >/dev/null; then
  215.   if test -s conftest.err; then
  216.     ac_cpp_err=$ac_c_preproc_warn_flag
  217.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  218.   else
  219.     ac_cpp_err=
  220.   fi
  221. else
  222.   ac_cpp_err=yes
  223. fi
  224. if test -z "$ac_cpp_err"; then
  225.   ac_header_preproc=yes
  226. else
  227.   echo "$as_me: failed program was:" >&5
  228. sed 's/^/| /' conftest.$ac_ext >&5
  229.   ac_header_preproc=no
  230. fi
  231. rm -f conftest.err conftest.$ac_ext
  232. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  233. echo "${ECHO_T}$ac_header_preproc" >&6
  234. # So?  What about this header?
  235. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  236.   yes:no: )
  237.     { echo "$as_me:$LINENO: WARNING: sensors/sensors.h: accepted by the compiler, rejected by the preprocessor!" >&5
  238. echo "$as_me: WARNING: sensors/sensors.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  239.     { echo "$as_me:$LINENO: WARNING: sensors/sensors.h: proceeding with the compiler's result" >&5
  240. echo "$as_me: WARNING: sensors/sensors.h: proceeding with the compiler's result" >&2;}
  241.     ac_header_preproc=yes
  242.     ;;
  243.   no:yes:* )
  244.     { echo "$as_me:$LINENO: WARNING: sensors/sensors.h: present but cannot be compiled" >&5
  245. echo "$as_me: WARNING: sensors/sensors.h: present but cannot be compiled" >&2;}
  246.     { echo "$as_me:$LINENO: WARNING: sensors/sensors.h:     check for missing prerequisite headers?" >&5
  247. echo "$as_me: WARNING: sensors/sensors.h:     check for missing prerequisite headers?" >&2;}
  248.     { echo "$as_me:$LINENO: WARNING: sensors/sensors.h: see the Autoconf documentation" >&5
  249. echo "$as_me: WARNING: sensors/sensors.h: see the Autoconf documentation" >&2;}
  250.     { echo "$as_me:$LINENO: WARNING: sensors/sensors.h:     section "Present But Cannot Be Compiled"" >&5
  251. echo "$as_me: WARNING: sensors/sensors.h:     section "Present But Cannot Be Compiled"" >&2;}
  252.     { echo "$as_me:$LINENO: WARNING: sensors/sensors.h: proceeding with the preprocessor's result" >&5
  253. echo "$as_me: WARNING: sensors/sensors.h: proceeding with the preprocessor's result" >&2;}
  254.     { echo "$as_me:$LINENO: WARNING: sensors/sensors.h: in the future, the compiler will take precedence" >&5
  255. echo "$as_me: WARNING: sensors/sensors.h: in the future, the compiler will take precedence" >&2;}
  256.     (
  257.       cat <<_ASBOX
  258. ## ---------------------------------------------------- ##
  259. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  260. ## ---------------------------------------------------- ##
  261. _ASBOX
  262.     ) |
  263.       sed "s/^/$as_me: WARNING:     /" >&2
  264.     ;;
  265. esac
  266. echo "$as_me:$LINENO: checking for sensors/sensors.h" >&5
  267. echo $ECHO_N "checking for sensors/sensors.h... $ECHO_C" >&6
  268. if test "${ac_cv_header_sensors_sensors_h+set}" = set; then
  269.   echo $ECHO_N "(cached) $ECHO_C" >&6
  270. else
  271.   ac_cv_header_sensors_sensors_h=$ac_header_preproc
  272. fi
  273. echo "$as_me:$LINENO: result: $ac_cv_header_sensors_sensors_h" >&5
  274. echo "${ECHO_T}$ac_cv_header_sensors_sensors_h" >&6
  275. fi
  276. if test $ac_cv_header_sensors_sensors_h = yes; then
  277.   :
  278. else
  279.   { { echo "$as_me:$LINENO: error: asked to use lm_sensors but I couldn't find sensors/sensors.h" >&5
  280. echo "$as_me: error: asked to use lm_sensors but I couldn't find sensors/sensors.h" >&2;}
  281.    { (exit 1); exit 1; }; }
  282. fi
  283.             echo "$as_me:$LINENO: checking for sensors_get_detected_chips in -lsensors" >&5
  284. echo $ECHO_N "checking for sensors_get_detected_chips in -lsensors... $ECHO_C" >&6
  285. if test "${ac_cv_lib_sensors_sensors_get_detected_chips+set}" = set; then
  286.   echo $ECHO_N "(cached) $ECHO_C" >&6
  287. else
  288.   ac_check_lib_save_LIBS=$LIBS
  289. LIBS="-lsensors  $LIBS"
  290. cat >conftest.$ac_ext <<_ACEOF
  291. /* confdefs.h.  */
  292. _ACEOF
  293. cat confdefs.h >>conftest.$ac_ext
  294. cat >>conftest.$ac_ext <<_ACEOF
  295. /* end confdefs.h.  */
  296. /* Override any gcc2 internal prototype to avoid an error.  */
  297. #ifdef __cplusplus
  298. extern "C"
  299. #endif
  300. /* We use char because int might match the return type of a gcc2
  301.    builtin and then its argument prototype would still apply.  */
  302. char sensors_get_detected_chips ();
  303. int
  304. main ()
  305. {
  306. sensors_get_detected_chips ();
  307.   ;
  308.   return 0;
  309. }
  310. _ACEOF
  311. rm -f conftest.$ac_objext conftest$ac_exeext
  312. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  313.   (eval $ac_link) 2>conftest.er1
  314.   ac_status=$?
  315.   grep -v '^ *+' conftest.er1 >conftest.err
  316.   rm -f conftest.er1
  317.   cat conftest.err >&5
  318.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  319.   (exit $ac_status); } &&
  320.  { ac_try='test -z "$ac_c_werror_flag"
  321.  || test ! -s conftest.err'
  322.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  323.   (eval $ac_try) 2>&5
  324.   ac_status=$?
  325.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  326.   (exit $ac_status); }; } &&
  327.  { ac_try='test -s conftest$ac_exeext'
  328.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  329.   (eval $ac_try) 2>&5
  330.   ac_status=$?
  331.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  332.   (exit $ac_status); }; }; then
  333.   ac_cv_lib_sensors_sensors_get_detected_chips=yes
  334. else
  335.   echo "$as_me: failed program was:" >&5
  336. sed 's/^/| /' conftest.$ac_ext >&5
  337. ac_cv_lib_sensors_sensors_get_detected_chips=no
  338. fi
  339. rm -f conftest.err conftest.$ac_objext 
  340.       conftest$ac_exeext conftest.$ac_ext
  341. LIBS=$ac_check_lib_save_LIBS
  342. fi
  343. echo "$as_me:$LINENO: result: $ac_cv_lib_sensors_sensors_get_detected_chips" >&5
  344. echo "${ECHO_T}$ac_cv_lib_sensors_sensors_get_detected_chips" >&6
  345. if test $ac_cv_lib_sensors_sensors_get_detected_chips = yes; then
  346.   LIBS="${LIBS} -lsensors"
  347. else
  348.   { { echo "$as_me:$LINENO: error: asked to use lm_sensors but I couldn't find -lsensors" >&5
  349. echo "$as_me: error: asked to use lm_sensors but I couldn't find -lsensors" >&2;}
  350.    { (exit 1); exit 1; }; }
  351. fi
  352.             ;;
  353.         esac
  354. fi
  355. #
  356. # Install the various perl modules
  357. #
  358. if test "x$embed_perl" = "xyes" ; then
  359.   if test "x$install_perl" = "xno" -o "x$install_perl" = "x" ; then
  360.     install_perl="yes"
  361.   fi
  362. fi
  363. if test "x$install_perl" != "x" -a "x$install_perl" != "xno"; then
  364.     PERLTARGS="perlmodules"
  365.     PERLINSTALLTARGS="perlinstall"
  366.     PERLUNINSTALLTARGS="perluninstall"
  367.     if test "x$embed_perl" = "xyes" ; then
  368.   cat >> configure-summary << EOF
  369.   SNMP Perl modules:          building -- embeddable
  370. EOF
  371.     else
  372.   cat >> configure-summary << EOF
  373.   SNMP Perl modules:          building -- not embeddable
  374. EOF
  375.     fi
  376. else
  377.   cat >> configure-summary << EOF
  378.   SNMP Perl modules:          disabled
  379. EOF
  380. fi
  381. #
  382. # Embedded Perl specific stuff
  383. #
  384. if test "x$embed_perl" = "xyes"; then
  385.     myperl=$ac_cv_path_PERLPROG
  386.     if test $myperl = "no"; then
  387.       { { echo "$as_me:$LINENO: error: --enable-embedded-perl requested but no perl executable found" >&5
  388. echo "$as_me: error: --enable-embedded-perl requested but no perl executable found" >&2;}
  389.    { (exit 1); exit 1; }; }
  390.     fi
  391.     echo "$as_me:$LINENO: checking for perl CFLAGS" >&5
  392. echo $ECHO_N "checking for perl CFLAGS... $ECHO_C" >&6
  393.     perlcflags=`$myperl -MExtUtils::Embed -e ccopts`
  394.     echo "$as_me:$LINENO: result: $perlcflags" >&5
  395. echo "${ECHO_T}$perlcflags" >&6
  396.     CPPFLAGS="$CPPFLAGS $perlcflags"
  397.     echo "$as_me:$LINENO: checking for perl LDFLAGS" >&5
  398. echo $ECHO_N "checking for perl LDFLAGS... $ECHO_C" >&6
  399.     perlldopts=`$myperl -MExtUtils::Embed -e ldopts`
  400.     echo "$as_me:$LINENO: result: $perlldopts" >&5
  401. echo "${ECHO_T}$perlldopts" >&6
  402.     PERLLDOPTS="$perlldopts"
  403.     OLDLDFLAGS="$LDFLAGS"
  404.     LDFLAGS="$LDFLAGS $PERLLDOPTS"
  405.     # newer perl vs older perl call functions
  406. for ac_func in Perl_eval_pv eval_pv perl_eval_pv
  407. do
  408. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  409. echo "$as_me:$LINENO: checking for $ac_func" >&5
  410. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  411. if eval "test "${$as_ac_var+set}" = set"; then
  412.   echo $ECHO_N "(cached) $ECHO_C" >&6
  413. else
  414.   cat >conftest.$ac_ext <<_ACEOF
  415. /* confdefs.h.  */
  416. _ACEOF
  417. cat confdefs.h >>conftest.$ac_ext
  418. cat >>conftest.$ac_ext <<_ACEOF
  419. /* end confdefs.h.  */
  420. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  421.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  422. #define $ac_func innocuous_$ac_func
  423. /* System header to define __stub macros and hopefully few prototypes,
  424.     which can conflict with char $ac_func (); below.
  425.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  426.     <limits.h> exists even on freestanding compilers.  */
  427. #ifdef __STDC__
  428. # include <limits.h>
  429. #else
  430. # include <assert.h>
  431. #endif
  432. #undef $ac_func
  433. /* Override any gcc2 internal prototype to avoid an error.  */
  434. #ifdef __cplusplus
  435. extern "C"
  436. {
  437. #endif
  438. /* We use char because int might match the return type of a gcc2
  439.    builtin and then its argument prototype would still apply.  */
  440. char $ac_func ();
  441. /* The GNU C library defines this for functions which it implements
  442.     to always fail with ENOSYS.  Some functions are actually named
  443.     something starting with __ and the normal name is an alias.  */
  444. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  445. choke me
  446. #else
  447. char (*f) () = $ac_func;
  448. #endif
  449. #ifdef __cplusplus
  450. }
  451. #endif
  452. int
  453. main ()
  454. {
  455. return f != $ac_func;
  456.   ;
  457.   return 0;
  458. }
  459. _ACEOF
  460. rm -f conftest.$ac_objext conftest$ac_exeext
  461. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  462.   (eval $ac_link) 2>conftest.er1
  463.   ac_status=$?
  464.   grep -v '^ *+' conftest.er1 >conftest.err
  465.   rm -f conftest.er1
  466.   cat conftest.err >&5
  467.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  468.   (exit $ac_status); } &&
  469.  { ac_try='test -z "$ac_c_werror_flag"
  470.  || test ! -s conftest.err'
  471.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  472.   (eval $ac_try) 2>&5
  473.   ac_status=$?
  474.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  475.   (exit $ac_status); }; } &&
  476.  { ac_try='test -s conftest$ac_exeext'
  477.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  478.   (eval $ac_try) 2>&5
  479.   ac_status=$?
  480.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  481.   (exit $ac_status); }; }; then
  482.   eval "$as_ac_var=yes"
  483. else
  484.   echo "$as_me: failed program was:" >&5
  485. sed 's/^/| /' conftest.$ac_ext >&5
  486. eval "$as_ac_var=no"
  487. fi
  488. rm -f conftest.err conftest.$ac_objext 
  489.       conftest$ac_exeext conftest.$ac_ext
  490. fi
  491. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  492. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  493. if test `eval echo '${'$as_ac_var'}'` = yes; then
  494.   cat >>confdefs.h <<_ACEOF
  495. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  496. _ACEOF
  497. fi
  498. done
  499.     LDFLAGS="$OLDLDFLAGS"
  500.     cat >>confdefs.h <<_ACEOF
  501. #define NETSNMP_EMBEDDED_PERL 1
  502. _ACEOF
  503.     OTHERAGENTLIBOBJS="snmp_perl.o"
  504.     OTHERAGENTLIBLOBJS="snmp_perl.lo"
  505.     EMBEDPERLINSTALL="embedperlinstall"
  506.     EMBEDPERLUNINSTALL="embedperluninstall"
  507.   cat >> configure-summary << EOF
  508.   Embedded perl support:      enabled
  509. EOF
  510. else
  511.     EMBEDPERLINSTALL=""
  512.     EMBEDPERLUNINSTALL=""
  513.   cat >> configure-summary << EOF
  514.   Embedded perl support:      disabled
  515. EOF
  516. fi
  517. # reset libs
  518. AGENTLIBS=$LIBS
  519. LIBS=$NONAGENTLIBS
  520. # Checks for header files.
  521. echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  522. echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
  523. if test "${ac_cv_header_stdc+set}" = set; then
  524.   echo $ECHO_N "(cached) $ECHO_C" >&6
  525. else
  526.   cat >conftest.$ac_ext <<_ACEOF
  527. /* confdefs.h.  */
  528. _ACEOF
  529. cat confdefs.h >>conftest.$ac_ext
  530. cat >>conftest.$ac_ext <<_ACEOF
  531. /* end confdefs.h.  */
  532. #include <stdlib.h>
  533. #include <stdarg.h>
  534. #include <string.h>
  535. #include <float.h>
  536. int
  537. main ()
  538. {
  539.   ;
  540.   return 0;
  541. }
  542. _ACEOF
  543. rm -f conftest.$ac_objext
  544. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  545.   (eval $ac_compile) 2>conftest.er1
  546.   ac_status=$?
  547.   grep -v '^ *+' conftest.er1 >conftest.err
  548.   rm -f conftest.er1
  549.   cat conftest.err >&5
  550.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  551.   (exit $ac_status); } &&
  552.  { ac_try='test -z "$ac_c_werror_flag"
  553.  || test ! -s conftest.err'
  554.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  555.   (eval $ac_try) 2>&5
  556.   ac_status=$?
  557.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  558.   (exit $ac_status); }; } &&
  559.  { ac_try='test -s conftest.$ac_objext'
  560.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  561.   (eval $ac_try) 2>&5
  562.   ac_status=$?
  563.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  564.   (exit $ac_status); }; }; then
  565.   ac_cv_header_stdc=yes
  566. else
  567.   echo "$as_me: failed program was:" >&5
  568. sed 's/^/| /' conftest.$ac_ext >&5
  569. ac_cv_header_stdc=no
  570. fi
  571. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  572. if test $ac_cv_header_stdc = yes; then
  573.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  574.   cat >conftest.$ac_ext <<_ACEOF
  575. /* confdefs.h.  */
  576. _ACEOF
  577. cat confdefs.h >>conftest.$ac_ext
  578. cat >>conftest.$ac_ext <<_ACEOF
  579. /* end confdefs.h.  */
  580. #include <string.h>
  581. _ACEOF
  582. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  583.   $EGREP "memchr" >/dev/null 2>&1; then
  584.   :
  585. else
  586.   ac_cv_header_stdc=no
  587. fi
  588. rm -f conftest*
  589. fi
  590. if test $ac_cv_header_stdc = yes; then
  591.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  592.   cat >conftest.$ac_ext <<_ACEOF
  593. /* confdefs.h.  */
  594. _ACEOF
  595. cat confdefs.h >>conftest.$ac_ext
  596. cat >>conftest.$ac_ext <<_ACEOF
  597. /* end confdefs.h.  */
  598. #include <stdlib.h>
  599. _ACEOF
  600. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  601.   $EGREP "free" >/dev/null 2>&1; then
  602.   :
  603. else
  604.   ac_cv_header_stdc=no
  605. fi
  606. rm -f conftest*
  607. fi
  608. if test $ac_cv_header_stdc = yes; then
  609.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  610.   if test "$cross_compiling" = yes; then
  611.   :
  612. else
  613.   cat >conftest.$ac_ext <<_ACEOF
  614. /* confdefs.h.  */
  615. _ACEOF
  616. cat confdefs.h >>conftest.$ac_ext
  617. cat >>conftest.$ac_ext <<_ACEOF
  618. /* end confdefs.h.  */
  619. #include <ctype.h>
  620. #if ((' ' & 0x0FF) == 0x020)
  621. # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  622. # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  623. #else
  624. # define ISLOWER(c) 
  625.    (('a' <= (c) && (c) <= 'i') 
  626.      || ('j' <= (c) && (c) <= 'r') 
  627.      || ('s' <= (c) && (c) <= 'z'))
  628. # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  629. #endif
  630. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  631. int
  632. main ()
  633. {
  634.   int i;
  635.   for (i = 0; i < 256; i++)
  636.     if (XOR (islower (i), ISLOWER (i))
  637. || toupper (i) != TOUPPER (i))
  638.       exit(2);
  639.   exit (0);
  640. }
  641. _ACEOF
  642. rm -f conftest$ac_exeext
  643. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  644.   (eval $ac_link) 2>&5
  645.   ac_status=$?
  646.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  647.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  648.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  649.   (eval $ac_try) 2>&5
  650.   ac_status=$?
  651.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  652.   (exit $ac_status); }; }; then
  653.   :
  654. else
  655.   echo "$as_me: program exited with status $ac_status" >&5
  656. echo "$as_me: failed program was:" >&5
  657. sed 's/^/| /' conftest.$ac_ext >&5
  658. ( exit $ac_status )
  659. ac_cv_header_stdc=no
  660. fi
  661. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  662. fi
  663. fi
  664. fi
  665. echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  666. echo "${ECHO_T}$ac_cv_header_stdc" >&6
  667. if test $ac_cv_header_stdc = yes; then
  668. cat >>confdefs.h <<_ACEOF
  669. #define STDC_HEADERS 1
  670. _ACEOF
  671. fi
  672. ac_header_dirent=no
  673. for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
  674.   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
  675. echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
  676. echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
  677. if eval "test "${$as_ac_Header+set}" = set"; then
  678.   echo $ECHO_N "(cached) $ECHO_C" >&6
  679. else
  680.   cat >conftest.$ac_ext <<_ACEOF
  681. /* confdefs.h.  */
  682. _ACEOF
  683. cat confdefs.h >>conftest.$ac_ext
  684. cat >>conftest.$ac_ext <<_ACEOF
  685. /* end confdefs.h.  */
  686. #include <sys/types.h>
  687. #include <$ac_hdr>
  688. int
  689. main ()
  690. {
  691. if ((DIR *) 0)
  692. return 0;
  693.   ;
  694.   return 0;
  695. }
  696. _ACEOF
  697. rm -f conftest.$ac_objext
  698. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  699.   (eval $ac_compile) 2>conftest.er1
  700.   ac_status=$?
  701.   grep -v '^ *+' conftest.er1 >conftest.err
  702.   rm -f conftest.er1
  703.   cat conftest.err >&5
  704.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  705.   (exit $ac_status); } &&
  706.  { ac_try='test -z "$ac_c_werror_flag"
  707.  || test ! -s conftest.err'
  708.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  709.   (eval $ac_try) 2>&5
  710.   ac_status=$?
  711.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  712.   (exit $ac_status); }; } &&
  713.  { ac_try='test -s conftest.$ac_objext'
  714.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  715.   (eval $ac_try) 2>&5
  716.   ac_status=$?
  717.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  718.   (exit $ac_status); }; }; then
  719.   eval "$as_ac_Header=yes"
  720. else
  721.   echo "$as_me: failed program was:" >&5
  722. sed 's/^/| /' conftest.$ac_ext >&5
  723. eval "$as_ac_Header=no"
  724. fi
  725. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  726. fi
  727. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  728. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  729. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  730.   cat >>confdefs.h <<_ACEOF
  731. #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
  732. _ACEOF
  733. ac_header_dirent=$ac_hdr; break
  734. fi
  735. done
  736. # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  737. if test $ac_header_dirent = dirent.h; then
  738.   echo "$as_me:$LINENO: checking for library containing opendir" >&5
  739. echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
  740. if test "${ac_cv_search_opendir+set}" = set; then
  741.   echo $ECHO_N "(cached) $ECHO_C" >&6
  742. else
  743.   ac_func_search_save_LIBS=$LIBS
  744. ac_cv_search_opendir=no
  745. cat >conftest.$ac_ext <<_ACEOF
  746. /* confdefs.h.  */
  747. _ACEOF
  748. cat confdefs.h >>conftest.$ac_ext
  749. cat >>conftest.$ac_ext <<_ACEOF
  750. /* end confdefs.h.  */
  751. /* Override any gcc2 internal prototype to avoid an error.  */
  752. #ifdef __cplusplus
  753. extern "C"
  754. #endif
  755. /* We use char because int might match the return type of a gcc2
  756.    builtin and then its argument prototype would still apply.  */
  757. char opendir ();
  758. int
  759. main ()
  760. {
  761. opendir ();
  762.   ;
  763.   return 0;
  764. }
  765. _ACEOF
  766. rm -f conftest.$ac_objext conftest$ac_exeext
  767. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  768.   (eval $ac_link) 2>conftest.er1
  769.   ac_status=$?
  770.   grep -v '^ *+' conftest.er1 >conftest.err
  771.   rm -f conftest.er1
  772.   cat conftest.err >&5
  773.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  774.   (exit $ac_status); } &&
  775.  { ac_try='test -z "$ac_c_werror_flag"
  776.  || test ! -s conftest.err'
  777.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  778.   (eval $ac_try) 2>&5
  779.   ac_status=$?
  780.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  781.   (exit $ac_status); }; } &&
  782.  { ac_try='test -s conftest$ac_exeext'
  783.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  784.   (eval $ac_try) 2>&5
  785.   ac_status=$?
  786.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  787.   (exit $ac_status); }; }; then
  788.   ac_cv_search_opendir="none required"
  789. else
  790.   echo "$as_me: failed program was:" >&5
  791. sed 's/^/| /' conftest.$ac_ext >&5
  792. fi
  793. rm -f conftest.err conftest.$ac_objext 
  794.       conftest$ac_exeext conftest.$ac_ext
  795. if test "$ac_cv_search_opendir" = no; then
  796.   for ac_lib in dir; do
  797.     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  798.     cat >conftest.$ac_ext <<_ACEOF
  799. /* confdefs.h.  */
  800. _ACEOF
  801. cat confdefs.h >>conftest.$ac_ext
  802. cat >>conftest.$ac_ext <<_ACEOF
  803. /* end confdefs.h.  */
  804. /* Override any gcc2 internal prototype to avoid an error.  */
  805. #ifdef __cplusplus
  806. extern "C"
  807. #endif
  808. /* We use char because int might match the return type of a gcc2
  809.    builtin and then its argument prototype would still apply.  */
  810. char opendir ();
  811. int
  812. main ()
  813. {
  814. opendir ();
  815.   ;
  816.   return 0;
  817. }
  818. _ACEOF
  819. rm -f conftest.$ac_objext conftest$ac_exeext
  820. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  821.   (eval $ac_link) 2>conftest.er1
  822.   ac_status=$?
  823.   grep -v '^ *+' conftest.er1 >conftest.err
  824.   rm -f conftest.er1
  825.   cat conftest.err >&5
  826.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  827.   (exit $ac_status); } &&
  828.  { ac_try='test -z "$ac_c_werror_flag"
  829.  || test ! -s conftest.err'
  830.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  831.   (eval $ac_try) 2>&5
  832.   ac_status=$?
  833.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  834.   (exit $ac_status); }; } &&
  835.  { ac_try='test -s conftest$ac_exeext'
  836.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  837.   (eval $ac_try) 2>&5
  838.   ac_status=$?
  839.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  840.   (exit $ac_status); }; }; then
  841.   ac_cv_search_opendir="-l$ac_lib"
  842. break
  843. else
  844.   echo "$as_me: failed program was:" >&5
  845. sed 's/^/| /' conftest.$ac_ext >&5
  846. fi
  847. rm -f conftest.err conftest.$ac_objext 
  848.       conftest$ac_exeext conftest.$ac_ext
  849.   done
  850. fi
  851. LIBS=$ac_func_search_save_LIBS
  852. fi
  853. echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
  854. echo "${ECHO_T}$ac_cv_search_opendir" >&6
  855. if test "$ac_cv_search_opendir" != no; then
  856.   test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
  857. fi
  858. else
  859.   echo "$as_me:$LINENO: checking for library containing opendir" >&5
  860. echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
  861. if test "${ac_cv_search_opendir+set}" = set; then
  862.   echo $ECHO_N "(cached) $ECHO_C" >&6
  863. else
  864.   ac_func_search_save_LIBS=$LIBS
  865. ac_cv_search_opendir=no
  866. cat >conftest.$ac_ext <<_ACEOF
  867. /* confdefs.h.  */
  868. _ACEOF
  869. cat confdefs.h >>conftest.$ac_ext
  870. cat >>conftest.$ac_ext <<_ACEOF
  871. /* end confdefs.h.  */
  872. /* Override any gcc2 internal prototype to avoid an error.  */
  873. #ifdef __cplusplus
  874. extern "C"
  875. #endif
  876. /* We use char because int might match the return type of a gcc2
  877.    builtin and then its argument prototype would still apply.  */
  878. char opendir ();
  879. int
  880. main ()
  881. {
  882. opendir ();
  883.   ;
  884.   return 0;
  885. }
  886. _ACEOF
  887. rm -f conftest.$ac_objext conftest$ac_exeext
  888. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  889.   (eval $ac_link) 2>conftest.er1
  890.   ac_status=$?
  891.   grep -v '^ *+' conftest.er1 >conftest.err
  892.   rm -f conftest.er1
  893.   cat conftest.err >&5
  894.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  895.   (exit $ac_status); } &&
  896.  { ac_try='test -z "$ac_c_werror_flag"
  897.  || test ! -s conftest.err'
  898.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  899.   (eval $ac_try) 2>&5
  900.   ac_status=$?
  901.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  902.   (exit $ac_status); }; } &&
  903.  { ac_try='test -s conftest$ac_exeext'
  904.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  905.   (eval $ac_try) 2>&5
  906.   ac_status=$?
  907.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  908.   (exit $ac_status); }; }; then
  909.   ac_cv_search_opendir="none required"
  910. else
  911.   echo "$as_me: failed program was:" >&5
  912. sed 's/^/| /' conftest.$ac_ext >&5
  913. fi
  914. rm -f conftest.err conftest.$ac_objext 
  915.       conftest$ac_exeext conftest.$ac_ext
  916. if test "$ac_cv_search_opendir" = no; then
  917.   for ac_lib in x; do
  918.     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  919.     cat >conftest.$ac_ext <<_ACEOF
  920. /* confdefs.h.  */
  921. _ACEOF
  922. cat confdefs.h >>conftest.$ac_ext
  923. cat >>conftest.$ac_ext <<_ACEOF
  924. /* end confdefs.h.  */
  925. /* Override any gcc2 internal prototype to avoid an error.  */
  926. #ifdef __cplusplus
  927. extern "C"
  928. #endif
  929. /* We use char because int might match the return type of a gcc2
  930.    builtin and then its argument prototype would still apply.  */
  931. char opendir ();
  932. int
  933. main ()
  934. {
  935. opendir ();
  936.   ;
  937.   return 0;
  938. }
  939. _ACEOF
  940. rm -f conftest.$ac_objext conftest$ac_exeext
  941. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  942.   (eval $ac_link) 2>conftest.er1
  943.   ac_status=$?
  944.   grep -v '^ *+' conftest.er1 >conftest.err
  945.   rm -f conftest.er1
  946.   cat conftest.err >&5
  947.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  948.   (exit $ac_status); } &&
  949.  { ac_try='test -z "$ac_c_werror_flag"
  950.  || test ! -s conftest.err'
  951.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  952.   (eval $ac_try) 2>&5
  953.   ac_status=$?
  954.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  955.   (exit $ac_status); }; } &&
  956.  { ac_try='test -s conftest$ac_exeext'
  957.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  958.   (eval $ac_try) 2>&5
  959.   ac_status=$?
  960.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  961.   (exit $ac_status); }; }; then
  962.   ac_cv_search_opendir="-l$ac_lib"
  963. break
  964. else
  965.   echo "$as_me: failed program was:" >&5
  966. sed 's/^/| /' conftest.$ac_ext >&5
  967. fi
  968. rm -f conftest.err conftest.$ac_objext 
  969.       conftest$ac_exeext conftest.$ac_ext
  970.   done
  971. fi
  972. LIBS=$ac_func_search_save_LIBS
  973. fi
  974. echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
  975. echo "${ECHO_T}$ac_cv_search_opendir" >&6
  976. if test "$ac_cv_search_opendir" != no; then
  977.   test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
  978. fi
  979. fi
  980. echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
  981. echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
  982. if test "${ac_cv_header_sys_wait_h+set}" = set; then
  983.   echo $ECHO_N "(cached) $ECHO_C" >&6
  984. else
  985.   cat >conftest.$ac_ext <<_ACEOF
  986. /* confdefs.h.  */
  987. _ACEOF
  988. cat confdefs.h >>conftest.$ac_ext
  989. cat >>conftest.$ac_ext <<_ACEOF
  990. /* end confdefs.h.  */
  991. #include <sys/types.h>
  992. #include <sys/wait.h>
  993. #ifndef WEXITSTATUS
  994. # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
  995. #endif
  996. #ifndef WIFEXITED
  997. # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
  998. #endif
  999. int
  1000. main ()
  1001. {
  1002.   int s;
  1003.   wait (&s);
  1004.   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  1005.   ;
  1006.   return 0;
  1007. }
  1008. _ACEOF
  1009. rm -f conftest.$ac_objext
  1010. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1011.   (eval $ac_compile) 2>conftest.er1
  1012.   ac_status=$?
  1013.   grep -v '^ *+' conftest.er1 >conftest.err
  1014.   rm -f conftest.er1
  1015.   cat conftest.err >&5
  1016.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1017.   (exit $ac_status); } &&
  1018.  { ac_try='test -z "$ac_c_werror_flag"
  1019.  || test ! -s conftest.err'
  1020.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1021.   (eval $ac_try) 2>&5
  1022.   ac_status=$?
  1023.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1024.   (exit $ac_status); }; } &&
  1025.  { ac_try='test -s conftest.$ac_objext'
  1026.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1027.   (eval $ac_try) 2>&5
  1028.   ac_status=$?
  1029.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1030.   (exit $ac_status); }; }; then
  1031.   ac_cv_header_sys_wait_h=yes
  1032. else
  1033.   echo "$as_me: failed program was:" >&5
  1034. sed 's/^/| /' conftest.$ac_ext >&5
  1035. ac_cv_header_sys_wait_h=no
  1036. fi
  1037. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1038. fi
  1039. echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
  1040. echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
  1041. if test $ac_cv_header_sys_wait_h = yes; then
  1042. cat >>confdefs.h <<_ACEOF
  1043. #define HAVE_SYS_WAIT_H 1
  1044. _ACEOF
  1045. fi
  1046. for ac_header in stdarg.h string.h fcntl.h limits.h sys/file.h sys/ioctl.h syslog.h unistd.h sys/dmap.h machine/pte.h xti.h sys/sockio.h sys/socket.h
  1047. do
  1048. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1049. if eval "test "${$as_ac_Header+set}" = set"; then
  1050.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  1051. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1052. if eval "test "${$as_ac_Header+set}" = set"; then
  1053.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1054. fi
  1055. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1056. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1057. else
  1058.   # Is the header compilable?
  1059. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1060. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1061. cat >conftest.$ac_ext <<_ACEOF
  1062. /* confdefs.h.  */
  1063. _ACEOF
  1064. cat confdefs.h >>conftest.$ac_ext
  1065. cat >>conftest.$ac_ext <<_ACEOF
  1066. /* end confdefs.h.  */
  1067. $ac_includes_default
  1068. #include <$ac_header>
  1069. _ACEOF
  1070. rm -f conftest.$ac_objext
  1071. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1072.   (eval $ac_compile) 2>conftest.er1
  1073.   ac_status=$?
  1074.   grep -v '^ *+' conftest.er1 >conftest.err
  1075.   rm -f conftest.er1
  1076.   cat conftest.err >&5
  1077.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1078.   (exit $ac_status); } &&
  1079.  { ac_try='test -z "$ac_c_werror_flag"
  1080.  || test ! -s conftest.err'
  1081.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1082.   (eval $ac_try) 2>&5
  1083.   ac_status=$?
  1084.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1085.   (exit $ac_status); }; } &&
  1086.  { ac_try='test -s conftest.$ac_objext'
  1087.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1088.   (eval $ac_try) 2>&5
  1089.   ac_status=$?
  1090.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1091.   (exit $ac_status); }; }; then
  1092.   ac_header_compiler=yes
  1093. else
  1094.   echo "$as_me: failed program was:" >&5
  1095. sed 's/^/| /' conftest.$ac_ext >&5
  1096. ac_header_compiler=no
  1097. fi
  1098. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1099. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1100. echo "${ECHO_T}$ac_header_compiler" >&6
  1101. # Is the header present?
  1102. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1103. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1104. cat >conftest.$ac_ext <<_ACEOF
  1105. /* confdefs.h.  */
  1106. _ACEOF
  1107. cat confdefs.h >>conftest.$ac_ext
  1108. cat >>conftest.$ac_ext <<_ACEOF
  1109. /* end confdefs.h.  */
  1110. #include <$ac_header>
  1111. _ACEOF
  1112. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1113.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1114.   ac_status=$?
  1115.   grep -v '^ *+' conftest.er1 >conftest.err
  1116.   rm -f conftest.er1
  1117.   cat conftest.err >&5
  1118.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1119.   (exit $ac_status); } >/dev/null; then
  1120.   if test -s conftest.err; then
  1121.     ac_cpp_err=$ac_c_preproc_warn_flag
  1122.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1123.   else
  1124.     ac_cpp_err=
  1125.   fi
  1126. else
  1127.   ac_cpp_err=yes
  1128. fi
  1129. if test -z "$ac_cpp_err"; then
  1130.   ac_header_preproc=yes
  1131. else
  1132.   echo "$as_me: failed program was:" >&5
  1133. sed 's/^/| /' conftest.$ac_ext >&5
  1134.   ac_header_preproc=no
  1135. fi
  1136. rm -f conftest.err conftest.$ac_ext
  1137. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1138. echo "${ECHO_T}$ac_header_preproc" >&6
  1139. # So?  What about this header?
  1140. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  1141.   yes:no: )
  1142.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1143. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1144.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1145. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1146.     ac_header_preproc=yes
  1147.     ;;
  1148.   no:yes:* )
  1149.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1150. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1151.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1152. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1153.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1154. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1155.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  1156. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  1157.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1158. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1159.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1160. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1161.     (
  1162.       cat <<_ASBOX
  1163. ## ---------------------------------------------------- ##
  1164. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  1165. ## ---------------------------------------------------- ##
  1166. _ASBOX
  1167.     ) |
  1168.       sed "s/^/$as_me: WARNING:     /" >&2
  1169.     ;;
  1170. esac
  1171. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1172. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1173. if eval "test "${$as_ac_Header+set}" = set"; then
  1174.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1175. else
  1176.   eval "$as_ac_Header=$ac_header_preproc"
  1177. fi
  1178. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1179. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1180. fi
  1181. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1182.   cat >>confdefs.h <<_ACEOF
  1183. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1184. _ACEOF
  1185. fi
  1186. done
  1187. # at least Solaris 9 needs sys/socket.h to compile sys/socketvar.h
  1188. for ac_header in sys/socketvar.h
  1189. do
  1190. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1191. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1192. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1193. if eval "test "${$as_ac_Header+set}" = set"; then
  1194.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1195. else
  1196.   cat >conftest.$ac_ext <<_ACEOF
  1197. /* confdefs.h.  */
  1198. _ACEOF
  1199. cat confdefs.h >>conftest.$ac_ext
  1200. cat >>conftest.$ac_ext <<_ACEOF
  1201. /* end confdefs.h.  */
  1202. $ac_includes_default
  1203. #if HAVE_SYS_SOCKET_H
  1204. #include <sys/socket.h>
  1205. #endif
  1206. #include <$ac_header>
  1207. _ACEOF
  1208. rm -f conftest.$ac_objext
  1209. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1210.   (eval $ac_compile) 2>conftest.er1
  1211.   ac_status=$?
  1212.   grep -v '^ *+' conftest.er1 >conftest.err
  1213.   rm -f conftest.er1
  1214.   cat conftest.err >&5
  1215.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1216.   (exit $ac_status); } &&
  1217.  { ac_try='test -z "$ac_c_werror_flag"
  1218.  || test ! -s conftest.err'
  1219.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1220.   (eval $ac_try) 2>&5
  1221.   ac_status=$?
  1222.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1223.   (exit $ac_status); }; } &&
  1224.  { ac_try='test -s conftest.$ac_objext'
  1225.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1226.   (eval $ac_try) 2>&5
  1227.   ac_status=$?
  1228.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1229.   (exit $ac_status); }; }; then
  1230.   eval "$as_ac_Header=yes"
  1231. else
  1232.   echo "$as_me: failed program was:" >&5
  1233. sed 's/^/| /' conftest.$ac_ext >&5
  1234. eval "$as_ac_Header=no"
  1235. fi
  1236. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1237. fi
  1238. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1239. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1240. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1241.   cat >>confdefs.h <<_ACEOF
  1242. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1243. _ACEOF
  1244. fi
  1245. done
  1246. for ac_header in sys/timeout.h sys/un.h fstab.h sys/fs.h mtab.h ufs/fs.h sys/fixpoint.h machine/param.h sys/vm.h vm/vm.h sys/vmmeter.h sys/vmparam.h sys/vmmac.h sys/vmsystm.h sys/time.h sys/times.h sys/swap.h sys/statvfs.h sys/vfs.h sys/mnttab.h sys/select.h mntent.h sys/mntent.h kstat.h utsname.h sys/utsname.h sys/cdefs.h getopt.h locale.h pthread.h sys/loadavg.h regex.h linux/tasks.h pwd.h grp.h utmpx.h
  1247. do
  1248. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1249. if eval "test "${$as_ac_Header+set}" = set"; then
  1250.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  1251. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1252. if eval "test "${$as_ac_Header+set}" = set"; then
  1253.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1254. fi
  1255. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1256. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1257. else
  1258.   # Is the header compilable?
  1259. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1260. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1261. cat >conftest.$ac_ext <<_ACEOF
  1262. /* confdefs.h.  */
  1263. _ACEOF
  1264. cat confdefs.h >>conftest.$ac_ext
  1265. cat >>conftest.$ac_ext <<_ACEOF
  1266. /* end confdefs.h.  */
  1267. $ac_includes_default
  1268. #include <$ac_header>
  1269. _ACEOF
  1270. rm -f conftest.$ac_objext
  1271. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1272.   (eval $ac_compile) 2>conftest.er1
  1273.   ac_status=$?
  1274.   grep -v '^ *+' conftest.er1 >conftest.err
  1275.   rm -f conftest.er1
  1276.   cat conftest.err >&5
  1277.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1278.   (exit $ac_status); } &&
  1279.  { ac_try='test -z "$ac_c_werror_flag"
  1280.  || test ! -s conftest.err'
  1281.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1282.   (eval $ac_try) 2>&5
  1283.   ac_status=$?
  1284.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1285.   (exit $ac_status); }; } &&
  1286.  { ac_try='test -s conftest.$ac_objext'
  1287.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1288.   (eval $ac_try) 2>&5
  1289.   ac_status=$?
  1290.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1291.   (exit $ac_status); }; }; then
  1292.   ac_header_compiler=yes
  1293. else
  1294.   echo "$as_me: failed program was:" >&5
  1295. sed 's/^/| /' conftest.$ac_ext >&5
  1296. ac_header_compiler=no
  1297. fi
  1298. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1299. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1300. echo "${ECHO_T}$ac_header_compiler" >&6
  1301. # Is the header present?
  1302. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1303. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1304. cat >conftest.$ac_ext <<_ACEOF
  1305. /* confdefs.h.  */
  1306. _ACEOF
  1307. cat confdefs.h >>conftest.$ac_ext
  1308. cat >>conftest.$ac_ext <<_ACEOF
  1309. /* end confdefs.h.  */
  1310. #include <$ac_header>
  1311. _ACEOF
  1312. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1313.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1314.   ac_status=$?
  1315.   grep -v '^ *+' conftest.er1 >conftest.err
  1316.   rm -f conftest.er1
  1317.   cat conftest.err >&5
  1318.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1319.   (exit $ac_status); } >/dev/null; then
  1320.   if test -s conftest.err; then
  1321.     ac_cpp_err=$ac_c_preproc_warn_flag
  1322.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1323.   else
  1324.     ac_cpp_err=
  1325.   fi
  1326. else
  1327.   ac_cpp_err=yes
  1328. fi
  1329. if test -z "$ac_cpp_err"; then
  1330.   ac_header_preproc=yes
  1331. else
  1332.   echo "$as_me: failed program was:" >&5
  1333. sed 's/^/| /' conftest.$ac_ext >&5
  1334.   ac_header_preproc=no
  1335. fi
  1336. rm -f conftest.err conftest.$ac_ext
  1337. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1338. echo "${ECHO_T}$ac_header_preproc" >&6
  1339. # So?  What about this header?
  1340. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  1341.   yes:no: )
  1342.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1343. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1344.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1345. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1346.     ac_header_preproc=yes
  1347.     ;;
  1348.   no:yes:* )
  1349.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1350. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1351.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1352. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1353.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1354. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1355.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  1356. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  1357.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1358. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1359.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1360. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1361.     (
  1362.       cat <<_ASBOX
  1363. ## ---------------------------------------------------- ##
  1364. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  1365. ## ---------------------------------------------------- ##
  1366. _ASBOX
  1367.     ) |
  1368.       sed "s/^/$as_me: WARNING:     /" >&2
  1369.     ;;
  1370. esac
  1371. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1372. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1373. if eval "test "${$as_ac_Header+set}" = set"; then
  1374.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1375. else
  1376.   eval "$as_ac_Header=$ac_header_preproc"
  1377. fi
  1378. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1379. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1380. fi
  1381. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1382.   cat >>confdefs.h <<_ACEOF
  1383. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1384. _ACEOF
  1385. fi
  1386. done
  1387. # Network headers
  1388. for ac_header in arpa/inet.h netinet/in_systm.h netinet/in.h netinet/ip_var.h netinet/tcp.h netinet/tcpip.h netinet/udp.h net/if.h netinet/in_var.h netinet/ip.h netinet/ip_icmp.h net/if_arp.h net/if_mib.h net/if_var.h netinet/if_ether.h netinet/tcp_timer.h netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netdb.h net/route.h
  1389. do
  1390. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1391. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1392. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1393. if eval "test "${$as_ac_Header+set}" = set"; then
  1394.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1395. else
  1396.   cat >conftest.$ac_ext <<_ACEOF
  1397. /* confdefs.h.  */
  1398. _ACEOF
  1399. cat confdefs.h >>conftest.$ac_ext
  1400. cat >>conftest.$ac_ext <<_ACEOF
  1401. /* end confdefs.h.  */
  1402. #if HAVE_SYS_TYPES_H
  1403. #include <sys/types.h>
  1404. #endif
  1405. #if HAVE_SYS_TIMEOUT_H
  1406. #include <sys/timeout.h>
  1407. #endif
  1408. #if HAVE_SYS_SOCKET_H
  1409. #include <sys/socket.h>
  1410. #endif
  1411. #if HAVE_SYS_SOCKETVAR_H
  1412. #include <sys/socketvar.h>
  1413. #endif
  1414. #if HAVE_ARPA_INET_H
  1415. #include <arpa/inet.h>
  1416. #endif
  1417. #if HAVE_NETINET_IN_SYSTM_H
  1418. #include <netinet/in_systm.h>
  1419. #endif
  1420. #if HAVE_NETINET_IN_H
  1421. #include <netinet/in.h>
  1422. #endif
  1423. #if HAVE_NETINET_IP_H
  1424. #include <netinet/ip.h>
  1425. #endif
  1426. #if HAVE_NET_IF_H
  1427. #include <net/if.h>
  1428. #endif
  1429. #if HAVE_NETINET_IP_VAR_H
  1430. #include <netinet/ip_var.h>
  1431. #endif
  1432. #if HAVE_NETINET_IP_ICMP_H
  1433. #include <netinet/ip_icmp.h>
  1434. #endif
  1435. #if HAVE_NETINET_TCP_H
  1436. #include <netinet/tcp.h>
  1437. #endif
  1438. #if HAVE_NETINET_UDP_H
  1439. #include <netinet/udp.h>
  1440. #endif
  1441. #if HAVE_NETINET_TCP_TIMER_H
  1442. #include <netinet/tcp_timer.h>
  1443. #endif
  1444. #include <$ac_header>
  1445. _ACEOF
  1446. rm -f conftest.$ac_objext
  1447. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1448.   (eval $ac_compile) 2>conftest.er1
  1449.   ac_status=$?
  1450.   grep -v '^ *+' conftest.er1 >conftest.err
  1451.   rm -f conftest.er1
  1452.   cat conftest.err >&5
  1453.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1454.   (exit $ac_status); } &&
  1455.  { ac_try='test -z "$ac_c_werror_flag"
  1456.  || test ! -s conftest.err'
  1457.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1458.   (eval $ac_try) 2>&5
  1459.   ac_status=$?
  1460.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1461.   (exit $ac_status); }; } &&
  1462.  { ac_try='test -s conftest.$ac_objext'
  1463.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1464.   (eval $ac_try) 2>&5
  1465.   ac_status=$?
  1466.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1467.   (exit $ac_status); }; }; then
  1468.   eval "$as_ac_Header=yes"
  1469. else
  1470.   echo "$as_me: failed program was:" >&5
  1471. sed 's/^/| /' conftest.$ac_ext >&5
  1472. eval "$as_ac_Header=no"
  1473. fi
  1474. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1475. fi
  1476. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1477. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1478. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1479.   cat >>confdefs.h <<_ACEOF
  1480. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1481. _ACEOF
  1482. fi
  1483. done
  1484. # UFS headers
  1485. for ac_header in ufs/ufs/dinode.h ufs/ufs/quota.h ufs/ufs/inode.h ufs/ffs/fs.h
  1486. do
  1487. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1488. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1489. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1490. if eval "test "${$as_ac_Header+set}" = set"; then
  1491.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1492. else
  1493.   cat >conftest.$ac_ext <<_ACEOF
  1494. /* confdefs.h.  */
  1495. _ACEOF
  1496. cat confdefs.h >>conftest.$ac_ext
  1497. cat >>conftest.$ac_ext <<_ACEOF
  1498. /* end confdefs.h.  */
  1499. #if HAVE_SYS_TYPES_H
  1500. #include <sys/types.h>
  1501. #endif
  1502. #if HAVE_UFS_UFS_DINODE_H
  1503. #include <ufs/ufs/dinode.h>
  1504. #endif
  1505. #if HAVE_UFS_UFS_QUOTA_H
  1506. #include <ufs/ufs/quota.h>
  1507. #endif
  1508. #include <$ac_header>
  1509. _ACEOF
  1510. rm -f conftest.$ac_objext
  1511. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1512.   (eval $ac_compile) 2>conftest.er1
  1513.   ac_status=$?
  1514.   grep -v '^ *+' conftest.er1 >conftest.err
  1515.   rm -f conftest.er1
  1516.   cat conftest.err >&5
  1517.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1518.   (exit $ac_status); } &&
  1519.  { ac_try='test -z "$ac_c_werror_flag"
  1520.  || test ! -s conftest.err'
  1521.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1522.   (eval $ac_try) 2>&5
  1523.   ac_status=$?
  1524.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1525.   (exit $ac_status); }; } &&
  1526.  { ac_try='test -s conftest.$ac_objext'
  1527.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1528.   (eval $ac_try) 2>&5
  1529.   ac_status=$?
  1530.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1531.   (exit $ac_status); }; }; then
  1532.   eval "$as_ac_Header=yes"
  1533. else
  1534.   echo "$as_me: failed program was:" >&5
  1535. sed 's/^/| /' conftest.$ac_ext >&5
  1536. eval "$as_ac_Header=no"
  1537. fi
  1538. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1539. fi
  1540. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1541. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1542. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1543.   cat >>confdefs.h <<_ACEOF
  1544. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1545. _ACEOF
  1546. fi
  1547. done
  1548. # FreeBSD required headers
  1549. for ac_header in malloc.h sys/param.h net/if_dl.h sys/sysctl.h stdlib.h net/if_types.h sys/queue.h osreldate.h machine/types.h sys/user.h sys/proc.h sys/mbuf.h sys/mount.h
  1550. do
  1551. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1552. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1553. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1554. if eval "test "${$as_ac_Header+set}" = set"; then
  1555.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1556. else
  1557.   cat >conftest.$ac_ext <<_ACEOF
  1558. /* confdefs.h.  */
  1559. _ACEOF
  1560. cat confdefs.h >>conftest.$ac_ext
  1561. cat >>conftest.$ac_ext <<_ACEOF
  1562. /* end confdefs.h.  */
  1563. #if HAVE_SYS_TYPES_H
  1564. #include <sys/types.h>
  1565. #endif
  1566. #if HAVE_SYS_PARAM_H
  1567. #include <sys/param.h>
  1568. #endif
  1569. #include <$ac_header>
  1570. _ACEOF
  1571. rm -f conftest.$ac_objext
  1572. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1573.   (eval $ac_compile) 2>conftest.er1
  1574.   ac_status=$?
  1575.   grep -v '^ *+' conftest.er1 >conftest.err
  1576.   rm -f conftest.er1
  1577.   cat conftest.err >&5
  1578.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1579.   (exit $ac_status); } &&
  1580.  { ac_try='test -z "$ac_c_werror_flag"
  1581.  || test ! -s conftest.err'
  1582.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1583.   (eval $ac_try) 2>&5
  1584.   ac_status=$?
  1585.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1586.   (exit $ac_status); }; } &&
  1587.  { ac_try='test -s conftest.$ac_objext'
  1588.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1589.   (eval $ac_try) 2>&5
  1590.   ac_status=$?
  1591.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1592.   (exit $ac_status); }; }; then
  1593.   eval "$as_ac_Header=yes"
  1594. else
  1595.   echo "$as_me: failed program was:" >&5
  1596. sed 's/^/| /' conftest.$ac_ext >&5
  1597. eval "$as_ac_Header=no"
  1598. fi
  1599. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1600. fi
  1601. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1602. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1603. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1604.   cat >>confdefs.h <<_ACEOF
  1605. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1606. _ACEOF
  1607. fi
  1608. done
  1609. # Linux
  1610. for ac_header in sys/conf.h netinet/tcp_fsm.h sys/protosw.h nlist.h ioctls.h asm/page.h netipx/ipx.h pci/pci.h
  1611. do
  1612. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1613. if eval "test "${$as_ac_Header+set}" = set"; then
  1614.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  1615. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1616. if eval "test "${$as_ac_Header+set}" = set"; then
  1617.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1618. fi
  1619. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1620. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1621. else
  1622.   # Is the header compilable?
  1623. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1624. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1625. cat >conftest.$ac_ext <<_ACEOF
  1626. /* confdefs.h.  */
  1627. _ACEOF
  1628. cat confdefs.h >>conftest.$ac_ext
  1629. cat >>conftest.$ac_ext <<_ACEOF
  1630. /* end confdefs.h.  */
  1631. $ac_includes_default
  1632. #include <$ac_header>
  1633. _ACEOF
  1634. rm -f conftest.$ac_objext
  1635. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1636.   (eval $ac_compile) 2>conftest.er1
  1637.   ac_status=$?
  1638.   grep -v '^ *+' conftest.er1 >conftest.err
  1639.   rm -f conftest.er1
  1640.   cat conftest.err >&5
  1641.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1642.   (exit $ac_status); } &&
  1643.  { ac_try='test -z "$ac_c_werror_flag"
  1644.  || test ! -s conftest.err'
  1645.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1646.   (eval $ac_try) 2>&5
  1647.   ac_status=$?
  1648.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1649.   (exit $ac_status); }; } &&
  1650.  { ac_try='test -s conftest.$ac_objext'
  1651.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1652.   (eval $ac_try) 2>&5
  1653.   ac_status=$?
  1654.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1655.   (exit $ac_status); }; }; then
  1656.   ac_header_compiler=yes
  1657. else
  1658.   echo "$as_me: failed program was:" >&5
  1659. sed 's/^/| /' conftest.$ac_ext >&5
  1660. ac_header_compiler=no
  1661. fi
  1662. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1663. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1664. echo "${ECHO_T}$ac_header_compiler" >&6
  1665. # Is the header present?
  1666. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1667. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1668. cat >conftest.$ac_ext <<_ACEOF
  1669. /* confdefs.h.  */
  1670. _ACEOF
  1671. cat confdefs.h >>conftest.$ac_ext
  1672. cat >>conftest.$ac_ext <<_ACEOF
  1673. /* end confdefs.h.  */
  1674. #include <$ac_header>
  1675. _ACEOF
  1676. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1677.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1678.   ac_status=$?
  1679.   grep -v '^ *+' conftest.er1 >conftest.err
  1680.   rm -f conftest.er1
  1681.   cat conftest.err >&5
  1682.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1683.   (exit $ac_status); } >/dev/null; then
  1684.   if test -s conftest.err; then
  1685.     ac_cpp_err=$ac_c_preproc_warn_flag
  1686.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1687.   else
  1688.     ac_cpp_err=
  1689.   fi
  1690. else
  1691.   ac_cpp_err=yes
  1692. fi
  1693. if test -z "$ac_cpp_err"; then
  1694.   ac_header_preproc=yes
  1695. else
  1696.   echo "$as_me: failed program was:" >&5
  1697. sed 's/^/| /' conftest.$ac_ext >&5
  1698.   ac_header_preproc=no
  1699. fi
  1700. rm -f conftest.err conftest.$ac_ext
  1701. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1702. echo "${ECHO_T}$ac_header_preproc" >&6
  1703. # So?  What about this header?
  1704. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  1705.   yes:no: )
  1706.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1707. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1708.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1709. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1710.     ac_header_preproc=yes
  1711.     ;;
  1712.   no:yes:* )
  1713.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1714. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1715.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1716. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1717.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1718. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1719.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  1720. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  1721.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1722. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1723.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1724. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1725.     (
  1726.       cat <<_ASBOX
  1727. ## ---------------------------------------------------- ##
  1728. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  1729. ## ---------------------------------------------------- ##
  1730. _ASBOX
  1731.     ) |
  1732.       sed "s/^/$as_me: WARNING:     /" >&2
  1733.     ;;
  1734. esac
  1735. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1736. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1737. if eval "test "${$as_ac_Header+set}" = set"; then
  1738.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1739. else
  1740.   eval "$as_ac_Header=$ac_header_preproc"
  1741. fi
  1742. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1743. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1744. fi
  1745. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1746.   cat >>confdefs.h <<_ACEOF
  1747. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1748. _ACEOF
  1749. fi
  1750. done
  1751. # Solaris
  1752. for ac_header in inet/mib2.h
  1753. do
  1754. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1755. if eval "test "${$as_ac_Header+set}" = set"; then
  1756.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  1757. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1758. if eval "test "${$as_ac_Header+set}" = set"; then
  1759.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1760. fi
  1761. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1762. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1763. else
  1764.   # Is the header compilable?
  1765. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1766. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1767. cat >conftest.$ac_ext <<_ACEOF
  1768. /* confdefs.h.  */
  1769. _ACEOF
  1770. cat confdefs.h >>conftest.$ac_ext
  1771. cat >>conftest.$ac_ext <<_ACEOF
  1772. /* end confdefs.h.  */
  1773. $ac_includes_default
  1774. #include <$ac_header>
  1775. _ACEOF
  1776. rm -f conftest.$ac_objext
  1777. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1778.   (eval $ac_compile) 2>conftest.er1
  1779.   ac_status=$?
  1780.   grep -v '^ *+' conftest.er1 >conftest.err
  1781.   rm -f conftest.er1
  1782.   cat conftest.err >&5
  1783.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1784.   (exit $ac_status); } &&
  1785.  { ac_try='test -z "$ac_c_werror_flag"
  1786.  || test ! -s conftest.err'
  1787.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1788.   (eval $ac_try) 2>&5
  1789.   ac_status=$?
  1790.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1791.   (exit $ac_status); }; } &&
  1792.  { ac_try='test -s conftest.$ac_objext'
  1793.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1794.   (eval $ac_try) 2>&5
  1795.   ac_status=$?
  1796.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1797.   (exit $ac_status); }; }; then
  1798.   ac_header_compiler=yes
  1799. else
  1800.   echo "$as_me: failed program was:" >&5
  1801. sed 's/^/| /' conftest.$ac_ext >&5
  1802. ac_header_compiler=no
  1803. fi
  1804. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1805. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1806. echo "${ECHO_T}$ac_header_compiler" >&6
  1807. # Is the header present?
  1808. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1809. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1810. cat >conftest.$ac_ext <<_ACEOF
  1811. /* confdefs.h.  */
  1812. _ACEOF
  1813. cat confdefs.h >>conftest.$ac_ext
  1814. cat >>conftest.$ac_ext <<_ACEOF
  1815. /* end confdefs.h.  */
  1816. #include <$ac_header>
  1817. _ACEOF
  1818. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1819.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1820.   ac_status=$?
  1821.   grep -v '^ *+' conftest.er1 >conftest.err
  1822.   rm -f conftest.er1
  1823.   cat conftest.err >&5
  1824.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1825.   (exit $ac_status); } >/dev/null; then
  1826.   if test -s conftest.err; then
  1827.     ac_cpp_err=$ac_c_preproc_warn_flag
  1828.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1829.   else
  1830.     ac_cpp_err=
  1831.   fi
  1832. else
  1833.   ac_cpp_err=yes
  1834. fi
  1835. if test -z "$ac_cpp_err"; then
  1836.   ac_header_preproc=yes
  1837. else
  1838.   echo "$as_me: failed program was:" >&5
  1839. sed 's/^/| /' conftest.$ac_ext >&5
  1840.   ac_header_preproc=no
  1841. fi
  1842. rm -f conftest.err conftest.$ac_ext
  1843. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1844. echo "${ECHO_T}$ac_header_preproc" >&6
  1845. # So?  What about this header?
  1846. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  1847.   yes:no: )
  1848.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1849. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1850.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1851. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1852.     ac_header_preproc=yes
  1853.     ;;
  1854.   no:yes:* )
  1855.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1856. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1857.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1858. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1859.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1860. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1861.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  1862. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  1863.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1864. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1865.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1866. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1867.     (
  1868.       cat <<_ASBOX
  1869. ## ---------------------------------------------------- ##
  1870. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  1871. ## ---------------------------------------------------- ##
  1872. _ASBOX
  1873.     ) |
  1874.       sed "s/^/$as_me: WARNING:     /" >&2
  1875.     ;;
  1876. esac
  1877. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1878. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1879. if eval "test "${$as_ac_Header+set}" = set"; then
  1880.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1881. else
  1882.   eval "$as_ac_Header=$ac_header_preproc"
  1883. fi
  1884. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1885. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1886. fi
  1887. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1888.   cat >>confdefs.h <<_ACEOF
  1889. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1890. _ACEOF
  1891. fi
  1892. done
  1893. # NetBSD required headers
  1894. for ac_header in kvm.h sys/pool.h uvm/uvm_param.h uvm/uvm_extern.h vm/vm_param.h vm/vm_extern.h
  1895. do
  1896. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1897. if eval "test "${$as_ac_Header+set}" = set"; then
  1898.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  1899. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1900. if eval "test "${$as_ac_Header+set}" = set"; then
  1901.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1902. fi
  1903. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1904. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1905. else
  1906.   # Is the header compilable?
  1907. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1908. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1909. cat >conftest.$ac_ext <<_ACEOF
  1910. /* confdefs.h.  */
  1911. _ACEOF
  1912. cat confdefs.h >>conftest.$ac_ext
  1913. cat >>conftest.$ac_ext <<_ACEOF
  1914. /* end confdefs.h.  */
  1915. $ac_includes_default
  1916. #include <$ac_header>
  1917. _ACEOF
  1918. rm -f conftest.$ac_objext
  1919. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1920.   (eval $ac_compile) 2>conftest.er1
  1921.   ac_status=$?
  1922.   grep -v '^ *+' conftest.er1 >conftest.err
  1923.   rm -f conftest.er1
  1924.   cat conftest.err >&5
  1925.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1926.   (exit $ac_status); } &&
  1927.  { ac_try='test -z "$ac_c_werror_flag"
  1928.  || test ! -s conftest.err'
  1929.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1930.   (eval $ac_try) 2>&5
  1931.   ac_status=$?
  1932.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1933.   (exit $ac_status); }; } &&
  1934.  { ac_try='test -s conftest.$ac_objext'
  1935.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1936.   (eval $ac_try) 2>&5
  1937.   ac_status=$?
  1938.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1939.   (exit $ac_status); }; }; then
  1940.   ac_header_compiler=yes
  1941. else
  1942.   echo "$as_me: failed program was:" >&5
  1943. sed 's/^/| /' conftest.$ac_ext >&5
  1944. ac_header_compiler=no
  1945. fi
  1946. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1947. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1948. echo "${ECHO_T}$ac_header_compiler" >&6
  1949. # Is the header present?
  1950. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1951. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1952. cat >conftest.$ac_ext <<_ACEOF
  1953. /* confdefs.h.  */
  1954. _ACEOF
  1955. cat confdefs.h >>conftest.$ac_ext
  1956. cat >>conftest.$ac_ext <<_ACEOF
  1957. /* end confdefs.h.  */
  1958. #include <$ac_header>
  1959. _ACEOF
  1960. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1961.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1962.   ac_status=$?
  1963.   grep -v '^ *+' conftest.er1 >conftest.err
  1964.   rm -f conftest.er1
  1965.   cat conftest.err >&5
  1966.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1967.   (exit $ac_status); } >/dev/null; then
  1968.   if test -s conftest.err; then
  1969.     ac_cpp_err=$ac_c_preproc_warn_flag
  1970.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1971.   else
  1972.     ac_cpp_err=
  1973.   fi
  1974. else
  1975.   ac_cpp_err=yes
  1976. fi
  1977. if test -z "$ac_cpp_err"; then
  1978.   ac_header_preproc=yes
  1979. else
  1980.   echo "$as_me: failed program was:" >&5
  1981. sed 's/^/| /' conftest.$ac_ext >&5
  1982.   ac_header_preproc=no
  1983. fi
  1984. rm -f conftest.err conftest.$ac_ext
  1985. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1986. echo "${ECHO_T}$ac_header_preproc" >&6
  1987. # So?  What about this header?
  1988. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  1989.   yes:no: )
  1990.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1991. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1992.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1993. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1994.     ac_header_preproc=yes
  1995.     ;;
  1996.   no:yes:* )
  1997.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1998. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1999.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  2000. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  2001.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  2002. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  2003.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  2004. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  2005.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  2006. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  2007.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  2008. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  2009.     (
  2010.       cat <<_ASBOX
  2011. ## ---------------------------------------------------- ##
  2012. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  2013. ## ---------------------------------------------------- ##
  2014. _ASBOX
  2015.     ) |
  2016.       sed "s/^/$as_me: WARNING:     /" >&2
  2017.     ;;
  2018. esac
  2019. echo "$as_me:$LINENO: checking for $ac_header" >&5
  2020. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2021. if eval "test "${$as_ac_Header+set}" = set"; then
  2022.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2023. else
  2024.   eval "$as_ac_Header=$ac_header_preproc"
  2025. fi
  2026. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2027. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2028. fi
  2029. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  2030.   cat >>confdefs.h <<_ACEOF
  2031. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2032. _ACEOF
  2033. fi
  2034. done
  2035. # BSDi2 headers
  2036. for ac_header in vm/swap_pager.h
  2037. do
  2038. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2039. echo "$as_me:$LINENO: checking for $ac_header" >&5
  2040. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2041. if eval "test "${$as_ac_Header+set}" = set"; then
  2042.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2043. else
  2044.   cat >conftest.$ac_ext <<_ACEOF
  2045. /* confdefs.h.  */
  2046. _ACEOF
  2047. cat confdefs.h >>conftest.$ac_ext
  2048. cat >>conftest.$ac_ext <<_ACEOF
  2049. /* end confdefs.h.  */
  2050. #if HAVE_VM_VM_H
  2051. #include <vm/vm.h>
  2052. #endif
  2053. #include <$ac_header>
  2054. _ACEOF
  2055. rm -f conftest.$ac_objext
  2056. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2057.   (eval $ac_compile) 2>conftest.er1
  2058.   ac_status=$?
  2059.   grep -v '^ *+' conftest.er1 >conftest.err
  2060.   rm -f conftest.er1
  2061.   cat conftest.err >&5
  2062.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2063.   (exit $ac_status); } &&
  2064.  { ac_try='test -z "$ac_c_werror_flag"
  2065.  || test ! -s conftest.err'
  2066.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2067.   (eval $ac_try) 2>&5
  2068.   ac_status=$?
  2069.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2070.   (exit $ac_status); }; } &&
  2071.  { ac_try='test -s conftest.$ac_objext'
  2072.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2073.   (eval $ac_try) 2>&5
  2074.   ac_status=$?
  2075.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2076.   (exit $ac_status); }; }; then
  2077.   eval "$as_ac_Header=yes"
  2078. else
  2079.   echo "$as_me: failed program was:" >&5
  2080. sed 's/^/| /' conftest.$ac_ext >&5
  2081. eval "$as_ac_Header=no"
  2082. fi
  2083. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2084. fi
  2085. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2086. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2087. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  2088.   cat >>confdefs.h <<_ACEOF
  2089. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2090. _ACEOF
  2091. fi
  2092. done
  2093. # linux ethtool
  2094. for ac_header in linux/ethtool.h
  2095. do
  2096. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2097. echo "$as_me:$LINENO: checking for $ac_header" >&5
  2098. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2099. if eval "test "${$as_ac_Header+set}" = set"; then
  2100.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2101. else
  2102.   cat >conftest.$ac_ext <<_ACEOF
  2103. /* confdefs.h.  */
  2104. _ACEOF
  2105. cat confdefs.h >>conftest.$ac_ext
  2106. cat >>conftest.$ac_ext <<_ACEOF
  2107. /* end confdefs.h.  */
  2108. #if HAVE_PCI_PCI_H
  2109. #include <pci/pci.h>
  2110. #endif
  2111. #include <$ac_header>
  2112. _ACEOF
  2113. rm -f conftest.$ac_objext
  2114. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2115.   (eval $ac_compile) 2>conftest.er1
  2116.   ac_status=$?
  2117.   grep -v '^ *+' conftest.er1 >conftest.err
  2118.   rm -f conftest.er1
  2119.   cat conftest.err >&5
  2120.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2121.   (exit $ac_status); } &&
  2122.  { ac_try='test -z "$ac_c_werror_flag"
  2123.  || test ! -s conftest.err'
  2124.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2125.   (eval $ac_try) 2>&5
  2126.   ac_status=$?
  2127.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2128.   (exit $ac_status); }; } &&
  2129.  { ac_try='test -s conftest.$ac_objext'
  2130.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2131.   (eval $ac_try) 2>&5
  2132.   ac_status=$?
  2133.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2134.   (exit $ac_status); }; }; then
  2135.   eval "$as_ac_Header=yes"
  2136. else
  2137.   echo "$as_me: failed program was:" >&5
  2138. sed 's/^/| /' conftest.$ac_ext >&5
  2139. eval "$as_ac_Header=no"
  2140. fi
  2141. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2142. fi
  2143. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2144. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2145. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  2146.   cat >>confdefs.h <<_ACEOF
  2147. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2148. _ACEOF
  2149. fi
  2150. done
  2151. # BSDi3 headers
  2152. for ac_header in sys/stat.h sys/vnode.h
  2153. do
  2154. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2155. if eval "test "${$as_ac_Header+set}" = set"; then
  2156.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  2157. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2158. if eval "test "${$as_ac_Header+set}" = set"; then
  2159.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2160. fi
  2161. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2162. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2163. else
  2164.   # Is the header compilable?
  2165. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  2166. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  2167. cat >conftest.$ac_ext <<_ACEOF
  2168. /* confdefs.h.  */
  2169. _ACEOF
  2170. cat confdefs.h >>conftest.$ac_ext
  2171. cat >>conftest.$ac_ext <<_ACEOF
  2172. /* end confdefs.h.  */
  2173. $ac_includes_default
  2174. #include <$ac_header>
  2175. _ACEOF
  2176. rm -f conftest.$ac_objext
  2177. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2178.   (eval $ac_compile) 2>conftest.er1
  2179.   ac_status=$?
  2180.   grep -v '^ *+' conftest.er1 >conftest.err
  2181.   rm -f conftest.er1
  2182.   cat conftest.err >&5
  2183.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2184.   (exit $ac_status); } &&
  2185.  { ac_try='test -z "$ac_c_werror_flag"
  2186.  || test ! -s conftest.err'
  2187.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2188.   (eval $ac_try) 2>&5
  2189.   ac_status=$?
  2190.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2191.   (exit $ac_status); }; } &&
  2192.  { ac_try='test -s conftest.$ac_objext'
  2193.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2194.   (eval $ac_try) 2>&5
  2195.   ac_status=$?
  2196.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2197.   (exit $ac_status); }; }; then
  2198.   ac_header_compiler=yes
  2199. else
  2200.   echo "$as_me: failed program was:" >&5
  2201. sed 's/^/| /' conftest.$ac_ext >&5
  2202. ac_header_compiler=no
  2203. fi
  2204. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2205. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  2206. echo "${ECHO_T}$ac_header_compiler" >&6
  2207. # Is the header present?
  2208. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  2209. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  2210. cat >conftest.$ac_ext <<_ACEOF
  2211. /* confdefs.h.  */
  2212. _ACEOF
  2213. cat confdefs.h >>conftest.$ac_ext
  2214. cat >>conftest.$ac_ext <<_ACEOF
  2215. /* end confdefs.h.  */
  2216. #include <$ac_header>
  2217. _ACEOF
  2218. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2219.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2220.   ac_status=$?
  2221.   grep -v '^ *+' conftest.er1 >conftest.err
  2222.   rm -f conftest.er1
  2223.   cat conftest.err >&5
  2224.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2225.   (exit $ac_status); } >/dev/null; then
  2226.   if test -s conftest.err; then
  2227.     ac_cpp_err=$ac_c_preproc_warn_flag
  2228.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2229.   else
  2230.     ac_cpp_err=
  2231.   fi
  2232. else
  2233.   ac_cpp_err=yes
  2234. fi
  2235. if test -z "$ac_cpp_err"; then
  2236.   ac_header_preproc=yes
  2237. else
  2238.   echo "$as_me: failed program was:" >&5
  2239. sed 's/^/| /' conftest.$ac_ext >&5
  2240.   ac_header_preproc=no
  2241. fi
  2242. rm -f conftest.err conftest.$ac_ext
  2243. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  2244. echo "${ECHO_T}$ac_header_preproc" >&6
  2245. # So?  What about this header?
  2246. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  2247.   yes:no: )
  2248.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  2249. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  2250.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  2251. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  2252.     ac_header_preproc=yes
  2253.     ;;
  2254.   no:yes:* )
  2255.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  2256. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  2257.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  2258. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  2259.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  2260. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  2261.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  2262. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  2263.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  2264. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  2265.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  2266. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  2267.     (
  2268.       cat <<_ASBOX
  2269. ## ---------------------------------------------------- ##
  2270. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  2271. ## ---------------------------------------------------- ##
  2272. _ASBOX
  2273.     ) |
  2274.       sed "s/^/$as_me: WARNING:     /" >&2
  2275.     ;;
  2276. esac
  2277. echo "$as_me:$LINENO: checking for $ac_header" >&5
  2278. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2279. if eval "test "${$as_ac_Header+set}" = set"; then
  2280.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2281. else
  2282.   eval "$as_ac_Header=$ac_header_preproc"
  2283. fi
  2284. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2285. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2286. fi
  2287. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  2288.   cat >>confdefs.h <<_ACEOF
  2289. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2290. _ACEOF
  2291. fi
  2292. done
  2293. # irix headers
  2294. for ac_header in sys/hashing.h sys/tcpipstats.h sys/sysmp.h
  2295. do
  2296. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2297. if eval "test "${$as_ac_Header+set}" = set"; then
  2298.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  2299. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2300. if eval "test "${$as_ac_Header+set}" = set"; then
  2301.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2302. fi
  2303. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2304. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2305. else
  2306.   # Is the header compilable?
  2307. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  2308. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  2309. cat >conftest.$ac_ext <<_ACEOF
  2310. /* confdefs.h.  */
  2311. _ACEOF
  2312. cat confdefs.h >>conftest.$ac_ext
  2313. cat >>conftest.$ac_ext <<_ACEOF
  2314. /* end confdefs.h.  */
  2315. $ac_includes_default
  2316. #include <$ac_header>
  2317. _ACEOF
  2318. rm -f conftest.$ac_objext
  2319. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2320.   (eval $ac_compile) 2>conftest.er1
  2321.   ac_status=$?
  2322.   grep -v '^ *+' conftest.er1 >conftest.err
  2323.   rm -f conftest.er1
  2324.   cat conftest.err >&5
  2325.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2326.   (exit $ac_status); } &&
  2327.  { ac_try='test -z "$ac_c_werror_flag"
  2328.  || test ! -s conftest.err'
  2329.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2330.   (eval $ac_try) 2>&5
  2331.   ac_status=$?
  2332.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2333.   (exit $ac_status); }; } &&
  2334.  { ac_try='test -s conftest.$ac_objext'
  2335.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2336.   (eval $ac_try) 2>&5
  2337.   ac_status=$?
  2338.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2339.   (exit $ac_status); }; }; then
  2340.   ac_header_compiler=yes
  2341. else
  2342.   echo "$as_me: failed program was:" >&5
  2343. sed 's/^/| /' conftest.$ac_ext >&5
  2344. ac_header_compiler=no
  2345. fi
  2346. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2347. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  2348. echo "${ECHO_T}$ac_header_compiler" >&6
  2349. # Is the header present?
  2350. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  2351. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  2352. cat >conftest.$ac_ext <<_ACEOF
  2353. /* confdefs.h.  */
  2354. _ACEOF
  2355. cat confdefs.h >>conftest.$ac_ext
  2356. cat >>conftest.$ac_ext <<_ACEOF
  2357. /* end confdefs.h.  */
  2358. #include <$ac_header>
  2359. _ACEOF
  2360. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2361.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2362.   ac_status=$?
  2363.   grep -v '^ *+' conftest.er1 >conftest.err
  2364.   rm -f conftest.er1
  2365.   cat conftest.err >&5
  2366.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2367.   (exit $ac_status); } >/dev/null; then
  2368.   if test -s conftest.err; then
  2369.     ac_cpp_err=$ac_c_preproc_warn_flag
  2370.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2371.   else
  2372.     ac_cpp_err=
  2373.   fi
  2374. else
  2375.   ac_cpp_err=yes
  2376. fi
  2377. if test -z "$ac_cpp_err"; then
  2378.   ac_header_preproc=yes
  2379. else
  2380.   echo "$as_me: failed program was:" >&5
  2381. sed 's/^/| /' conftest.$ac_ext >&5
  2382.   ac_header_preproc=no
  2383. fi
  2384. rm -f conftest.err conftest.$ac_ext
  2385. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  2386. echo "${ECHO_T}$ac_header_preproc" >&6
  2387. # So?  What about this header?
  2388. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  2389.   yes:no: )
  2390.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  2391. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  2392.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  2393. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  2394.     ac_header_preproc=yes
  2395.     ;;
  2396.   no:yes:* )
  2397.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  2398. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  2399.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  2400. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  2401.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  2402. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  2403.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  2404. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  2405.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  2406. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  2407.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  2408. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  2409.     (
  2410.       cat <<_ASBOX
  2411. ## ---------------------------------------------------- ##
  2412. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  2413. ## ---------------------------------------------------- ##
  2414. _ASBOX
  2415.     ) |
  2416.       sed "s/^/$as_me: WARNING:     /" >&2
  2417.     ;;
  2418. esac
  2419. echo "$as_me:$LINENO: checking for $ac_header" >&5
  2420. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2421. if eval "test "${$as_ac_Header+set}" = set"; then
  2422.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2423. else
  2424.   eval "$as_ac_Header=$ac_header_preproc"
  2425. fi
  2426. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2427. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2428. fi
  2429. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  2430.   cat >>confdefs.h <<_ACEOF
  2431. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2432. _ACEOF
  2433. fi
  2434. done
  2435. # from smux stuff
  2436. for ac_header in err.h sys/filio.h sgtty.h
  2437. do
  2438. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2439. if eval "test "${$as_ac_Header+set}" = set"; then
  2440.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  2441. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2442. if eval "test "${$as_ac_Header+set}" = set"; then
  2443.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2444. fi
  2445. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2446. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2447. else
  2448.   # Is the header compilable?
  2449. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  2450. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  2451. cat >conftest.$ac_ext <<_ACEOF
  2452. /* confdefs.h.  */
  2453. _ACEOF
  2454. cat confdefs.h >>conftest.$ac_ext
  2455. cat >>conftest.$ac_ext <<_ACEOF
  2456. /* end confdefs.h.  */
  2457. $ac_includes_default
  2458. #include <$ac_header>
  2459. _ACEOF
  2460. rm -f conftest.$ac_objext
  2461. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2462.   (eval $ac_compile) 2>conftest.er1
  2463.   ac_status=$?
  2464.   grep -v '^ *+' conftest.er1 >conftest.err
  2465.   rm -f conftest.er1
  2466.   cat conftest.err >&5
  2467.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2468.   (exit $ac_status); } &&
  2469.  { ac_try='test -z "$ac_c_werror_flag"
  2470.  || test ! -s conftest.err'
  2471.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2472.   (eval $ac_try) 2>&5
  2473.   ac_status=$?
  2474.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2475.   (exit $ac_status); }; } &&
  2476.  { ac_try='test -s conftest.$ac_objext'
  2477.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2478.   (eval $ac_try) 2>&5
  2479.   ac_status=$?
  2480.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2481.   (exit $ac_status); }; }; then
  2482.   ac_header_compiler=yes
  2483. else
  2484.   echo "$as_me: failed program was:" >&5
  2485. sed 's/^/| /' conftest.$ac_ext >&5
  2486. ac_header_compiler=no
  2487. fi
  2488. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2489. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  2490. echo "${ECHO_T}$ac_header_compiler" >&6
  2491. # Is the header present?
  2492. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  2493. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  2494. cat >conftest.$ac_ext <<_ACEOF
  2495. /* confdefs.h.  */
  2496. _ACEOF
  2497. cat confdefs.h >>conftest.$ac_ext
  2498. cat >>conftest.$ac_ext <<_ACEOF
  2499. /* end confdefs.h.  */
  2500. #include <$ac_header>
  2501. _ACEOF
  2502. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2503.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2504.   ac_status=$?
  2505.   grep -v '^ *+' conftest.er1 >conftest.err
  2506.   rm -f conftest.er1
  2507.   cat conftest.err >&5
  2508.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2509.   (exit $ac_status); } >/dev/null; then
  2510.   if test -s conftest.err; then
  2511.     ac_cpp_err=$ac_c_preproc_warn_flag
  2512.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2513.   else
  2514.     ac_cpp_err=
  2515.   fi
  2516. else
  2517.   ac_cpp_err=yes
  2518. fi
  2519. if test -z "$ac_cpp_err"; then
  2520.   ac_header_preproc=yes
  2521. else
  2522.   echo "$as_me: failed program was:" >&5
  2523. sed 's/^/| /' conftest.$ac_ext >&5
  2524.   ac_header_preproc=no
  2525. fi
  2526. rm -f conftest.err conftest.$ac_ext
  2527. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  2528. echo "${ECHO_T}$ac_header_preproc" >&6
  2529. # So?  What about this header?
  2530. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  2531.   yes:no: )
  2532.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  2533. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  2534.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  2535. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  2536.     ac_header_preproc=yes
  2537.     ;;
  2538.   no:yes:* )
  2539.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  2540. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  2541.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  2542. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  2543.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  2544. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  2545.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  2546. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  2547.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  2548. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  2549.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  2550. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  2551.     (
  2552.       cat <<_ASBOX
  2553. ## ---------------------------------------------------- ##
  2554. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  2555. ## ---------------------------------------------------- ##
  2556. _ASBOX
  2557.     ) |
  2558.       sed "s/^/$as_me: WARNING:     /" >&2
  2559.     ;;
  2560. esac
  2561. echo "$as_me:$LINENO: checking for $ac_header" >&5
  2562. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2563. if eval "test "${$as_ac_Header+set}" = set"; then
  2564.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2565. else
  2566.   eval "$as_ac_Header=$ac_header_preproc"
  2567. fi
  2568. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2569. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2570. fi
  2571. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  2572.   cat >>confdefs.h <<_ACEOF
  2573. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2574. _ACEOF
  2575. fi
  2576. done
  2577. # AIX needs this for statfs func
  2578. for ac_header in sys/statfs.h
  2579. do
  2580. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2581. if eval "test "${$as_ac_Header+set}" = set"; then
  2582.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  2583. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2584. if eval "test "${$as_ac_Header+set}" = set"; then
  2585.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2586. fi
  2587. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2588. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2589. else
  2590.   # Is the header compilable?
  2591. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  2592. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  2593. cat >conftest.$ac_ext <<_ACEOF
  2594. /* confdefs.h.  */
  2595. _ACEOF
  2596. cat confdefs.h >>conftest.$ac_ext
  2597. cat >>conftest.$ac_ext <<_ACEOF
  2598. /* end confdefs.h.  */
  2599. $ac_includes_default
  2600. #include <$ac_header>
  2601. _ACEOF
  2602. rm -f conftest.$ac_objext
  2603. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2604.   (eval $ac_compile) 2>conftest.er1
  2605.   ac_status=$?
  2606.   grep -v '^ *+' conftest.er1 >conftest.err
  2607.   rm -f conftest.er1
  2608.   cat conftest.err >&5
  2609.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2610.   (exit $ac_status); } &&
  2611.  { ac_try='test -z "$ac_c_werror_flag"
  2612.  || test ! -s conftest.err'
  2613.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2614.   (eval $ac_try) 2>&5
  2615.   ac_status=$?
  2616.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2617.   (exit $ac_status); }; } &&
  2618.  { ac_try='test -s conftest.$ac_objext'
  2619.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2620.   (eval $ac_try) 2>&5
  2621.   ac_status=$?
  2622.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2623.   (exit $ac_status); }; }; then
  2624.   ac_header_compiler=yes
  2625. else
  2626.   echo "$as_me: failed program was:" >&5
  2627. sed 's/^/| /' conftest.$ac_ext >&5
  2628. ac_header_compiler=no
  2629. fi
  2630. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2631. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  2632. echo "${ECHO_T}$ac_header_compiler" >&6
  2633. # Is the header present?
  2634. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  2635. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  2636. cat >conftest.$ac_ext <<_ACEOF
  2637. /* confdefs.h.  */
  2638. _ACEOF
  2639. cat confdefs.h >>conftest.$ac_ext
  2640. cat >>conftest.$ac_ext <<_ACEOF
  2641. /* end confdefs.h.  */
  2642. #include <$ac_header>
  2643. _ACEOF
  2644. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2645.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2646.   ac_status=$?
  2647.   grep -v '^ *+' conftest.er1 >conftest.err
  2648.   rm -f conftest.er1
  2649.   cat conftest.err >&5
  2650.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2651.   (exit $ac_status); } >/dev/null; then
  2652.   if test -s conftest.err; then
  2653.     ac_cpp_err=$ac_c_preproc_warn_flag
  2654.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2655.   else
  2656.     ac_cpp_err=
  2657.   fi
  2658. else
  2659.   ac_cpp_err=yes
  2660. fi
  2661. if test -z "$ac_cpp_err"; then
  2662.   ac_header_preproc=yes
  2663. else
  2664.   echo "$as_me: failed program was:" >&5
  2665. sed 's/^/| /' conftest.$ac_ext >&5
  2666.   ac_header_preproc=no
  2667. fi
  2668. rm -f conftest.err conftest.$ac_ext
  2669. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  2670. echo "${ECHO_T}$ac_header_preproc" >&6
  2671. # So?  What about this header?
  2672. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  2673.   yes:no: )
  2674.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  2675. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  2676.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  2677. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  2678.     ac_header_preproc=yes
  2679.     ;;
  2680.   no:yes:* )
  2681.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  2682. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  2683.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  2684. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  2685.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  2686. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  2687.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  2688. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  2689.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  2690. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  2691.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  2692. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  2693.     (
  2694.       cat <<_ASBOX
  2695. ## ---------------------------------------------------- ##
  2696. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  2697. ## ---------------------------------------------------- ##
  2698. _ASBOX
  2699.     ) |
  2700.       sed "s/^/$as_me: WARNING:     /" >&2
  2701.     ;;
  2702. esac
  2703. echo "$as_me:$LINENO: checking for $ac_header" >&5
  2704. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2705. if eval "test "${$as_ac_Header+set}" = set"; then
  2706.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2707. else
  2708.   eval "$as_ac_Header=$ac_header_preproc"
  2709. fi
  2710. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2711. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2712. fi
  2713. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  2714.   cat >>confdefs.h <<_ACEOF
  2715. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2716. _ACEOF
  2717. fi
  2718. done
  2719. # for HostRes (HP-UX at least)
  2720. for ac_header in sys/dkio.h sys/diskio.h sys/pstat.h linux/hdreg.h pkglocs.h
  2721. do
  2722. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2723. if eval "test "${$as_ac_Header+set}" = set"; then
  2724.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  2725. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2726. if eval "test "${$as_ac_Header+set}" = set"; then
  2727.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2728. fi
  2729. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2730. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2731. else
  2732.   # Is the header compilable?
  2733. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  2734. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  2735. cat >conftest.$ac_ext <<_ACEOF
  2736. /* confdefs.h.  */
  2737. _ACEOF
  2738. cat confdefs.h >>conftest.$ac_ext
  2739. cat >>conftest.$ac_ext <<_ACEOF
  2740. /* end confdefs.h.  */
  2741. $ac_includes_default
  2742. #include <$ac_header>
  2743. _ACEOF
  2744. rm -f conftest.$ac_objext
  2745. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2746.   (eval $ac_compile) 2>conftest.er1
  2747.   ac_status=$?
  2748.   grep -v '^ *+' conftest.er1 >conftest.err
  2749.   rm -f conftest.er1
  2750.   cat conftest.err >&5
  2751.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2752.   (exit $ac_status); } &&
  2753.  { ac_try='test -z "$ac_c_werror_flag"
  2754.  || test ! -s conftest.err'
  2755.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2756.   (eval $ac_try) 2>&5
  2757.   ac_status=$?
  2758.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2759.   (exit $ac_status); }; } &&
  2760.  { ac_try='test -s conftest.$ac_objext'
  2761.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2762.   (eval $ac_try) 2>&5
  2763.   ac_status=$?
  2764.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2765.   (exit $ac_status); }; }; then
  2766.   ac_header_compiler=yes
  2767. else
  2768.   echo "$as_me: failed program was:" >&5
  2769. sed 's/^/| /' conftest.$ac_ext >&5
  2770. ac_header_compiler=no
  2771. fi
  2772. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2773. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  2774. echo "${ECHO_T}$ac_header_compiler" >&6
  2775. # Is the header present?
  2776. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  2777. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  2778. cat >conftest.$ac_ext <<_ACEOF
  2779. /* confdefs.h.  */
  2780. _ACEOF
  2781. cat confdefs.h >>conftest.$ac_ext
  2782. cat >>conftest.$ac_ext <<_ACEOF
  2783. /* end confdefs.h.  */
  2784. #include <$ac_header>
  2785. _ACEOF
  2786. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2787.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2788.   ac_status=$?
  2789.   grep -v '^ *+' conftest.er1 >conftest.err
  2790.   rm -f conftest.er1
  2791.   cat conftest.err >&5
  2792.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2793.   (exit $ac_status); } >/dev/null; then
  2794.   if test -s conftest.err; then
  2795.     ac_cpp_err=$ac_c_preproc_warn_flag
  2796.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2797.   else
  2798.     ac_cpp_err=
  2799.   fi
  2800. else
  2801.   ac_cpp_err=yes
  2802. fi
  2803. if test -z "$ac_cpp_err"; then
  2804.   ac_header_preproc=yes
  2805. else
  2806.   echo "$as_me: failed program was:" >&5
  2807. sed 's/^/| /' conftest.$ac_ext >&5
  2808.   ac_header_preproc=no
  2809. fi
  2810. rm -f conftest.err conftest.$ac_ext
  2811. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  2812. echo "${ECHO_T}$ac_header_preproc" >&6
  2813. # So?  What about this header?
  2814. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  2815.   yes:no: )
  2816.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  2817. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  2818.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  2819. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  2820.     ac_header_preproc=yes
  2821.     ;;
  2822.   no:yes:* )
  2823.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  2824. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  2825.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  2826. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  2827.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  2828. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  2829.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  2830. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  2831.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  2832. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  2833.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  2834. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  2835.     (
  2836.       cat <<_ASBOX
  2837. ## ---------------------------------------------------- ##
  2838. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  2839. ## ---------------------------------------------------- ##
  2840. _ASBOX
  2841.     ) |
  2842.       sed "s/^/$as_me: WARNING:     /" >&2
  2843.     ;;
  2844. esac
  2845. echo "$as_me:$LINENO: checking for $ac_header" >&5
  2846. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2847. if eval "test "${$as_ac_Header+set}" = set"; then
  2848.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2849. else
  2850.   eval "$as_ac_Header=$ac_header_preproc"
  2851. fi
  2852. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2853. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2854. fi
  2855. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  2856.   cat >>confdefs.h <<_ACEOF
  2857. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2858. _ACEOF
  2859. fi
  2860. done
  2861. # for HostRes (Solaris 2.x at least)
  2862. for ac_header in pkginfo.h
  2863. do
  2864. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2865. if eval "test "${$as_ac_Header+set}" = set"; then
  2866.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  2867. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2868. if eval "test "${$as_ac_Header+set}" = set"; then
  2869.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2870. fi
  2871. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2872. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2873. else
  2874.   # Is the header compilable?
  2875. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  2876. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  2877. cat >conftest.$ac_ext <<_ACEOF
  2878. /* confdefs.h.  */
  2879. _ACEOF
  2880. cat confdefs.h >>conftest.$ac_ext
  2881. cat >>conftest.$ac_ext <<_ACEOF
  2882. /* end confdefs.h.  */
  2883. $ac_includes_default
  2884. #include <$ac_header>
  2885. _ACEOF
  2886. rm -f conftest.$ac_objext
  2887. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2888.   (eval $ac_compile) 2>conftest.er1
  2889.   ac_status=$?
  2890.   grep -v '^ *+' conftest.er1 >conftest.err
  2891.   rm -f conftest.er1
  2892.   cat conftest.err >&5
  2893.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2894.   (exit $ac_status); } &&
  2895.  { ac_try='test -z "$ac_c_werror_flag"
  2896.  || test ! -s conftest.err'
  2897.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2898.   (eval $ac_try) 2>&5
  2899.   ac_status=$?
  2900.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2901.   (exit $ac_status); }; } &&
  2902.  { ac_try='test -s conftest.$ac_objext'
  2903.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2904.   (eval $ac_try) 2>&5
  2905.   ac_status=$?
  2906.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2907.   (exit $ac_status); }; }; then
  2908.   ac_header_compiler=yes
  2909. else
  2910.   echo "$as_me: failed program was:" >&5
  2911. sed 's/^/| /' conftest.$ac_ext >&5
  2912. ac_header_compiler=no
  2913. fi
  2914. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2915. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  2916. echo "${ECHO_T}$ac_header_compiler" >&6
  2917. # Is the header present?
  2918. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  2919. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  2920. cat >conftest.$ac_ext <<_ACEOF
  2921. /* confdefs.h.  */
  2922. _ACEOF
  2923. cat confdefs.h >>conftest.$ac_ext
  2924. cat >>conftest.$ac_ext <<_ACEOF
  2925. /* end confdefs.h.  */
  2926. #include <$ac_header>
  2927. _ACEOF
  2928. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2929.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2930.   ac_status=$?
  2931.   grep -v '^ *+' conftest.er1 >conftest.err
  2932.   rm -f conftest.er1
  2933.   cat conftest.err >&5
  2934.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2935.   (exit $ac_status); } >/dev/null; then
  2936.   if test -s conftest.err; then
  2937.     ac_cpp_err=$ac_c_preproc_warn_flag
  2938.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2939.   else
  2940.     ac_cpp_err=
  2941.   fi
  2942. else
  2943.   ac_cpp_err=yes
  2944. fi
  2945. if test -z "$ac_cpp_err"; then
  2946.   ac_header_preproc=yes
  2947. else
  2948.   echo "$as_me: failed program was:" >&5
  2949. sed 's/^/| /' conftest.$ac_ext >&5
  2950.   ac_header_preproc=no
  2951. fi
  2952. rm -f conftest.err conftest.$ac_ext
  2953. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  2954. echo "${ECHO_T}$ac_header_preproc" >&6
  2955. # So?  What about this header?
  2956. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  2957.   yes:no: )
  2958.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  2959. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  2960.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  2961. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  2962.     ac_header_preproc=yes
  2963.     ;;
  2964.   no:yes:* )
  2965.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  2966. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  2967.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  2968. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  2969.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  2970. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  2971.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  2972. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  2973.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  2974. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  2975.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  2976. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  2977.     (
  2978.       cat <<_ASBOX
  2979. ## ---------------------------------------------------- ##
  2980. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  2981. ## ---------------------------------------------------- ##
  2982. _ASBOX
  2983.     ) |
  2984.       sed "s/^/$as_me: WARNING:     /" >&2
  2985.     ;;
  2986. esac
  2987. echo "$as_me:$LINENO: checking for $ac_header" >&5
  2988. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2989. if eval "test "${$as_ac_Header+set}" = set"; then
  2990.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2991. else
  2992.   eval "$as_ac_Header=$ac_header_preproc"
  2993. fi
  2994. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2995. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2996. fi
  2997. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  2998.   cat >>confdefs.h <<_ACEOF
  2999. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  3000. _ACEOF
  3001.  echo "$as_me:$LINENO: checking for pkginfo in -ladm" >&5
  3002. echo $ECHO_N "checking for pkginfo in -ladm... $ECHO_C" >&6
  3003. if test "${ac_cv_lib_adm_pkginfo+set}" = set; then
  3004.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3005. else
  3006.   ac_check_lib_save_LIBS=$LIBS
  3007. LIBS="-ladm  $LIBS"
  3008. cat >conftest.$ac_ext <<_ACEOF
  3009. /* confdefs.h.  */
  3010. _ACEOF
  3011. cat confdefs.h >>conftest.$ac_ext
  3012. cat >>conftest.$ac_ext <<_ACEOF
  3013. /* end confdefs.h.  */
  3014. /* Override any gcc2 internal prototype to avoid an error.  */
  3015. #ifdef __cplusplus
  3016. extern "C"
  3017. #endif
  3018. /* We use char because int might match the return type of a gcc2
  3019.    builtin and then its argument prototype would still apply.  */
  3020. char pkginfo ();
  3021. int
  3022. main ()
  3023. {
  3024. pkginfo ();
  3025.   ;
  3026.   return 0;
  3027. }
  3028. _ACEOF
  3029. rm -f conftest.$ac_objext conftest$ac_exeext
  3030. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  3031.   (eval $ac_link) 2>conftest.er1
  3032.   ac_status=$?
  3033.   grep -v '^ *+' conftest.er1 >conftest.err
  3034.   rm -f conftest.er1
  3035.   cat conftest.err >&5
  3036.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3037.   (exit $ac_status); } &&
  3038.  { ac_try='test -z "$ac_c_werror_flag"
  3039.  || test ! -s conftest.err'
  3040.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3041.   (eval $ac_try) 2>&5
  3042.   ac_status=$?
  3043.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3044.   (exit $ac_status); }; } &&
  3045.  { ac_try='test -s conftest$ac_exeext'
  3046.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3047.   (eval $ac_try) 2>&5
  3048.   ac_status=$?
  3049.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3050.   (exit $ac_status); }; }; then
  3051.   ac_cv_lib_adm_pkginfo=yes
  3052. else
  3053.   echo "$as_me: failed program was:" >&5
  3054. sed 's/^/| /' conftest.$ac_ext >&5
  3055. ac_cv_lib_adm_pkginfo=no
  3056. fi
  3057. rm -f conftest.err conftest.$ac_objext 
  3058.       conftest$ac_exeext conftest.$ac_ext
  3059. LIBS=$ac_check_lib_save_LIBS
  3060. fi
  3061. echo "$as_me:$LINENO: result: $ac_cv_lib_adm_pkginfo" >&5
  3062. echo "${ECHO_T}$ac_cv_lib_adm_pkginfo" >&6
  3063. if test $ac_cv_lib_adm_pkginfo = yes; then
  3064.   cat >>confdefs.h <<_ACEOF
  3065. #define HAVE_PKGINFO 1
  3066. _ACEOF
  3067.     LIBS="${LIBS} -ladm"
  3068.     AGENTLIBS="${AGENTLIBS} -ladm"
  3069. fi
  3070. fi
  3071. done
  3072. # AIX perfstat library, needed for CPU/memory statistics
  3073. case $target_os in
  3074.     aix*)
  3075. for ac_header in libperfstat.h
  3076. do
  3077. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  3078. if eval "test "${$as_ac_Header+set}" = set"; then
  3079.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  3080. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3081. if eval "test "${$as_ac_Header+set}" = set"; then
  3082.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3083. fi
  3084. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3085. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3086. else
  3087.   # Is the header compilable?
  3088. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  3089. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  3090. cat >conftest.$ac_ext <<_ACEOF
  3091. /* confdefs.h.  */
  3092. _ACEOF
  3093. cat confdefs.h >>conftest.$ac_ext
  3094. cat >>conftest.$ac_ext <<_ACEOF
  3095. /* end confdefs.h.  */
  3096. $ac_includes_default
  3097. #include <$ac_header>
  3098. _ACEOF
  3099. rm -f conftest.$ac_objext
  3100. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3101.   (eval $ac_compile) 2>conftest.er1
  3102.   ac_status=$?
  3103.   grep -v '^ *+' conftest.er1 >conftest.err
  3104.   rm -f conftest.er1
  3105.   cat conftest.err >&5
  3106.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3107.   (exit $ac_status); } &&
  3108.  { ac_try='test -z "$ac_c_werror_flag"
  3109.  || test ! -s conftest.err'
  3110.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3111.   (eval $ac_try) 2>&5
  3112.   ac_status=$?
  3113.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3114.   (exit $ac_status); }; } &&
  3115.  { ac_try='test -s conftest.$ac_objext'
  3116.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3117.   (eval $ac_try) 2>&5
  3118.   ac_status=$?
  3119.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3120.   (exit $ac_status); }; }; then
  3121.   ac_header_compiler=yes
  3122. else
  3123.   echo "$as_me: failed program was:" >&5
  3124. sed 's/^/| /' conftest.$ac_ext >&5
  3125. ac_header_compiler=no
  3126. fi
  3127. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3128. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  3129. echo "${ECHO_T}$ac_header_compiler" >&6
  3130. # Is the header present?
  3131. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  3132. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  3133. cat >conftest.$ac_ext <<_ACEOF
  3134. /* confdefs.h.  */
  3135. _ACEOF
  3136. cat confdefs.h >>conftest.$ac_ext
  3137. cat >>conftest.$ac_ext <<_ACEOF
  3138. /* end confdefs.h.  */
  3139. #include <$ac_header>
  3140. _ACEOF
  3141. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3142.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3143.   ac_status=$?
  3144.   grep -v '^ *+' conftest.er1 >conftest.err
  3145.   rm -f conftest.er1
  3146.   cat conftest.err >&5
  3147.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3148.   (exit $ac_status); } >/dev/null; then
  3149.   if test -s conftest.err; then
  3150.     ac_cpp_err=$ac_c_preproc_warn_flag
  3151.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3152.   else
  3153.     ac_cpp_err=
  3154.   fi
  3155. else
  3156.   ac_cpp_err=yes
  3157. fi
  3158. if test -z "$ac_cpp_err"; then
  3159.   ac_header_preproc=yes
  3160. else
  3161.   echo "$as_me: failed program was:" >&5
  3162. sed 's/^/| /' conftest.$ac_ext >&5
  3163.   ac_header_preproc=no
  3164. fi
  3165. rm -f conftest.err conftest.$ac_ext
  3166. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  3167. echo "${ECHO_T}$ac_header_preproc" >&6
  3168. # So?  What about this header?
  3169. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  3170.   yes:no: )
  3171.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  3172. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  3173.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  3174. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  3175.     ac_header_preproc=yes
  3176.     ;;
  3177.   no:yes:* )
  3178.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  3179. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  3180.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  3181. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  3182.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  3183. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  3184.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  3185. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  3186.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  3187. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  3188.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  3189. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  3190.     (
  3191.       cat <<_ASBOX
  3192. ## ---------------------------------------------------- ##
  3193. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  3194. ## ---------------------------------------------------- ##
  3195. _ASBOX
  3196.     ) |
  3197.       sed "s/^/$as_me: WARNING:     /" >&2
  3198.     ;;
  3199. esac
  3200. echo "$as_me:$LINENO: checking for $ac_header" >&5
  3201. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3202. if eval "test "${$as_ac_Header+set}" = set"; then
  3203.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3204. else
  3205.   eval "$as_ac_Header=$ac_header_preproc"
  3206. fi
  3207. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3208. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3209. fi
  3210. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  3211.   cat >>confdefs.h <<_ACEOF
  3212. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  3213. _ACEOF
  3214.  echo "$as_me:$LINENO: checking for perfstat_cpu_total in -lperfstat" >&5
  3215. echo $ECHO_N "checking for perfstat_cpu_total in -lperfstat... $ECHO_C" >&6
  3216. if test "${ac_cv_lib_perfstat_perfstat_cpu_total+set}" = set; then
  3217.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3218. else
  3219.   ac_check_lib_save_LIBS=$LIBS
  3220. LIBS="-lperfstat  $LIBS"
  3221. cat >conftest.$ac_ext <<_ACEOF
  3222. /* confdefs.h.  */
  3223. _ACEOF
  3224. cat confdefs.h >>conftest.$ac_ext
  3225. cat >>conftest.$ac_ext <<_ACEOF
  3226. /* end confdefs.h.  */
  3227. /* Override any gcc2 internal prototype to avoid an error.  */
  3228. #ifdef __cplusplus
  3229. extern "C"
  3230. #endif
  3231. /* We use char because int might match the return type of a gcc2
  3232.    builtin and then its argument prototype would still apply.  */
  3233. char perfstat_cpu_total ();
  3234. int
  3235. main ()
  3236. {
  3237. perfstat_cpu_total ();
  3238.   ;
  3239.   return 0;
  3240. }
  3241. _ACEOF
  3242. rm -f conftest.$ac_objext conftest$ac_exeext
  3243. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  3244.   (eval $ac_link) 2>conftest.er1
  3245.   ac_status=$?
  3246.   grep -v '^ *+' conftest.er1 >conftest.err
  3247.   rm -f conftest.er1
  3248.   cat conftest.err >&5
  3249.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3250.   (exit $ac_status); } &&
  3251.  { ac_try='test -z "$ac_c_werror_flag"
  3252.  || test ! -s conftest.err'
  3253.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3254.   (eval $ac_try) 2>&5
  3255.   ac_status=$?
  3256.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3257.   (exit $ac_status); }; } &&
  3258.  { ac_try='test -s conftest$ac_exeext'
  3259.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3260.   (eval $ac_try) 2>&5
  3261.   ac_status=$?
  3262.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3263.   (exit $ac_status); }; }; then
  3264.   ac_cv_lib_perfstat_perfstat_cpu_total=yes
  3265. else
  3266.   echo "$as_me: failed program was:" >&5
  3267. sed 's/^/| /' conftest.$ac_ext >&5
  3268. ac_cv_lib_perfstat_perfstat_cpu_total=no
  3269. fi
  3270. rm -f conftest.err conftest.$ac_objext 
  3271.       conftest$ac_exeext conftest.$ac_ext
  3272. LIBS=$ac_check_lib_save_LIBS
  3273. fi
  3274. echo "$as_me:$LINENO: result: $ac_cv_lib_perfstat_perfstat_cpu_total" >&5
  3275. echo "${ECHO_T}$ac_cv_lib_perfstat_perfstat_cpu_total" >&6
  3276. if test $ac_cv_lib_perfstat_perfstat_cpu_total = yes; then
  3277.   cat >>confdefs.h <<_ACEOF
  3278. #define HAVE_PERFSTAT 1
  3279. _ACEOF
  3280.             AGENTLIBS="${AGENTLIBS} -lperfstat"
  3281. fi
  3282. else
  3283.   { { echo "$as_me:$LINENO: error:
  3284. *** To monitor CPU/memory values in AIX you need to install
  3285. *** libperfstat which can be found in bos.perf
  3286. " >&5
  3287. echo "$as_me: error:
  3288. *** To monitor CPU/memory values in AIX you need to install
  3289. *** libperfstat which can be found in bos.perf
  3290. " >&2;}
  3291.    { (exit 1); exit 1; }; }
  3292. fi
  3293. done
  3294.         ;;
  3295.     *)
  3296.         ;;
  3297. esac
  3298. # WIN32
  3299. # (mingw32 must link winsock explicitly)
  3300. for ac_header in winsock.h
  3301. do
  3302. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  3303. if eval "test "${$as_ac_Header+set}" = set"; then
  3304.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  3305. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3306. if eval "test "${$as_ac_Header+set}" = set"; then
  3307.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3308. fi
  3309. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3310. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3311. else
  3312.   # Is the header compilable?
  3313. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  3314. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  3315. cat >conftest.$ac_ext <<_ACEOF
  3316. /* confdefs.h.  */
  3317. _ACEOF
  3318. cat confdefs.h >>conftest.$ac_ext
  3319. cat >>conftest.$ac_ext <<_ACEOF
  3320. /* end confdefs.h.  */
  3321. $ac_includes_default
  3322. #include <$ac_header>
  3323. _ACEOF
  3324. rm -f conftest.$ac_objext
  3325. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3326.   (eval $ac_compile) 2>conftest.er1
  3327.   ac_status=$?
  3328.   grep -v '^ *+' conftest.er1 >conftest.err
  3329.   rm -f conftest.er1
  3330.   cat conftest.err >&5
  3331.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3332.   (exit $ac_status); } &&
  3333.  { ac_try='test -z "$ac_c_werror_flag"
  3334.  || test ! -s conftest.err'
  3335.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3336.   (eval $ac_try) 2>&5
  3337.   ac_status=$?
  3338.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3339.   (exit $ac_status); }; } &&
  3340.  { ac_try='test -s conftest.$ac_objext'
  3341.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3342.   (eval $ac_try) 2>&5
  3343.   ac_status=$?
  3344.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3345.   (exit $ac_status); }; }; then
  3346.   ac_header_compiler=yes
  3347. else
  3348.   echo "$as_me: failed program was:" >&5
  3349. sed 's/^/| /' conftest.$ac_ext >&5
  3350. ac_header_compiler=no
  3351. fi
  3352. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3353. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  3354. echo "${ECHO_T}$ac_header_compiler" >&6
  3355. # Is the header present?
  3356. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  3357. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  3358. cat >conftest.$ac_ext <<_ACEOF
  3359. /* confdefs.h.  */
  3360. _ACEOF
  3361. cat confdefs.h >>conftest.$ac_ext
  3362. cat >>conftest.$ac_ext <<_ACEOF
  3363. /* end confdefs.h.  */
  3364. #include <$ac_header>
  3365. _ACEOF
  3366. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3367.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3368.   ac_status=$?
  3369.   grep -v '^ *+' conftest.er1 >conftest.err
  3370.   rm -f conftest.er1
  3371.   cat conftest.err >&5
  3372.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3373.   (exit $ac_status); } >/dev/null; then
  3374.   if test -s conftest.err; then
  3375.     ac_cpp_err=$ac_c_preproc_warn_flag
  3376.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3377.   else
  3378.     ac_cpp_err=
  3379.   fi
  3380. else
  3381.   ac_cpp_err=yes
  3382. fi
  3383. if test -z "$ac_cpp_err"; then
  3384.   ac_header_preproc=yes
  3385. else
  3386.   echo "$as_me: failed program was:" >&5
  3387. sed 's/^/| /' conftest.$ac_ext >&5
  3388.   ac_header_preproc=no
  3389. fi
  3390. rm -f conftest.err conftest.$ac_ext
  3391. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  3392. echo "${ECHO_T}$ac_header_preproc" >&6
  3393. # So?  What about this header?
  3394. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  3395.   yes:no: )
  3396.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  3397. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  3398.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  3399. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  3400.     ac_header_preproc=yes
  3401.     ;;
  3402.   no:yes:* )
  3403.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  3404. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  3405.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  3406. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  3407.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  3408. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  3409.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  3410. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  3411.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  3412. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  3413.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  3414. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  3415.     (
  3416.       cat <<_ASBOX
  3417. ## ---------------------------------------------------- ##
  3418. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  3419. ## ---------------------------------------------------- ##
  3420. _ASBOX
  3421.     ) |
  3422.       sed "s/^/$as_me: WARNING:     /" >&2
  3423.     ;;
  3424. esac
  3425. echo "$as_me:$LINENO: checking for $ac_header" >&5
  3426. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3427. if eval "test "${$as_ac_Header+set}" = set"; then
  3428.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3429. else
  3430.   eval "$as_ac_Header=$ac_header_preproc"
  3431. fi
  3432. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3433. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3434. fi
  3435. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  3436.   cat >>confdefs.h <<_ACEOF
  3437. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  3438. _ACEOF
  3439.         AGENTLIBS="${AGENTLIBS} -liphlpapi"
  3440.         case $target_os in
  3441.                 mingw*)
  3442.                         LIBS="${LIBS} -lregex -lws2_32"
  3443.                         AGENTLIBS="${AGENTLIBS} -lregex -lws2_32"
  3444.                         ;;
  3445.                 *)
  3446.                         ;;
  3447.         esac
  3448. fi
  3449. done
  3450. for ac_header in io.h
  3451. do
  3452. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  3453. if eval "test "${$as_ac_Header+set}" = set"; then
  3454.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  3455. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3456. if eval "test "${$as_ac_Header+set}" = set"; then
  3457.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3458. fi
  3459. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3460. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3461. else
  3462.   # Is the header compilable?
  3463. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  3464. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  3465. cat >conftest.$ac_ext <<_ACEOF
  3466. /* confdefs.h.  */
  3467. _ACEOF
  3468. cat confdefs.h >>conftest.$ac_ext
  3469. cat >>conftest.$ac_ext <<_ACEOF
  3470. /* end confdefs.h.  */
  3471. $ac_includes_default
  3472. #include <$ac_header>
  3473. _ACEOF
  3474. rm -f conftest.$ac_objext
  3475. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3476.   (eval $ac_compile) 2>conftest.er1
  3477.   ac_status=$?
  3478.   grep -v '^ *+' conftest.er1 >conftest.err
  3479.   rm -f conftest.er1
  3480.   cat conftest.err >&5
  3481.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3482.   (exit $ac_status); } &&
  3483.  { ac_try='test -z "$ac_c_werror_flag"
  3484.  || test ! -s conftest.err'
  3485.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3486.   (eval $ac_try) 2>&5
  3487.   ac_status=$?
  3488.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3489.   (exit $ac_status); }; } &&
  3490.  { ac_try='test -s conftest.$ac_objext'
  3491.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3492.   (eval $ac_try) 2>&5
  3493.   ac_status=$?
  3494.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3495.   (exit $ac_status); }; }; then
  3496.   ac_header_compiler=yes
  3497. else
  3498.   echo "$as_me: failed program was:" >&5
  3499. sed 's/^/| /' conftest.$ac_ext >&5
  3500. ac_header_compiler=no
  3501. fi
  3502. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3503. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  3504. echo "${ECHO_T}$ac_header_compiler" >&6
  3505. # Is the header present?
  3506. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  3507. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  3508. cat >conftest.$ac_ext <<_ACEOF
  3509. /* confdefs.h.  */
  3510. _ACEOF
  3511. cat confdefs.h >>conftest.$ac_ext
  3512. cat >>conftest.$ac_ext <<_ACEOF
  3513. /* end confdefs.h.  */
  3514. #include <$ac_header>
  3515. _ACEOF
  3516. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3517.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3518.   ac_status=$?
  3519.   grep -v '^ *+' conftest.er1 >conftest.err
  3520.   rm -f conftest.er1
  3521.   cat conftest.err >&5
  3522.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3523.   (exit $ac_status); } >/dev/null; then
  3524.   if test -s conftest.err; then
  3525.     ac_cpp_err=$ac_c_preproc_warn_flag
  3526.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3527.   else
  3528.     ac_cpp_err=
  3529.   fi
  3530. else
  3531.   ac_cpp_err=yes
  3532. fi
  3533. if test -z "$ac_cpp_err"; then
  3534.   ac_header_preproc=yes
  3535. else
  3536.   echo "$as_me: failed program was:" >&5
  3537. sed 's/^/| /' conftest.$ac_ext >&5
  3538.   ac_header_preproc=no
  3539. fi
  3540. rm -f conftest.err conftest.$ac_ext
  3541. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  3542. echo "${ECHO_T}$ac_header_preproc" >&6
  3543. # So?  What about this header?
  3544. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  3545.   yes:no: )
  3546.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  3547. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  3548.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  3549. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  3550.     ac_header_preproc=yes
  3551.     ;;
  3552.   no:yes:* )
  3553.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  3554. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  3555.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  3556. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  3557.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  3558. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  3559.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  3560. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  3561.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  3562. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  3563.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  3564. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  3565.     (
  3566.       cat <<_ASBOX
  3567. ## ---------------------------------------------------- ##
  3568. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  3569. ## ---------------------------------------------------- ##
  3570. _ASBOX
  3571.     ) |
  3572.       sed "s/^/$as_me: WARNING:     /" >&2
  3573.     ;;
  3574. esac
  3575. echo "$as_me:$LINENO: checking for $ac_header" >&5
  3576. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3577. if eval "test "${$as_ac_Header+set}" = set"; then
  3578.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3579. else
  3580.   eval "$as_ac_Header=$ac_header_preproc"
  3581. fi
  3582. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3583. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3584. fi
  3585. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  3586.   cat >>confdefs.h <<_ACEOF
  3587. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  3588. _ACEOF
  3589. fi
  3590. done
  3591. # SCO
  3592. for ac_header in sys/stream.h
  3593. do
  3594. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  3595. if eval "test "${$as_ac_Header+set}" = set"; then
  3596.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  3597. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3598. if eval "test "${$as_ac_Header+set}" = set"; then
  3599.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3600. fi
  3601. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3602. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3603. else
  3604.   # Is the header compilable?
  3605. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  3606. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  3607. cat >conftest.$ac_ext <<_ACEOF
  3608. /* confdefs.h.  */
  3609. _ACEOF
  3610. cat confdefs.h >>conftest.$ac_ext
  3611. cat >>conftest.$ac_ext <<_ACEOF
  3612. /* end confdefs.h.  */
  3613. $ac_includes_default
  3614. #include <$ac_header>
  3615. _ACEOF
  3616. rm -f conftest.$ac_objext
  3617. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3618.   (eval $ac_compile) 2>conftest.er1
  3619.   ac_status=$?
  3620.   grep -v '^ *+' conftest.er1 >conftest.err
  3621.   rm -f conftest.er1
  3622.   cat conftest.err >&5
  3623.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3624.   (exit $ac_status); } &&
  3625.  { ac_try='test -z "$ac_c_werror_flag"
  3626.  || test ! -s conftest.err'
  3627.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3628.   (eval $ac_try) 2>&5
  3629.   ac_status=$?
  3630.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3631.   (exit $ac_status); }; } &&
  3632.  { ac_try='test -s conftest.$ac_objext'
  3633.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3634.   (eval $ac_try) 2>&5
  3635.   ac_status=$?
  3636.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3637.   (exit $ac_status); }; }; then
  3638.   ac_header_compiler=yes
  3639. else
  3640.   echo "$as_me: failed program was:" >&5
  3641. sed 's/^/| /' conftest.$ac_ext >&5
  3642. ac_header_compiler=no
  3643. fi
  3644. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3645. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  3646. echo "${ECHO_T}$ac_header_compiler" >&6
  3647. # Is the header present?
  3648. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  3649. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  3650. cat >conftest.$ac_ext <<_ACEOF
  3651. /* confdefs.h.  */
  3652. _ACEOF
  3653. cat confdefs.h >>conftest.$ac_ext
  3654. cat >>conftest.$ac_ext <<_ACEOF
  3655. /* end confdefs.h.  */
  3656. #include <$ac_header>
  3657. _ACEOF
  3658. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3659.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3660.   ac_status=$?
  3661.   grep -v '^ *+' conftest.er1 >conftest.err
  3662.   rm -f conftest.er1
  3663.   cat conftest.err >&5
  3664.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3665.   (exit $ac_status); } >/dev/null; then
  3666.   if test -s conftest.err; then
  3667.     ac_cpp_err=$ac_c_preproc_warn_flag
  3668.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3669.   else
  3670.     ac_cpp_err=
  3671.   fi
  3672. else
  3673.   ac_cpp_err=yes
  3674. fi
  3675. if test -z "$ac_cpp_err"; then
  3676.   ac_header_preproc=yes
  3677. else
  3678.   echo "$as_me: failed program was:" >&5
  3679. sed 's/^/| /' conftest.$ac_ext >&5
  3680.   ac_header_preproc=no
  3681. fi
  3682. rm -f conftest.err conftest.$ac_ext
  3683. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  3684. echo "${ECHO_T}$ac_header_preproc" >&6
  3685. # So?  What about this header?
  3686. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  3687.   yes:no: )
  3688.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  3689. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  3690.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  3691. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  3692.     ac_header_preproc=yes
  3693.     ;;
  3694.   no:yes:* )
  3695.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  3696. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  3697.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  3698. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  3699.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  3700. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  3701.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  3702. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  3703.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  3704. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  3705.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  3706. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  3707.     (
  3708.       cat <<_ASBOX
  3709. ## ---------------------------------------------------- ##
  3710. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  3711. ## ---------------------------------------------------- ##
  3712. _ASBOX
  3713.     ) |
  3714.       sed "s/^/$as_me: WARNING:     /" >&2
  3715.     ;;
  3716. esac
  3717. echo "$as_me:$LINENO: checking for $ac_header" >&5
  3718. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3719. if eval "test "${$as_ac_Header+set}" = set"; then
  3720.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3721. else
  3722.   eval "$as_ac_Header=$ac_header_preproc"
  3723. fi
  3724. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3725. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3726. fi
  3727. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  3728.   cat >>confdefs.h <<_ACEOF
  3729. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  3730. _ACEOF
  3731. fi
  3732. done
  3733. # KAME
  3734. for ac_header in netinet/ip6.h netinet6/in6_var.h netinet6/in6_pcb.h netinet6/ip6_var.h netinet6/tcp6.h netinet6/tcp6_fsm.h netinet6/nd6.h netinet6/tcp6_timer.h netinet6/tcp6_var.h
  3735. do
  3736. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  3737. echo "$as_me:$LINENO: checking for $ac_header" >&5
  3738. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3739. if eval "test "${$as_ac_Header+set}" = set"; then
  3740.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3741. else
  3742.   cat >conftest.$ac_ext <<_ACEOF
  3743. /* confdefs.h.  */
  3744. _ACEOF
  3745. cat confdefs.h >>conftest.$ac_ext
  3746. cat >>conftest.$ac_ext <<_ACEOF
  3747. /* end confdefs.h.  */
  3748. #if HAVE_SYS_TYPES_H
  3749. #include <sys/types.h>
  3750. #endif
  3751. #if HAVE_SYS_QUEUE_H
  3752. #include <sys/queue.h>
  3753. #endif
  3754. #if HAVE_NETINET_IN_H
  3755. #include <netinet/in.h>
  3756. #endif
  3757. #include <$ac_header>
  3758. _ACEOF
  3759. rm -f conftest.$ac_objext
  3760. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3761.   (eval $ac_compile) 2>conftest.er1
  3762.   ac_status=$?
  3763.   grep -v '^ *+' conftest.er1 >conftest.err
  3764.   rm -f conftest.er1
  3765.   cat conftest.err >&5
  3766.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3767.   (exit $ac_status); } &&
  3768.  { ac_try='test -z "$ac_c_werror_flag"
  3769.  || test ! -s conftest.err'
  3770.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3771.   (eval $ac_try) 2>&5
  3772.   ac_status=$?
  3773.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3774.   (exit $ac_status); }; } &&
  3775.  { ac_try='test -s conftest.$ac_objext'
  3776.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3777.   (eval $ac_try) 2>&5
  3778.   ac_status=$?
  3779.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3780.   (exit $ac_status); }; }; then
  3781.   eval "$as_ac_Header=yes"
  3782. else
  3783.   echo "$as_me: failed program was:" >&5
  3784. sed 's/^/| /' conftest.$ac_ext >&5
  3785. eval "$as_ac_Header=no"
  3786. fi
  3787. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3788. fi
  3789. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3790. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3791. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  3792.   cat >>confdefs.h <<_ACEOF
  3793. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  3794. _ACEOF
  3795. fi
  3796. done
  3797. # DYNAMIC MODULE SUPPORT
  3798. for ac_header in dlfcn.h
  3799. do
  3800. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  3801. if eval "test "${$as_ac_Header+set}" = set"; then
  3802.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  3803. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3804. if eval "test "${$as_ac_Header+set}" = set"; then
  3805.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3806. fi
  3807. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3808. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3809. else
  3810.   # Is the header compilable?
  3811. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  3812. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  3813. cat >conftest.$ac_ext <<_ACEOF
  3814. /* confdefs.h.  */
  3815. _ACEOF
  3816. cat confdefs.h >>conftest.$ac_ext
  3817. cat >>conftest.$ac_ext <<_ACEOF
  3818. /* end confdefs.h.  */
  3819. $ac_includes_default
  3820. #include <$ac_header>
  3821. _ACEOF
  3822. rm -f conftest.$ac_objext
  3823. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3824.   (eval $ac_compile) 2>conftest.er1
  3825.   ac_status=$?
  3826.   grep -v '^ *+' conftest.er1 >conftest.err
  3827.   rm -f conftest.er1
  3828.   cat conftest.err >&5
  3829.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3830.   (exit $ac_status); } &&
  3831.  { ac_try='test -z "$ac_c_werror_flag"
  3832.  || test ! -s conftest.err'
  3833.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3834.   (eval $ac_try) 2>&5
  3835.   ac_status=$?
  3836.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3837.   (exit $ac_status); }; } &&
  3838.  { ac_try='test -s conftest.$ac_objext'
  3839.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3840.   (eval $ac_try) 2>&5
  3841.   ac_status=$?
  3842.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3843.   (exit $ac_status); }; }; then
  3844.   ac_header_compiler=yes
  3845. else
  3846.   echo "$as_me: failed program was:" >&5
  3847. sed 's/^/| /' conftest.$ac_ext >&5
  3848. ac_header_compiler=no
  3849. fi
  3850. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3851. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  3852. echo "${ECHO_T}$ac_header_compiler" >&6
  3853. # Is the header present?
  3854. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  3855. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  3856. cat >conftest.$ac_ext <<_ACEOF
  3857. /* confdefs.h.  */
  3858. _ACEOF
  3859. cat confdefs.h >>conftest.$ac_ext
  3860. cat >>conftest.$ac_ext <<_ACEOF
  3861. /* end confdefs.h.  */
  3862. #include <$ac_header>
  3863. _ACEOF
  3864. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3865.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3866.   ac_status=$?
  3867.   grep -v '^ *+' conftest.er1 >conftest.err
  3868.   rm -f conftest.er1
  3869.   cat conftest.err >&5
  3870.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3871.   (exit $ac_status); } >/dev/null; then
  3872.   if test -s conftest.err; then
  3873.     ac_cpp_err=$ac_c_preproc_warn_flag
  3874.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3875.   else
  3876.     ac_cpp_err=
  3877.   fi
  3878. else
  3879.   ac_cpp_err=yes
  3880. fi
  3881. if test -z "$ac_cpp_err"; then
  3882.   ac_header_preproc=yes
  3883. else
  3884.   echo "$as_me: failed program was:" >&5
  3885. sed 's/^/| /' conftest.$ac_ext >&5
  3886.   ac_header_preproc=no
  3887. fi
  3888. rm -f conftest.err conftest.$ac_ext
  3889. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  3890. echo "${ECHO_T}$ac_header_preproc" >&6
  3891. # So?  What about this header?
  3892. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  3893.   yes:no: )
  3894.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  3895. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  3896.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  3897. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  3898.     ac_header_preproc=yes
  3899.     ;;
  3900.   no:yes:* )
  3901.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  3902. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  3903.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  3904. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  3905.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  3906. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  3907.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  3908. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  3909.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  3910. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  3911.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  3912. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  3913.     (
  3914.       cat <<_ASBOX
  3915. ## ---------------------------------------------------- ##
  3916. ## Report this to net-snmp-coders@lists.sourceforge.net ##
  3917. ## ---------------------------------------------------- ##
  3918. _ASBOX
  3919.     ) |
  3920.       sed "s/^/$as_me: WARNING:     /" >&2
  3921.     ;;
  3922. esac
  3923. echo "$as_me:$LINENO: checking for $ac_header" >&5
  3924. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3925. if eval "test "${$as_ac_Header+set}" = set"; then
  3926.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3927. else
  3928.   eval "$as_ac_Header=$ac_header_preproc"
  3929. fi
  3930. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3931. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3932. fi
  3933. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  3934.   cat >>confdefs.h <<_ACEOF
  3935. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  3936. _ACEOF
  3937. fi
  3938. done
  3939. # table_array helper support
  3940. for ac_header in search.h
  3941. do
  3942. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  3943. if eval "test "${$as_ac_Header+set}" = set"; then
  3944.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  3945. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3946. if eval "test "${$as_ac_Header+set}" = set"; then
  3947.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3948. fi
  3949. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3950. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3951. else
  3952.   # Is the header compilable?
  3953. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  3954. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  3955. cat >conftest.$ac_ext <<_ACEOF
  3956. /* confdefs.h.  */
  3957. _ACEOF
  3958. cat confdefs.h >>conftest.$ac_ext
  3959. cat >>conftest.$ac_ext <<_ACEOF
  3960. /* end confdefs.h.  */
  3961. $ac_includes_default
  3962. #include <$ac_header>
  3963. _ACEOF
  3964. rm -f conftest.$ac_objext
  3965. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3966.   (eval $ac_compile) 2>conftest.er1
  3967.   ac_status=$?
  3968.   grep -v '^ *+' conftest.er1 >conftest.err
  3969.   rm -f conftest.er1
  3970.   cat conftest.err >&5
  3971.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3972.   (exit $ac_status); } &&
  3973.  { ac_try='test -z "$ac_c_werror_flag"
  3974.  || test ! -s conftest.err'