mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6fb413b12f
PR: 5690 Submitted by: Matthew Hunt <mph@pobox.com>
19 lines
471 B
Plaintext
19 lines
471 B
Plaintext
--- src/config.h.orig Fri Feb 6 04:10:31 1998
|
|
+++ src/config.h Mon Feb 9 09:38:23 1998
|
|
@@ -46,13 +46,13 @@
|
|
* OPTION: define "SPECIAL_BSD" for using certain versions of UNIX
|
|
* that use the 4.4BSD Lite version of Curses in "main-gcu.c"
|
|
*/
|
|
-/* #define SPECIAL_BSD */
|
|
+#define SPECIAL_BSD
|
|
|
|
|
|
/*
|
|
* 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"
|