Include gtypes.h not gobject/gtype.h
[platform/upstream/glib.git] / 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 /* GLIB - Library of useful routines for C programming
4  * Copyright (C) 1995-1997  Peter Mattis, Spencer Kimball and Josh MacDonald
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the
18  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19  * Boston, MA 02111-1307, USA.
20  */
21 /* acconfig.h
22    This file is in the public domain.
23
24    Descriptive text for the C preprocessor macros that
25    the distributed Autoconf macros can define.
26    No software package will use all of them; autoheader copies the ones
27    your configure.in uses into your configuration header file templates.
28
29    The entries are in sort -df order: alphabetical, case insensitive,
30    ignoring punctuation (such as underscores).  Although this order
31    can split up related entries, it makes it easier to check whether
32    a given entry is in the file.
33
34    Leave the following blank line there!!  Autoheader needs it.  */
35 \f
36
37 /* Other stuff */
38
39 /* #undef PACKAGE */
40 /* #undef VERSION */
41
42 \f
43 /* Leave that blank line there!!  Autoheader needs it.
44    If you're adding to this file, keep in mind:
45    The entries are in sort -df order: alphabetical, case insensitive,
46    ignoring punctuation (such as underscores).  */
47
48 #define ENABLE_NLS 1
49 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
50 #define GLIB_LOCALE_DIR "NONE/lib/locale"
51 #define HAVE_GETTEXT 1
52 /* #undef HAVE_LC_MESSAGES */
53 #ifndef _MSC_VER
54 #define SANE_MALLOC_PROTOS 1
55 #else /* _MSC_VER */
56 /* #undef SANE_MALLOC_PROTOS */
57 #endif /* _MSC_VER */
58 #define USE_LIBICONV 1
59
60 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
61    systems. This function is required for `alloca.c' support on those systems.
62    */
63 /* #undef CRAY_STACKSEG_END */
64
65 /* Define if using `alloca.c'. */
66 /* #undef C_ALLOCA */
67
68 /* Whether to disable memory pools */
69 /* #undef DISABLE_MEM_POOLS */
70
71 /* Whether to enable GC friendliness */
72 /* #undef ENABLE_GC_FRIENDLY */
73
74 /* Define to the GLIB binary age */
75 #define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
76
77 /* Byte contents of gmutex */
78 /* #undef GLIB_BYTE_CONTENTS_GMUTEX */
79
80 /* Define to the GLIB interface age */
81 #define GLIB_INTERFACE_AGE @GLIB_INTERFACE_AGE@
82
83 /* Define to the GLIB major version */
84 #define GLIB_MAJOR_VERSION @GLIB_MAJOR_VERSION@
85
86 /* Define to the GLIB micro version */
87 #define GLIB_MICRO_VERSION @GLIB_MICRO_VERSION@
88
89 /* Define to the GLIB minor version */
90 #define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@
91
92 /* Size of gmutex */
93 /* #undef GLIB_SIZEOF_GMUTEX */
94
95 /* Size of intmax_t */
96 #ifndef _MSC_VER
97 #define GLIB_SIZEOF_INTMAX_T 8
98 #else /* _MSC_VER */
99 #define GLIB_SIZEOF_INTMAX_T 0
100 #endif /* _MSC_VER */
101
102 /* Size of ptrdiff_t */
103 #define GLIB_SIZEOF_PTRDIFF_T 4
104
105 /* Size of size_t */
106 #define GLIB_SIZEOF_SIZE_T 4
107
108 /* Size of system_thread */
109 #define GLIB_SIZEOF_SYSTEM_THREAD 4
110
111 /* Whether glib was compiled with debugging enabled */
112 #define G_COMPILED_WITH_DEBUGGING "yes"
113
114 /* Have inline keyword */
115 #ifndef _MSC_VER
116 #define G_HAVE_INLINE 1
117 #else /* _MSC_VER */
118 /* #undef G_HAVE_INLINE */
119 #endif /* _MSC_VER */
120
121 /* Have __inline keyword */
122 #define G_HAVE___INLINE 1
123
124 /* Have __inline__ keyword */
125 #ifndef _MSC_VER
126 #define G_HAVE___INLINE__ 1
127 #else /* _MSC_VER */
128 /* #undef G_HAVE___INLINE__ */
129 #endif /* _MSC_VER */
130
131 /* Source file containing theread implementation */
132 #define G_THREAD_SOURCE "gthread-win32.c"
133
134 /* whether to use the PID niceness surrogate for thread priorities */
135 /* #undef G_THREAD_USE_PID_SURROGATE */
136
137 /* A 'va_copy' style function */
138 /* #undef G_VA_COPY */
139
140 /* 'va_lists' cannot be copies as values */
141 /* #undef G_VA_COPY_AS_ARRAY */
142
143 /* Define if you have `alloca', as a function or macro. */
144 #define HAVE_ALLOCA 1
145
146 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
147 /* #undef HAVE_ALLOCA_H */
148
149 /* Define if you have the <argz.h> header file. */
150 /* #undef HAVE_ARGZ_H */
151
152 /* Define if you have the `atexit' function. */
153 #define HAVE_ATEXIT 1
154
155 /* Have nl_langinfo (CODESET) */
156 /* #undef HAVE_CODESET */
157
158 /* Define if you have the `dcgettext' function. */
159 #define HAVE_DCGETTEXT 1
160
161 /* Define if you have the <dirent.h> header file. */
162 #define HAVE_DIRENT_H 1
163
164 /* Define if you have the <dlfcn.h> header file. */
165 /* #undef HAVE_DLFCN_H */
166
167 /* Define if you don't have `vprintf' but do have `_doprnt.' */
168 /* #undef HAVE_DOPRNT */
169
170 /* Define if you have the <float.h> header file. */
171 #define HAVE_FLOAT_H 1
172
173 /* Define if you have the `getcwd' function. */
174 #define HAVE_GETCWD 1
175
176 /* Define if you have the `getpagesize' function. */
177 #ifndef _MSC_VER
178 #define HAVE_GETPAGESIZE 1
179 #else /* _MSC_VER */
180 /* #undef HAVE_GETPAGESIZE */
181 #endif /* _MSC_VER */
182
183 /* Define if you have the <inttypes.h> header file. */
184 /* #undef HAVE_INTTYPES_H */
185
186 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
187 /* #undef HAVE_LANGINFO_CODESET */
188
189 /* Define if you have the <langinfo.h> header file. */
190 /* #undef HAVE_LANGINFO_H */
191
192 /* Define if your <locale.h> file defines LC_MESSAGES. */
193 /* #undef HAVE_LC_MESSAGES */
194
195 /* Define if you have the <limits.h> header file. */
196 #define HAVE_LIMITS_H 1
197
198 /* Define if you have the <locale.h> header file. */
199 #define HAVE_LOCALE_H 1
200
201 /* Define if you have the `localtime_r' function. */
202 /* #undef HAVE_LOCALTIME_R */
203
204 /* Define if you have the `lstat' function. */
205 /* #undef HAVE_LSTAT */
206
207 /* Define if you have the <malloc.h> header file. */
208 #define HAVE_MALLOC_H 1
209
210 /* Define if you have the `memmove' function. */
211 #define HAVE_MEMMOVE 1
212
213 /* Define if you have the <memory.h> header file. */
214 #define HAVE_MEMORY_H 1
215
216 /* Define if you have the `mkstemp' function. */
217 /* #undef HAVE_MKSTEMP */
218
219 /* Define if you have a working `mmap' system call. */
220 /* #undef HAVE_MMAP */
221
222 /* Define if you have the `munmap' function. */
223 /* #undef HAVE_MUNMAP */
224
225 /* Define if you have the `nanosleep' function. */
226 /* #undef HAVE_NANOSLEEP */
227
228 /* Define if you have the `nl_langinfo' function. */
229 /* #undef HAVE_NL_LANGINFO */
230
231 /* Define if you have the <nl_types.h> header file. */
232 /* #undef HAVE_NL_TYPES_H */
233
234 /* Have non-POSIX function getpwuid_r */
235 /* #undef HAVE_NONPOSIX_GETPWUID_R */
236
237 /* Define if you have the `on_exit' function. */
238 /* #undef HAVE_ON_EXIT */
239
240 /* Define if you have the `poll' function. */
241 /* #undef HAVE_POLL */
242
243 /* Have POSIX function getpwuid_r */
244 /* #undef HAVE_POSIX_GETPWUID_R */
245
246 /* Have function pthread_attr_setstacksize */
247 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
248
249 /* Define if you have the `putenv' function. */
250 #define HAVE_PUTENV 1
251
252 /* Define if you have the <pwd.h> header file. */
253 /* #undef HAVE_PWD_H */
254
255 /* Define if you have the <sched.h> header file. */
256 /* #undef HAVE_SCHED_H */
257
258 /* Define if you have the `setenv' function. */
259 /* #undef HAVE_SETENV */
260
261 /* Define if you have the `setlocale' function. */
262 #define HAVE_SETLOCALE 1
263
264 /* Define if you have the <stddef.h> header file. */
265 #define HAVE_STDDEF_H 1
266
267 /* Define if you have the <stdint.h> header file. */
268 #ifndef _MSC_VER
269 #define HAVE_STDINT_H 1
270 #else /* _MSC_VER */
271 /* #undef HAVE_STDINT_H */
272 #endif /* _MSC_VER */
273
274 /* Define if you have the <stdlib.h> header file. */
275 #define HAVE_STDLIB_H 1
276
277 /* Define if you have the `stpcpy' function. */
278 /* #undef HAVE_STPCPY */
279
280 /* Define if you have the `strcasecmp' function. */
281 #ifndef _MSC_VER
282 #define HAVE_STRCASECMP 1
283 #else /* _MSC_VER */
284 /* #undef HAVE_STRCASECMP */
285 #endif /* _MSC_VER */
286
287 /* Define if you have the `strchr' function. */
288 #define HAVE_STRCHR 1
289
290 /* Define if you have the `strdup' function. */
291 #define HAVE_STRDUP 1
292
293 /* Define if you have the `strerror' function. */
294 #define HAVE_STRERROR 1
295
296 /* Define if you have the <strings.h> header file. */
297 /* #undef HAVE_STRINGS_H */
298
299 /* Define if you have the <string.h> header file. */
300 #define HAVE_STRING_H 1
301
302 /* Have functions strlcpy and strlcat */
303 /* #undef HAVE_STRLCPY */
304
305 /* Define if you have the `strncasecmp' function. */
306 #ifndef _MSC_VER
307 #define HAVE_STRNCASECMP 1
308 #else /* _MSC_VER */
309 /* #undef HAVE_STRNCASECMP */
310 #endif /* _MSC_VER */
311
312 /* Define if you have the `strsignal' function. */
313 /* #undef HAVE_STRSIGNAL */
314
315 /* Define if you have the <sys/param.h> header file. */
316 /* #undef HAVE_SYS_PARAM_H */
317
318 /* Define if you have the <sys/poll.h> header file. */
319 /* #undef HAVE_SYS_POLL_H */
320
321 /* found fd_set in sys/select.h */
322 /* #undef HAVE_SYS_SELECT_H */
323
324 /* Define if you have the <sys/stat.h> header file. */
325 #define HAVE_SYS_STAT_H 1
326
327 /* Define if you have the <sys/times.h> header file. */
328 /* #undef HAVE_SYS_TIMES_H */
329
330 /* Define if you have the <sys/time.h> header file. */
331 #ifndef _MSC_VER
332 #define HAVE_SYS_TIME_H 1
333 #else /* _MSC_VER */
334 /* #undef HAVE_SYS_TIME_H */
335 #endif /* _MSC_VER */
336
337 /* Define if you have the <sys/types.h> header file. */
338 #define HAVE_SYS_TYPES_H 1
339
340 /* Define if you have the <unistd.h> header file. */
341 #ifndef _MSC_VER
342 #define HAVE_UNISTD_H 1
343 #else /* _MSC_VER */
344 /* #undef HAVE_UNISTD_H */
345 #endif /* _MSC_VER */
346
347 /* Define if you have the <values.h> header file. */
348 #ifndef _MSC_VER
349 #define HAVE_VALUES_H 1
350 #else /* _MSC_VER */
351 /* #undef HAVE_VALUES_H */
352 #endif /* _MSC_VER */
353
354 /* Define if you have the `vasprintf' function. */
355 /* #undef HAVE_VASPRINTF */
356
357 /* Define if you have the `vprintf' function. */
358 #define HAVE_VPRINTF 1
359
360 /* Define if you have the `vsnprintf' function. */
361 /* #undef HAVE_VSNPRINTF */
362
363 /* Have a working bcopy */
364 /* #undef HAVE_WORKING_BCOPY */
365
366 /* Define if you have the `__argz_count' function. */
367 /* #undef HAVE___ARGZ_COUNT */
368
369 /* Define if you have the `__argz_next' function. */
370 /* #undef HAVE___ARGZ_NEXT */
371
372 /* Define if you have the `__argz_stringify' function. */
373 /* #undef HAVE___ARGZ_STRINGIFY */
374
375 /* didn't find fd_set */
376 #define NO_FD_SET 1
377
378 /* global 'sys_errlist' not found */
379 #define NO_SYS_ERRLIST 1
380
381 /* global 'sys_siglist' not found */
382 #define NO_SYS_SIGLIST 1
383
384 /* global 'sys_siglist' not declared */
385 #define NO_SYS_SIGLIST_DECL 1
386
387 /* Maximum POSIX RT priority */
388 /* #undef POSIX_MAX_PRIORITY */
389
390 /* Minimum POSIX RT priority */
391 /* #undef POSIX_MIN_PRIORITY */
392
393 /* The POSIX RT yield function */
394 /* #undef POSIX_YIELD_FUNC */
395
396 /* whether realloc (NULL,) works */
397 #define REALLOC_0_WORKS 1
398
399 /* The size of a `char', as computed by sizeof. */
400 #define SIZEOF_CHAR 1
401
402 /* The size of a `int', as computed by sizeof. */
403 #define SIZEOF_INT 4
404
405 /* The size of a `long', as computed by sizeof. */
406 #define SIZEOF_LONG 4
407
408 /* The size of a `long long', as computed by sizeof. */
409 #ifndef _MSC_VER
410 #define SIZEOF_LONG_LONG 8
411 #else /* _MSC_VER */
412 #define SIZEOF_LONG_LONG 0
413 #endif /* _MSC_VER */
414
415 /* The size of a `short', as computed by sizeof. */
416 #define SIZEOF_SHORT 2
417
418 /* The size of a `void *', as computed by sizeof. */
419 #define SIZEOF_VOID_P 4
420
421 /* The size of a `__int64', as computed by sizeof. */
422 #define SIZEOF___INT64 8
423
424 /* If using the C implementation of alloca, define if you know the
425    direction of stack growth for your system; otherwise it will be
426    automatically deduced at run-time.
427         STACK_DIRECTION > 0 => grows toward higher addresses
428         STACK_DIRECTION < 0 => grows toward lower addresses
429         STACK_DIRECTION = 0 => direction of growth unknown */
430 /* #undef STACK_DIRECTION */
431
432 /* Define if you have the ANSI C header files. */
433 #define STDC_HEADERS 1
434
435 /* Define if your processor stores words with the most significant byte first
436    (like Motorola and SPARC, unlike Intel and VAX). */
437 /* #undef WORDS_BIGENDIAN */
438
439 /* Define to empty if `const' does not conform to ANSI C. */
440 /* #undef const */
441
442 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
443    if it is not supported. */
444 #ifndef _MSC_VER
445 /* #undef inline */
446 #else /* _MSC_VER */
447 #define inline __inline
448 #endif /* _MSC_VER */
449
450 /* Define to `long' if <sys/types.h> does not define. */
451 /* #undef off_t */
452
453 /* Define to `unsigned' if <sys/types.h> does not define. */
454 /* #undef size_t */