1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

* configure.ac (INTERNAL_TERMINAL): New.

This commit is contained in:
Glenn Morris 2012-07-31 22:02:47 -04:00
parent b72c9a8cad
commit ca35a5f7f2
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2012-08-01 Glenn Morris <rgm@gnu.org>
* configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC): New.
* configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
(INTERNAL_TERMINAL): New.
* configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
(IS_ANY_SEP): Move here from src/lisp.h.

View File

@ -3153,6 +3153,8 @@ dnl Compare with HAVE_INET_SOCKETS (which is unused...) above.
AC_DEFINE(HAVE_SOCKETS, 1, [Define if the system supports
4.2-compatible sockets.])
AH_TEMPLATE(INTERNAL_TERMINAL, [This is substituted when $TERM is "internal".])
AC_DEFINE(NULL_DEVICE, ["/dev/null"], [Name of the file to open to get
a null file, or a data sink.])