1/* config.h.  Generated from config.h.in by configure.  */
2/* config.h.in.  Generated from configure.ac by autoheader.  */
3
4
5/* Default value for alignment of strings in .mo file.  */
6#define DEFAULT_OUTPUT_ALIGNMENT 1
7
8
9/* Define this to an absolute name of
10   <libcroco-0.6/libcroco/libcroco-config.h>. */
11/* #undef ABSOLUTE_LIBCROCO_0_6_LIBCROCO_LIBCROCO_CONFIG_H */
12
13/* Define this to an absolute name of <libxml2/libxml/xmlversion.h>. */
14/* #undef ABSOLUTE_LIBXML2_LIBXML_XMLVERSION_H */
15
16/* Define if building universal (internal helper macro) */
17/* #undef AC_APPLE_UNIVERSAL_BUILD */
18
19/* Define to the number of bits in type 'ptrdiff_t'. */
20#define BITSIZEOF_PTRDIFF_T 32
21
22/* Define to the number of bits in type 'sig_atomic_t'. */
23#define BITSIZEOF_SIG_ATOMIC_T 32
24
25/* Define to the number of bits in type 'size_t'. */
26#define BITSIZEOF_SIZE_T 32
27
28/* Define to the number of bits in type 'wchar_t'. */
29#define BITSIZEOF_WCHAR_T 32
30
31/* Define to the number of bits in type 'wint_t'. */
32#define BITSIZEOF_WINT_T 0
33
34/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
35   systems. This function is required for `alloca.c' support on those systems.
36   */
37/* #undef CRAY_STACKSEG_END */
38
39/* Define if mono is the preferred C# implementation. */
40/* #undef CSHARP_CHOICE_MONO */
41
42/* Define if pnet is the preferred C# implementation. */
43/* #undef CSHARP_CHOICE_PNET */
44
45/* Define to 1 if using `alloca.c'. */
46/* #undef C_ALLOCA */
47
48/* Define to 1 if libexpat shall be dynamically loaded via dlopen(). */
49#define DYNLOAD_LIBEXPAT 1
50
51/* Define to 1 if translation of program messages to the user's native
52   language is requested. */
53#define ENABLE_NLS 1
54
55/* Define to 1 if the package shall run at any location in the filesystem. */
56/* #undef ENABLE_RELOCATABLE */
57
58/* Define according to the byte order of the target machine: 1 for big endian,
59   0 for little endian. */
60#define ENDIANNESS 0
61
62/* Define as good substitute value for EOVERFLOW. */
63/* #undef EOVERFLOW */
64
65/* Define if gettimeofday clobbers the localtime buffer. */
66#define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1
67
68/* Define to 1 when using the gnulib module fwriteerror. */
69#define GNULIB_FWRITEERROR 1
70
71/* Define to 1 when using the gnulib module open. */
72#define GNULIB_OPEN 1
73
74/* Define to 1 when using the gnulib module unistr/u16-mbtouc. */
75#define GNULIB_UNISTR_U16_MBTOUC 1
76
77/* Define to 1 when using the gnulib module unistr/u16-mbtouc-unsafe. */
78#define GNULIB_UNISTR_U16_MBTOUC_UNSAFE 1
79
80/* Define to 1 when using the gnulib module unistr/u8-mbtouc. */
81#define GNULIB_UNISTR_U8_MBTOUC 1
82
83/* Define to 1 when using the gnulib module unistr/u8-mbtouc-unsafe. */
84#define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1
85
86/* Define to 1 when using the gnulib module unistr/u8-uctomb. */
87#define GNULIB_UNISTR_U8_UCTOMB 1
88
89/* Define to 1 if you have the `acl' function. */
90/* #undef HAVE_ACL */
91
92/* Define to 1 if you have the `acl_delete_def_file' function. */
93/* #undef HAVE_ACL_DELETE_DEF_FILE */
94
95/* Define to 1 if you have the `acl_entries' function. */
96/* #undef HAVE_ACL_ENTRIES */
97
98/* Define to 1 if you have the `acl_extended_file' function. */
99/* #undef HAVE_ACL_EXTENDED_FILE */
100
101/* Define to 1 if you have the `acl_free' function. */
102/* #undef HAVE_ACL_FREE */
103
104/* Define to 1 if you have the `acl_from_mode' function. */
105/* #undef HAVE_ACL_FROM_MODE */
106
107/* Define to 1 if you have the `acl_from_text' function. */
108/* #undef HAVE_ACL_FROM_TEXT */
109
110/* Define to 1 if you have the `acl_get_fd' function. */
111/* #undef HAVE_ACL_GET_FD */
112
113/* Define to 1 if you have the `acl_get_file' function. */
114/* #undef HAVE_ACL_GET_FILE */
115
116/* Define to 1 if you have the <acl/libacl.h> header file. */
117/* #undef HAVE_ACL_LIBACL_H */
118
119/* Define to 1 if you have the `acl_set_fd' function. */
120/* #undef HAVE_ACL_SET_FD */
121
122/* Define to 1 if you have the `acl_set_file' function. */
123/* #undef HAVE_ACL_SET_FILE */
124
125/* Define to 1 if you have the `acl_trivial' function. */
126/* #undef HAVE_ACL_TRIVIAL */
127
128/* Define to 1 if you have `alloca', as a function or macro. */
129#define HAVE_ALLOCA 1
130
131/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
132   */
133#define HAVE_ALLOCA_H 1
134
135/* Define to 1 if you have the `argz_count' function. */
136/* #undef HAVE_ARGZ_COUNT */
137
138/* Define to 1 if you have the <argz.h> header file. */
139/* #undef HAVE_ARGZ_H */
140
141/* Define to 1 if you have the `argz_next' function. */
142/* #undef HAVE_ARGZ_NEXT */
143
144/* Define to 1 if you have the `argz_stringify' function. */
145/* #undef HAVE_ARGZ_STRINGIFY */
146
147/* Define to 1 if you have the <arpa/inet.h> header file. */
148#define HAVE_ARPA_INET_H 1
149
150/* Define to 1 if you have the <arpa/nameser.h> header file. */
151#define HAVE_ARPA_NAMESER_H 1
152
153/* Define to 1 if you have the `asprintf' function. */
154#define HAVE_ASPRINTF 1
155
156/* Define to 1 if you have the `atexit' function. */
157#define HAVE_ATEXIT 1
158
159/* Define to 1 if you have the <bp-sym.h> header file. */
160/* #undef HAVE_BP_SYM_H */
161
162/* Define to 1 if you have the `btowc' function. */
163/* #undef HAVE_BTOWC */
164
165/* Define to 1 if the compiler understands __builtin_expect. */
166#define HAVE_BUILTIN_EXPECT 1
167
168/* Define to 1 if you have the <byteswap.h> header file. */
169#define HAVE_BYTESWAP_H 1
170
171/* Define to 1 if you have the `canonicalize_file_name' function. */
172/* #undef HAVE_CANONICALIZE_FILE_NAME */
173
174/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
175   CoreFoundation framework. */
176/* #undef HAVE_CFLOCALECOPYCURRENT */
177
178/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
179   the CoreFoundation framework. */
180/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
181
182/* Define to 1 if you have the `chown' function. */
183#define HAVE_CHOWN 1
184
185/* Define to 1 if you have the <ctype.h> header file. */
186#define HAVE_CTYPE_H 1
187
188/* Define if the GNU dcgettext() function is already present or preinstalled.
189   */
190/* #undef HAVE_DCGETTEXT */
191
192/* Define to 1 if you have the declaration of `canonicalize_file_name', and to
193   0 if you don't. */
194#define HAVE_DECL_CANONICALIZE_FILE_NAME 0
195
196/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
197   you don't. */
198#define HAVE_DECL_CLEARERR_UNLOCKED 1
199
200/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
201   don't. */
202#define HAVE_DECL_FEOF_UNLOCKED 1
203
204/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
205   you don't. */
206#define HAVE_DECL_FERROR_UNLOCKED 1
207
208/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
209   you don't. */
210#define HAVE_DECL_FFLUSH_UNLOCKED 1
211
212/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
213   you don't. */
214#define HAVE_DECL_FGETS_UNLOCKED 1
215
216/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
217   you don't. */
218#define HAVE_DECL_FPUTC_UNLOCKED 1
219
220/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
221   you don't. */
222#define HAVE_DECL_FPUTS_UNLOCKED 1
223
224/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
225   you don't. */
226#define HAVE_DECL_FREAD_UNLOCKED 1
227
228/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
229   you don't. */
230#define HAVE_DECL_FWRITE_UNLOCKED 1
231
232/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
233   you don't. */
234#define HAVE_DECL_GETCHAR_UNLOCKED 1
235
236/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
237   don't. */
238#define HAVE_DECL_GETC_UNLOCKED 1
239
240/* Define to 1 if you have the declaration of `getdelim', and to 0 if you
241   don't. */
242#define HAVE_DECL_GETDELIM 1
243
244/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
245   */
246#define HAVE_DECL_GETENV 1
247
248/* Define to 1 if you have the declaration of `getline', and to 0 if you
249   don't. */
250#define HAVE_DECL_GETLINE 1
251
252/* Define to 1 if you have the declaration of `isblank', and to 0 if you
253   don't. */
254#define HAVE_DECL_ISBLANK 1
255
256/* Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0
257   otherwise. */
258#define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
259
260/* Define to 1 if you have the declaration of `mkdir', and to 0 if you don't.
261   */
262#define HAVE_DECL_MKDIR 1
263
264/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
265   you don't. */
266#define HAVE_DECL_PUTCHAR_UNLOCKED 1
267
268/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
269   don't. */
270#define HAVE_DECL_PUTC_UNLOCKED 1
271
272/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
273   don't. */
274#define HAVE_DECL_SNPRINTF 1
275
276/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
277   */
278#define HAVE_DECL_STRDUP 1
279
280/* Define to 1 if you have the declaration of `strerror', and to 0 if you
281   don't. */
282/* #undef HAVE_DECL_STRERROR */
283
284/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
285   don't. */
286#define HAVE_DECL_STRERROR_R 1
287
288/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
289   don't. */
290#define HAVE_DECL_STRNLEN 1
291
292/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
293   don't. */
294#define HAVE_DECL_VSNPRINTF 1
295
296/* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
297   don't. */
298#define HAVE_DECL_WCWIDTH 0
299
300/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
301   don't. */
302#define HAVE_DECL__SNPRINTF 0
303
304/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
305   don't. */
306#define HAVE_DECL__SNWPRINTF 0
307
308/* Define to 1 if you have the <dirent.h> header file. */
309#define HAVE_DIRENT_H 1
310
311/* Define to 1 if you have the <dlfcn.h> header file. */
312#define HAVE_DLFCN_H 1
313
314/* Define to 1 if you have the `dlopen' function. */
315/* #undef HAVE_DLOPEN */
316
317/* Define to 1 if you have the <dl.h> header file. */
318/* #undef HAVE_DL_H */
319
320/* Define if you have the declaration of environ. */
321#define HAVE_ENVIRON_DECL 1
322
323/* Define to 1 if you have the <errno.h> header file. */
324#define HAVE_ERRNO_H 1
325
326/* Define to 1 if you have the <fcntl.h> header file. */
327#define HAVE_FCNTL_H 1
328
329/* Define to 1 if you have the <float.h> header file. */
330#define HAVE_FLOAT_H 1
331
332/* Define to 1 if you have the `flockfile' function. */
333/* #undef HAVE_FLOCKFILE */
334
335/* Define to 1 if you have the `fork' function. */
336#define HAVE_FORK 1
337
338/* Define to 1 if you have the `funlockfile' function. */
339/* #undef HAVE_FUNLOCKFILE */
340
341/* Define to 1 if you have the `fwprintf' function. */
342/* #undef HAVE_FWPRINTF */
343
344/* Define to 1 if you have the `getaddrinfo' function. */
345#define HAVE_GETADDRINFO 1
346
347/* Define to 1 if you have the `getcwd' function. */
348#define HAVE_GETCWD 1
349
350/* Define to 1 if you have the `getdelim' function. */
351#define HAVE_GETDELIM 1
352
353/* Define to 1 if you have the `getegid' function. */
354#define HAVE_GETEGID 1
355
356/* Define to 1 if you have the `geteuid' function. */
357#define HAVE_GETEUID 1
358
359/* Define to 1 if you have the `getgid' function. */
360#define HAVE_GETGID 1
361
362/* Define to 1 if you have the `gethostbyname' function. */
363#define HAVE_GETHOSTBYNAME 1
364
365/* Define to 1 if you have the `gethostname' function. */
366#define HAVE_GETHOSTNAME 1
367
368/* Define to 1 if you have the <getopt.h> header file. */
369#define HAVE_GETOPT_H 1
370
371/* Define to 1 if you have the `getopt_long_only' function. */
372#define HAVE_GETOPT_LONG_ONLY 1
373
374/* Define to 1 if you have the `getpagesize' function. */
375#define HAVE_GETPAGESIZE 1
376
377/* Define if the GNU gettext() function is already present or preinstalled. */
378/* #undef HAVE_GETTEXT */
379
380/* Define to 1 if you have the `gettimeofday' function. */
381#define HAVE_GETTIMEOFDAY 1
382
383/* Define to 1 if you have the `getuid' function. */
384#define HAVE_GETUID 1
385
386/* Define if you have the iconv() function and it works. */
387#define HAVE_ICONV 1
388
389/* Define to 1 if you have the <iconv.h> header file. */
390#define HAVE_ICONV_H 1
391
392/* Define if your compiler supports the #include_next directive. */
393#define HAVE_INCLUDE_NEXT 1
394
395/* Define to 1 if you have the `inet_ntop' function. */
396#define HAVE_INET_NTOP 1
397
398/* Define to 1 if the compiler supports one of the keywords 'inline',
399   '__inline__', '__inline' and effectively inlines functions marked as such.
400   */
401/* #undef HAVE_INLINE */
402
403/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
404#define HAVE_INTMAX_T 1
405
406/* Define to 1 if you have the <inttypes.h> header file. */
407#define HAVE_INTTYPES_H 1
408
409/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
410   declares uintmax_t. */
411#define HAVE_INTTYPES_H_WITH_UINTMAX 1
412
413/* Define to 1 if you have the <io.h> header file. */
414/* #undef HAVE_IO_H */
415
416/* Define if <sys/socket.h> defines AF_INET6. */
417#define HAVE_IPV6 1
418
419/* Define to 1 if you have the `isascii' function. */
420#define HAVE_ISASCII 1
421
422/* Define to 1 if you have the `isblank' function. */
423#define HAVE_ISBLANK 1
424
425/* Define to 1 if you have the `iswcntrl' function. */
426/* #undef HAVE_ISWCNTRL */
427
428/* Define to 1 if you have the `iswctype' function. */
429/* #undef HAVE_ISWCTYPE */
430
431/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
432#define HAVE_LANGINFO_CODESET 1
433
434/* Define if your <locale.h> file defines LC_MESSAGES. */
435#define HAVE_LC_MESSAGES 1
436
437/* Define to 1 if you have the <libcroco-0.6/libcroco/libcroco-config.h>
438   header file. */
439/* #undef HAVE_LIBCROCO_0_6_LIBCROCO_LIBCROCO_CONFIG_H */
440
441/* Define if you have the expat library. */
442/* #undef HAVE_LIBEXPAT */
443
444/* Define to 1 if you have the <libxml2/libxml/xmlversion.h> header file. */
445/* #undef HAVE_LIBXML2_LIBXML_XMLVERSION_H */
446
447/* Define to 1 if you have the <limits.h> header file. */
448#define HAVE_LIMITS_H 1
449
450/* Define to 1 if you have the <locale.h> header file. */
451#define HAVE_LOCALE_H 1
452
453/* Define to 1 if you have the `localtime' function. */
454#define HAVE_LOCALTIME 1
455
456/* Define to 1 if you support file names longer than 14 characters. */
457#define HAVE_LONG_FILE_NAMES 1
458
459/* Define to 1 if the system has the type `long long int'. */
460#define HAVE_LONG_LONG_INT 1
461
462/* Define to 1 if you have the `lstat' function. */
463#define HAVE_LSTAT 1
464
465/* Define to 1 if you have the <mach-o/dyld.h> header file. */
466/* #undef HAVE_MACH_O_DYLD_H */
467
468/* Define to 1 if you have the <malloc.h> header file. */
469#define HAVE_MALLOC_H 1
470
471/* Define if the 'malloc' function is POSIX compliant. */
472#define HAVE_MALLOC_POSIX 1
473
474/* Define to 1 if you have the <math.h> header file. */
475#define HAVE_MATH_H 1
476
477/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
478/* #undef HAVE_MBRTOWC */
479
480/* Define to 1 if you have the `mbsinit' function. */
481/* #undef HAVE_MBSINIT */
482
483/* Define to 1 if you have the `mbsrtowcs' function. */
484/* #undef HAVE_MBSRTOWCS */
485
486/* Define to 1 if <wchar.h> declares mbstate_t. */
487/* #undef HAVE_MBSTATE_T */
488
489/* Define to 1 if you have the `memchr' function. */
490#define HAVE_MEMCHR 1
491
492/* Define to 1 if you have the `memmove' function. */
493#define HAVE_MEMMOVE 1
494
495/* Define to 1 if you have the <memory.h> header file. */
496#define HAVE_MEMORY_H 1
497
498/* Define to 1 if you have the `mempcpy' function. */
499#define HAVE_MEMPCPY 1
500
501/* Define to 1 if you have the `memset' function. */
502#define HAVE_MEMSET 1
503
504/* Define to 1 if <limits.h> defines the MIN and MAX macros. */
505/* #undef HAVE_MINMAX_IN_LIMITS_H */
506
507/* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
508#define HAVE_MINMAX_IN_SYS_PARAM_H 1
509
510/* Define to 1 if you have the `mkdtemp' function. */
511#define HAVE_MKDTEMP 1
512
513/* Define to 1 if you have a working `mmap' system call. */
514/* #undef HAVE_MMAP */
515
516/* Define to 1 if you have the `munmap' function. */
517#define HAVE_MUNMAP 1
518
519/* Define to 1 if you have the <netdb.h> header file. */
520#define HAVE_NETDB_H 1
521
522/* Define to 1 if you have the <netinet/in.h> header file. */
523#define HAVE_NETINET_IN_H 1
524
525/* Define if you have <langinfo.h> and it defines the NL_LOCALE_NAME macro if
526   _GNU_SOURCE is defined. */
527/* #undef HAVE_NL_LOCALE_NAME */
528
529/* Define to 1 if libc includes obstacks. */
530#define HAVE_OBSTACK 1
531
532/* Define to 1 if you have the `pathconf' function. */
533#define HAVE_PATHCONF 1
534
535/* Define if your printf() function supports format strings with positions. */
536#define HAVE_POSIX_PRINTF 1
537
538/* Define to 1 if you have the `posix_spawn' function. */
539/* #undef HAVE_POSIX_SPAWN */
540
541/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
542#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
543
544/* Define if the POSIX multithreading library has read/write locks. */
545#define HAVE_PTHREAD_RWLOCK 1
546
547/* Define to 1 if the system has the type `ptrdiff_t'. */
548#define HAVE_PTRDIFF_T 1
549
550/* Define to 1 if you have the `putenv' function. */
551#define HAVE_PUTENV 1
552
553/* Define to 1 if you have the <pwd.h> header file. */
554#define HAVE_PWD_H 1
555
556/* Define to 1 if you have the `raise' function. */
557#define HAVE_RAISE 1
558
559/* Define to 1 if you have the `readlink' function. */
560#define HAVE_READLINK 1
561
562/* Define if the 'realloc' function is POSIX compliant. */
563#define HAVE_REALLOC_POSIX 1
564
565/* Define to 1 if you have the <resolv.h> header file. */
566#define HAVE_RESOLV_H 1
567
568/* Define to 1 if you have the <search.h> header file. */
569#define HAVE_SEARCH_H 1
570
571/* Define to 1 if you have the `select' function. */
572#define HAVE_SELECT 1
573
574/* Define to 1 if you have the `setenv' function. */
575#define HAVE_SETENV 1
576
577/* Define to 1 if you have the `setlocale' function. */
578#define HAVE_SETLOCALE 1
579
580/* Define to 1 if you have the `shlload' function. */
581/* #undef HAVE_SHLLOAD */
582
583/* Define to 1 if you have the `sigaction' function. */
584#define HAVE_SIGACTION 1
585
586/* Define to 1 if <signal.h> defines the siginfo_t type, and struct sigaction
587   has the sa_sigaction member and the SA_SIGINFO flag. */
588#define HAVE_SIGINFO 1
589
590/* Define to 1 if you have the <signal.h> header file. */
591#define HAVE_SIGNAL_H 1
592
593/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
594#define HAVE_SIGNED_SIG_ATOMIC_T 1
595
596/* Define to 1 if 'wchar_t' is a signed integer type. */
597#define HAVE_SIGNED_WCHAR_T 1
598
599/* Define to 1 if 'wint_t' is a signed integer type. */
600/* #undef HAVE_SIGNED_WINT_T */
601
602/* Define to 1 if the system has the type `sigset_t'. */
603/* #undef HAVE_SIGSET_T */
604
605/* Define to 1 if the system has the type `sig_atomic_t'. */
606#define HAVE_SIG_ATOMIC_T 1
607
608/* Define to 1 if you have the `snprintf' function. */
609#define HAVE_SNPRINTF 1
610
611/* Define to 1 if you have the `stat' function. */
612#define HAVE_STAT 1
613
614/* Define to 1 if stdbool.h conforms to C99. */
615#define HAVE_STDBOOL_H 1
616
617/* Define to 1 if you have the <stddef.h> header file. */
618#define HAVE_STDDEF_H 1
619
620/* Define to 1 if you have the <stdint.h> header file. */
621#define HAVE_STDINT_H 1
622
623/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
624   uintmax_t. */
625#define HAVE_STDINT_H_WITH_UINTMAX 1
626
627/* Define to 1 if you have the <stdio.h> header file. */
628#define HAVE_STDIO_H 1
629
630/* Define to 1 if you have the <stdlib.h> header file. */
631#define HAVE_STDLIB_H 1
632
633/* Define to 1 if you have the `stpcpy' function. */
634#define HAVE_STPCPY 1
635
636/* Define if you have the stpncpy() function and it works. */
637#define HAVE_STPNCPY 1
638
639/* Define to 1 if you have the `strcasecmp' function. */
640#define HAVE_STRCASECMP 1
641
642/* Define to 1 if you have the `strcspn' function. */
643#define HAVE_STRCSPN 1
644
645/* Define to 1 if you have the `strdup' function. */
646#define HAVE_STRDUP 1
647
648/* Define to 1 if you have the `strerror_r' function. */
649/* #undef HAVE_STRERROR_R */
650
651/* Define to 1 if you have the `strftime' function. */
652#define HAVE_STRFTIME 1
653
654/* Define to 1 if you have the <strings.h> header file. */
655#define HAVE_STRINGS_H 1
656
657/* Define to 1 if you have the <string.h> header file. */
658#define HAVE_STRING_H 1
659
660/* Define to 1 if you have the `strpbrk' function. */
661#define HAVE_STRPBRK 1
662
663/* Define to 1 if you have the `strtol' function. */
664#define HAVE_STRTOL 1
665
666/* Define to 1 if you have the `strtoul' function. */
667#define HAVE_STRTOUL 1
668
669/* Define to 1 if `__names' is member of `struct __locale_struct'. */
670/* #undef HAVE_STRUCT___LOCALE_STRUCT___NAMES */
671
672/* Define to 1 if you have the <sys/acl.h> header file. */
673/* #undef HAVE_SYS_ACL_H */
674
675/* Define to 1 if you have the <sys/bitypes.h> header file. */
676#define HAVE_SYS_BITYPES_H 1
677
678/* Define to 1 if you have the <sys/inttypes.h> header file. */
679/* #undef HAVE_SYS_INTTYPES_H */
680
681/* Define to 1 if you have the <sys/param.h> header file. */
682#define HAVE_SYS_PARAM_H 1
683
684/* Define to 1 if you have the <sys/select.h> header file. */
685#define HAVE_SYS_SELECT_H 1
686
687/* Define to 1 if you have the <sys/socket.h> header file. */
688#define HAVE_SYS_SOCKET_H 1
689
690/* Define to 1 if you have the <sys/stat.h> header file. */
691#define HAVE_SYS_STAT_H 1
692
693/* Define to 1 if you have the <sys/timeb.h> header file. */
694#define HAVE_SYS_TIMEB_H 1
695
696/* Define to 1 if you have the <sys/time.h> header file. */
697#define HAVE_SYS_TIME_H 1
698
699/* Define to 1 if you have the <sys/types.h> header file. */
700#define HAVE_SYS_TYPES_H 1
701
702/* Define if tgetent(), tgetnum(), tgetstr(), tgetflag() are among the termcap
703   library functions. */
704/* #undef HAVE_TERMCAP */
705
706/* Define if setupterm(), tigetnum(), tigetstr(), tigetflag() are among the
707   termcap library functions. */
708/* #undef HAVE_TERMINFO */
709
710/* Define to 1 if you have the <time.h> header file. */
711#define HAVE_TIME_H 1
712
713/* Define if tparam() is among the termcap library functions. */
714/* #undef HAVE_TPARAM */
715
716/* Define to 1 if you have the `tsearch' function. */
717#define HAVE_TSEARCH 1
718
719/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
720#define HAVE_UINTMAX_T 1
721
722/* Define if <sys/wait.h> defines the 'union wait' type. */
723/* #undef HAVE_UNION_WAIT */
724
725/* Define to 1 if you have the <unistd.h> header file. */
726#define HAVE_UNISTD_H 1
727
728/* Define to 1 if you have the `unsetenv' function. */
729#define HAVE_UNSETENV 1
730
731/* Define if you have the 'unsigned long long' type. */
732#define HAVE_UNSIGNED_LONG_LONG 1
733
734/* Define to 1 if the system has the type `unsigned long long int'. */
735#define HAVE_UNSIGNED_LONG_LONG_INT 1
736
737/* Define to 1 if you have the `utime' function. */
738#define HAVE_UTIME 1
739
740/* Define to 1 if you have the `utimes' function. */
741#define HAVE_UTIMES 1
742
743/* Define to 1 if you have the <utime.h> header file. */
744#define HAVE_UTIME_H 1
745
746/* Define to 1 if you have the `vasnprintf' function. */
747/* #undef HAVE_VASNPRINTF */
748
749/* Define to 1 if you have the `vasprintf' function. */
750#define HAVE_VASPRINTF 1
751
752/* Define to 1 if you have the `vfork' function. */
753#define HAVE_VFORK 1
754
755/* Define to 1 if you have the <vfork.h> header file. */
756/* #undef HAVE_VFORK_H */
757
758/* Define to 1 or 0, depending whether the compiler supports simple visibility
759   declarations. */
760#define HAVE_VISIBILITY 1
761
762/* Define to 1 if you have the `vsnprintf' function. */
763#define HAVE_VSNPRINTF 1
764
765/* Define to 1 if you have the `waitid' function. */
766#define HAVE_WAITID 1
767
768/* Define to 1 if you have the `waitpid' function. */
769#define HAVE_WAITPID 1
770
771/* Define to 1 if you have the <wchar.h> header file. */
772/* #undef HAVE_WCHAR_H */
773
774/* Define if you have the 'wchar_t' type. */
775#define HAVE_WCHAR_T 1
776
777/* Define to 1 if you have the `wcslen' function. */
778/* #undef HAVE_WCSLEN */
779
780/* Define to 1 if you have the <wctype.h> header file. */
781/* #undef HAVE_WCTYPE_H */
782
783/* Define to 1 if you have the `wcwidth' function. */
784/* #undef HAVE_WCWIDTH */
785
786/* Define if you have the 'wint_t' type. */
787/* #undef HAVE_WINT_T */
788
789/* Define to 1 if you have the `wmemchr' function. */
790/* #undef HAVE_WMEMCHR */
791
792/* Define to 1 if you have the `wmemcpy' function. */
793/* #undef HAVE_WMEMCPY */
794
795/* Define to 1 if you have the `wmempcpy' function. */
796/* #undef HAVE_WMEMPCPY */
797
798/* Define to 1 if `fork' works. */
799#define HAVE_WORKING_FORK 1
800
801/* Define to 1 if O_NOATIME works. */
802#define HAVE_WORKING_O_NOATIME 0
803
804/* Define to 1 if O_NOFOLLOW works. */
805#define HAVE_WORKING_O_NOFOLLOW 0
806
807/* Define to 1 if `vfork' works. */
808#define HAVE_WORKING_VFORK 1
809
810/* Define to 1 if the system has the type `_Bool'. */
811#define HAVE__BOOL 1
812
813/* Define to 1 if you have the `_ftime' function. */
814/* #undef HAVE__FTIME */
815
816/* Define to 1 if you have the `_NSGetExecutablePath' function. */
817/* #undef HAVE__NSGETEXECUTABLEPATH */
818
819/* Define to 1 if you have the `_stat' function. */
820/* #undef HAVE__STAT */
821
822/* Define to 1 if you have the `__fsetlocking' function. */
823#define HAVE___FSETLOCKING 1
824
825/* Define to 1 if you have the `__secure_getenv' function. */
826/* #undef HAVE___SECURE_GETENV */
827
828/* Define as const if the declaration of iconv() needs const. */
829#define ICONV_CONST const
830
831/* Define to a symbolic name denoting the flavor of iconv_open()
832   implementation. */
833/* #undef ICONV_FLAVOR */
834
835/* Define to the value of ${prefix}, as a string. */
836#define INSTALLPREFIX "/usr"
837
838/* Define if integer division by zero raises signal SIGFPE. */
839#define INTDIV0_RAISES_SIGFPE 0
840
841/* Define to 1 if the C compiler is actually a C++ compiler. */
842/* #undef IS_CPLUSPLUS */
843
844/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
845#define MALLOC_0_IS_NONNULL 0
846
847/* Define to 1 if your C compiler doesn't accept -c and -o together. */
848/* #undef NO_MINUS_C_MINUS_O */
849
850/* Name of package */
851#define PACKAGE "gettext-tools"
852
853/* Define to the address where bug reports for this package should be sent. */
854#define PACKAGE_BUGREPORT ""
855
856/* Define to the full name of this package. */
857#define PACKAGE_NAME ""
858
859/* Define to the full name and version of this package. */
860#define PACKAGE_STRING ""
861
862/* Define to the one symbol short name of this package. */
863#define PACKAGE_TARNAME ""
864
865/* Define to the version of this package. */
866#define PACKAGE_VERSION ""
867
868/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
869/* #undef PRI_MACROS_BROKEN */
870
871/* Define if the pthread_in_use() detection is hard. */
872/* #undef PTHREAD_IN_USE_DETECTION_HARD */
873
874/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
875   'ptrdiff_t'. */
876#define PTRDIFF_T_SUFFIX
877
878/* Define this to 1 if strerror is broken. */
879/* #undef REPLACE_STRERROR */
880
881/* Define if vasnprintf exists but is overridden by gnulib. */
882/* #undef REPLACE_VASNPRINTF */
883
884/* Define as const if the declaration of setlocale() needs const. */
885#define SETLOCALE_CONST const
886
887/* Define if lists must be signal-safe. */
888#define SIGNAL_SAFE_LIST 1
889
890/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
891   'sig_atomic_t'. */
892#define SIG_ATOMIC_T_SUFFIX
893
894/* Define as the maximum value of type 'size_t', if the system doesn't define
895   it. */
896/* #undef SIZE_MAX */
897
898/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
899   'size_t'. */
900#define SIZE_T_SUFFIX u
901
902/* If using the C implementation of alloca, define if you know the
903   direction of stack growth for your system; otherwise it will be
904   automatically deduced at runtime.
905	STACK_DIRECTION > 0 => grows toward higher addresses
906	STACK_DIRECTION < 0 => grows toward lower addresses
907	STACK_DIRECTION = 0 => direction of growth unknown */
908/* #undef STACK_DIRECTION */
909
910/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
911/* #undef STAT_MACROS_BROKEN */
912
913/* Define to 1 if you have the ANSI C header files. */
914#define STDC_HEADERS 1
915
916/* Define to 1 if strerror_r returns char *. */
917#define STRERROR_R_CHAR_P 1
918
919/* Define if you want access control list support. */
920#define USE_ACL 0
921
922/* Define if the POSIX multithreading library can be used. */
923#define USE_POSIX_THREADS 1
924
925/* Define if references to the POSIX multithreading library should be made
926   weak. */
927#define USE_POSIX_THREADS_WEAK 1
928
929/* Define if the GNU Pth multithreading library can be used. */
930/* #undef USE_PTH_THREADS */
931
932/* Define if references to the GNU Pth multithreading library should be made
933   weak. */
934/* #undef USE_PTH_THREADS_WEAK */
935
936/* Define if the old Solaris multithreading library can be used. */
937/* #undef USE_SOLARIS_THREADS */
938
939/* Define if references to the old Solaris multithreading library should be
940   made weak. */
941/* #undef USE_SOLARIS_THREADS_WEAK */
942
943/* Define to 1 if you want getc etc. to use unlocked I/O if available.
944   Unlocked I/O can improve performance in unithreaded apps, but it is not
945   safe for multithreaded apps. */
946#define USE_UNLOCKED_IO 1
947
948/* Define if the Win32 multithreading API can be used. */
949/* #undef USE_WIN32_THREADS */
950
951/* Define to a working va_copy macro or replacement. */
952#define VA_COPY va_copy
953
954/* Version number of package */
955#define VERSION "0.17"
956
957/* Define if unsetenv() returns void, not int. */
958/* #undef VOID_UNSETENV */
959
960/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
961   'wchar_t'. */
962#define WCHAR_T_SUFFIX
963
964/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
965   'wint_t'. */
966#define WINT_T_SUFFIX
967
968/* Define when --enable-shared is used on mingw or Cygwin. */
969/* #undef WOE32DLL */
970
971/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
972   significant byte first (like Motorola and SPARC, unlike Intel). */
973#if defined AC_APPLE_UNIVERSAL_BUILD
974# if defined __BIG_ENDIAN__
975#  define WORDS_BIGENDIAN 1
976# endif
977#else
978# ifndef WORDS_BIGENDIAN
979/* #  undef WORDS_BIGENDIAN */
980# endif
981#endif
982
983/* Define to 1 to internationalize bison runtime messages. */
984#define YYENABLE_NLS 1
985
986/* Number of bits in a file offset, on hosts where this is settable. */
987#define _FILE_OFFSET_BITS 64
988
989/* Define for large files, on AIX-style hosts. */
990/* #undef _LARGE_FILES */
991
992/* Define to 1 if on MINIX. */
993/* #undef _MINIX */
994
995/* Define to 2 if the system does not provide POSIX.1 features except with
996   this defined. */
997/* #undef _POSIX_1_SOURCE */
998
999/* Define to 1 if you need to in order for `stat' and other things to work. */
1000/* #undef _POSIX_SOURCE */
1001
1002/* Enable extensions on AIX 3, Interix.  */
1003#ifndef _ALL_SOURCE
1004# define _ALL_SOURCE 1
1005#endif
1006/* Enable GNU extensions on systems that have them.  */
1007#ifndef _GNU_SOURCE
1008# define _GNU_SOURCE 1
1009#endif
1010/* Enable threading extensions on Solaris.  */
1011#ifndef _POSIX_PTHREAD_SEMANTICS
1012# define _POSIX_PTHREAD_SEMANTICS 1
1013#endif
1014/* Enable extensions on HP NonStop.  */
1015#ifndef _TANDEM_SOURCE
1016# define _TANDEM_SOURCE 1
1017#endif
1018/* Enable general extensions on Solaris.  */
1019#ifndef __EXTENSIONS__
1020# define __EXTENSIONS__ 1
1021#endif
1022
1023
1024/* Define to rpl_ if the getopt replacement functions and variables should be
1025   used. */
1026/* #undef __GETOPT_PREFIX */
1027
1028/* Define as 'access' if you don't have the eaccess() function. */
1029#define eaccess access
1030
1031/* Define to a replacement function name for fnmatch(). */
1032#define fnmatch posix_fnmatch
1033
1034/* A replacement for va_copy, if needed.  */
1035#define gl_va_copy(a,b) ((a) = (b))
1036
1037/* Define to rpl_gmtime if the replacement function should be used. */
1038#define gmtime rpl_gmtime
1039
1040/* Define to `__inline__' or `__inline' if that's what the C compiler
1041   calls it, or to nothing if 'inline' is not supported under any name.  */
1042#ifndef __cplusplus
1043/* #undef inline */
1044#endif
1045
1046/* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1047/* #undef intmax_t */
1048
1049/* Define to rpl_localtime if the replacement function should be used. */
1050#define localtime rpl_localtime
1051
1052/* Define to a type if <wchar.h> does not define. */
1053#define mbstate_t int
1054
1055/* Define to `int' if <sys/types.h> does not define. */
1056/* #undef mode_t */
1057
1058/* Define to `int' if <sys/types.h> does not define. */
1059/* #undef pid_t */
1060
1061/* Define as the type of the result of subtracting two pointers, if the system
1062   doesn't define it. */
1063/* #undef ptrdiff_t */
1064
1065/* Define to a replacement function name for realpath(). */
1066#define realpath rpl_realpath
1067
1068/* Define to the equivalent of the C99 'restrict' keyword, or to
1069   nothing if this is not supported.  Do not define if restrict is
1070   supported directly.  */
1071#define restrict __restrict
1072/* Work around a bug in Sun C++: it does not support _Restrict, even
1073   though the corresponding Sun C compiler does, which causes
1074   "#define restrict _Restrict" in the previous line.  Perhaps some future
1075   version of Sun C++ will work with _Restrict; if so, it'll probably
1076   define __RESTRICT, just as Sun C does.  */
1077#if defined __SUNPRO_CC && !defined __RESTRICT
1078# define _Restrict
1079#endif
1080
1081/* Define as an integer type suitable for memory locations that can be
1082   accessed atomically even in the presence of asynchnonous signals. */
1083/* #undef sig_atomic_t */
1084
1085/* Define to `unsigned int' if <sys/types.h> does not define. */
1086/* #undef size_t */
1087
1088/* Define as a signed type of the same size as size_t. */
1089/* #undef ssize_t */
1090
1091/* Define to rpl_strnlen if the replacement function should be used. */
1092#define strnlen rpl_strnlen
1093
1094/* Define to unsigned long or unsigned long long if <stdint.h> and
1095   <inttypes.h> don't define. */
1096/* #undef uintmax_t */
1097
1098/* Define as a macro for copying va_list variables. */
1099/* #undef va_copy */
1100
1101/* Define as `fork' if `vfork' does not work. */
1102/* #undef vfork */
1103
1104/* Define to wcscmp if the function wcscoll does not exist. */
1105#define wcscoll wcscmp
1106
1107
1108#define __libc_lock_t                   gl_lock_t
1109#define __libc_lock_define              gl_lock_define
1110#define __libc_lock_define_initialized  gl_lock_define_initialized
1111#define __libc_lock_init                gl_lock_init
1112#define __libc_lock_lock                gl_lock_lock
1113#define __libc_lock_unlock              gl_lock_unlock
1114#define __libc_lock_recursive_t                   gl_recursive_lock_t
1115#define __libc_lock_define_recursive              gl_recursive_lock_define
1116#define __libc_lock_define_initialized_recursive  gl_recursive_lock_define_initialized
1117#define __libc_lock_init_recursive                gl_recursive_lock_init
1118#define __libc_lock_lock_recursive                gl_recursive_lock_lock
1119#define __libc_lock_unlock_recursive              gl_recursive_lock_unlock
1120#define glthread_in_use  libintl_thread_in_use
1121#define glthread_lock_init     libintl_lock_init
1122#define glthread_lock_lock     libintl_lock_lock
1123#define glthread_lock_unlock   libintl_lock_unlock
1124#define glthread_lock_destroy  libintl_lock_destroy
1125#define glthread_rwlock_init     libintl_rwlock_init
1126#define glthread_rwlock_rdlock   libintl_rwlock_rdlock
1127#define glthread_rwlock_wrlock   libintl_rwlock_wrlock
1128#define glthread_rwlock_unlock   libintl_rwlock_unlock
1129#define glthread_rwlock_destroy  libintl_rwlock_destroy
1130#define glthread_recursive_lock_init     libintl_recursive_lock_init
1131#define glthread_recursive_lock_lock     libintl_recursive_lock_lock
1132#define glthread_recursive_lock_unlock   libintl_recursive_lock_unlock
1133#define glthread_recursive_lock_destroy  libintl_recursive_lock_destroy
1134#define glthread_once                 libintl_once
1135#define glthread_once_call            libintl_once_call
1136#define glthread_once_singlethreaded  libintl_once_singlethreaded
1137
1138
1139
1140/* Indicator for intl/ that it is compiled for testing purposes only.  */
1141#define USE_IN_GETTEXT_TESTS
1142
1143/* A file name cannot consist of any character possible.  INVALID_PATH_CHAR
1144   contains the characters not allowed.  */
1145#if defined _MSC_VER || defined __MINGW32__
1146/* Woe32.  This string is valid for Windows NT/2000.  On Windows 95/98/ME some
1147   few characters in the range 0x80..0xff are invalid as well, but this doesn't
1148   matter much for our purposes.  */
1149# define INVALID_PATH_CHAR "\001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037\"*/:<>?\\|"
1150#elif defined MSDOS
1151/* Something like this for MSDOG.  */
1152# define INVALID_PATH_CHAR "\001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037 \177\\:."
1153#else
1154/* Unix.  */
1155# define INVALID_PATH_CHAR "\001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037 \177/"
1156#endif
1157
1158/* This is the page width for the message_print function.  It should
1159   not be set to more than 79 characters (Emacs users will appreciate
1160   it).  It is used to wrap the msgid and msgstr strings, and also to
1161   wrap the file position (#:) comments.  */
1162#define PAGE_WIDTH 79
1163
1164/* On Windows, variables that may be in a DLL must be marked specially.  */
1165#if ((defined _MSC_VER && defined _DLL) || defined WOE32DLL) && !defined IN_RELOCWRAPPER
1166# define DLL_VARIABLE __declspec (dllimport)
1167#else
1168# define DLL_VARIABLE
1169#endif
1170
1171/* Extra OS/2 (emx+gcc) defines.  */
1172#ifdef __EMX__
1173# include "intl/os2compat.h"
1174#endif
1175
1176