summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
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 b28966084..b6e4b37cc 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.148 2003/01/28 00:33:44 djm Exp $ */ 1/* $Id: acconfig.h,v 1.149 2003/03/10 00:38:10 djm Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -374,6 +374,9 @@
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 */
378#undef STREAMS_PUSH_ACQUIRES_CTTY
379
377@BOTTOM@ 380@BOTTOM@
378 381
379/* ******************* Shouldn't need to edit below this line ************** */ 382/* ******************* Shouldn't need to edit below this line ************** */