Home | History | Annotate | Download | only in dropbear

Lines Matching full:wtmp

43 	AC_MSG_CHECKING(for obsolete utmp and wtmp in solaris2.x)
48 AC_DEFINE(DISABLE_WTMP,,Disable wtmp)
379 AC_ARG_ENABLE(wtmp,
380 [ --disable-wtmp Disable use of wtmp even if detected [no]],
381 [ AC_DEFINE(DISABLE_WTMP,,Disable use of wtmp) ]
471 dnl Don't define DISABLE_LASTLOG - that means we don't try wtmp/wtmpx
510 dnl wtmp detection
519 [ char *wtmp = WTMP_FILE; ],
526 for f in /usr/adm/wtmp /var/log/wtmp; do
537 AC_DEFINE_UNQUOTED(CONF_WTMP_FILE, "$conf_wtmp_location", wtmp file location)