From 20d5e28ab33010943af43c92e57788549e08a991 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 23 Jul 2013 06:17:48 -0400 Subject: [PATCH] Auto-commit of generated files. --- autogen/config.in | 3 +++ autogen/configure | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/autogen/config.in b/autogen/config.in index 3fe82ce0f92..5c5b2dfdbca 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -1468,6 +1468,9 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if using the Motif X toolkit. */ #undef USE_MOTIF +/* Define to 1 if you use ncurses. */ +#undef USE_NCURSES + /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE diff --git a/autogen/configure b/autogen/configure index 5c02e0d4ecb..73f92d98d08 100755 --- a/autogen/configure +++ b/autogen/configure @@ -15022,6 +15022,11 @@ $as_echo "#define TERMINFO 1" >>confdefs.h TERMCAP_OBJ=terminfo.o fi +if test "X$LIBS_TERMCAP" = "X-lncurses"; then + +$as_echo "#define USE_NCURSES 1" >>confdefs.h + +fi -- 2.39.2