diff options
| author | Richard M. Stallman | 1994-03-20 02:43:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-20 02:43:06 +0000 |
| commit | 86538f6a8e645ad3db00f698e94223daf9b0a3cd (patch) | |
| tree | ea1536b6cc475a9e4c9109297c52a73ec651e61a /src | |
| parent | d0da2301947bfd0523d905454c781529fc2321b5 (diff) | |
| download | emacs-86538f6a8e645ad3db00f698e94223daf9b0a3cd.tar.gz emacs-86538f6a8e645ad3db00f698e94223daf9b0a3cd.zip | |
(HAVE_TERMIOS, NO_TERMIO): Defined.
Diffstat (limited to 'src')
| -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 @@ | |||
| 36 | 36 | ||
| 37 | /* Reread the time zone on startup. */ | 37 | /* Reread the time zone on startup. */ |
| 38 | #define LOCALTIME_CACHE | 38 | #define LOCALTIME_CACHE |
| 39 | |||
| 40 | #define HAVE_TERMIOS | ||
| 41 | #define NO_TERMIO | ||