Lines Matching refs:lastlog
582 # lastlog.h requires sys/time.h to be included first on Solaris
583 AC_CHECK_HEADERS([lastlog.h], [], [], [
704 dnl AIX handles lastlog as part of its login message
705 AC_DEFINE([DISABLE_LASTLOG], [1], [Define if you don't want to use lastlog])
782 [Define if pututxline updates lastlog too])
1082 conf_lastlog_location="/usr/adm/lastlog"
1118 # hardwire lastlog location (can't detect it on some versions)
1119 conf_lastlog_location="/var/adm/lastlog"
1181 conf_lastlog_location=/var/adm/lastlog
2340 dnl Checks for lastlog functions
5387 AC_ARG_ENABLE([lastlog], optenable
5388 [ --disable-lastlog disable use of lastlog even if detected [no]],
5457 AC_ARG_WITH([lastlog], optwith
5458 [ --with-lastlog=FILE|DIR specify lastlog location [common locations]],
5468 dnl lastlog, [uw]tmpx? detection
5471 dnl lastlog and [uw]tmp are subject to a file search if all else fails
5473 dnl lastlog detection
5474 dnl NOTE: the code itself will detect if lastlog is a directory
5480 # include <lastlog.h>
5488 ]], [[ char *lastlog = LASTLOG_FILE; ]])],
5497 # include <lastlog.h>
5502 ]], [[ char *lastlog = _PATH_LASTLOG; ]])],
5512 for f in /var/log/lastlog /usr/adm/lastlog /var/adm/lastlog /etc/security/lastlog ; do
5518 AC_MSG_WARN([** Cannot find lastlog **])
5526 [Define if you want to specify the path to your lastlog file])
5620 AC_CHECK_MEMBER([struct lastlog.ll_line], [], [
5635 #include <lastlog.h>
5653 #include <lastlog.h>