~ubuntu-branches/ubuntu/breezy/gettext/breezy

« back to all changes in this revision

Viewing changes to gettext-tools/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2004-03-14 17:40:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040314174002-p1ad5ldve1hqzhye
Tags: 0.14.1-2
* Added libexpat1-dev to Build-Depends, for glade support.
* Added libc0.1-dev to Build-Depends, for GNU/kFreeBSD.
* Removed special-casing of knetbsd-gnu in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
 
 
4
/* Default value for alignment of strings in .mo file.  */
 
5
#define DEFAULT_OUTPUT_ALIGNMENT 1
 
6
 
 
7
 
 
8
/* Define to 1 if the `closedir' function returns void instead of `int'. */
 
9
#undef CLOSEDIR_VOID
 
10
 
 
11
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
 
12
   systems. This function is required for `alloca.c' support on those systems.
 
13
   */
 
14
#undef CRAY_STACKSEG_END
 
15
 
 
16
/* Define if mono is the preferred C[#] implementation. */
 
17
#undef CSHARP_CHOICE_MONO
 
18
 
 
19
/* Define if pnet is the preferred C[#] implementation. */
 
20
#undef CSHARP_CHOICE_PNET
 
21
 
 
22
/* Define to 1 if using `alloca.c'. */
 
23
#undef C_ALLOCA
 
24
 
 
25
/* Define to 1 if libexpat shall be dynamically loaded via dlopen(). */
 
26
#undef DYNLOAD_LIBEXPAT
 
27
 
 
28
/* Define to 1 if translation of program messages to the user's native
 
29
   language is requested. */
 
30
#undef ENABLE_NLS
 
31
 
 
32
/* Define to 1 if the package shall run at any location in the filesystem. */
 
33
#undef ENABLE_RELOCATABLE
 
34
 
 
35
/* Define to 1 if you have `alloca', as a function or macro. */
 
36
#undef HAVE_ALLOCA
 
37
 
 
38
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
 
39
   */
 
40
#undef HAVE_ALLOCA_H
 
41
 
 
42
/* Define to 1 if you have the <argz.h> header file. */
 
43
#undef HAVE_ARGZ_H
 
44
 
 
45
/* Define to 1 if you have the <arpa/inet.h> header file. */
 
46
#undef HAVE_ARPA_INET_H
 
47
 
 
48
/* Define to 1 if you have the `asprintf' function. */
 
49
#undef HAVE_ASPRINTF
 
50
 
 
51
/* Define to 1 if you have the `atexit' function. */
 
52
#undef HAVE_ATEXIT
 
53
 
 
54
/* Define to 1 if you have the `btowc' function. */
 
55
#undef HAVE_BTOWC
 
56
 
 
57
/* Define to 1 if you have the `canonicalize_file_name' function. */
 
58
#undef HAVE_CANONICALIZE_FILE_NAME
 
59
 
 
60
/* Define to 1 if you have the `chown' function. */
 
61
#undef HAVE_CHOWN
 
62
 
 
63
/* Define if the GNU dcgettext() function is already present or preinstalled.
 
64
   */
 
65
#undef HAVE_DCGETTEXT
 
66
 
 
67
/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
 
68
   you don't. */
 
69
#undef HAVE_DECL_CLEARERR_UNLOCKED
 
70
 
 
71
/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
 
72
   don't. */
 
73
#undef HAVE_DECL_FEOF_UNLOCKED
 
74
 
 
75
/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
 
76
   you don't. */
 
77
#undef HAVE_DECL_FERROR_UNLOCKED
 
78
 
 
79
/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
 
80
   you don't. */
 
81
#undef HAVE_DECL_FFLUSH_UNLOCKED
 
82
 
 
83
/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
 
84
   you don't. */
 
85
#undef HAVE_DECL_FGETS_UNLOCKED
 
86
 
 
87
/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
 
88
   you don't. */
 
89
#undef HAVE_DECL_FPUTC_UNLOCKED
 
90
 
 
91
/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
 
