comparison src/config.h.in @ 278:90d73dddcdc4 r21-0b37

Import from CVS: tag r21-0b37
author cvs
date Mon, 13 Aug 2007 10:31:29 +0200
parents 6330739388db
children c42ec1d1cded
comparison
equal deleted inserted replaced
277:cfdf3ff11843 278:90d73dddcdc4
62 #undef EMACS_MAJOR_VERSION 62 #undef EMACS_MAJOR_VERSION
63 #undef EMACS_MINOR_VERSION 63 #undef EMACS_MINOR_VERSION
64 #undef EMACS_BETA_VERSION 64 #undef EMACS_BETA_VERSION
65 #undef EMACS_VERSION 65 #undef EMACS_VERSION
66 #undef XEMACS_CODENAME 66 #undef XEMACS_CODENAME
67 /* InfoDock versions, not used with XEmacs */
68 #undef INFODOCK_MAJOR_VERSION
69 #undef INFODOCK_MINOR_VERSION
70 #undef INFODOCK_BUILD_VERSION
67 71
68 /* Make all functions available on AIX. See AC_AIX. */ 72 /* Make all functions available on AIX. See AC_AIX. */
69 #undef _ALL_SOURCE 73 #undef _ALL_SOURCE
70 74
71 /* Make all functions available on GNU libc systems. See features.h. */ 75 /* Make all functions available on GNU libc systems. See features.h. */
110 /* Compile in TTY support? */ 114 /* Compile in TTY support? */
111 #undef HAVE_TTY 115 #undef HAVE_TTY
112 116
113 /* Compile in support for MS windows? */ 117 /* Compile in support for MS windows? */
114 #undef HAVE_MS_WINDOWS 118 #undef HAVE_MS_WINDOWS
119
120 /* special cygwin process handling? */
121 #undef HAVE_MSG_SELECT
115 122
116 /* Compile in support for the X window system? */ 123 /* Compile in support for the X window system? */
117 #undef HAVE_X_WINDOWS 124 #undef HAVE_X_WINDOWS
118 125
119 /* Defines for building X applications */ 126 /* Defines for building X applications */
140 #if defined (HAVE_X_WINDOWS) || defined(HAVE_MS_WINDOWS) /* || defined (HAVE_NEXTSTEP) */ 147 #if defined (HAVE_X_WINDOWS) || defined(HAVE_MS_WINDOWS) /* || defined (HAVE_NEXTSTEP) */
141 #define HAVE_WINDOW_SYSTEM 148 #define HAVE_WINDOW_SYSTEM
142 #endif 149 #endif
143 150
144 /* Define HAVE_UNIXOID_EVENT_LOOP if we use select() to wait for events. */ 151 /* Define HAVE_UNIXOID_EVENT_LOOP if we use select() to wait for events. */
145 #if defined (HAVE_X_WINDOWS) || defined (HAVE_TTY) 152 #if defined (HAVE_X_WINDOWS) || defined (HAVE_TTY) || defined(HAVE_MSG_SELECT)
146 #define HAVE_UNIXOID_EVENT_LOOP 153 #define HAVE_UNIXOID_EVENT_LOOP
147 #endif 154 #endif
148 155
149 /* Are we using XFree386? */ 156 /* Are we using XFree386? */
150 #undef HAVE_XFREE386 157 #undef HAVE_XFREE386
306 /* Compile in support for SOCKS? */ 313 /* Compile in support for SOCKS? */
307 #undef HAVE_SOCKS 314 #undef HAVE_SOCKS
308 315
309 /* Compile in support for X pixmaps via the `xpm' library? */ 316 /* Compile in support for X pixmaps via the `xpm' library? */
310 #undef HAVE_XPM 317 #undef HAVE_XPM
318 #undef FOR_MSW
311 319
312 /* Compile in support for "X faces" via the `compface' library? 320 /* Compile in support for "X faces" via the `compface' library?
313 This enables graphical display of X-face headers in mail/news messages */ 321 This enables graphical display of X-face headers in mail/news messages */
314 #undef HAVE_XFACE 322 #undef HAVE_XFACE
315 323