Auto-commit of generated files.

This commit is contained in:
Glenn Morris 2013-07-23 06:17:48 -04:00
parent e3ebe15a74
commit 20d5e28ab3
2 changed files with 8 additions and 0 deletions

View file

@ -1468,6 +1468,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* 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

5
autogen/configure vendored
View file

@ -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