From f1b9d11a3e75576ac3ecdf18bc65124c56991bfa Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 23 Apr 2002 23:09:19 +1000 Subject: - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from Kevin Taylor (??) via Philipp Grau --- acconfig.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'acconfig.h') 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 ************** */ -- cgit v1.2.3