summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-05-10 17:05:46 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-05-10 17:05:46 +1000
commitc437cda328b4733b59a7ed028b72e6b7f58f86e6 (patch)
tree09a09eb5692bd287c9ac882e16ea22c8de59c88b /acconfig.h
parente8831091c390dcfd6b6cbc299e26192697b392bf (diff)
- (dtucker) Bug #536: Test for and work around openpty/controlling tty
problem on Linux (fixes "could not set controlling tty" errors). Also renames STREAMS_PUSH_ACQUIRES_CTTY to the more generic SSHD_ACQUIRES_CTTY and moves the Solaris-specific comments to configure.ac.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
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