92
   you don't. */
 
93
#undef HAVE_DECL_FPUTS_UNLOCKED
 
94
 
 
95
/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
 
96
   you don't. */
 
97
#undef HAVE_DECL_FREAD_UNLOCKED
 
98
 
 
99
/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
 
100
   you don't. */
 
101
#undef HAVE_DECL_FWRITE_UNLOCKED
 
102
 
 
103
/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
 
104
   you don't. */
 
105
#undef HAVE_DECL_GETCHAR_UNLOCKED
 
106
 
 
107
/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
 
108
   don't. */
 
109
#undef HAVE_DECL_GETC_UNLOCKED
 
110
 
 
111
/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
 
112
   */
 
113
#undef HAVE_DECL_GETENV
 
114
 
 
115
/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
 
116
   you don't. */
 
117
#undef HAVE_DECL_PUTCHAR_UNLOCKED
 
118
 
 
119
/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
 
120
   don't. */
 
121
#undef HAVE_DECL_PUTC_UNLOCKED
 
122
 
 
123
/* Define to 1 if you have the declaration of `strerror', and to 0 if you
 
124
   don't. */
 
125
#undef HAVE_DECL_STRERROR
 
126
 
 
127
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
 
128
   don't. */
 
129
#undef HAVE_DECL_STRERROR_R
 
130
 
 
131
/* Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise.
 
132
   */
 
133
#undef HAVE_DECL_WCWIDTH
 
134
 
 
135
/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
 
136
   don't. */
 
137
#undef HAVE_DECL__SNPRINTF
 
138
 
 
139
/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
 
140
   don't. */
 
141
#undef HAVE_DECL__SNWPRINTF
 
142
 
 
143
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
 
144
   */
 
145
#undef HAVE_DIRENT_H
 
146
 
 
147
/* Define to 1 if you have the <dlfcn.h> header file. */
 
148
#undef HAVE_DLFCN_H
 
149
 
 
150
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 
151
#undef HAVE_DOPRNT
 
152
 
 
153
/* Define if you have the declaration of environ. */
 
154
#undef HAVE_ENVIRON_DECL
 
155
 
 
156
/* Define if you have the declaration of errno. */
 
157
#undef HAVE_ERRNO_DECL
 
158
 
 
159
/* Define to 1 if you have the functions error() and error_at_line(). */
 
160
#undef HAVE_ERROR_AT_LINE
 
161
 
 
162
/* Define to 1 if you have the `fork' function. */
 
163
#undef HAVE_FORK
 
164
 
 
165
/* Define to 1 if you have the `fwprintf' function. */
 
166
#undef HAVE_FWPRINTF
 
167
 
 
168
/* Define to 1 if you have the `getcwd' function. */
 
169
#undef HAVE_GETCWD
 
170
 
 
171
/* Define to 1 if you have the `getdelim' function. */
 
172
#undef HAVE_GETDELIM
 
173
 
 
174
/* Define to 1 if you have the `getegid' function. */
 
175
#undef HAVE_GETEGID
 
176
 
 
177
/* Define to 1 if you have the `geteuid' function. */
 
178
#undef HAVE_GETEUID
 
179
 
 
180
/* Define to 1 if you have the `getgid' function. */
 
181
#undef HAVE_GETGID
 
182
 
 
183
/* Define to 1 if you have the `gethostbyname' function. */
 
184
#undef HAVE_GETHOSTBYNAME
 
185
 
 
186
/* Define to 1 if you have the `gethostname' function. */
 
187
#undef HAVE_GETHOSTNAME
 
188
 
 
189
/* Define to 1 if you have the `getpagesize' function. */
 
190
#undef HAVE_GETPAGESIZE
 
191
 
 
192
/* Define if the GNU gettext() function is already present or preinstalled. */
 
193
#undef HAVE_GETTEXT
 
194
 
 
195
/* Define to 1 if you have the `gettimeofday' function. */
 
196
#undef HAVE_GETTIMEOFDAY
 
