diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-03-20 02:43:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-03-20 02:43:06 +0000 |
commit | 86538f6a8e645ad3db00f698e94223daf9b0a3cd (patch) | |
tree | ea1536b6cc475a9e4c9109297c52a73ec651e61a /src/s | |
parent | d0da2301947bfd0523d905454c781529fc2321b5 (diff) | |
download | emacs-86538f6a8e645ad3db00f698e94223daf9b0a3cd.tar.gz emacs-86538f6a8e645ad3db00f698e94223daf9b0a3cd.tar.bz2 emacs-86538f6a8e645ad3db00f698e94223daf9b0a3cd.zip |
(HAVE_TERMIOS, NO_TERMIO): Defined.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/freebsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h index 1df4e66fb32..23f096e8442 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h @@ -36,3 +36,6 @@ /* Reread the time zone on startup. */ #define LOCALTIME_CACHE + +#define HAVE_TERMIOS +#define NO_TERMIO |