comparison src/config.in @ 10772:3dc1120ac15c

(MULTI_FRAME): Define unconditionally.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Feb 1995 08:48:02 +0000
parents 447371955ad0
children f9e9533d0f4c
comparison
equal deleted inserted replaced
10771:d564078d10c6 10772:3dc1120ac15c
62 #undef HAVE_X11XTR6 62 #undef HAVE_X11XTR6
63 63
64 /* Define if netdb.h declares h_errno. */ 64 /* Define if netdb.h declares h_errno. */
65 #undef HAVE_H_ERRNO 65 #undef HAVE_H_ERRNO
66 66
67 /* Nowadays we have frame objects even if we support only ASCII terminals. */
68 #define MULTI_FRAME
69
67 /* If we're using any sort of window system, define some consequences. */ 70 /* If we're using any sort of window system, define some consequences. */
68 #ifdef HAVE_X_WINDOWS 71 #ifdef HAVE_X_WINDOWS
69 #define MULTI_FRAME
70 #define HAVE_FACES 72 #define HAVE_FACES
71 #define HAVE_MOUSE 73 #define HAVE_MOUSE
72 #endif 74 #endif
73 75
74 /* Define USE_TEXT_PROPERTIES to support visual and other properties 76 /* Define USE_TEXT_PROPERTIES to support visual and other properties