197
 
 
198
/* Define to 1 if you have the `getuid' function. */
 
199
#undef HAVE_GETUID
 
200
 
 
201
/* Define if you have the iconv() function. */
 
202
#undef HAVE_ICONV
 
203
 
 
204
/* Define to 1 if you have the `inet_ntop' function. */
 
205
#undef HAVE_INET_NTOP
 
206
 
 
207
/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
 
208
#undef HAVE_INTMAX_T
 
209
 
 
210
/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
 
211
#undef HAVE_INTTYPES_H
 
212
 
 
213
/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
 
214
   declares uintmax_t. */
 
215
#undef HAVE_INTTYPES_H_WITH_UINTMAX
 
216
 
 
217
/* Define if <sys/socket.h> defines AF_INET6. */
 
218
#undef HAVE_IPV6
 
219
 
 
220
/* Define to 1 if you have the `isascii' function. */
 
221
#undef HAVE_ISASCII
 
222
 
 
223
/* Define to 1 if you have the `iswcntrl' function. */
 
224
#undef HAVE_ISWCNTRL
 
225
 
 
226
/* Define to 1 if you have the `iswprint' function. */
 
227
#undef HAVE_ISWPRINT
 
228
 
 
229
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
 
230
#undef HAVE_LANGINFO_CODESET
 
231
 
 
232
/* Define if your <locale.h> file defines LC_MESSAGES. */
 
233
#undef HAVE_LC_MESSAGES
 
234
 
 
235
/* Define if you have the expat library. */
 
236
#undef HAVE_LIBEXPAT
 
237
 
 
238
/* Define to 1 if you have the <limits.h> header file. */
 
239
#undef HAVE_LIMITS_H
 
240
 
 
241
/* Define to 1 if you have the <locale.h> header file. */
 
242
#undef HAVE_LOCALE_H
 
243
 
 
244
/* Define if you have the 'long double' type. */
 
245
#undef HAVE_LONG_DOUBLE
 
246
 
 
247
/* Define to 1 if you support file names longer than 14 characters. */
 
248
#undef HAVE_LONG_FILE_NAMES
 
249
 
 
250
/* Define if you have the 'long long' type. */
 
251
#undef HAVE_LONG_LONG
 
252
 
 
253
/* Define to 1 if you have the <malloc.h> header file. */
 
254
#undef HAVE_MALLOC_H
 
255
 
 
256
/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
 
257
#undef HAVE_MBRTOWC
 
258
 
 
259
/* Define to 1 if you have the `mbsinit' function. */
 
260
#undef HAVE_MBSINIT
 
261
 
 
262
/* Define to 1 if you have the `mbsrtowcs' function. */
 
263
#undef HAVE_MBSRTOWCS
 
264
 
 
265
/* Define to 1 if <wchar.h> declares mbstate_t. */
 
266
#undef HAVE_MBSTATE_T
 
267
 
 
268
/* Define to 1 if you have the `memmove' function. */
 
269
#undef HAVE_MEMMOVE
 
270
 
 
271
/* Define to 1 if you have the <memory.h> header file. */
 
272
#undef HAVE_MEMORY_H
 
273
 
 
274
/* Define to 1 if you have the `mempcpy' function. */
 
275
#undef HAVE_MEMPCPY
 
276
 
 
277
/* Define to 1 if you have the `memset' function. */
 
278
#undef HAVE_MEMSET
 
279
 
 
280
/* Define to 1 if you have the `mkdtemp' function. */
 
281
#undef HAVE_MKDTEMP
 
282
 
 
283
/* Define to 1 if you have a working `mmap' system call. */
 
284
#undef HAVE_MMAP
 
285
 
 
286
/* Define to 1 if you have the `munmap' function. */
 
287
#undef HAVE_MUNMAP
 
288
 
 
289
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 
290
#undef HAVE_NDIR_H
 
291
 
 
292
/* Define to 1 if you have the <nl_types.h> header file. */
 
293
#undef HAVE_NL_TYPES_H
 
