diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-08 20:33:05 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-08 20:33:05 +0000 |
commit | 97c677d4f04b8f8938c893656f667a29527f4a0f (patch) | |
tree | 17e28513452c08b9a5a026e19b64ae8eae09ec59 /acconfig.h | |
parent | 387c472660ef173c2e469e70eb1a25d47f6e8887 (diff) | |
download | openssh-git-97c677d4f04b8f8938c893656f667a29527f4a0f.tar.gz |
- (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison
<wayne@blorf.net>
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.110 2001/04/05 17:15:08 stevesk Exp $ */ +/* $Id: acconfig.h,v 1.111 2001/05/08 20:33:06 mouring Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -154,6 +154,12 @@ /* Define if you don't want to use wtmpx */ #undef DISABLE_WTMPX +/* Some systems need a utmpx entry for /bin/login to work */ +#undef LOGIN_NEEDS_UTMPX + +/* Some versions of /bin/login need the TERM supplied on the commandline */ +#undef LOGIN_NEEDS_TERM + /* Define if you want to specify the path to your lastlog file */ #undef CONF_LASTLOG_FILE |