changeset 21823:a23ded020234

(HAVE_MOTIF_2_1): Add for consistency with config.in. (RE_TRANSLATE_P): New macro.
author Geoff Voelker <voelker@cs.washington.edu>
date Wed, 29 Apr 1998 04:31:34 +0000
parents 37c1ced8578a
children 50cc84aa5d3c
files nt/config.nt
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nt/config.nt	Wed Apr 29 04:31:03 1998 +0000
+++ b/nt/config.nt	Wed Apr 29 04:31:34 1998 +0000
@@ -55,6 +55,9 @@
 /* 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 @@
 /* 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.  */