From 3c92186cd2db152db17f55ac3ad6e60c8249f0e1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 2 Nov 1993 04:59:22 +0000 Subject: [PATCH] *** empty log message *** --- src/s/sunos413.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/s/sunos413.h b/src/s/sunos413.h index 5d91f13cb5c..287c41081c8 100644 --- a/src/s/sunos413.h +++ b/src/s/sunos413.h @@ -6,3 +6,7 @@ #undef SYSTEM_MALLOC #endif + +/* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids + the problem of spurious ^M in subprocess output. */ +#define HAVE_TERMIOS -- 2.39.5