294
 
 
295
/* Define to 1 if you have the `pathconf' function. */
 
296
#undef HAVE_PATHCONF
 
297
 
 
298
/* Define if your printf() function supports format strings with positions. */
 
299
#undef HAVE_POSIX_PRINTF
 
300
 
 
301
/* Define to 1 if you have the sigset_t type and the sigprocmask function. */
 
302
#undef HAVE_POSIX_SIGNALBLOCKING
 
303
 
 
304
/* Define to 1 if you have the `posix_spawn' function. */
 
305
#undef HAVE_POSIX_SPAWN
 
306
 
 
307
/* Define to 1 if the system has the type `ptrdiff_t'. */
 
308
#undef HAVE_PTRDIFF_T
 
309
 
 
310
/* Define to 1 if you have the `putenv' function. */
 
311
#undef HAVE_PUTENV
 
312
 
 
313
/* Define to 1 if you have the <pwd.h> header file. */
 
314
#undef HAVE_PWD_H
 
315
 
 
316
/* Define to 1 if you have the `raise' function. */
 
317
#undef HAVE_RAISE
 
318
 
 
319
/* Define to 1 if you have the `readlink' function. */
 
320
#undef HAVE_READLINK
 
321
 
 
322
/* Define to 1 if you have the <search.h> header file. */
 
323
#undef HAVE_SEARCH_H
 
324
 
 
325
/* Define to 1 if you have the `select' function. */
 
326
#undef HAVE_SELECT
 
327
 
 
328
/* Define to 1 if you have the `setenv' function. */
 
329
#undef HAVE_SETENV
 
330
 
 
331
/* Define to 1 if you have the `setlocale' function. */
 
332
#undef HAVE_SETLOCALE
 
333
 
 
334
/* Define to 1 if <signal.h> defines the siginfo_t type, and struct sigaction
 
335
   has the sa_sigaction member and the SA_SIGINFO flag. */
 
336
#undef HAVE_SIGINFO
 
337
 
 
338
/* Define to 1 if the system has the type `sig_atomic_t'. */
 
339
#undef HAVE_SIG_ATOMIC_T
 
340
 
 
341
/* Define to 1 if you have the `snprintf' function. */
 
342
#undef HAVE_SNPRINTF
 
343
 
 
344
/* Define to 1 if stdbool.h conforms to C99. */
 
345
#undef HAVE_STDBOOL_H
 
346
 
 
347
/* Define to 1 if you have the <stddef.h> header file. */
 
348
#undef HAVE_STDDEF_H
 
349
 
 
350
/* Define to 1 if you have the <stdint.h> header file. */
 
351
#undef HAVE_STDINT_H
 
352
 
 
353
/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
 
354
   uintmax_t. */
 
355
#undef HAVE_STDINT_H_WITH_UINTMAX
 
356
 
 
357
/* Define to 1 if you have the <stdlib.h> header file. */
 
358
#undef HAVE_STDLIB_H
 
359
 
 
360
/* Define to 1 if you have the `stpcpy' function. */
 
361
#undef HAVE_STPCPY
 
362
 
 
363
/* Define to 1 if you have the `strcasecmp' function. */
 
364
#undef HAVE_STRCASECMP
 
365
 
 
366
/* Define to 1 if you have the `strcspn' function. */
 
367
#undef HAVE_STRCSPN
 
368
 
 
369
/* Define to 1 if you have the `strdup' function. */
 
370
#undef HAVE_STRDUP
 
371
 
 
372
/* Define to 1 if you have the `strerror' function. */
 
373
#undef HAVE_STRERROR
 
374
 
 
375
/* Define to 1 if you have the `strerror_r' function. */
 
376
#undef HAVE_STRERROR_R
 
377
 
 
378
/* Define to 1 if you have the <strings.h> header file. */
 
379
#undef HAVE_STRINGS_H
 
380
 
 
381
/* Define to 1 if you have the <string.h> header file. */
 
382
#undef HAVE_STRING_H
 
