diff options
author | midipix <writeonce@midipix.org> | 2018-12-19 19:22:35 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-19 22:12:13 -0500 |
commit | bc7614b9705c62b62a356408afa3578d1e519512 (patch) | |
tree | ad477dc7a4907c7b290e2ac0bb344d508b056c4b /profiles | |
parent | 69ae9e6ecc37fa55449046ceb7fba2eecf21a30b (diff) | |
download | sbpython3-bc7614b9705c62b62a356408afa3578d1e519512.tar.bz2 sbpython3-bc7614b9705c62b62a356408afa3578d1e519512.tar.xz |
project: custom config: handle all ncurses-related bits at config-time.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/osapi/modern.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/profiles/osapi/modern.h b/profiles/osapi/modern.h index c18facf..c3328af 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 @@ -75,9 +73,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 |