diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2012-10-08 16:14:22 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2012-10-08 16:14:22 +0200 |
commit | fd5125adfe80551fd9496c78550fac0368e0ce15 (patch) | |
tree | b1c27f9056254a0d63a585df258bb44a90bec0e9 /nt/config.nt | |
parent | 775a132d58804935a757d958aecaf53b44d9a78a (diff) | |
download | emacs-fd5125adfe80551fd9496c78550fac0368e0ce15.tar.gz |
nt/config.nt: Sync with autogen/config.in.
(HAVE_NTGUI): New macro.
src/makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI,
it's now in nt/config.nt.
Diffstat (limited to 'nt/config.nt')
-rw-r--r-- | nt/config.nt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/config.nt b/nt/config.nt index e342c78e20f..cd695bc4e34 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -701,6 +701,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ Mac OS X. */ #undef HAVE_NS +/* Define to use native Windows GUI. */ +#define HAVE_NTGUI 1 + /* Define to 1 if libotf has OTF_get_variation_glyphs. */ #undef HAVE_OTF_GET_VARIATION_GLYPHS |