383
 
 
384
/* Define to 1 if you have the `strncasecmp' function. */
 
385
#undef HAVE_STRNCASECMP
 
386
 
 
387
/* Define to 1 if you have the `strpbrk' function. */
 
388
#undef HAVE_STRPBRK
 
389
 
 
390
/* Define to 1 if you have the `strstr' function. */
 
391
#undef HAVE_STRSTR
 
392
 
 
393
/* Define to 1 if you have the `strtoul' function. */
 
394
#undef HAVE_STRTOUL
 
395
 
 
396
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
 
397
   */
 
398
#undef HAVE_SYS_DIR_H
 
399
 
 
400
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
 
401
   */
 
402
#undef HAVE_SYS_NDIR_H
 
403
 
 
404
/* Define to 1 if you have the <sys/param.h> header file. */
 
405
#undef HAVE_SYS_PARAM_H
 
406
 
 
407
/* Define to 1 if you have the <sys/stat.h> header file. */
 
408
#undef HAVE_SYS_STAT_H
 
409
 
 
410
/* Define to 1 if you have the <sys/time.h> header file. */
 
411
#undef HAVE_SYS_TIME_H
 
412
 
 
413
/* Define to 1 if you have the <sys/types.h> header file. */
 
414
#undef HAVE_SYS_TYPES_H
 
415
 
 
416
/* Define to 1 if you have the <time.h> header file. */
 
417
#undef HAVE_TIME_H
 
418
 
 
419
/* Define to 1 if you have the `tsearch' function. */
 
420
#undef HAVE_TSEARCH
 
421
 
 
422
/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
 
423
#undef HAVE_UINTMAX_T
 
424
 
 
425
/* Define to 1 if you have the `uname' function. */
 
426
#undef HAVE_UNAME
 
427
 
 
428
/* Define if <sys/wait.h> defines the 'union wait' type. */
 
429
#undef HAVE_UNION_WAIT
 
430
 
 
431
/* Define to 1 if you have the <unistd.h> header file. */
 
432
#undef HAVE_UNISTD_H
 
433
 
 
434
/* Define to 1 if you have the `unsetenv' function. */
 
435
#undef HAVE_UNSETENV
 
436
 
 
437
/* Define if you have the 'unsigned long long' type. */
 
438
#undef HAVE_UNSIGNED_LONG_LONG
 
439
 
 
440
/* Define to 1 if you have the `utime' function. */
 
441
#undef HAVE_UTIME
 
442
 
 
443
/* Define to 1 if you have the `utimes' function. */
 
444
#undef HAVE_UTIMES
 
445
 
 
446
/* Define to 1 if you have the <utime.h> header file. */
 
447
#undef HAVE_UTIME_H
 
448
 
 
449
/* Define to 1 if you have the <values.h> header file. */
 
450
#undef HAVE_VALUES_H
 
451
 
 
452
/* Define to 1 if you have the `vasprintf' function. */
 
453
#undef HAVE_VASPRINTF
 
454
 
 
455
/* Define to 1 if you have the `vfork' function. */
 
456
#undef HAVE_VFORK
 
457
 
 
458
/* Define to 1 if you have the <vfork.h> header file. */
 
459
#undef HAVE_VFORK_H
 
460
 
 
461
/* Define to 1 if you have the `vprintf' function. */
 
462
#undef HAVE_VPRINTF
 
463
 
 
464
/* Define to 1 if you have the `waitid' function. */
 
465
#undef HAVE_WAITID
 
466
 
 
467
/* Define to 1 if you have the `waitpid' function. */
 
468
#undef HAVE_WAITPID
 
469
 
 
470
/* Define to 1 if you have the <wchar.h> header file. */
 
471
#undef HAVE_WCHAR_H
 
472
 
 
473
/* Define if you have the 'wchar_t' type. */
 
474
#undef HAVE_WCHAR_T
 
475
 
 
476
/* Define to 1 if you have the `wcslen' function. */
 
477
#undef HAVE_WCSLEN
 
