diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h index 6164ecc8d..0a4706425 100644 --- a/acconfig.h +++ b/acconfig.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: acconfig.h,v 1.150 2003/05/02 10:48:21 dtucker Exp $ */ | 1 | /* $Id: acconfig.h,v 1.151 2003/05/10 07:05:46 dtucker Exp $ */ |
2 | 2 | ||
3 | #ifndef _CONFIG_H | 3 | #ifndef _CONFIG_H |
4 | #define _CONFIG_H | 4 | #define _CONFIG_H |
@@ -374,8 +374,8 @@ | |||
374 | /* Some systems put this outside of libc */ | 374 | /* Some systems put this outside of libc */ |
375 | #undef HAVE_NANOSLEEP | 375 | #undef HAVE_NANOSLEEP |
376 | 376 | ||
377 | /* Pushing STREAMS modules incorrectly acquires a controlling TTY */ | 377 | /* Define if sshd somehow reacquires a controlling TTY after setsid() */ |
378 | #undef STREAMS_PUSH_ACQUIRES_CTTY | 378 | #undef SSHD_ACQUIRES_CTTY |
379 | 379 | ||
380 | /* Define if cmsg_type is not passed correctly */ | 380 | /* Define if cmsg_type is not passed correctly */ |
381 | #undef BROKEN_CMSG_TYPE | 381 | #undef BROKEN_CMSG_TYPE |