summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-05-08 20:33:05 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-05-08 20:33:05 +0000
commit97c677d4f04b8f8938c893656f667a29527f4a0f (patch)
tree17e28513452c08b9a5a026e19b64ae8eae09ec59 /acconfig.h
parent387c472660ef173c2e469e70eb1a25d47f6e8887 (diff)
- (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison
<wayne@blorf.net>
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index b4cfe0401..e909f4797 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.110 2001/04/05 17:15:08 stevesk Exp $ */ 1/* $Id: acconfig.h,v 1.111 2001/05/08 20:33:06 mouring Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -154,6 +154,12 @@
154/* Define if you don't want to use wtmpx */ 154/* Define if you don't want to use wtmpx */
155#undef DISABLE_WTMPX 155#undef DISABLE_WTMPX
156 156
157/* Some systems need a utmpx entry for /bin/login to work */
158#undef LOGIN_NEEDS_UTMPX
159
160/* Some versions of /bin/login need the TERM supplied on the commandline */
161#undef LOGIN_NEEDS_TERM
162
157/* Define if you want to specify the path to your lastlog file */ 163/* Define if you want to specify the path to your lastlog file */
158#undef CONF_LASTLOG_FILE 164#undef CONF_LASTLOG_FILE
159 165