478
 
 
479
/* Define to 1 if you have the <wctype.h> header file. */
 
480
#undef HAVE_WCTYPE_H
 
481
 
 
482
/* Define to 1 if you have the `wcwidth' function. */
 
483
#undef HAVE_WCWIDTH
 
484
 
 
485
/* Define if you have the 'wint_t' type. */
 
486
#undef HAVE_WINT_T
 
487
 
 
488
/* Define to 1 if you have the `wmempcpy' function. */
 
489
#undef HAVE_WMEMPCPY
 
490
 
 
491
/* Define to 1 if `fork' works. */
 
492
#undef HAVE_WORKING_FORK
 
493
 
 
494
/* Define to 1 if `vfork' works. */
 
495
#undef HAVE_WORKING_VFORK
 
496
 
 
497
/* Define to 1 if the system has the type `_Bool'. */
 
498
#undef HAVE__BOOL
 
499
 
 
500
/* Define to 1 if you have the `__argz_count' function. */
 
501
#undef HAVE___ARGZ_COUNT
 
502
 
 
503
/* Define to 1 if you have the `__argz_next' function. */
 
504
#undef HAVE___ARGZ_NEXT
 
505
 
 
506
/* Define to 1 if you have the `__argz_stringify' function. */
 
507
#undef HAVE___ARGZ_STRINGIFY
 
508
 
 
509
/* Define to 1 if you have the `__fsetlocking' function. */
 
510
#undef HAVE___FSETLOCKING
 
511
 
 
512
/* Define to 1 if you have the `__secure_getenv' function. */
 
513
#undef HAVE___SECURE_GETENV
 
514
 
 
515
/* Define as const if the declaration of iconv() needs const. */
 
516
#undef ICONV_CONST
 
517
 
 
518
/* Define to the value of ${prefix}, as a string. */
 
519
#undef INSTALLPREFIX
 
520
 
 
521
/* Define if integer division by zero raises signal SIGFPE. */
 
522
#undef INTDIV0_RAISES_SIGFPE
 
523
 
 
524
/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
 
525
#undef MALLOC_0_IS_NONNULL
 
526
 
 
527
/* Name of package */
 
528
#undef PACKAGE
 
529
 
 
530
/* Define to the address where bug reports for this package should be sent. */
 
531
#undef PACKAGE_BUGREPORT
 
532
 
 
533
/* Define to the full name of this package. */
 
534
#undef PACKAGE_NAME
 
535
 
 
536
/* Define to the full name and version of this package. */
 
537
#undef PACKAGE_STRING
 
538
 
 
539
/* Define to the one symbol short name of this package. */
 
540
#undef PACKAGE_TARNAME
 
541
 
 
542
/* Define to the version of this package. */
 
543
#undef PACKAGE_VERSION
 
544
 
 
545
/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
 
546
#undef PRI_MACROS_BROKEN
 
547
 
 
548
/* Define as const if the declaration of setlocale() needs const. */
 
549
#undef SETLOCALE_CONST
 
550
 
 
551
/* Define as the maximum value of type 'size_t', if the system doesn't define
 
552
   it. */
 
553
#undef SIZE_MAX
 
554
 
 
555
/* If using the C implementation of alloca, define if you know the
 
556
   direction of stack growth for your system; otherwise it will be
 
557
   automatically deduced at run-time.
 
558
        STACK_DIRECTION > 0 => grows toward higher addresses
 
559
        STACK_DIRECTION < 0 => grows toward lower addresses
 
560
        STACK_DIRECTION = 0 => direction of growth unknown */
 
561
#undef STACK_DIRECTION
 
562
 
 
563
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
 
564
#undef STAT_MACROS_BROKEN
 
565
 
 
566
/* Define to 1 if you have the ANSI C header files. */
 
567
#undef STDC_HEADERS
 
568
 
 
569
/* Define to 1 if strerror_r returns char *. */
 
570
#undef STRERROR_R_CHAR_P
 
571
 
 
572
/* Version number of package */
 
573
#undef VERSION
 
