# HG changeset patch # User Geoff Voelker # Date 893824294 0 # Node ID a23ded0202340153e61827d353d321280bdf8daa # Parent 37c1ced8578ae6b306f686a55fa0706338b8d7f5 (HAVE_MOTIF_2_1): Add for consistency with config.in. (RE_TRANSLATE_P): New macro. diff -r 37c1ced8578a -r a23ded020234 nt/config.nt --- 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. */