summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-03-10 11:38:10 +1100
committerDamien Miller <djm@mindrot.org>2003-03-10 11:38:10 +1100
commit933cc8fb9cd3e34b9b656f73ad8b661c08551875 (patch)
tree9cb59bcb334172ec58addeffcb5a87b97e7f2023 /acconfig.h
parentf211efc69071744ad22e0b8a1c7ca01bdff0b91b (diff)
- (djm) Bug #245: TTY problems on Solaris. Fix by stevesk@ and
dtucker@zip.com.au
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 b2896608..b6e4b37c 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.148 2003/01/28 00:33:44 djm Exp $ */
+/* $Id: acconfig.h,v 1.149 2003/03/10 00:38:10 djm Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -374,6 +374,9 @@
/* Some systems put this outside of libc */
#undef HAVE_NANOSLEEP
+/* Pushing STREAMS modules incorrectly acquires a controlling TTY */
+#undef STREAMS_PUSH_ACQUIRES_CTTY
+
@BOTTOM@
/* ******************* Shouldn't need to edit below this line ************** */