]> code.delx.au - gnu-emacs/commitdiff
(HAVE_MOTIF_2_1): Add for consistency with config.in.
authorGeoff Voelker <voelker@cs.washington.edu>
Wed, 29 Apr 1998 04:31:34 +0000 (04:31 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Wed, 29 Apr 1998 04:31:34 +0000 (04:31 +0000)
(RE_TRANSLATE_P): New macro.

nt/config.nt

index bb6dfd5383e3e3c9ca443c297011d69bf9381839..e0b97f0e491e584abad0c70460e8e9beac735343 100644 (file)
@@ -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.  */