HomeSort by relevance Sort by last modified time
    Searched defs:LASTLOG_FILE (Results 1 - 2 of 2) sorted by null

  /external/dropbear/
loginrec.h 58 #ifndef LASTLOG_FILE
60 # define LASTLOG_FILE _PATH_LASTLOG
63 # define LASTLOG_FILE CONF_LASTLOG_FILE
91 /* I hope that the presence of LASTLOG_FILE is enough to detect this */
92 #if defined(LASTLOG_FILE) && !defined(DISABLE_LASTLOG)
  /external/openssh/
defines.h 703 #ifndef LASTLOG_FILE
705 # define LASTLOG_FILE _PATH_LASTLOG
708 # define LASTLOG_FILE CONF_LASTLOG_FILE
743 /* I hope that the presence of LASTLOG_FILE is enough to detect this */
744 #if defined(LASTLOG_FILE) && !defined(DISABLE_LASTLOG)

Completed in 102 milliseconds