ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.126 by ayin, Sun Jan 27 22:48:31 2008 UTC vs.
Revision 1.128 by root, Sat Nov 8 16:49:46 2008 UTC

5323 5323
5324 5324
5325 5325
5326 5326
5327 5327
5328
5328for ac_header in sys/inotify.h sys/epoll.h sys/event.h sys/queue.h port.h poll.h sys/select.h 5329for ac_header in sys/inotify.h sys/epoll.h sys/event.h sys/queue.h port.h poll.h sys/select.h sys/eventfd.h
5329do 5330do
5330as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5331as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5331if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5332if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5332 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5333 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5333echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5334echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5469 5470
5470 5471
5471 5472
5472 5473
5473 5474
5475
5474for ac_func in inotify_init epoll_ctl kqueue port_create poll select 5476for ac_func in inotify_init epoll_ctl kqueue port_create poll select eventfd
5475do 5477do
5476as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5478as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5477{ echo "$as_me:$LINENO: checking for $ac_func" >&5 5479{ echo "$as_me:$LINENO: checking for $ac_func" >&5
5478echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 5480echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
5479if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 5481if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8654fi 8656fi
8655done 8657done
8656 8658
8657 8659
8658 8660
8659
8660
8661for ac_header in \ 8661for ac_header in lastlog.h
8662 utmp.h \
8663 utmpx.h \
8664 lastlog.h \
8665
8666do 8662do
8667as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8663as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8668if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8664if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8669 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8665 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8670echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8666echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8801 8797
8802done 8798done
8803 8799
8804 8800
8805 8801
8806if test "${ac_cv_header_utmp_h+set}" = set; then 8802
8803for ac_header in utmp.h
8804do
8805as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8806if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8807 { echo "$as_me:$LINENO: checking for utmp.h" >&5 8807 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8808echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6; } 8808echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8809if test "${ac_cv_header_utmp_h+set}" = set; then 8809if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8810 echo $ECHO_N "(cached) $ECHO_C" >&6 8810 echo $ECHO_N "(cached) $ECHO_C" >&6
8811fi 8811fi
8812ac_res=`eval echo '${'$as_ac_Header'}'`
8812{ echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5 8813 { echo "$as_me:$LINENO: result: $ac_res" >&5
8813echo "${ECHO_T}$ac_cv_header_utmp_h" >&6; } 8814echo "${ECHO_T}$ac_res" >&6; }
8814else 8815else
8815 # Is the header compilable? 8816 # Is the header compilable?
8816{ echo "$as_me:$LINENO: checking utmp.h usability" >&5 8817{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
8817echo $ECHO_N "checking utmp.h usability... $ECHO_C" >&6; } 8818echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
8818cat >conftest.$ac_ext <<_ACEOF 8819cat >conftest.$ac_ext <<_ACEOF
8819/* confdefs.h. */ 8820/* confdefs.h. */
8820_ACEOF 8821_ACEOF
8821cat confdefs.h >>conftest.$ac_ext 8822cat confdefs.h >>conftest.$ac_ext
8822cat >>conftest.$ac_ext <<_ACEOF 8823cat >>conftest.$ac_ext <<_ACEOF
8823/* end confdefs.h. */ 8824/* end confdefs.h. */
8824$ac_includes_default 8825$ac_includes_default
8825#include <utmp.h> 8826#include <$ac_header>
8826_ACEOF 8827_ACEOF
8827rm -f conftest.$ac_objext 8828rm -f conftest.$ac_objext
8828if { (ac_try="$ac_compile" 8829if { (ac_try="$ac_compile"
8829case "(($ac_try" in 8830case "(($ac_try" in
8830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8852rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8853rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8853{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8854{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8854echo "${ECHO_T}$ac_header_compiler" >&6; } 8855echo "${ECHO_T}$ac_header_compiler" >&6; }
8855 8856
8856# Is the header present? 8857# Is the header present?
8857{ echo "$as_me:$LINENO: checking utmp.h presence" >&5 8858{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
8858echo $ECHO_N "checking utmp.h presence... $ECHO_C" >&6; } 8859echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
8859cat >conftest.$ac_ext <<_ACEOF 8860cat >conftest.$ac_ext <<_ACEOF
8860/* confdefs.h. */ 8861/* confdefs.h. */
8861_ACEOF 8862_ACEOF
8862cat confdefs.h >>conftest.$ac_ext 8863cat confdefs.h >>conftest.$ac_ext
8863cat >>conftest.$ac_ext <<_ACEOF 8864cat >>conftest.$ac_ext <<_ACEOF
8864/* end confdefs.h. */ 8865/* end confdefs.h. */
8865#include <utmp.h> 8866#include <$ac_header>
8866_ACEOF 8867_ACEOF
8867if { (ac_try="$ac_cpp conftest.$ac_ext" 8868if { (ac_try="$ac_cpp conftest.$ac_ext"
8868case "(($ac_try" in 8869case "(($ac_try" in
8869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8870 *) ac_try_echo=$ac_try;; 8871 *) ac_try_echo=$ac_try;;
8893echo "${ECHO_T}$ac_header_preproc" >&6; } 8894echo "${ECHO_T}$ac_header_preproc" >&6; }
8894 8895
8895# So? What about this header? 8896# So? What about this header?
8896case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 8897case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
8897 yes:no: ) 8898 yes:no: )
8898 { echo "$as_me:$LINENO: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 8899 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8899echo "$as_me: WARNING: utmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8900echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8900 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the compiler's result" >&5 8901 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8901echo "$as_me: WARNING: utmp.h: proceeding with the compiler's result" >&2;} 8902echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8902 ac_header_preproc=yes 8903 ac_header_preproc=yes
8903 ;; 8904 ;;
8904 no:yes:* ) 8905 no:yes:* )
8905 { echo "$as_me:$LINENO: WARNING: utmp.h: present but cannot be compiled" >&5 8906 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8906echo "$as_me: WARNING: utmp.h: present but cannot be compiled" >&2;} 8907echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8907 { echo "$as_me:$LINENO: WARNING: utmp.h: check for missing prerequisite headers?" >&5 8908 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8908echo "$as_me: WARNING: utmp.h: check for missing prerequisite headers?" >&2;} 8909echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8909 { echo "$as_me:$LINENO: WARNING: utmp.h: see the Autoconf documentation" >&5 8910 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8910echo "$as_me: WARNING: utmp.h: see the Autoconf documentation" >&2;} 8911echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8911 { echo "$as_me:$LINENO: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&5 8912 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8912echo "$as_me: WARNING: utmp.h: section \"Present But Cannot Be Compiled\"" >&2;} 8913echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8913 { echo "$as_me:$LINENO: WARNING: utmp.h: proceeding with the preprocessor's result" >&5 8914 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8914echo "$as_me: WARNING: utmp.h: proceeding with the preprocessor's result" >&2;} 8915echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8915 { echo "$as_me:$LINENO: WARNING: utmp.h: in the future, the compiler will take precedence" >&5 8916 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8916echo "$as_me: WARNING: utmp.h: in the future, the compiler will take precedence" >&2;} 8917echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8917 8918
8918 ;; 8919 ;;
8919esac 8920esac
8920{ echo "$as_me:$LINENO: checking for utmp.h" >&5 8921{ echo "$as_me:$LINENO: checking for $ac_header" >&5
8921echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6; } 8922echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8922if test "${ac_cv_header_utmp_h+set}" = set; then 8923if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8923 echo $ECHO_N "(cached) $ECHO_C" >&6 8924 echo $ECHO_N "(cached) $ECHO_C" >&6
8924else 8925else
8925 ac_cv_header_utmp_h=$ac_header_preproc 8926 eval "$as_ac_Header=\$ac_header_preproc"
8926fi 8927fi
8928ac_res=`eval echo '${'$as_ac_Header'}'`
8927{ echo "$as_me:$LINENO: result: $ac_cv_header_utmp_h" >&5 8929 { echo "$as_me:$LINENO: result: $ac_res" >&5
8928echo "${ECHO_T}$ac_cv_header_utmp_h" >&6; } 8930echo "${ECHO_T}$ac_res" >&6; }
8929 8931
8930fi 8932fi
8931if test $ac_cv_header_utmp_h = yes; then 8933if test `eval echo '${'$as_ac_Header'}'` = yes; then
8934 cat >>confdefs.h <<_ACEOF
8935#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8936_ACEOF
8932 { echo "$as_me:$LINENO: checking for struct utmp" >&5 8937 { echo "$as_me:$LINENO: checking for struct utmp" >&5
8933echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6; } 8938echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6; }
8934if test "${struct_utmp+set}" = set; then 8939if test "${struct_utmp+set}" = set; then
8935 echo $ECHO_N "(cached) $ECHO_C" >&6 8940 echo $ECHO_N "(cached) $ECHO_C" >&6
8936else 8941else
8937 cat >conftest.$ac_ext <<_ACEOF 8942 cat >conftest.$ac_ext <<_ACEOF
9104 9109
9105fi 9110fi
9106 9111
9107fi 9112fi
9108 9113
9114done
9109 9115
9110 9116
9111if test "${ac_cv_header_utmpx_h+set}" = set; then 9117
9118for ac_header in utmpx.h
9119do
9120as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9121if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9112 { echo "$as_me:$LINENO: checking for utmpx.h" >&5 9122 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9113echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6; } 9123echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9114if test "${ac_cv_header_utmpx_h+set}" = set; then 9124if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9115 echo $ECHO_N "(cached) $ECHO_C" >&6 9125 echo $ECHO_N "(cached) $ECHO_C" >&6
9116fi 9126fi
9127ac_res=`eval echo '${'$as_ac_Header'}'`
9117{ echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5 9128 { echo "$as_me:$LINENO: result: $ac_res" >&5
9118echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6; } 9129echo "${ECHO_T}$ac_res" >&6; }
9119else 9130else
9120 # Is the header compilable? 9131 # Is the header compilable?
9121{ echo "$as_me:$LINENO: checking utmpx.h usability" >&5 9132{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
9122echo $ECHO_N "checking utmpx.h usability... $ECHO_C" >&6; } 9133echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9123cat >conftest.$ac_ext <<_ACEOF 9134cat >conftest.$ac_ext <<_ACEOF
9124/* confdefs.h. */ 9135/* confdefs.h. */
9125_ACEOF 9136_ACEOF
9126cat confdefs.h >>conftest.$ac_ext 9137cat confdefs.h >>conftest.$ac_ext
9127cat >>conftest.$ac_ext <<_ACEOF 9138cat >>conftest.$ac_ext <<_ACEOF
9128/* end confdefs.h. */ 9139/* end confdefs.h. */
9129$ac_includes_default 9140$ac_includes_default
9130#include <utmpx.h> 9141#include <$ac_header>
9131_ACEOF 9142_ACEOF
9132rm -f conftest.$ac_objext 9143rm -f conftest.$ac_objext
9133if { (ac_try="$ac_compile" 9144if { (ac_try="$ac_compile"
9134case "(($ac_try" in 9145case "(($ac_try" in
9135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9157rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9168rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9158{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9169{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9159echo "${ECHO_T}$ac_header_compiler" >&6; } 9170echo "${ECHO_T}$ac_header_compiler" >&6; }
9160 9171
9161# Is the header present? 9172# Is the header present?
9162{ echo "$as_me:$LINENO: checking utmpx.h presence" >&5 9173{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
9163echo $ECHO_N "checking utmpx.h presence... $ECHO_C" >&6; } 9174echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9164cat >conftest.$ac_ext <<_ACEOF 9175cat >conftest.$ac_ext <<_ACEOF
9165/* confdefs.h. */ 9176/* confdefs.h. */
9166_ACEOF 9177_ACEOF
9167cat confdefs.h >>conftest.$ac_ext 9178cat confdefs.h >>conftest.$ac_ext
9168cat >>conftest.$ac_ext <<_ACEOF 9179cat >>conftest.$ac_ext <<_ACEOF
9169/* end confdefs.h. */ 9180/* end confdefs.h. */
9170#include <utmpx.h> 9181#include <$ac_header>
9171_ACEOF 9182_ACEOF
9172if { (ac_try="$ac_cpp conftest.$ac_ext" 9183if { (ac_try="$ac_cpp conftest.$ac_ext"
9173case "(($ac_try" in 9184case "(($ac_try" in
9174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9175 *) ac_try_echo=$ac_try;; 9186 *) ac_try_echo=$ac_try;;
9198echo "${ECHO_T}$ac_header_preproc" >&6; } 9209echo "${ECHO_T}$ac_header_preproc" >&6; }
9199 9210
9200# So? What about this header? 9211# So? What about this header?
9201case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 9212case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9202 yes:no: ) 9213 yes:no: )
9203 { echo "$as_me:$LINENO: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&5 9214 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9204echo "$as_me: WARNING: utmpx.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9215echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9205 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the compiler's result" >&5 9216 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9206echo "$as_me: WARNING: utmpx.h: proceeding with the compiler's result" >&2;} 9217echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9207 ac_header_preproc=yes 9218 ac_header_preproc=yes
9208 ;; 9219 ;;
9209 no:yes:* ) 9220 no:yes:* )
9210 { echo "$as_me:$LINENO: WARNING: utmpx.h: present but cannot be compiled" >&5 9221 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9211echo "$as_me: WARNING: utmpx.h: present but cannot be compiled" >&2;} 9222echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9212 { echo "$as_me:$LINENO: WARNING: utmpx.h: check for missing prerequisite headers?" >&5 9223 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9213echo "$as_me: WARNING: utmpx.h: check for missing prerequisite headers?" >&2;} 9224echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9214 { echo "$as_me:$LINENO: WARNING: utmpx.h: see the Autoconf documentation" >&5 9225 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9215echo "$as_me: WARNING: utmpx.h: see the Autoconf documentation" >&2;} 9226echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9216 { echo "$as_me:$LINENO: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&5 9227 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9217echo "$as_me: WARNING: utmpx.h: section \"Present But Cannot Be Compiled\"" >&2;} 9228echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9218 { echo "$as_me:$LINENO: WARNING: utmpx.h: proceeding with the preprocessor's result" >&5 9229 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9219echo "$as_me: WARNING: utmpx.h: proceeding with the preprocessor's result" >&2;} 9230echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9220 { echo "$as_me:$LINENO: WARNING: utmpx.h: in the future, the compiler will take precedence" >&5 9231 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9221echo "$as_me: WARNING: utmpx.h: in the future, the compiler will take precedence" >&2;} 9232echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9222 9233
9223 ;; 9234 ;;
9224esac 9235esac
9225{ echo "$as_me:$LINENO: checking for utmpx.h" >&5 9236{ echo "$as_me:$LINENO: checking for $ac_header" >&5
9226echo $ECHO_N "checking for utmpx.h... $ECHO_C" >&6; } 9237echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9227if test "${ac_cv_header_utmpx_h+set}" = set; then 9238if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9228 echo $ECHO_N "(cached) $ECHO_C" >&6 9239 echo $ECHO_N "(cached) $ECHO_C" >&6
9229else 9240else
9230 ac_cv_header_utmpx_h=$ac_header_preproc 9241 eval "$as_ac_Header=\$ac_header_preproc"
9231fi 9242fi
9243ac_res=`eval echo '${'$as_ac_Header'}'`
9232{ echo "$as_me:$LINENO: result: $ac_cv_header_utmpx_h" >&5 9244 { echo "$as_me:$LINENO: result: $ac_res" >&5
9233echo "${ECHO_T}$ac_cv_header_utmpx_h" >&6; } 9245echo "${ECHO_T}$ac_res" >&6; }
9234 9246
9235fi 9247fi
9236if test $ac_cv_header_utmpx_h = yes; then 9248if test `eval echo '${'$as_ac_Header'}'` = yes; then
9249 cat >>confdefs.h <<_ACEOF
9250#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9251_ACEOF
9237 { echo "$as_me:$LINENO: checking for struct utmpx" >&5 9252 { echo "$as_me:$LINENO: checking for struct utmpx" >&5
9238echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6; } 9253echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6; }
9239if test "${struct_utmpx+set}" = set; then 9254if test "${struct_utmpx+set}" = set; then
9240 echo $ECHO_N "(cached) $ECHO_C" >&6 9255 echo $ECHO_N "(cached) $ECHO_C" >&6
9241else 9256else
9242 cat >conftest.$ac_ext <<_ACEOF 9257 cat >conftest.$ac_ext <<_ACEOF
9409 9424
9410fi 9425fi
9411 9426
9412fi 9427fi
9413 9428
9429done
9414 9430
9415{ echo "$as_me:$LINENO: checking for struct lastlog" >&5 9431{ echo "$as_me:$LINENO: checking for struct lastlog" >&5
9416echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6; } 9432echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6; }
9417if test "${struct_lastlog+set}" = set; then 9433if test "${struct_lastlog+set}" = set; then
9418 echo $ECHO_N "(cached) $ECHO_C" >&6 9434 echo $ECHO_N "(cached) $ECHO_C" >&6
10488 10504
10489 10505
10490 10506
10491 10507
10492 10508
10509
10493for ac_header in \ 10510for ac_header in \
10494 pty.h \ 10511 pty.h \
10495 util.h \ 10512 util.h \
10496 libutil.h \ 10513 libutil.h \
10497 sys/ioctl.h \ 10514 sys/ioctl.h \
10498 sys/stropts.h \ 10515 sys/stropts.h \
10516 stropts.h \
10499 10517
10500do 10518do
10501as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10519as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10502if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 10520if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10503 { echo "$as_me:$LINENO: checking for $ac_header" >&5 10521 { echo "$as_me:$LINENO: checking for $ac_header" >&5

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines