mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
7731b6961f
PR: 20150 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
15 lines
422 B
Plaintext
15 lines
422 B
Plaintext
--- biewlib/sysdep/generic/unix/kbd_code.h.orig Thu Jul 6 14:31:08 2000
|
|
+++ biewlib/sysdep/generic/unix/kbd_code.h Mon Jul 24 23:05:25 2000
|
|
@@ -78,7 +78,11 @@
|
|
|
|
|
|
#ifdef _CURSES_
|
|
+#if defined(__FreeBSD_version) && __FreeBSD_version < 400010
|
|
+#include <ncurses/curses.h>
|
|
+#else
|
|
#include <curses.h>
|
|
+#endif
|
|
#define _2B(x) (((x) & 0xff) << 8)
|
|
/* #define KE_ENTER _2B(KEY_ENTER) */
|
|
#define KE_BKSPACE _2B(KEY_BACKSPACE)
|