aboutsummaryrefslogtreecommitdiffstats
path: root/nt/config.nt
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2012-10-08 16:14:22 +0200
committerJuanma Barranquero <[email protected]>2012-10-08 16:14:22 +0200
commitfd5125adfe80551fd9496c78550fac0368e0ce15 (patch)
treeb1c27f9056254a0d63a585df258bb44a90bec0e9 /nt/config.nt
parent775a132d58804935a757d958aecaf53b44d9a78a (diff)
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.nt3
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/config.nt b/nt/config.nt
index e342c78e20..cd695bc4e3 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