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

Comparing libptytty/configure (file contents):
Revision 1.6 by root, Wed Jan 25 21:18:30 2006 UTC vs.
Revision 1.8 by ayin, Sun Sep 10 14:30:36 2006 UTC

18103 18103
18104 18104
18105 18105
18106 18106
18107 18107
18108
18109
18110
18111
18108for ac_func in \ 18112for ac_func in \
18109 revoke \ 18113 revoke \
18110 _getpty \ 18114 _getpty \
18111 getpt \ 18115 getpt \
18112 posix_openpt \ 18116 posix_openpt \
18113 isastream \ 18117 isastream \
18118 setuid \
18119 seteuid \
18120 setreuid \
18121 setresuid \
18114 18122
18115do 18123do
18116as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 18124as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18117echo "$as_me:$LINENO: checking for $ac_func" >&5 18125echo "$as_me:$LINENO: checking for $ac_func" >&5
18118echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 18126echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20163 20171
20164cat >>confdefs.h <<_ACEOF 20172cat >>confdefs.h <<_ACEOF
20165#define LASTLOGX_FILE "$path_lastlogx" 20173#define LASTLOGX_FILE "$path_lastlogx"
20166_ACEOF 20174_ACEOF
20167 20175
20168fi
20169
20170if test x$support_utmp != xyes; then
20171 echo " utmp support: disabled"
20172 echo
20173else
20174 echo " utmp support: enabled
20175 utmp file: $path_utmp
20176 utmpx file: $path_utmpx
20177 wtmp file: $path_wtmp
20178 wtmpx file: $path_wtmpx
20179 lastlog file: $path_lastlog
20180 lastlogx file: $path_lastlogx"
20181fi 20176fi
20182 20177
20183 20178
20184 20179
20185echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5 20180echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines