aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-04-25 16:16:59 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-04-25 16:16:59 +0000
commit0375e3e43424226bbb388be3cc16af65eaf2fb44 (patch)
treeba537a2dd828d8c80a06239d68a65523540c2a99 /gnu/libexec
parentc289dd04859f3eff52fa9ab081586e27b785f5c7 (diff)
Notes
Diffstat (limited to 'gnu/libexec')
-rw-r--r--gnu/libexec/uucp/common_sources/policy.h4
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 4c829bf42d8e..6193ff51119c 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 0
+#define HAVE_BSD_TTY 1
#define HAVE_SYSV_TERMIO 0
-#define HAVE_POSIX_TERMIOS 1
+#define HAVE_POSIX_TERMIOS 0
/* 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