blob: a2a43eaaa59426c2e6852215ffb9622ae9826335 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- config.h.orig Sun Jan 7 07:21:32 2001
+++ config.h Fri Jan 12 00:04:41 2001
@@ -79,7 +79,7 @@
/*
* OPTION: Use the POSIX "termios" methods in "main-gcu.c"
*/
-/* #define USE_TPOSIX */
+#define USE_TPOSIX
/*
* OPTION: Use the "termio" methods in "main-gcu.c"
@@ -107,7 +107,7 @@
* OPTION: Use the "curs_set()" call in "main-gcu.c".
* Hack -- This option will not work on most BSD machines
*/
-#if defined(SYS_V) || defined(linux)
+#if defined(SYS_V) || defined(linux) || defined(__FreeBSD__)
# define USE_CURS_SET
#endif
@@ -582,7 +582,7 @@
/*
* OPTION: Attempt to prevent all "cheating"
*/
-/* #define VERIFY_HONOR */
+#define VERIFY_HONOR
/*
|