summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-04-23 23:09:19 +1000
committerDamien Miller <djm@mindrot.org>2002-04-23 23:09:19 +1000
commitf1b9d11a3e75576ac3ecdf18bc65124c56991bfa (patch)
tree604b14d955e4db6c36b6df2b6f6fd66b5b564275 /acconfig.h
parentd77facda1a3fa4e495761c9d02608edfd8f74f68 (diff)
- (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from
Kevin Taylor <no@nowhere.org> (??) via Philipp Grau <phgrau@zedat.fu-berlin.de>
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 84bf60f0..8a6f9411 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.131 2002/04/13 01:04:41 djm Exp $ */
+/* $Id: acconfig.h,v 1.132 2002/04/23 13:09:19 djm Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -346,6 +346,9 @@
/* Define if you want to use OpenSSL's internally seeded PRNG only */
#undef OPENSSL_PRNG_ONLY
+/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
+#undef WITH_ABBREV_NO_TTY
+
@BOTTOM@
/* ******************* Shouldn't need to edit below this line ************** */