diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 84bf60f04..8a6f9411e 100644 --- a/acconfig.h +++ b/acconfig.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: acconfig.h,v 1.131 2002/04/13 01:04:41 djm Exp $ */ | 1 | /* $Id: acconfig.h,v 1.132 2002/04/23 13:09:19 djm Exp $ */ |
2 | 2 | ||
3 | #ifndef _CONFIG_H | 3 | #ifndef _CONFIG_H |
4 | #define _CONFIG_H | 4 | #define _CONFIG_H |
@@ -346,6 +346,9 @@ | |||
346 | /* Define if you want to use OpenSSL's internally seeded PRNG only */ | 346 | /* Define if you want to use OpenSSL's internally seeded PRNG only */ |
347 | #undef OPENSSL_PRNG_ONLY | 347 | #undef OPENSSL_PRNG_ONLY |
348 | 348 | ||
349 | /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ | ||
350 | #undef WITH_ABBREV_NO_TTY | ||
351 | |||
349 | @BOTTOM@ | 352 | @BOTTOM@ |
350 | 353 | ||
351 | /* ******************* Shouldn't need to edit below this line ************** */ | 354 | /* ******************* Shouldn't need to edit below this line ************** */ |