From c2e600e53977ee7fee6e25ecce0b366cc8be6347 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 19 Dec 2018 19:22:35 -0500 Subject: project: custom config: handle all ncurses-related bits at config-time. --- profiles/osapi/modern.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'profiles') diff --git a/profiles/osapi/modern.h b/profiles/osapi/modern.h index da13d99..4aedf4e 100644 --- a/profiles/osapi/modern.h +++ b/profiles/osapi/modern.h @@ -30,7 +30,6 @@ #define HAVE_SYS_WAIT_H 1 /* libc and third-party headers */ -#define HAVE_CURSES_H 1 #define HAVE_DLFCN_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 @@ -39,7 +38,6 @@ #define HAVE_LANGINFO_H 1 #define HAVE_LIBINTL_H 1 #define HAVE_MEMORY_H 1 -#define HAVE_NCURSES_H 1 #define HAVE_POLL_H 1 #define HAVE_PTHREAD_H 1 #define HAVE_PTY_H 1 @@ -72,9 +70,6 @@ #define HAVE_CONFSTR 1 #define HAVE_COPYSIGN 1 #define HAVE_CTERMID 1 -#define HAVE_CURSES_IS_TERM_RESIZED 1 -#define HAVE_CURSES_RESIZETERM 1 -#define HAVE_CURSES_RESIZE_TERM 1 #define HAVE_DECL_ISFINITE 1 #define HAVE_DECL_ISINF 1 #define HAVE_DECL_ISNAN 1 -- cgit v1.2.3