]> Pileus Git - ~andy/gtk/blob - config.h.win32.in
Update to match a recent configure-generated config.h
[~andy/gtk] / config.h.win32.in
1 /* config.h.win32.in. Merged from two versions generated by configure for gcc and MSVC.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3 /* acconfig.h
4    This file is in the public domain.
5
6    Descriptive text for the C preprocessor macros that
7    the distributed Autoconf macros can define.
8    No software package will use all of them; autoheader copies the ones
9    your configure.in uses into your configuration header file templates.
10
11    The entries are in sort -df order: alphabetical, case insensitive,
12    ignoring punctuation (such as underscores).  Although this order
13    can split up related entries, it makes it easier to check whether
14    a given entry is in the file.
15
16    Leave the following blank line there!!  Autoheader needs it.  */
17 \f
18
19 /* Other stuff */
20 #define ENABLE_NLS 1
21 #define GTK_COMPILED_WITH_DEBUGGING "yes"
22
23 /* #undef HAVE_CATGETS */
24 /* #undef HAVE_DIMM_H */
25 #define HAVE_GETTEXT 1
26 /* #undef HAVE_IPC_H */
27 /* #undef HAVE_LC_MESSAGES */
28 #define HAVE_PROGRESSIVE_JPEG 1
29 /* #undef HAVE_PWD_H */
30 /* #undef HAVE_SHM_H */
31 /* #undef HAVE_STPCPY */
32 /* #undef HAVE_XSHM_H */
33 /* #undef HAVE_SHAPE_EXT */
34 /* #undef HAVE_SYS_SELECT_H */
35 #ifndef _MSC_VER
36 #define HAVE_SYS_TIME_H 1
37 #else /* _MSC_VER */
38 /* #undef HAVE_SYS_TIME_H */
39 #endif /* _MSC_VER */
40 #define HAVE_WINSOCK_H 1
41 #define HAVE_WINTAB 1
42 /* #undef HAVE_XCONVERTCASE */
43 /* #undef HAVE_XFT */
44
45 /* #undef HAVE_SIGSETJMP */
46
47 #define NO_FD_SET 1
48
49 /* #undef RESOURCE_BASE */
50
51 #ifndef _MSC_VER
52 #define USE_GMODULE 1
53 #define USE_MMX 1
54 #endif
55
56 /* Define to use X11R6 additions to XIM */
57 /* #undef USE_X11R6_XIM */
58
59 /* Define to use XKB extension */
60 /* #undef HAVE_XKB */
61
62 /* Define to use shadowfb in the linux-fb port */
63 /* #undef ENABLE_SHADOW_FB */
64
65 /* Define to use a fb manager in the linux-fb port */
66 /* #undef ENABLE_FB_MANAGER */
67
68 /* #undef XINPUT_NONE */
69 /* #undef XINPUT_GXI */
70 /* #undef XINPUT_XFREE */
71
72 /* Define as the return type of signal handlers (int or void).  */
73 #define RETSIGTYPE void
74
75 /* Most machines will be happy with int or void.  IRIX requires '...' */
76 /* #undef SIGNAL_ARG_TYPE */
77
78 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
79
80 /* #undef PACKAGE */
81 /* #undef VERSION */
82
83 \f
84 /* Leave that blank line there!!  Autoheader needs it.
85    If you're adding to this file, keep in mind:
86    The entries are in sort -df order: alphabetical, case insensitive,
87    ignoring punctuation (such as underscores).  */
88
89 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
90    systems. This function is required for `alloca.c' support on those systems.
91    */
92 /* #undef CRAY_STACKSEG_END */
93
94 /* Define if using `alloca.c'. */
95 /* #undef C_ALLOCA */
96
97 /* always defined to indicate that i18n is enabled */
98 #define ENABLE_NLS 1
99
100 /* Define if you have `alloca', as a function or macro. */
101 #define HAVE_ALLOCA 1
102
103 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
104 /* #undef HAVE_ALLOCA_H */
105
106 /* Define if you have the <argz.h> header file. */
107 /* #undef HAVE_ARGZ_H */
108
109 /* Define if you have the `bind_textdomain_codeset' function. */
110 /* #undef HAVE_BIND_TEXTDOMAIN_CODESET */
111
112 /* Is the wctype implementation broken */
113 /* #undef HAVE_BROKEN_WCTYPE */
114
115 /* Define if you have the `dcgettext' function. */
116 #define HAVE_DCGETTEXT 1
117
118 /* Define if you have the <dlfcn.h> header file. */
119 /* #undef HAVE_DLFCN_H */
120
121 /* Define if you have the `getcwd' function. */
122 #define HAVE_GETCWD 1
123
124 /* Define if you have the `getpagesize' function. */
125 #ifndef _MSC_VER
126 #define HAVE_GETPAGESIZE 1
127 #else /* _MSC_VER */
128 /* #undef HAVE_GETPAGESIZE */
129 #endif /* _MSC_VER */
130
131 /* Define if you have the `getresuid' function. */
132 /* #undef HAVE_GETRESUID */
133
134 /* Define if the GNU gettext() function is already present or preinstalled. */
135 #define HAVE_GETTEXT 1
136
137 /* Define if you have the <inttypes.h> header file. */
138 /* #undef HAVE_INTTYPES_H */
139
140 /* Define if your <locale.h> file defines LC_MESSAGES. */
141 /* #undef HAVE_LC_MESSAGES */
142
143 /* Define if you have the <limits.h> header file. */
144 #define HAVE_LIMITS_H 1
145
146 /* Define if you have the <locale.h> header file. */
147 #define HAVE_LOCALE_H 1
148
149 /* Define if you have the `lstat' function. */
150 /* #undef HAVE_LSTAT */
151
152 /* Define if you have the <malloc.h> header file. */
153 #define HAVE_MALLOC_H 1
154
155 /* Define if you have the <memory.h> header file. */
156 #define HAVE_MEMORY_H 1
157
158 /* Define if you have the `mkstemp' function. */
159 /* #undef HAVE_MKSTEMP */
160
161 /* Define if you have a working `mmap' system call. */
162 /* #undef HAVE_MMAP */
163
164 /* Define if you have the `munmap' function. */
165 /* #undef HAVE_MUNMAP */
166
167 /* Define if you have the <nl_types.h> header file. */
168 /* #undef HAVE_NL_TYPES_H */
169
170 /* Define if you have the `putenv' function. */
171 #define HAVE_PUTENV 1
172
173 /* Define if you have the <pwd.h> header file. */
174 /* #undef HAVE_PWD_H */
175
176 /* Define if you have the `setenv' function. */
177 /* #undef HAVE_SETENV */
178
179 /* Define if you have the `setlocale' function. */
180 #define HAVE_SETLOCALE 1
181
182 /* Define if you have the <stdint.h> header file. */
183 #ifndef _MSC_VER
184 #define HAVE_STDINT_H 1
185 #else /* _MSC_VER */
186 /* #undef HAVE_STDINT_H */
187 #endif /* _MSC_VER */
188
189 /* Define if you have the <stdlib.h> header file. */
190 #define HAVE_STDLIB_H 1
191
192 /* Define if you have the `strcasecmp' function. */
193 #ifndef _MSC_VER
194 #define HAVE_STRCASECMP 1
195 #else /* _MSC_VER */
196 /* #undef HAVE_STRCASECMP */
197 #endif /* _MSC_VER */
198
199 /* Define if you have the `strchr' function. */
200 #define HAVE_STRCHR 1
201
202 /* Define if you have the `strdup' function. */
203 #define HAVE_STRDUP 1
204
205 /* Define if you have the <strings.h> header file. */
206 /* #undef HAVE_STRINGS_H */
207
208 /* Define if you have the <string.h> header file. */
209 #define HAVE_STRING_H 1
210
211 /* Define if you have the <sys/param.h> header file. */
212 /* #undef HAVE_SYS_PARAM_H */
213
214 /* Define if you have the <sys/stat.h> header file. */
215 #define HAVE_SYS_STAT_H 1
216
217 /* Define if you have the <sys/time.h> header file. */
218 #ifndef _MSC_VER
219 #define HAVE_SYS_TIME_H 1
220 #else /* _MSC_VER */
221 /* #undef HAVE_SYS_TIME_H */
222 #endif /* _MSC_VER */
223
224 /* Define if you have the <sys/types.h> header file. */
225 #define HAVE_SYS_TYPES_H 1
226
227 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
228 /* #undef HAVE_SYS_WAIT_H */
229
230 /* Define if you have the <unistd.h> header file. */
231 #ifndef _MSC_VER
232 #define HAVE_UNISTD_H 1
233 #else /* _MSC_VER */
234 /* #undef HAVE_UNISTD_H */
235 #endif /* _MSC_VER */
236
237 /* Have wchar.h include file */
238 #define HAVE_WCHAR_H 1
239
240 /* Have wctype.h include file */
241 #define HAVE_WCTYPE_H 1
242
243 /* Define if you have the <winsock.h> header file. */
244 #define HAVE_WINSOCK_H 1
245
246 /* Define if you have the `__argz_count' function. */
247 /* #undef HAVE___ARGZ_COUNT */
248
249 /* Define if you have the `__argz_next' function. */
250 /* #undef HAVE___ARGZ_NEXT */
251
252 /* Define if you have the `__argz_stringify' function. */
253 /* #undef HAVE___ARGZ_STRINGIFY */
254
255 /* Define as the return type of signal handlers (`int' or `void'). */
256 #define RETSIGTYPE void
257
258 /* If using the C implementation of alloca, define if you know the
259    direction of stack growth for your system; otherwise it will be
260    automatically deduced at run-time.
261         STACK_DIRECTION > 0 => grows toward higher addresses
262         STACK_DIRECTION < 0 => grows toward lower addresses
263         STACK_DIRECTION = 0 => direction of growth unknown */
264 /* #undef STACK_DIRECTION */
265
266 /* Define if you have the ANSI C header files. */
267 #define STDC_HEADERS 1
268
269 /* Define if the X Window System is missing or not being used. */
270 /* #undef X_DISPLAY_MISSING */
271
272 /* Define to empty if `const' does not conform to ANSI C. */
273 /* #undef const */
274
275 /* Define to `int' if <sys/types.h> doesn't define. */
276 #define gid_t int
277
278 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
279    if it is not supported. */
280 /* #undef inline */
281
282 /* Define to `long' if <sys/types.h> does not define. */
283 /* #undef off_t */
284
285 /* Define to `unsigned' if <sys/types.h> does not define. */
286 /* #undef size_t */
287
288 /* Define to `int' if <sys/types.h> doesn't define. */
289 #define uid_t int