diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index f8fc650d7..3e058f3ea 100644 --- a/acconfig.h +++ b/acconfig.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: acconfig.h,v 1.144 2002/07/14 20:36:50 tim Exp $ */ | 1 | /* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */ |
2 | 2 | ||
3 | #ifndef _CONFIG_H | 3 | #ifndef _CONFIG_H |
4 | #define _CONFIG_H | 4 | #define _CONFIG_H |
@@ -150,6 +150,9 @@ | |||
150 | /* Define if you don't want to use lastlog */ | 150 | /* Define if you don't want to use lastlog */ |
151 | #undef DISABLE_LASTLOG | 151 | #undef DISABLE_LASTLOG |
152 | 152 | ||
153 | /* Define if you don't want to use lastlog in session.c */ | ||
154 | #undef NO_SSH_LASTLOG | ||
155 | |||
153 | /* Define if you don't want to use utmp */ | 156 | /* Define if you don't want to use utmp */ |
154 | #undef DISABLE_UTMP | 157 | #undef DISABLE_UTMP |
155 | 158 | ||