574
 
 
575
/* Enable GNU extensions on systems that have them.  */
 
576
#ifndef _GNU_SOURCE
 
577
# undef _GNU_SOURCE
 
578
#endif
 
579
 
 
580
/* Enable extensions on Solaris.  */
 
581
#ifndef __EXTENSIONS__
 
582
# undef __EXTENSIONS__
 
583
#endif
 
584
 
 
585
/* Define to empty if `const' does not conform to ANSI C. */
 
586
#undef const
 
587
 
 
588
/* Define as 'access' if you don't have the eaccess() function. */
 
589
#undef eaccess
 
590
 
 
591
/* Define to a replacement function name for fnmatch(). */
 
592
#undef fnmatch
 
593
 
 
594
/* Define to a replacement function name for getline(). */
 
595
#undef getline
 
596
 
 
597
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
598
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
599
#ifndef __cplusplus
 
600
#undef inline
 
601
#endif
 
602
 
 
603
/* Define to a type if <wchar.h> does not define. */
 
604
#undef mbstate_t
 
605
 
 
606
/* Define to `int' if <sys/types.h> does not define. */
 
607
#undef mode_t
 
608
 
 
609
/* Define to `long' if <sys/types.h> does not define. */
 
610
#undef off_t
 
611
 
 
612
/* Define to `int' if <sys/types.h> does not define. */
 
613
#undef pid_t
 
614
 
 
615
/* Define as the type of the result of subtracting two pointers, if the system
 
616
   doesn't define it. */
 
617
#undef ptrdiff_t
 
618
 
 
619
/* Define to a replacement function name for realpath(). */
 
620
#undef realpath
 
621
 
 
622
/* Define as an integer type suitable for memory locations that can be
 
623
   accessed atomically even in the presence of asynchnonous signals. */
 
624
#undef sig_atomic_t
 
625
 
 
626
/* Define to empty if the C compiler doesn't support this keyword. */
 
627
#undef signed
 
628
 
 
629
/* Define to `unsigned' if <sys/types.h> does not define. */
 
630
#undef size_t
 
631
 
 
632
/* Define as a signed type of the same size as size_t. */
 
633
#undef ssize_t
 
634
 
 
635
/* Define to unsigned long or unsigned long long if <stdint.h> and
 
636
   <inttypes.h> don't define. */
 
637
#undef uintmax_t
 
638
 
 
639
/* Define as `fork' if `vfork' does not work. */
 
640
#undef vfork
 
641
 
 
642
 
 
643
/* A file name cannot consist of any character possible.  INVALID_PATH_CHAR
 
644
   contains the characters not allowed.  */
 
645
#if defined _MSC_VER || defined __MINGW32__
 
646
/* Woe32.  This string is valid for Windows NT/2000.  On Windows 95/98/ME some
 
647
   few characters in the range 0x80..0xff are invalid as well, but this doesn't
 
648
   matter much for our purposes.  */
 
649
# 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\"*/:<>?\\|"
 
650
#elif defined MSDOS
 
651
/* Something like this for MSDOG.  */
 
652
# 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\\:."
 
653
#else
 
654
/* Unix.  */
 
655
# 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/"
 
656
#endif
 
657
 
 
658
/* This is the page width for the message_print function.  It should
 
659
   not be set to more than 79 characters (Emacs users will appreciate
 
660
   it).  It is used to wrap the msgid and msgstr strings, and also to
 
661
   wrap the file position (#:) comments.  */
 
662
#define PAGE_WIDTH 79
 
663
 
 
664
/* On Windows, variables that may be in a DLL must be marked specially.  */
 
665
#if defined _MSC_VER && defined _DLL
 
666
# define DLL_VARIABLE __declspec (dllimport)
 
667
#else
 
668
# define DLL_VARIABLE
 
669
#endif
 
670
 
 
671
/* Extra OS/2 (emx+gcc) defines.  */
 
672
#ifdef __EMX__
 
673
# include "intl/os2compat.h"
 
674
#endif
 
675