comparison src/s/msdos.h @ 13849:067fae3cb66e

(HAVE_MENUS): Defined.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 Dec 1995 01:48:17 +0000
parents b955657b643d
children 621a575db6f7
comparison
equal deleted inserted replaced
13848:5f38596d591e 13849:067fae3cb66e
221 #define MODE_LINE_BINARY_TEXT(buf) (NILP(buf->buffer_file_type) ? "T" : "B") 221 #define MODE_LINE_BINARY_TEXT(buf) (NILP(buf->buffer_file_type) ? "T" : "B")
222 222
223 /* We have (the code to control) a mouse. */ 223 /* We have (the code to control) a mouse. */
224 #define HAVE_MOUSE 224 #define HAVE_MOUSE
225 225
226 /* We canuse mouse menus. */
227 #define HAVE_MENUS
228
226 /* We have support for faces. */ 229 /* We have support for faces. */
227 #define HAVE_FACES 230 #define HAVE_FACES
228 231
229 /* Define one of these for easier conditionals. */ 232 /* Define one of these for easier conditionals. */
230 #ifdef HAVE_X_WINDOWS 233 #ifdef HAVE_X_WINDOWS