Auto-commit of generated files.
This commit is contained in:
parent
e3ebe15a74
commit
20d5e28ab3
2 changed files with 8 additions and 0 deletions
|
@ -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
5
autogen/configure
vendored
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue