From: Richard M. Stallman Date: Sun, 20 Mar 1994 02:43:06 +0000 (+0000) Subject: (HAVE_TERMIOS, NO_TERMIO): Defined. X-Git-Tag: emacs-19.34~9418 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86538f6a8e645ad3db00f698e94223daf9b0a3cd;p=emacs.git (HAVE_TERMIOS, NO_TERMIO): Defined. --- 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