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