summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
Diffstat (limited to 'nt')
-rw-r--r--nt/config.nt4
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/config.nt b/nt/config.nt
index bb6dfd5383e..e0b97f0e491 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -55,6 +55,9 @@ Boston, MA 02111-1307, USA. */
/* Define this if you're using XFree386. */
#undef HAVE_XFREE386
+/* Define this if you have Motif 2.1 or newer. */
+#undef HAVE_MOTIF_2_1
+
/* Define HAVE_MENUS if you have mouse menus.
(This is automatic if you use X, but the option to specify it remains.)
It is also defined with other window systems that support xmenu.c. */
@@ -352,6 +355,7 @@ Boston, MA 02111-1307, USA. */
/* Tell regex.c to use a type compatible with Emacs. */
#define RE_TRANSLATE_TYPE Lisp_Object
#define RE_TRANSLATE(TBL, C) char_table_translate (TBL, C)
+#define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0)
#endif
/* Avoid link-time collision with system mktime if we will use our own. */