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

SNMP编程

开发平台:

Unix_Linux

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