xref: /netbsd/external/gpl2/gettext/include/config.h (revision 822d8d66)
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 <stdint.h>. */
10 #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
11 
12 /* Define to the number of bits in type 'ptrdiff_t'. */
13 /* #undef BITSIZEOF_PTRDIFF_T */
14 
15 /* Define to the number of bits in type 'sig_atomic_t'. */
16 /* #undef BITSIZEOF_SIG_ATOMIC_T */
17 
18 /* Define to the number of bits in type 'size_t'. */
19 /* #undef BITSIZEOF_SIZE_T */
20 
21 /* Define to the number of bits in type 'wchar_t'. */
22 /* #undef BITSIZEOF_WCHAR_T */
23 
24 /* Define to the number of bits in type 'wint_t'. */
25 /* #undef BITSIZEOF_WINT_T */
26 
27 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
28    systems. This function is required for `alloca.c' support on those systems.
29    */
30 /* #undef CRAY_STACKSEG_END */
31 
32 /* Define if mono is the preferred C# implementation. */
33 /* #undef CSHARP_CHOICE_MONO */
34 
35 /* Define if pnet is the preferred C# implementation. */
36 /* #undef CSHARP_CHOICE_PNET */
37 
38 /* Define to 1 if using `alloca.c'. */
39 /* #undef C_ALLOCA */
40 
41 /* Define to 1 if libexpat shall be dynamically loaded via dlopen(). */
42 /* #undef DYNLOAD_LIBEXPAT */
43 
44 /* Define to 1 if translation of program messages to the user's native
45    language is requested. */
46 #define ENABLE_NLS 1
47 
48 /* Define to 1 if the package shall run at any location in the filesystem. */
49 /* #undef ENABLE_RELOCATABLE */
50 
51 /* Define according to the byte order of the target machine: 1 for big endian,
52    0 for little endian. */
53 #include <sys/endian.h>
54 #if _BYTE_ORDER == _LITTLE_ENDIAN
55 #define ENDIANNESS 0
56 #else
57 #define ENDIANNESS 1
58 #endif
59 
60 /* Define to 1 when using the gnulib fwriteerror module. */
61 #define GNULIB_FWRITEERROR 1
62 
63 /* Define to 1 if you have `alloca', as a function or macro. */
64 #define HAVE_ALLOCA 1
65 
66 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
67    */
68 /* #undef HAVE_ALLOCA_H */
69 
70 /* Define to 1 if you have the `argz_count' function. */
71 /* #undef HAVE_ARGZ_COUNT */
72 
73 /* Define to 1 if you have the <argz.h> header file. */
74 /* #undef HAVE_ARGZ_H */
75 
76 /* Define to 1 if you have the `argz_next' function. */
77 /* #undef HAVE_ARGZ_NEXT */
78 
79 /* Define to 1 if you have the `argz_stringify' function. */
80 /* #undef HAVE_ARGZ_STRINGIFY */
81 
82 /* Define to 1 if you have the <arpa/inet.h> header file. */
83 #define HAVE_ARPA_INET_H 1
84 
85 /* Define to 1 if you have the `asprintf' function. */
86 #define HAVE_ASPRINTF 1
87 
88 /* Define to 1 if you have the `atexit' function. */
89 #define HAVE_ATEXIT 1
90 
91 /* Define to 1 if you have the <bp-sym.h> header file. */
92 /* #undef HAVE_BP_SYM_H */
93 
94 /* Define to 1 if you have the `btowc' function. */
95 #define HAVE_BTOWC 1
96 
97 /* Define to 1 if the compiler understands __builtin_expect. */
98 #define HAVE_BUILTIN_EXPECT 1
99 
100 /* Define to 1 if you have the <byteswap.h> header file. */
101 /* #undef HAVE_BYTESWAP_H */
102 
103 /* Define to 1 if you have the `canonicalize_file_name' function. */
104 /* #undef HAVE_CANONICALIZE_FILE_NAME */
105 
106 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
107    CoreFoundation framework. */
108 /* #undef HAVE_CFLOCALECOPYCURRENT */
109 
110 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
111    the CoreFoundation framework. */
112 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
113 
114 /* Define to 1 if you have the `chown' function. */
115 #define HAVE_CHOWN 1
116 
117 /* Define if the GNU dcgettext() function is already present or preinstalled.
118    */
119 /* #undef HAVE_DCGETTEXT */
120 
121 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
122    you don't. */
123 #define HAVE_DECL_CLEARERR_UNLOCKED 0
124 
125 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
126    don't. */
127 #define HAVE_DECL_FEOF_UNLOCKED 0
128 
129 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
130    you don't. */
131 #define HAVE_DECL_FERROR_UNLOCKED 0
132 
133 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
134    you don't. */
135 #define HAVE_DECL_FFLUSH_UNLOCKED 0
136 
137 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
138    you don't. */
139 #define HAVE_DECL_FGETS_UNLOCKED 0
140 
141 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
142    you don't. */
143 #define HAVE_DECL_FPUTC_UNLOCKED 0
144 
145 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
146    you don't. */
147 #define HAVE_DECL_FPUTS_UNLOCKED 0
148 
149 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
150    you don't. */
151 #define HAVE_DECL_FREAD_UNLOCKED 0
152 
153 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
154    you don't. */
155 #define HAVE_DECL_FWRITE_UNLOCKED 0
156 
157 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
158    you don't. */
159 #define HAVE_DECL_GETCHAR_UNLOCKED 1
160 
161 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
162    don't. */
163 #define HAVE_DECL_GETC_UNLOCKED 1
164 
165 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
166    don't. */
167 #define HAVE_DECL_GETDELIM 1
168 
169 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
170    */
171 #define HAVE_DECL_GETENV 1
172 
173 /* Define to 1 if you have the declaration of `getline', and to 0 if you
174    don't. */
175 #define HAVE_DECL_GETLINE 1
176 
177 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
178    don't. */
179 /* #undef HAVE_DECL_ISBLANK */
180 
181 /* Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0
182    otherwise. */
183 #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
184 
185 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
186    you don't. */
187 #define HAVE_DECL_PUTCHAR_UNLOCKED 1
188 
189 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
190    don't. */
191 #define HAVE_DECL_PUTC_UNLOCKED 1
192 
193 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
194    */
195 #define HAVE_DECL_STRDUP 1
196 
197 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
198    don't. */
199 #define HAVE_DECL_STRERROR_R 1
200 
201 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
202    don't. */
203 #define HAVE_DECL_WCWIDTH 1
204 
205 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
206    don't. */
207 #define HAVE_DECL__SNPRINTF 0
208 
209 /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
210    don't. */
211 #define HAVE_DECL__SNWPRINTF 0
212 
213 /* Define to 1 if you have the <dirent.h> header file. */
214 #define HAVE_DIRENT_H 1
215 
216 /* Define to 1 if you have the <dlfcn.h> header file. */
217 #define HAVE_DLFCN_H 1
218 
219 /* Define if you have the declaration of environ. */
220 /* #undef HAVE_ENVIRON_DECL */
221 
222 /* Define to 1 if you have the `flockfile' function. */
223 /* #undef HAVE_FLOCKFILE */
224 
225 /* Define to 1 if you have the `fork' function. */
226 #define HAVE_FORK 1
227 
228 /* Define to 1 if you have the `funlockfile' function. */
229 /* #undef HAVE_FUNLOCKFILE */
230 
231 /* Define to 1 if you have the `fwprintf' function. */
232 #define HAVE_FWPRINTF 1
233 
234 /* Define to 1 if you have the `getcwd' function. */
235 #define HAVE_GETCWD 1
236 
237 /* Define to 1 if you have the `getdelim' function. */
238 #define HAVE_GETDELIM 1
239 
240 /* Define to 1 if you have the `getegid' function. */
241 #define HAVE_GETEGID 1
242 
243 /* Define to 1 if you have the `geteuid' function. */
244 #define HAVE_GETEUID 1
245 
246 /* Define to 1 if you have the `getgid' function. */
247 #define HAVE_GETGID 1
248 
249 /* Define to 1 if you have the `gethostbyname' function. */
250 #define HAVE_GETHOSTBYNAME 1
251 
252 /* Define to 1 if you have the `gethostname' function. */
253 #define HAVE_GETHOSTNAME 1
254 
255 /* Define to 1 if you have the <getopt.h> header file. */
256 #define HAVE_GETOPT_H 1
257 
258 /* Define to 1 if you have the `getopt_long_only' function. */
259 /* #undef HAVE_GETOPT_LONG_ONLY */
260 
261 /* Define to 1 if you have the `getpagesize' function. */
262 #define HAVE_GETPAGESIZE 1
263 
264 /* Define if the GNU gettext() function is already present or preinstalled. */
265 /* #undef HAVE_GETTEXT */
266 
267 /* Define to 1 if you have the `gettimeofday' function. */
268 /* #undef HAVE_GETTIMEOFDAY */
269 
270 /* Define to 1 if you have the `getuid' function. */
271 #define HAVE_GETUID 1
272 
273 /* Define if you have the iconv() function. */
274 #define HAVE_ICONV 1
275 
276 /* Define to 1 if you have the `inet_ntop' function. */
277 #define HAVE_INET_NTOP 1
278 
279 /* Define to 1 if the compiler supports one of the keywords 'inline',
280    '__inline__', '__inline'. */
281 #define HAVE_INLINE 1
282 
283 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
284 #define HAVE_INTMAX_T 1
285 
286 /* Define to 1 if you have the <inttypes.h> header file. */
287 #define HAVE_INTTYPES_H 1
288 
289 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
290    declares uintmax_t. */
291 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
292 
293 /* Define if <sys/socket.h> defines AF_INET6. */
294 #define HAVE_IPV6 1
295 
296 /* Define to 1 if you have the `isascii' function. */
297 #define HAVE_ISASCII 1
298 
299 /* Define to 1 if you have the `iswcntrl' function. */
300 #define HAVE_ISWCNTRL 1
301 
302 /* Define to 1 if you have the `iswprint' function. */
303 #define HAVE_ISWPRINT 1
304 
305 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
306 #define HAVE_LANGINFO_CODESET 1
307 
308 /* Define if your <locale.h> file defines LC_MESSAGES. */
309 #define HAVE_LC_MESSAGES 1
310 
311 /* Define if you have the expat library. */
312 #define HAVE_LIBEXPAT 1
313 
314 /* Define to 1 if you have the <limits.h> header file. */
315 #define HAVE_LIMITS_H 1
316 
317 /* Define if you have the 'long double' type. */
318 #define HAVE_LONG_DOUBLE 1
319 
320 /* Define to 1 if you support file names longer than 14 characters. */
321 #define HAVE_LONG_FILE_NAMES 1
322 
323 /* Define to 1 if the system has the type `long long int'. */
324 #define HAVE_LONG_LONG_INT 1
325 
326 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
327 /* #undef HAVE_MACH_O_DYLD_H */
328 
329 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
330 #define HAVE_MBRTOWC 1
331 
332 /* Define to 1 if you have the `mbsinit' function. */
333 #define HAVE_MBSINIT 1
334 
335 /* Define to 1 if you have the `mbsrtowcs' function. */
336 /* #undef HAVE_MBSRTOWCS */
337 
338 /* Define to 1 if <wchar.h> declares mbstate_t. */
339 #define HAVE_MBSTATE_T 1
340 
341 /* Define to 1 if you have the `memchr' function. */
342 #define HAVE_MEMCHR 1
343 
344 /* Define to 1 if you have the `memmove' function. */
345 #define HAVE_MEMMOVE 1
346 
347 /* Define to 1 if you have the <memory.h> header file. */
348 #define HAVE_MEMORY_H 1
349 
350 /* Define to 1 if you have the `mempcpy' function. */
351 /* #undef HAVE_MEMPCPY */
352 
353 /* Define to 1 if you have the `memset' function. */
354 #define HAVE_MEMSET 1
355 
356 /* Define to 1 if <limits.h> defines the MIN and MAX macros. */
357 /* #undef HAVE_MINMAX_IN_LIMITS_H */
358 
359 /* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
360 #define HAVE_MINMAX_IN_SYS_PARAM_H 1
361 
362 /* Define to 1 if you have the `mkdtemp' function. */
363 #define HAVE_MKDTEMP 1
364 
365 /* Define to 1 if you have a working `mmap' system call. */
366 #define HAVE_MMAP 1
367 
368 /* Define to 1 if you have the `munmap' function. */
369 #define HAVE_MUNMAP 1
370 
371 /* Define if you have <langinfo.h> and it defines the NL_LOCALE_NAME macro if
372    _GNU_SOURCE is defined. */
373 /* #undef HAVE_NL_LOCALE_NAME */
374 
375 /* Define to 1 if libc includes obstacks. */
376 /* #undef HAVE_OBSTACK */
377 
378 /* Define to 1 if you have the `pathconf' function. */
379 #define HAVE_PATHCONF 1
380 
381 /* Define if your printf() function supports format strings with positions. */
382 #define HAVE_POSIX_PRINTF 1
383 
384 /* Define to 1 if you have the sigset_t type and the sigprocmask function. */
385 #define HAVE_POSIX_SIGNALBLOCKING 1
386 
387 /* Define to 1 if you have the `posix_spawn' function. */
388 #define HAVE_POSIX_SPAWN 1
389 
390 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
391 #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
392 
393 /* Define if the POSIX multithreading library has read/write locks. */
394 #define HAVE_PTHREAD_RWLOCK 1
395 
396 /* Define to 1 if the system has the type `ptrdiff_t'. */
397 #define HAVE_PTRDIFF_T 1
398 
399 /* Define to 1 if you have the `putenv' function. */
400 #define HAVE_PUTENV 1
401 
402 /* Define to 1 if you have the <pwd.h> header file. */
403 #define HAVE_PWD_H 1
404 
405 /* Define to 1 if you have the `raise' function. */
406 #define HAVE_RAISE 1
407 
408 /* Define to 1 if you have the `readlink' function. */
409 #define HAVE_READLINK 1
410 
411 /* Define to 1 if you have the <search.h> header file. */
412 /* #undef HAVE_SEARCH_H */
413 
414 /* Define to 1 if you have the `select' function. */
415 #define HAVE_SELECT 1
416 
417 /* Define to 1 if you have the `setenv' function. */
418 #define HAVE_SETENV 1
419 
420 /* Define to 1 if you have the `setlocale' function. */
421 #define HAVE_SETLOCALE 1
422 
423 /* Define to 1 if you have the `sigaction' function. */
424 #define HAVE_SIGACTION 1
425 
426 /* Define to 1 if <signal.h> defines the siginfo_t type, and struct sigaction
427    has the sa_sigaction member and the SA_SIGINFO flag. */
428 #define HAVE_SIGINFO 1
429 
430 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
431 /* #undef HAVE_SIGNED_SIG_ATOMIC_T */
432 
433 /* Define to 1 if 'wchar_t' is a signed integer type. */
434 /* #undef HAVE_SIGNED_WCHAR_T */
435 
436 /* Define to 1 if 'wint_t' is a signed integer type. */
437 /* #undef HAVE_SIGNED_WINT_T */
438 
439 /* Define to 1 if you lack the sigprocmask function but have the sigset_t
440    type. */
441 /* #undef HAVE_SIGSET_T */
442 
443 /* Define to 1 if the system has the type `sig_atomic_t'. */
444 #define HAVE_SIG_ATOMIC_T 1
445 
446 /* Define to 1 if you have the `snprintf' function. */
447 #define HAVE_SNPRINTF 1
448 
449 /* Define to 1 if stdbool.h conforms to C99. */
450 #define HAVE_STDBOOL_H 1
451 
452 /* Define to 1 if you have the <stddef.h> header file. */
453 #define HAVE_STDDEF_H 1
454 
455 /* Define to 1 if you have the <stdint.h> header file. */
456 #define HAVE_STDINT_H 1
457 
458 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
459    uintmax_t. */
460 #define HAVE_STDINT_H_WITH_UINTMAX 1
461 
462 /* Define to 1 if you have the <stdlib.h> header file. */
463 #define HAVE_STDLIB_H 1
464 
465 /* Define to 1 if you have the `stpcpy' function. */
466 #define HAVE_STPCPY 1
467 
468 /* Define if you have the stpncpy() function and it works. */
469 #define HAVE_STPNCPY 1
470 
471 /* Define to 1 if you have the `strcasecmp' function. */
472 #define HAVE_STRCASECMP 1
473 
474 /* Define to 1 if you have the `strcspn' function. */
475 #define HAVE_STRCSPN 1
476 
477 /* Define to 1 if you have the `strdup' function. */
478 #define HAVE_STRDUP 1
479 
480 /* Define to 1 if you have the `strerror' function. */
481 #define HAVE_STRERROR 1
482 
483 /* Define to 1 if you have the `strerror_r' function. */
484 #define HAVE_STRERROR_R 1
485 
486 /* Define to 1 if you have the <strings.h> header file. */
487 #define HAVE_STRINGS_H 1
488 
489 /* Define to 1 if you have the <string.h> header file. */
490 #define HAVE_STRING_H 1
491 
492 /* Define to 1 if you have the `strpbrk' function. */
493 #define HAVE_STRPBRK 1
494 
495 /* Define to 1 if you have the `strtol' function. */
496 #define HAVE_STRTOL 1
497 
498 /* Define to 1 if you have the `strtoul' function. */
499 #define HAVE_STRTOUL 1
500 
501 /* Define to 1 if `__names' is member of `struct __locale_struct'. */
502 /* #undef HAVE_STRUCT___LOCALE_STRUCT___NAMES */
503 
504 /* Define to 1 if you have the <sys/bitypes.h> header file. */
505 /* #undef HAVE_SYS_BITYPES_H */
506 
507 /* Define to 1 if you have the <sys/inttypes.h> header file. */
508 /* #undef HAVE_SYS_INTTYPES_H */
509 
510 /* Define to 1 if you have the <sys/param.h> header file. */
511 #define HAVE_SYS_PARAM_H 1
512 
513 /* Define to 1 if you have the <sys/stat.h> header file. */
514 #define HAVE_SYS_STAT_H 1
515 
516 /* Define to 1 if you have the <sys/time.h> header file. */
517 #define HAVE_SYS_TIME_H 1
518 
519 /* Define to 1 if you have the <sys/types.h> header file. */
520 #define HAVE_SYS_TYPES_H 1
521 
522 /* Define to 1 if you have the <time.h> header file. */
523 /* #undef HAVE_TIME_H */
524 
525 /* Define to 1 if you have the `tsearch' function. */
526 #define HAVE_TSEARCH 1
527 
528 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
529 #define HAVE_UINTMAX_T 1
530 
531 /* Define if <sys/wait.h> defines the 'union wait' type. */
532 /* #undef HAVE_UNION_WAIT */
533 
534 /* Define to 1 if you have the <unistd.h> header file. */
535 #define HAVE_UNISTD_H 1
536 
537 /* Define to 1 if you have the `unsetenv' function. */
538 #define HAVE_UNSETENV 1
539 
540 /* Define if you have the 'unsigned long long' type. */
541 #define HAVE_UNSIGNED_LONG_LONG 1
542 
543 /* Define to 1 if the system has the type `unsigned long long int'. */
544 #define HAVE_UNSIGNED_LONG_LONG_INT 1
545 
546 /* Define to 1 if you have the `utime' function. */
547 #define HAVE_UTIME 1
548 
549 /* Define to 1 if you have the `utimes' function. */
550 #define HAVE_UTIMES 1
551 
552 /* Define to 1 if you have the <utime.h> header file. */
553 #define HAVE_UTIME_H 1
554 
555 /* Define to 1 if you have the `vasprintf' function. */
556 #define HAVE_VASPRINTF 1
557 
558 /* Define to 1 if you have the `vfork' function. */
559 #define HAVE_VFORK 1
560 
561 /* Define to 1 if you have the <vfork.h> header file. */
562 /* #undef HAVE_VFORK_H */
563 
564 /* Define to 1 or 0, depending whether the compiler supports simple visibility
565    declarations. */
566 #define HAVE_VISIBILITY 1
567 
568 /* Define to 1 if you have the `waitid' function. */
569 /* #undef HAVE_WAITID */
570 
571 /* Define to 1 if you have the `waitpid' function. */
572 #define HAVE_WAITPID 1
573 
574 /* Define to 1 if you have the <wchar.h> header file. */
575 #define HAVE_WCHAR_H 1
576 
577 /* Define if you have the 'wchar_t' type. */
578 #define HAVE_WCHAR_T 1
579 
580 /* Define to 1 if you have the `wcslen' function. */
581 #define HAVE_WCSLEN 1
582 
583 /* Define to 1 if you have the <wctype.h> header file. */
584 #define HAVE_WCTYPE_H 1
585 
586 /* Define to 1 if you have the `wcwidth' function. */
587 #define HAVE_WCWIDTH 1
588 
589 /* Define if you have the 'wint_t' type. */
590 #define HAVE_WINT_T 1
591 
592 /* Define to 1 if you have the `wmemchr' function. */
593 /* #undef HAVE_WMEMCHR */
594 
595 /* Define to 1 if you have the `wmemcpy' function. */
596 /* #undef HAVE_WMEMCPY */
597 
598 /* Define to 1 if you have the `wmempcpy' function. */
599 /* #undef HAVE_WMEMPCPY */
600 
601 /* Define to 1 if `fork' works. */
602 #define HAVE_WORKING_FORK 1
603 
604 /* Define to 1 if `vfork' works. */
605 #define HAVE_WORKING_VFORK 1
606 
607 /* Define to 1 if the system has the type `_Bool'. */
608 #define HAVE__BOOL 1
609 
610 /* Define to 1 if you have the `_NSGetExecutablePath' function. */
611 /* #undef HAVE__NSGETEXECUTABLEPATH */
612 
613 /* Define to 1 if you have the `__fsetlocking' function. */
614 /* #undef HAVE___FSETLOCKING */
615 
616 /* Define to 1 if you have the `__secure_getenv' function. */
617 /* #undef HAVE___SECURE_GETENV */
618 
619 /* Define as const if the declaration of iconv() needs const. */
620 #define ICONV_CONST
621 
622 /* Define to the value of ${prefix}, as a string. */
623 #define INSTALLPREFIX "/usr/local"
624 
625 /* Define if integer division by zero raises signal SIGFPE. */
626 #define INTDIV0_RAISES_SIGFPE 1
627 
628 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
629 #define MALLOC_0_IS_NONNULL 1
630 
631 /* Name of package */
632 #define PACKAGE "gettext-tools"
633 
634 /* Define to the address where bug reports for this package should be sent. */
635 #define PACKAGE_BUGREPORT ""
636 
637 /* Define to the full name of this package. */
638 #define PACKAGE_NAME ""
639 
640 /* Define to the full name and version of this package. */
641 #define PACKAGE_STRING ""
642 
643 /* Define to the one symbol short name of this package. */
644 #define PACKAGE_TARNAME ""
645 
646 /* Define to the version of this package. */
647 #define PACKAGE_VERSION ""
648 
649 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
650 /* #undef PRI_MACROS_BROKEN */
651 
652 /* Define if the pthread_in_use() detection is hard. */
653 /* #undef PTHREAD_IN_USE_DETECTION_HARD */
654 
655 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
656    'ptrdiff_t'. */
657 /* #undef PTRDIFF_T_SUFFIX */
658 
659 /* Define as const if the declaration of setlocale() needs const. */
660 #define SETLOCALE_CONST const
661 
662 /* Define if lists must be signal-safe. */
663 #define SIGNAL_SAFE_LIST 1
664 
665 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
666    'sig_atomic_t'. */
667 /* #undef SIG_ATOMIC_T_SUFFIX */
668 
669 /* Define as the maximum value of type 'size_t', if the system doesn't define
670    it. */
671 /* #undef SIZE_MAX */
672 
673 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
674    'size_t'. */
675 /* #undef SIZE_T_SUFFIX */
676 
677 /* If using the C implementation of alloca, define if you know the
678    direction of stack growth for your system; otherwise it will be
679    automatically deduced at runtime.
680 	STACK_DIRECTION > 0 => grows toward higher addresses
681 	STACK_DIRECTION < 0 => grows toward lower addresses
682 	STACK_DIRECTION = 0 => direction of growth unknown */
683 /* #undef STACK_DIRECTION */
684 
685 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
686 /* #undef STAT_MACROS_BROKEN */
687 
688 /* Define to 1 if you have the ANSI C header files. */
689 #define STDC_HEADERS 1
690 
691 /* Define to 1 if strerror_r returns char *. */
692 /* #undef STRERROR_R_CHAR_P */
693 
694 /* Define if the POSIX multithreading library can be used. */
695 #define USE_POSIX_THREADS 1
696 
697 /* Define if references to the POSIX multithreading library should be made
698    weak. */
699 #define USE_POSIX_THREADS_WEAK 1
700 
701 /* Define if the GNU Pth multithreading library can be used. */
702 /* #undef USE_PTH_THREADS */
703 
704 /* Define if references to the GNU Pth multithreading library should be made
705    weak. */
706 /* #undef USE_PTH_THREADS_WEAK */
707 
708 /* Define if the old Solaris multithreading library can be used. */
709 /* #undef USE_SOLARIS_THREADS */
710 
711 /* Define if references to the old Solaris multithreading library should be
712    made weak. */
713 /* #undef USE_SOLARIS_THREADS_WEAK */
714 
715 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
716    Unlocked I/O can improve performance in unithreaded apps, but it is not
717    safe for multithreaded apps. */
718 #define USE_UNLOCKED_IO 1
719 
720 /* Define if the Win32 multithreading API can be used. */
721 /* #undef USE_WIN32_THREADS */
722 
723 /* Version number of package */
724 #define VERSION "0.16.1"
725 
726 /* Define if unsetenv() returns void, not int. */
727 /* #undef VOID_UNSETENV */
728 
729 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
730    'wchar_t'. */
731 /* #undef WCHAR_T_SUFFIX */
732 
733 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
734    'wint_t'. */
735 /* #undef WINT_T_SUFFIX */
736 
737 /* Define when --enable-shared is used on mingw or Cygwin. */
738 /* #undef WOE32DLL */
739 
740 /* Define to 1 to internationalize bison runtime messages. */
741 #define YYENABLE_NLS 1
742 
743 /* Define to 1 if on AIX 3.
744    System headers sometimes define this.
745    We just want to avoid a redefinition error message.  */
746 #ifndef _ALL_SOURCE
747 /* # undef _ALL_SOURCE */
748 #endif
749 
750 /* Enable GNU extensions on systems that have them.  */
751 #ifndef _GNU_SOURCE
752 # define _GNU_SOURCE 1
753 #endif
754 
755 /* Define to 1 if on MINIX. */
756 /* #undef _MINIX */
757 
758 /* Define to 2 if the system does not provide POSIX.1 features except with
759    this defined. */
760 /* #undef _POSIX_1_SOURCE */
761 
762 /* Define to 1 if you need to in order for `stat' and other things to work. */
763 /* #undef _POSIX_SOURCE */
764 
765 /* Enable extensions on Solaris.  */
766 #ifndef __EXTENSIONS__
767 # define __EXTENSIONS__ 1
768 #endif
769 #ifndef _POSIX_PTHREAD_SEMANTICS
770 # define _POSIX_PTHREAD_SEMANTICS 1
771 #endif
772 #ifndef _TANDEM_SOURCE
773 # define _TANDEM_SOURCE 1
774 #endif
775 
776 /* Define to rpl_ if the getopt replacement functions and variables should be
777    used. */
778 #define __GETOPT_PREFIX rpl_
779 
780 /* Define as 'access' if you don't have the eaccess() function. */
781 #define eaccess access
782 
783 /* Define to a replacement function name for fnmatch(). */
784 /* #undef fnmatch */
785 
786 /* Define to a replacement function name for getline(). */
787 /* #undef getline */
788 
789 /* A replacement for va_copy, if needed.  */
790 #define gl_va_copy(a,b) ((a) = (b))
791 
792 /* Define to `__inline__' or `__inline' if that's what the C compiler
793    calls it, or to nothing if 'inline' is not supported under any name.  */
794 #ifndef __cplusplus
795 /* #undef inline */
796 #endif
797 
798 /* Define to a type if <wchar.h> does not define. */
799 /* #undef mbstate_t */
800 
801 /* Define to `int' if <sys/types.h> does not define. */
802 /* #undef mode_t */
803 
804 /* Define to `int' if <sys/types.h> does not define. */
805 /* #undef pid_t */
806 
807 /* Define as the type of the result of subtracting two pointers, if the system
808    doesn't define it. */
809 /* #undef ptrdiff_t */
810 
811 /* Define to a replacement function name for realpath(). */
812 #define realpath rpl_realpath
813 
814 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
815    supported. Do not define if restrict is supported directly. */
816 #define restrict __restrict
817 
818 /* Define as an integer type suitable for memory locations that can be
819    accessed atomically even in the presence of asynchnonous signals. */
820 /* #undef sig_atomic_t */
821 
822 /* Define to `unsigned int' if <sys/types.h> does not define. */
823 /* #undef size_t */
824 
825 /* Define as a signed type of the same size as size_t. */
826 /* #undef ssize_t */
827 
828 /* Define to unsigned long or unsigned long long if <stdint.h> and
829    <inttypes.h> don't define. */
830 /* #undef uintmax_t */
831 
832 /* Define as a macro for copying va_list variables. */
833 /* #undef va_copy */
834 
835 /* Define as `fork' if `vfork' does not work. */
836 /* #undef vfork */
837 
838 /* Define to wcscmp if the function wcscoll does not exist. */
839 /* #undef wcscoll */
840 
841 
842 #define __libc_lock_t                   gl_lock_t
843 #define __libc_lock_define              gl_lock_define
844 #define __libc_lock_define_initialized  gl_lock_define_initialized
845 #define __libc_lock_init                gl_lock_init
846 #define __libc_lock_lock                gl_lock_lock
847 #define __libc_lock_unlock              gl_lock_unlock
848 #define __libc_lock_recursive_t                   gl_recursive_lock_t
849 #define __libc_lock_define_recursive              gl_recursive_lock_define
850 #define __libc_lock_define_initialized_recursive  gl_recursive_lock_define_initialized
851 #define __libc_lock_init_recursive                gl_recursive_lock_init
852 #define __libc_lock_lock_recursive                gl_recursive_lock_lock
853 #define __libc_lock_unlock_recursive              gl_recursive_lock_unlock
854 #define glthread_in_use  libintl_thread_in_use
855 #define glthread_lock_init     libintl_lock_init
856 #define glthread_lock_lock     libintl_lock_lock
857 #define glthread_lock_unlock   libintl_lock_unlock
858 #define glthread_lock_destroy  libintl_lock_destroy
859 #define glthread_rwlock_init     libintl_rwlock_init
860 #define glthread_rwlock_rdlock   libintl_rwlock_rdlock
861 #define glthread_rwlock_wrlock   libintl_rwlock_wrlock
862 #define glthread_rwlock_unlock   libintl_rwlock_unlock
863 #define glthread_rwlock_destroy  libintl_rwlock_destroy
864 #define glthread_recursive_lock_init     libintl_recursive_lock_init
865 #define glthread_recursive_lock_lock     libintl_recursive_lock_lock
866 #define glthread_recursive_lock_unlock   libintl_recursive_lock_unlock
867 #define glthread_recursive_lock_destroy  libintl_recursive_lock_destroy
868 #define glthread_once                 libintl_once
869 #define glthread_once_call            libintl_once_call
870 #define glthread_once_singlethreaded  libintl_once_singlethreaded
871 
872 
873 
874 /* Indicator for intl/ that it is compiled for testing purposes only.  */
875 #define USE_IN_GETTEXT_TESTS
876 
877 /* A file name cannot consist of any character possible.  INVALID_PATH_CHAR
878    contains the characters not allowed.  */
879 #if defined _MSC_VER || defined __MINGW32__
880 /* Woe32.  This string is valid for Windows NT/2000.  On Windows 95/98/ME some
881    few characters in the range 0x80..0xff are invalid as well, but this doesn't
882    matter much for our purposes.  */
883 # 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\"*/:<>?\\|"
884 #elif defined MSDOS
885 /* Something like this for MSDOG.  */
886 # 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\\:."
887 #else
888 /* Unix.  */
889 # 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/"
890 #endif
891 
892 /* This is the page width for the message_print function.  It should
893    not be set to more than 79 characters (Emacs users will appreciate
894    it).  It is used to wrap the msgid and msgstr strings, and also to
895    wrap the file position (#:) comments.  */
896 #define PAGE_WIDTH 79
897 
898 /* On Windows, variables that may be in a DLL must be marked specially.  */
899 #if ((defined _MSC_VER && defined _DLL) || defined WOE32DLL) && !defined IN_RELOCWRAPPER
900 # define DLL_VARIABLE __declspec (dllimport)
901 #else
902 # define DLL_VARIABLE
903 #endif
904 
905 /* Extra OS/2 (emx+gcc) defines.  */
906 #ifdef __EMX__
907 # include "intl/os2compat.h"
908 #endif
909