Move the Win32 check closer to the start, after the BeOS checks. Preset
[platform/upstream/glib.git] / config.h.win32.in
1 /* config.h.win32.  Pregenerated .  */
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 #define SANE_MALLOC_PROTOS 1
54 #define USE_LIBICONV 1
55
56 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
57    systems. This function is required for `alloca.c' support on those systems.
58    */
59 /* #undef CRAY_STACKSEG_END */
60
61 /* Define if using `alloca.c'. */
62 /* #undef C_ALLOCA */
63
64 /* Whether to disable memory pools */
65 /* #undef DISABLE_MEM_POOLS */
66
67 /* Whether to enable GC friendliness */
68 /* #undef ENABLE_GC_FRIENDLY */
69
70 /* Define to the GLIB binary age */
71 #define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
72
73 /* Byte contents of gmutex */
74 /* #undef GLIB_BYTE_CONTENTS_GMUTEX */
75
76 /* Define to the GLIB interface age */
77 #define GLIB_INTERFACE_AGE @GLIB_INTERFACE_AGE@
78
79 /* Define to the GLIB major version */
80 #define GLIB_MAJOR_VERSION @GLIB_MAJOR_VERSION@
81
82 /* Define to the GLIB micro version */
83 #define GLIB_MICRO_VERSION @GLIB_MINOR_VERSION@
84
85 /* Define to the GLIB minor version */
86 #define GLIB_MINOR_VERSION @GLIB_MICRO_VERSION@
87
88 /* Size of gmutex */
89 /* #undef GLIB_SIZEOF_GMUTEX */
90
91 /* Size of intmax_t */
92 #define GLIB_SIZEOF_INTMAX_T 0
93
94 /* Size of ptrdiff_t */
95 #define GLIB_SIZEOF_PTRDIFF_T 4
96
97 /* Size of size_t */
98 #define GLIB_SIZEOF_SIZE_T 4
99
100 /* Size of system_thread */
101 #define GLIB_SIZEOF_SYSTEM_THREAD 4
102
103 /* Whether glib was compiled with debugging enabled */
104 #define G_COMPILED_WITH_DEBUGGING "yes"
105
106 /* Have inline keyword */
107 /* #undef G_HAVE_INLINE */
108
109 /* Have __inline keyword */
110 #define G_HAVE___INLINE 1
111
112 /* Have __inline__ keyword */
113 /* #undef G_HAVE___INLINE__ */
114
115 /* Source file containing theread implementation */
116 #define G_THREAD_SOURCE "gthread-win32.c"
117
118 /* whether to use the PID niceness surrogate for thread priorities */
119 /* #undef G_THREAD_USE_PID_SURROGATE */
120
121 /* A 'va_copy' style function */
122 /* #undef G_VA_COPY */
123
124 /* 'va_lists' cannot be copies as values */
125 /* #undef G_VA_COPY_AS_ARRAY */
126
127 /* Define if you have `alloca', as a function or macro. */
128 #define HAVE_ALLOCA 1
129
130 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
131 /* #undef HAVE_ALLOCA_H */
132
133 /* Define if you have the <argz.h> header file. */
134 /* #undef HAVE_ARGZ_H */
135
136 /* Define if you have the `atexit' function. */
137 #define HAVE_ATEXIT 1
138
139 /* Have nl_langinfo (CODESET) */
140 /* #undef HAVE_CODESET */
141
142 /* Define if you have the `dcgettext' function. */
143 #define HAVE_DCGETTEXT 1
144
145 /* Define if you have the <dlfcn.h> header file. */
146 /* #undef HAVE_DLFCN_H */
147
148 /* Define if you don't have `vprintf' but do have `_doprnt.' */
149 /* #undef HAVE_DOPRNT */
150
151 /* Define if you have the <float.h> header file. */
152 #define HAVE_FLOAT_H 1
153
154 /* Define if you have the `getcwd' function. */
155 #define HAVE_GETCWD 1
156
157 /* Define if you have the `getpagesize' function. */
158 /* #undef HAVE_GETPAGESIZE */
159
160 /* Define if you have the <inttypes.h> header file. */
161 /* #undef HAVE_INTTYPES_H */
162
163 /* Define if you have the <limits.h> header file. */
164 #define HAVE_LIMITS_H 1
165
166 /* Define if you have the <locale.h> header file. */
167 #define HAVE_LOCALE_H 1
168
169 /* Define if you have the `localtime_r' function. */
170 /* #undef HAVE_LOCALTIME_R */
171
172 /* Define if you have the `lstat' function. */
173 /* #undef HAVE_LSTAT */
174
175 /* Define if you have the <malloc.h> header file. */
176 #define HAVE_MALLOC_H 1
177
178 /* Define if you have the `memmove' function. */
179 #define HAVE_MEMMOVE 1
180
181 /* Define if you have the <memory.h> header file. */
182 #define HAVE_MEMORY_H 1
183
184 /* Define if you have the `mkstemp' function. */
185 /* #undef HAVE_MKSTEMP */
186
187 /* Define if you have a working `mmap' system call. */
188 /* #undef HAVE_MMAP */
189
190 /* Define if you have the `munmap' function. */
191 /* #undef HAVE_MUNMAP */
192
193 /* Define if you have the `nanosleep' function. */
194 /* #undef HAVE_NANOSLEEP */
195
196 /* Define if you have the <nl_types.h> header file. */
197 /* #undef HAVE_NL_TYPES_H */
198
199 /* Have non-POSIX function getpwuid_r */
200 /* #undef HAVE_NONPOSIX_GETPWUID_R */
201
202 /* Define if you have the `on_exit' function. */
203 /* #undef HAVE_ON_EXIT */
204
205 /* Define if you have the `poll' function. */
206 /* #undef HAVE_POLL */
207
208 /* Have POSIX function getpwuid_r */
209 /* #undef HAVE_POSIX_GETPWUID_R */
210
211 /* Have function pthread_attr_setstacksize */
212 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
213
214 /* Define if you have the `putenv' function. */
215 #define HAVE_PUTENV 1
216
217 /* Define if you have the <pwd.h> header file. */
218 /* #undef HAVE_PWD_H */
219
220 /* Define if you have the <sched.h> header file. */
221 /* #undef HAVE_SCHED_H */
222
223 /* Define if you have the `setenv' function. */
224 /* #undef HAVE_SETENV */
225
226 /* Define if you have the `setlocale' function. */
227 #define HAVE_SETLOCALE 1
228
229 /* Define if you have the <stdint.h> header file. */
230 /* #undef HAVE_STDINT_H */
231
232 /* Define if you have the <stdlib.h> header file. */
233 #define HAVE_STDLIB_H 1
234
235 /* Define if you have the `stpcpy' function. */
236 /* #undef HAVE_STPCPY */
237
238 /* Define if you have the `strcasecmp' function. */
239 /* #undef HAVE_STRCASECMP */
240
241 /* Define if you have the `strchr' function. */
242 #define HAVE_STRCHR 1
243
244 /* Define if you have the `strdup' function. */
245 #define HAVE_STRDUP 1
246
247 /* Define if you have the `strerror' function. */
248 #define HAVE_STRERROR 1
249
250 /* Define if you have the <strings.h> header file. */
251 /* #undef HAVE_STRINGS_H */
252
253 /* Define if you have the <string.h> header file. */
254 #define HAVE_STRING_H 1
255
256 /* Have functions strlcpy and strlcat */
257 /* #undef HAVE_STRLCPY */
258
259 /* Define if you have the `strncasecmp' function. */
260 /* #undef HAVE_STRNCASECMP */
261
262 /* Define if you have the `strsignal' function. */
263 /* #undef HAVE_STRSIGNAL */
264
265 /* Define if you have the <sys/param.h> header file. */
266 /* #undef HAVE_SYS_PARAM_H */
267
268 /* Define if you have the <sys/poll.h> header file. */
269 /* #undef HAVE_SYS_POLL_H */
270
271 /* found fd_set in sys/select.h */
272 /* #undef HAVE_SYS_SELECT_H */
273
274 /* Define if you have the <sys/stat.h> header file. */
275 #define HAVE_SYS_STAT_H 1
276
277 /* Define if you have the <sys/times.h> header file. */
278 /* #undef HAVE_SYS_TIMES_H */
279
280 /* Define if you have the <sys/time.h> header file. */
281 /* #undef HAVE_SYS_TIME_H */
282
283 /* Define if you have the <sys/types.h> header file. */
284 #define HAVE_SYS_TYPES_H 1
285
286 /* Define if you have the <unistd.h> header file. */
287 /* #undef HAVE_UNISTD_H */
288
289 /* Define if you have the <values.h> header file. */
290 /* #undef HAVE_VALUES_H */
291
292 /* Define if you have the `vprintf' function. */
293 #define HAVE_VPRINTF 1
294
295 /* Define if you have the `vsnprintf' function. */
296 /* #undef HAVE_VSNPRINTF */
297
298 /* Have a working bcopy */
299 /* #undef HAVE_WORKING_BCOPY */
300
301 /* Define if you have the `__argz_count' function. */
302 /* #undef HAVE___ARGZ_COUNT */
303
304 /* Define if you have the `__argz_next' function. */
305 /* #undef HAVE___ARGZ_NEXT */
306
307 /* Define if you have the `__argz_stringify' function. */
308 /* #undef HAVE___ARGZ_STRINGIFY */
309
310 /* didn't find fd_set */
311 #define NO_FD_SET 1
312
313 /* global 'sys_errlist' not found */
314 #define NO_SYS_ERRLIST 1
315
316 /* global 'sys_siglist' not found */
317 #define NO_SYS_SIGLIST 1
318
319 /* global 'sys_siglist' not declared */
320 #define NO_SYS_SIGLIST_DECL 1
321
322 /* Maximum POSIX RT priority */
323 /* #undef POSIX_MAX_PRIORITY */
324
325 /* Minimum POSIX RT priority */
326 /* #undef POSIX_MIN_PRIORITY */
327
328 /* The POSIX RT yield function */
329 /* #undef POSIX_YIELD_FUNC */
330
331 /* whether realloc (NULL,) works */
332 #define REALLOC_0_WORKS 1
333
334 /* The size of a `char', as computed by sizeof. */
335 #define SIZEOF_CHAR 1
336
337 /* The size of a `int', as computed by sizeof. */
338 #define SIZEOF_INT 4
339
340 /* The size of a `long', as computed by sizeof. */
341 #define SIZEOF_LONG 4
342
343 /* The size of a `long long', as computed by sizeof. */
344 #define SIZEOF_LONG_LONG 8
345
346 /* The size of a `short', as computed by sizeof. */
347 #define SIZEOF_SHORT 2
348
349 /* The size of a `void *', as computed by sizeof. */
350 #define SIZEOF_VOID_P 4
351
352 /* If using the C implementation of alloca, define if you know the
353    direction of stack growth for your system; otherwise it will be
354    automatically deduced at run-time.
355         STACK_DIRECTION > 0 => grows toward higher addresses
356         STACK_DIRECTION < 0 => grows toward lower addresses
357         STACK_DIRECTION = 0 => direction of growth unknown */
358 /* #undef STACK_DIRECTION */
359
360 /* Define if you have the ANSI C header files. */
361 #define STDC_HEADERS 1
362
363 /* Define if your processor stores words with the most significant byte first
364    (like Motorola and SPARC, unlike Intel and VAX). */
365 /* #undef WORDS_BIGENDIAN */
366
367 /* Define to empty if `const' does not conform to ANSI C. */
368 /* #undef const */
369
370 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
371    if it is not supported. */
372 #define inline __inline
373
374 /* Define to `long' if <sys/types.h> does not define. */
375 /* #undef off_t */
376
377 /* Define to `unsigned' if <sys/types.h> does not define. */
378 /* #undef size_t */