summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-04-23 20:45:55 +0000
committerKevin Steves <stevesk@pobox.com>2002-04-23 20:45:55 +0000
commit5feaaefaf26167feb180bf3531cb3f700e473e2a (patch)
tree67b07cf420511c1b92d2e72d0eb04c75401043d6 /acconfig.h
parent03df6cd83c6392d43e4d9f8dce4e15c8239c0872 (diff)
- (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 00acb090..c110c5e4 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.133 2002/04/23 20:11:13 stevesk Exp $ */
+/* $Id: acconfig.h,v 1.134 2002/04/23 20:45:56 stevesk Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -165,6 +165,9 @@
/* Some versions of /bin/login need the TERM supplied on the commandline */
#undef LOGIN_NEEDS_TERM
+/* Define if your login program cannot handle end of options ("--") */
+#undef LOGIN_NO_ENDOPT
+
/* Define if you want to specify the path to your lastlog file */
#undef CONF_LASTLOG_FILE