dad493d3dcad3878476197390132c6139c597ecd
[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 <dlfcn.h> header file. */
162 /* #undef HAVE_DLFCN_H */
163
164 /* Define if you don't have `vprintf' but do have `_doprnt.' */
165 /* #undef HAVE_DOPRNT */
166
167 /* Define if you have the <float.h> header file. */
168 #define HAVE_FLOAT_H 1
169
170 /* Define if you have the `getcwd' function. */
171 #define HAVE_GETCWD 1
172
173 /* Define if you have the `getpagesize' function. */
174 #ifndef _MSC_VER
175 #define HAVE_GETPAGESIZE 1
176 #else /* _MSC_VER */
177 /* #undef HAVE_GETPAGESIZE */
178 #endif /* _MSC_VER */
179
180 /* Define if you have the <inttypes.h> header file. */
181 /* #undef HAVE_INTTYPES_H */
182
183 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
184 /* #undef HAVE_LANGINFO_CODESET */
185
186 /* Define if you have the <langinfo.h> header file. */
187 /* #undef HAVE_LANGINFO_H */
188
189 /* Define if your <locale.h> file defines LC_MESSAGES. */
190 /* #undef HAVE_LC_MESSAGES */
191
192 /* Define if you have the <limits.h> header file. */
193 #define HAVE_LIMITS_H 1
194
195 /* Define if you have the <locale.h> header file. */
196 #define HAVE_LOCALE_H 1
197
198 /* Define if you have the `localtime_r' function. */
199 /* #undef HAVE_LOCALTIME_R */
200
201 /* Define if you have the `lstat' function. */
202 /* #undef HAVE_LSTAT */
203
204 /* Define if you have the <malloc.h> header file. */
205 #define HAVE_MALLOC_H 1
206
207 /* Define if you have the `memmove' function. */
208 #define HAVE_MEMMOVE 1
209
210 /* Define if you have the <memory.h> header file. */
211 #define HAVE_MEMORY_H 1
212
213 /* Define if you have the `mkstemp' function. */
214 /* #undef HAVE_MKSTEMP */
215
216 /* Define if you have a working `mmap' system call. */
217 /* #undef HAVE_MMAP */
218
219 /* Define if you have the `munmap' function. */
220 /* #undef HAVE_MUNMAP */
221
222 /* Define if you have the `nanosleep' function. */
223 /* #undef HAVE_NANOSLEEP */
224
225 /* Define if you have the `nl_langinfo' function. */
226 /* #undef HAVE_NL_LANGINFO */
227
228 /* Define if you have the <nl_types.h> header file. */
229 /* #undef HAVE_NL_TYPES_H */
230
231 /* Have non-POSIX function getpwuid_r */
232 /* #undef HAVE_NONPOSIX_GETPWUID_R */
233
234 /* Define if you have the `on_exit' function. */
235 /* #undef HAVE_ON_EXIT */
236
237 /* Define if you have the `poll' function. */
238 /* #undef HAVE_POLL */
239
240 /* Have POSIX function getpwuid_r */
241 /* #undef HAVE_POSIX_GETPWUID_R */
242
243 /* Have function pthread_attr_setstacksize */
244 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
245
246 /* Define if you have the `putenv' function. */
247 #define HAVE_PUTENV 1
248
249 /* Define if you have the <pwd.h> header file. */
250 /* #undef HAVE_PWD_H */
251
252 /* Define if you have the <sched.h> header file. */
253 /* #undef HAVE_SCHED_H */
254
255 /* Define if you have the `setenv' function. */
256 /* #undef HAVE_SETENV */
257
258 /* Define if you have the `setlocale' function. */
259 #define HAVE_SETLOCALE 1
260
261 /* Define if you have the <stddef.h> header file. */
262 #define HAVE_STDDEF_H 1
263
264 /* Define if you have the <stdint.h> header file. */
265 #ifndef _MSC_VER
266 #define HAVE_STDINT_H 1
267 #else /* _MSC_VER */
268 /* #undef HAVE_STDINT_H */
269 #endif /* _MSC_VER */
270
271 /* Define if you have the <stdlib.h> header file. */
272 #define HAVE_STDLIB_H 1
273
274 /* Define if you have the `stpcpy' function. */
275 /* #undef HAVE_STPCPY */
276
277 /* Define if you have the `strcasecmp' function. */
278 #ifndef _MSC_VER
279 #define HAVE_STRCASECMP 1
280 #else /* _MSC_VER */
281 /* #undef HAVE_STRCASECMP */
282 #endif /* _MSC_VER */
283
284 /* Define if you have the `strchr' function. */
285 #define HAVE_STRCHR 1
286
287 /* Define if you have the `strdup' function. */
288 #define HAVE_STRDUP 1
289
290 /* Define if you have the `strerror' function. */
291 #define HAVE_STRERROR 1
292
293 /* Define if you have the <strings.h> header file. */
294 /* #undef HAVE_STRINGS_H */
295
296 /* Define if you have the <string.h> header file. */
297 #define HAVE_STRING_H 1
298
299 /* Have functions strlcpy and strlcat */
300 /* #undef HAVE_STRLCPY */
301
302 /* Define if you have the `strncasecmp' function. */
303 #ifndef _MSC_VER
304 #define HAVE_STRNCASECMP 1
305 #else /* _MSC_VER */
306 /* #undef HAVE_STRNCASECMP */
307 #endif /* _MSC_VER */
308
309 /* Define if you have the `strsignal' function. */
310 /* #undef HAVE_STRSIGNAL */
311
312 /* Define if you have the <sys/param.h> header file. */
313 /* #undef HAVE_SYS_PARAM_H */
314
315 /* Define if you have the <sys/poll.h> header file. */
316 /* #undef HAVE_SYS_POLL_H */
317
318 /* found fd_set in sys/select.h */
319 /* #undef HAVE_SYS_SELECT_H */
320
321 /* Define if you have the <sys/stat.h> header file. */
322 #define HAVE_SYS_STAT_H 1
323
324 /* Define if you have the <sys/times.h> header file. */
325 /* #undef HAVE_SYS_TIMES_H */
326
327 /* Define if you have the <sys/time.h> header file. */
328 #ifndef _MSC_VER
329 #define HAVE_SYS_TIME_H 1
330 #else /* _MSC_VER */
331 /* #undef HAVE_SYS_TIME_H */
332 #endif /* _MSC_VER */
333
334 /* Define if you have the <sys/types.h> header file. */
335 #define HAVE_SYS_TYPES_H 1
336
337 /* Define if you have the <unistd.h> header file. */
338 #ifndef _MSC_VER
339 #define HAVE_UNISTD_H 1
340 #else /* _MSC_VER */
341 /* #undef HAVE_UNISTD_H */
342 #endif /* _MSC_VER */
343
344 /* Define if you have the <values.h> header file. */
345 #ifndef _MSC_VER
346 #define HAVE_VALUES_H 1
347 #else /* _MSC_VER */
348 /* #undef HAVE_VALUES_H */
349 #endif /* _MSC_VER */
350
351 /* Define if you have the `vasprintf' function. */
352 /* #undef HAVE_VASPRINTF */
353
354 /* Define if you have the `vprintf' function. */
355 #define HAVE_VPRINTF 1
356
357 /* Define if you have the `vsnprintf' function. */
358 /* #undef HAVE_VSNPRINTF */
359
360 /* Have a working bcopy */
361 /* #undef HAVE_WORKING_BCOPY */
362
363 /* Define if you have the `__argz_count' function. */
364 /* #undef HAVE___ARGZ_COUNT */
365
366 /* Define if you have the `__argz_next' function. */
367 /* #undef HAVE___ARGZ_NEXT */
368
369 /* Define if you have the `__argz_stringify' function. */
370 /* #undef HAVE___ARGZ_STRINGIFY */
371
372 /* didn't find fd_set */
373 #define NO_FD_SET 1
374
375 /* global 'sys_errlist' not found */
376 #define NO_SYS_ERRLIST 1
377
378 /* global 'sys_siglist' not found */
379 #define NO_SYS_SIGLIST 1
380
381 /* global 'sys_siglist' not declared */
382 #define NO_SYS_SIGLIST_DECL 1
383
384 /* Maximum POSIX RT priority */
385 /* #undef POSIX_MAX_PRIORITY */
386
387 /* Minimum POSIX RT priority */
388 /* #undef POSIX_MIN_PRIORITY */
389
390 /* The POSIX RT yield function */
391 /* #undef POSIX_YIELD_FUNC */
392
393 /* whether realloc (NULL,) works */
394 #define REALLOC_0_WORKS 1
395
396 /* The size of a `char', as computed by sizeof. */
397 #define SIZEOF_CHAR 1
398
399 /* The size of a `int', as computed by sizeof. */
400 #define SIZEOF_INT 4
401
402 /* The size of a `long', as computed by sizeof. */
403 #define SIZEOF_LONG 4
404
405 /* The size of a `long long', as computed by sizeof. */
406 #ifndef _MSC_VER
407 #define SIZEOF_LONG_LONG 8
408 #else /* _MSC_VER */
409 #define SIZEOF_LONG_LONG 0
410 #endif /* _MSC_VER */
411
412 /* The size of a `short', as computed by sizeof. */
413 #define SIZEOF_SHORT 2
414
415 /* The size of a `void *', as computed by sizeof. */
416 #define SIZEOF_VOID_P 4
417
418 /* The size of a `__int64', as computed by sizeof. */
419 #define SIZEOF___INT64 8
420
421 /* If using the C implementation of alloca, define if you know the
422    direction of stack growth for your system; otherwise it will be
423    automatically deduced at run-time.
424         STACK_DIRECTION > 0 => grows toward higher addresses
425         STACK_DIRECTION < 0 => grows toward lower addresses
426         STACK_DIRECTION = 0 => direction of growth unknown */
427 /* #undef STACK_DIRECTION */
428
429 /* Define if you have the ANSI C header files. */
430 #define STDC_HEADERS 1
431
432 /* Define if your processor stores words with the most significant byte first
433    (like Motorola and SPARC, unlike Intel and VAX). */
434 /* #undef WORDS_BIGENDIAN */
435
436 /* Define to empty if `const' does not conform to ANSI C. */
437 /* #undef const */
438
439 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
440    if it is not supported. */
441 #ifndef _MSC_VER
442 /* #undef inline */
443 #else /* _MSC_VER */
444 #define inline __inline
445 #endif /* _MSC_VER */
446
447 /* Define to `long' if <sys/types.h> does not define. */
448 /* #undef off_t */
449
450 /* Define to `unsigned' if <sys/types.h> does not define. */
451 /* #undef size_t */