comparison nt/config.nt @ 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 39178c4dfe50
children 54a5f83e7b67
comparison
equal deleted inserted replaced
21822:37c1ced8578a 21823:a23ded020234
52 /* Define if using an X toolkit. */ 52 /* Define if using an X toolkit. */
53 #undef USE_X_TOOLKIT 53 #undef USE_X_TOOLKIT
54 54
55 /* Define this if you're using XFree386. */ 55 /* Define this if you're using XFree386. */
56 #undef HAVE_XFREE386 56 #undef HAVE_XFREE386
57
58 /* Define this if you have Motif 2.1 or newer. */
59 #undef HAVE_MOTIF_2_1
57 60
58 /* Define HAVE_MENUS if you have mouse menus. 61 /* Define HAVE_MENUS if you have mouse menus.
59 (This is automatic if you use X, but the option to specify it remains.) 62 (This is automatic if you use X, but the option to specify it remains.)
60 It is also defined with other window systems that support xmenu.c. */ 63 It is also defined with other window systems that support xmenu.c. */
61 #undef HAVE_MENUS 64 #undef HAVE_MENUS
350 353
351 #ifdef emacs /* Don't do this for lib-src. */ 354 #ifdef emacs /* Don't do this for lib-src. */
352 /* Tell regex.c to use a type compatible with Emacs. */ 355 /* Tell regex.c to use a type compatible with Emacs. */
353 #define RE_TRANSLATE_TYPE Lisp_Object 356 #define RE_TRANSLATE_TYPE Lisp_Object
354 #define RE_TRANSLATE(TBL, C) char_table_translate (TBL, C) 357 #define RE_TRANSLATE(TBL, C) char_table_translate (TBL, C)
358 #define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0)
355 #endif 359 #endif
356 360
357 /* Avoid link-time collision with system mktime if we will use our own. */ 361 /* Avoid link-time collision with system mktime if we will use our own. */
358 #if ! HAVE_MKTIME || BROKEN_MKTIME 362 #if ! HAVE_MKTIME || BROKEN_MKTIME
359 #define mktime emacs_mktime 363 #define mktime emacs_mktime