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 00acb0906..c110c5e48 100644 --- a/acconfig.h +++ b/acconfig.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: acconfig.h,v 1.133 2002/04/23 20:11:13 stevesk Exp $ */ | 1 | /* $Id: acconfig.h,v 1.134 2002/04/23 20:45:56 stevesk Exp $ */ |
2 | 2 | ||
3 | #ifndef _CONFIG_H | 3 | #ifndef _CONFIG_H |
4 | #define _CONFIG_H | 4 | #define _CONFIG_H |
@@ -165,6 +165,9 @@ | |||
165 | /* Some versions of /bin/login need the TERM supplied on the commandline */ | 165 | /* Some versions of /bin/login need the TERM supplied on the commandline */ |
166 | #undef LOGIN_NEEDS_TERM | 166 | #undef LOGIN_NEEDS_TERM |
167 | 167 | ||
168 | /* Define if your login program cannot handle end of options ("--") */ | ||
169 | #undef LOGIN_NO_ENDOPT | ||
170 | |||
168 | /* Define if you want to specify the path to your lastlog file */ | 171 | /* Define if you want to specify the path to your lastlog file */ |
169 | #undef CONF_LASTLOG_FILE | 172 | #undef CONF_LASTLOG_FILE |
170 | 173 | ||