From e447c636bc5192697a205056756047294a716035 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Wed, 29 Apr 1998 04:31:34 +0000 Subject: [PATCH] (HAVE_MOTIF_2_1): Add for consistency with config.in. (RE_TRANSLATE_P): New macro. --- nt/config.nt | 4 ++++ 1 file changed, 4 insertions(+) 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. */ -- 2.39.2