diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-15 06:35:18 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-15 06:35:18 +0000 |
commit | 222fce2bc571c24947b97b36aa978d992e43f5cf (patch) | |
tree | 7c545ce02abbb661868cb3cb3c038c60b330ccf4 /src/s/sunos413.h | |
parent | bf6d8fb9b1b372d2e675b055ffd449b14301df2f (diff) | |
download | emacs-222fce2bc571c24947b97b36aa978d992e43f5cf.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/s/sunos413.h')
-rw-r--r-- | src/s/sunos413.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/sunos413.h b/src/s/sunos413.h index 287c41081c8..d1653316498 100644 --- a/src/s/sunos413.h +++ b/src/s/sunos413.h @@ -10,3 +10,5 @@ /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids the problem of spurious ^M in subprocess output. */ #define HAVE_TERMIOS +/* This enables some #undefs in systty.h. */ +#define BSD_TERMIOS |