diff options
author | jkh <jkh@FreeBSD.org> | 1994-04-26 21:30:33 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-04-26 21:30:33 +0000 |
commit | 3e9cce99a58acc0c93c44f60cc85ef3a025c4dda (patch) | |
tree | f3c8395981a2f05c0aee7571459dd2c330d8d3f6 /gnu/libexec | |
parent | 9fd71f3fa95bc34ccdc207a6e5969b6fb07796d6 (diff) | |
download | FreeBSD-src-3e9cce99a58acc0c93c44f60cc85ef3a025c4dda.zip FreeBSD-src-3e9cce99a58acc0c93c44f60cc85ef3a025c4dda.tar.gz |
Back my earlier BSD_TTY change out of -current.
Diffstat (limited to 'gnu/libexec')
-rw-r--r-- | gnu/libexec/uucp/common_sources/policy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/common_sources/policy.h b/gnu/libexec/uucp/common_sources/policy.h index 6193ff5..4c829bf 100644 --- a/gnu/libexec/uucp/common_sources/policy.h +++ b/gnu/libexec/uucp/common_sources/policy.h @@ -63,9 +63,9 @@ HAVE_SYSV_TERMIO -- Use the System V termio routines HAVE_POSIX_TERMIOS -- Use the POSIX termios routines */ -#define HAVE_BSD_TTY 1 +#define HAVE_BSD_TTY 0 #define HAVE_SYSV_TERMIO 0 -#define HAVE_POSIX_TERMIOS 0 +#define HAVE_POSIX_TERMIOS 1 /* This code tries to guess which terminal driver to use if you did not make a choice above. It is in this file to make it easy to |