comparison src/config.h.in @ 239:41f2f0e326e9 r20-5b18

Import from CVS: tag r20-5b18
author cvs
date Mon, 13 Aug 2007 10:15:48 +0200
parents 2c611d1463a6
children f220cc83d72e
comparison
equal deleted inserted replaced
238:b5f2e56b938d 239:41f2f0e326e9
91 /* Use a debugging malloc? */ 91 /* Use a debugging malloc? */
92 #undef USE_DEBUG_MALLOC 92 #undef USE_DEBUG_MALLOC
93 93
94 /* Compile in TTY support? */ 94 /* Compile in TTY support? */
95 #undef HAVE_TTY 95 #undef HAVE_TTY
96
97 /* Compile in support for MS windows? */
98 #undef HAVE_MS_WINDOWS
96 99
97 /* Compile in support for the X window system? */ 100 /* Compile in support for the X window system? */
98 #undef HAVE_X_WINDOWS 101 #undef HAVE_X_WINDOWS
99 102
100 /* Defines for building X applications */ 103 /* Defines for building X applications */
116 #define FUNCPROTO 15 119 #define FUNCPROTO 15
117 #endif 120 #endif
118 #endif /* HAVE_X_WINDOWS */ 121 #endif /* HAVE_X_WINDOWS */
119 122
120 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */ 123 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */
121 #if defined (HAVE_X_WINDOWS) /* || defined (HAVE_NEXTSTEP) */ 124 #if defined (HAVE_X_WINDOWS) || defined(HAVE_MS_WINDOWS) /* || defined (HAVE_NEXTSTEP) */
122 #define HAVE_WINDOW_SYSTEM 125 #define HAVE_WINDOW_SYSTEM
123 #endif 126 #endif
124 127
125 /* Define HAVE_UNIXOID_EVENT_LOOP if we use select() to wait for events. */ 128 /* Define HAVE_UNIXOID_EVENT_LOOP if we use select() to wait for events. */
126 #if defined (HAVE_X_WINDOWS) || defined (HAVE_TTY) 129 #if defined (HAVE_X_WINDOWS) || defined (HAVE_TTY)
164 #undef HAVE_ULIMIT_H 167 #undef HAVE_ULIMIT_H
165 #undef HAVE_X11_XLOCALE_H 168 #undef HAVE_X11_XLOCALE_H
166 #undef HAVE_LINUX_VERSION_H 169 #undef HAVE_LINUX_VERSION_H
167 #undef HAVE_INTTYPES_H 170 #undef HAVE_INTTYPES_H
168 #undef HAVE_LIMITS_H 171 #undef HAVE_LIMITS_H
172 #undef HAVE_SYS_UN_H
169 #undef STDC_HEADERS 173 #undef STDC_HEADERS
170 #undef TIME_WITH_SYS_TIME 174 #undef TIME_WITH_SYS_TIME
171 #undef WORDS_BIGENDIAN 175 #undef WORDS_BIGENDIAN
172 #undef HAVE_VFORK_H 176 #undef HAVE_VFORK_H
173 #undef HAVE_KSTAT_H 177 #undef HAVE_KSTAT_H