~ubuntu-branches/ubuntu/natty/diffutils/natty

« back to all changes in this revision

Viewing changes to lib/config.hin

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2010-05-04 20:38:00 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100504203800-f67xd9rsa9xl9qqj
Tags: 1:3.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* lib/config.hin.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Define if the compiler is building for multiple architectures of Apple
 
4
   platforms at once. */
 
5
#undef AA_APPLE_UNIVERSAL_BUILD
 
6
 
 
7
/* Define to the number of bits in type 'ptrdiff_t'. */
 
8
#undef BITSIZEOF_PTRDIFF_T
 
9
 
 
10
/* Define to the number of bits in type 'sig_atomic_t'. */
 
11
#undef BITSIZEOF_SIG_ATOMIC_T
 
12
 
 
13
/* Define to the number of bits in type 'size_t'. */
 
14
#undef BITSIZEOF_SIZE_T
 
15
 
 
16
/* Define to the number of bits in type 'wchar_t'. */
 
17
#undef BITSIZEOF_WCHAR_T
 
18
 
 
19
/* Define to the number of bits in type 'wint_t'. */
 
20
#undef BITSIZEOF_WINT_T
 
21
 
 
22
/* Define to 1 if the `closedir' function returns void instead of `int'. */
 
23
#undef CLOSEDIR_VOID
 
24
 
 
25
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
 
26
   systems. This function is required for `alloca.c' support on those systems.
 
27
   */
 
28
#undef CRAY_STACKSEG_END
 
29
 
 
30
/* Define to 1 if using `alloca.c'. */
 
31
#undef C_ALLOCA
 
32
 
 
33
/* Name of editor program, unless overridden. */
 
34
#undef DEFAULT_EDITOR_PROGRAM
 
35
 
 
36
/* Define to 1 if // is a file system root distinct from /. */
 
37
#undef DOUBLE_SLASH_IS_DISTINCT_ROOT
 
38
 
 
39
/* Define to 1 if translation of program messages to the user's native
 
40
   language is requested. */
 
41
#undef ENABLE_NLS
 
42
 
 
43
/* Define to 1 if an invalid memory address access may yield a SIGBUS. */
 
44
#undef FAULT_YIELDS_SIGBUS
 
45
 
 
46
/* Define this to 1 if F_DUPFD behavior does not match POSIX */
 
47
#undef FCNTL_DUPFD_BUGGY
 
48
 
 
49
/* Define on systems for which file names may have a so-called `drive letter'
 
50
   prefix, define this to compute the length of that prefix, including the
 
51
   colon. */
 
52
#undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
 
53
 
 
54
/* Define if the backslash character may also serve as a file name component
 
55
   separator. */
 
56
#undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
 
57
 
 
58
/* Define if a drive letter prefix denotes a relative path if it is not
 
59
   followed by a file name component separator. */
 
60
#undef FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE
 
61
 
 
62
/* Define if gettimeofday clobbers the localtime buffer. */
 
63
#undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
 
64
 
 
65
/* Define this to 'void' or 'struct timezone' to match the system's
 
66
   declaration of the second argument to gettimeofday. */
 
67
#undef GETTIMEOFDAY_TIMEZONE
 
68
 
 
69
/* Define to make the limit macros in <stdint.h> visible. */
 
70
#undef GL_TRIGGER_STDC_LIMIT_MACROS
 
71
 
 
72
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
73
   whether the gnulib module dirname shall be considered present. */
 
74
#undef GNULIB_DIRNAME
 
75
 
 
76
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
77
   whether the gnulib module freopen-safer shall be considered present. */
 
78
#undef GNULIB_FREOPEN_SAFER
 
79
 
 
80
/* Define to indicate the 'malloc' module. */
 
81
#undef GNULIB_MALLOC_GNU
 
82
 
 
83
/* enable some gnulib portability checks */
 
84
#undef GNULIB_PORTCHECK
 
85
 
 
86
/* Define to 1 when the gnulib module btowc should be tested. */
 
87
#undef GNULIB_TEST_BTOWC
 
88
 
 
89
/* Define to 1 when the gnulib module dup2 should be tested. */
 
90
#undef GNULIB_TEST_DUP2
 
91
 
 
92
/* Define to 1 when the gnulib module environ should be tested. */
 
93
#undef GNULIB_TEST_ENVIRON
 
94
 
 
95
/* Define to 1 when the gnulib module fcntl should be tested. */
 
96
#undef GNULIB_TEST_FCNTL
 
97
 
 
98
/* Define to 1 when the gnulib module freopen should be tested. */
 
99
#undef GNULIB_TEST_FREOPEN
 
100
 
 
101
/* Define to 1 when the gnulib module getdtablesize should be tested. */
 
102
#undef GNULIB_TEST_GETDTABLESIZE
 
103
 
 
104
/* Define to 1 when the gnulib module getopt-gnu should be tested. */
 
105
#undef GNULIB_TEST_GETOPT_GNU
 
106
 
 
107
/* Define to 1 when the gnulib module gettimeofday should be tested. */
 
108
#undef GNULIB_TEST_GETTIMEOFDAY
 
109
 
 
110
/* Define to 1 when the gnulib module lstat should be tested. */
 
111
#undef GNULIB_TEST_LSTAT
 
112
 
 
113
/* Define to 1 when the gnulib module malloc-posix should be tested. */
 
114
#undef GNULIB_TEST_MALLOC_POSIX
 
115
 
 
116
/* Define to 1 when the gnulib module mbrlen should be tested. */
 
117
#undef GNULIB_TEST_MBRLEN
 
118
 
 
119
/* Define to 1 when the gnulib module mbrtowc should be tested. */
 
120
#undef GNULIB_TEST_MBRTOWC
 
121
 
 
122
/* Define to 1 when the gnulib module mbscasecmp should be tested. */
 
123
#undef GNULIB_TEST_MBSCASECMP
 
124
 
 
125
/* Define to 1 when the gnulib module mbsinit should be tested. */
 
126
#undef GNULIB_TEST_MBSINIT
 
127
 
 
128
/* Define to 1 when the gnulib module mbslen should be tested. */
 
129
#undef GNULIB_TEST_MBSLEN
 
130
 
 
131
/* Define to 1 when the gnulib module mbsrtowcs should be tested. */
 
132
#undef GNULIB_TEST_MBSRTOWCS
 
133
 
 
134
/* Define to 1 when the gnulib module mbsstr should be tested. */
 
135
#undef GNULIB_TEST_MBSSTR
 
136
 
 
137
/* Define to 1 when the gnulib module memchr should be tested. */
 
138
#undef GNULIB_TEST_MEMCHR
 
139
 
 
140
/* Define to 1 when the gnulib module mkstemp should be tested. */
 
141
#undef GNULIB_TEST_MKSTEMP
 
142
 
 
143
/* Define to 1 when the gnulib module mktime should be tested. */
 
144
#undef GNULIB_TEST_MKTIME
 
145
 
 
146
/* Define to 1 when the gnulib module nl_langinfo should be tested. */
 
147
#undef GNULIB_TEST_NL_LANGINFO
 
148
 
 
149
/* Define to 1 when the gnulib module open should be tested. */
 
150
#undef GNULIB_TEST_OPEN
 
151
 
 
152
/* Define to 1 when the gnulib module putenv should be tested. */
 
153
#undef GNULIB_TEST_PUTENV
 
154
 
 
155
/* Define to 1 when the gnulib module setenv should be tested. */
 
156
#undef GNULIB_TEST_SETENV
 
157
 
 
158
/* Define to 1 when the gnulib module sigaction should be tested. */
 
159
#undef GNULIB_TEST_SIGACTION
 
160
 
 
161
/* Define to 1 when the gnulib module sigprocmask should be tested. */
 
162
#undef GNULIB_TEST_SIGPROCMASK
 
163
 
 
164
/* Define to 1 when the gnulib module sleep should be tested. */
 
165
#undef GNULIB_TEST_SLEEP
 
166
 
 
167
/* Define to 1 when the gnulib module stat should be tested. */
 
168
#undef GNULIB_TEST_STAT
 
169
 
 
170
/* Define to 1 when the gnulib module strerror should be tested. */
 
171
#undef GNULIB_TEST_STRERROR
 
172
 
 
173
/* Define to 1 when the gnulib module strndup should be tested. */
 
174
#undef GNULIB_TEST_STRNDUP
 
175
 
 
176
/* Define to 1 when the gnulib module strnlen should be tested. */
 
177
#undef GNULIB_TEST_STRNLEN
 
178
 
 
179
/* Define to 1 when the gnulib module strptime should be tested. */
 
180
#undef GNULIB_TEST_STRPTIME
 
181
 
 
182
/* Define to 1 when the gnulib module strtoll should be tested. */
 
183
#undef GNULIB_TEST_STRTOLL
 
184
 
 
185
/* Define to 1 when the gnulib module strtoull should be tested. */
 
186
#undef GNULIB_TEST_STRTOULL
 
187
 
 
188
/* Define to 1 when the gnulib module symlink should be tested. */
 
189
#undef GNULIB_TEST_SYMLINK
 
190
 
 
191
/* Define to 1 when the gnulib module timegm should be tested. */
 
192
#undef GNULIB_TEST_TIMEGM
 
193
 
 
194
/* Define to 1 when the gnulib module time_r should be tested. */
 
195
#undef GNULIB_TEST_TIME_R
 
196
 
 
197
/* Define to 1 when the gnulib module unsetenv should be tested. */
 
198
#undef GNULIB_TEST_UNSETENV
 
199
 
 
200
/* Define to 1 when the gnulib module usleep should be tested. */
 
201
#undef GNULIB_TEST_USLEEP
 
202
 
 
203
/* Define to 1 when the gnulib module wcrtomb should be tested. */
 
204
#undef GNULIB_TEST_WCRTOMB
 
205
 
 
206
/* Define to 1 when the gnulib module wctob should be tested. */
 
207
#undef GNULIB_TEST_WCTOB
 
208
 
 
209
/* Define to 1 when the gnulib module wcwidth should be tested. */
 
210
#undef GNULIB_TEST_WCWIDTH
 
211
 
 
212
/* Define to 1 if you have the `alarm' function. */
 
213
#undef HAVE_ALARM
 
214
 
 
215
/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
 
216
   may be supplied by this distribution. */
 
217
#undef HAVE_ALLOCA
 
218
 
 
219
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
 
220
   */
 
221
#undef HAVE_ALLOCA_H
 
222
 
 
223
/* Define to 1 if you have the <bp-sym.h> header file. */
 
224
#undef HAVE_BP_SYM_H
 
225
 
 
226
/* Define to 1 if you have the `btowc' function. */
 
227
#undef HAVE_BTOWC
 
228
 
 
229
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
 
230
   CoreFoundation framework. */
 
231
#undef HAVE_CFLOCALECOPYCURRENT
 
232
 
 
233
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
 
234
   the CoreFoundation framework. */
 
235
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
 
236
 
 
237
/* Define to 1 if you have the `clock_gettime' function. */
 
238
#undef HAVE_CLOCK_GETTIME
 
239
 
 
240
/* Define to 1 if you have the `clock_settime' function. */
 
241
#undef HAVE_CLOCK_SETTIME
 
242
 
 
243
/* Define to 1 if C supports variable-length arrays. */
 
244
#undef HAVE_C_VARARRAYS
 
245
 
 
246
/* Define if the GNU dcgettext() function is already present or preinstalled.
 
247
   */
 
248
#undef HAVE_DCGETTEXT
 
249
 
 
250
/* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
 
251
   */
 
252
#undef HAVE_DECL_ALARM
 
253
 
 
254
/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
 
255
   you don't. */
 
256
#undef HAVE_DECL_CLEARERR_UNLOCKED
 
257
 
 
258
/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
 
259
   don't. */
 
260
#undef HAVE_DECL_FEOF_UNLOCKED
 
261
 
 
262
/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
 
263
   you don't. */
 
264
#undef HAVE_DECL_FERROR_UNLOCKED
 
265
 
 
266
/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
 
267
   you don't. */
 
268
#undef HAVE_DECL_FFLUSH_UNLOCKED
 
269
 
 
270
/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
 
271
   you don't. */
 
272
#undef HAVE_DECL_FGETS_UNLOCKED
 
273
 
 
274
/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
 
275
   you don't. */
 
276
#undef HAVE_DECL_FPUTC_UNLOCKED
 
277
 
 
278
/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
 
279
   you don't. */
 
280
#undef HAVE_DECL_FPUTS_UNLOCKED
 
281
 
 
282
/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
 
283
   you don't. */
 
284
#undef HAVE_DECL_FREAD_UNLOCKED
 
285
 
 
286
/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
 
287
   you don't. */
 
288
#undef HAVE_DECL_FWRITE_UNLOCKED
 
289
 
 
290
/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
 
291
   you don't. */
 
292
#undef HAVE_DECL_GETCHAR_UNLOCKED
 
293
 
 
294
/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
 
295
   don't. */
 
296
#undef HAVE_DECL_GETC_UNLOCKED
 
297
 
 
298
/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
 
299
   */
 
300
#undef HAVE_DECL_GETENV
 
301
 
 
302
/* Define to 1 if you have the declaration of `getopt_clip', and to 0 if you
 
303
   don't. */
 
304
#undef HAVE_DECL_GETOPT_CLIP
 
305
 
 
306
/* Define to 1 if you have the declaration of `imaxabs', and to 0 if you
 
307
   don't. */
 
308
#undef HAVE_DECL_IMAXABS
 
309
 
 
310
/* Define to 1 if you have the declaration of `imaxdiv', and to 0 if you
 
311
   don't. */
 
312
#undef HAVE_DECL_IMAXDIV
 
313
 
 
314
/* Define to 1 if you have the declaration of `isblank', and to 0 if you
 
315
   don't. */
 
316
#undef HAVE_DECL_ISBLANK
 
317
 
 
318
/* Define to 1 if you have the declaration of `optreset', and to 0 if you
 
319
   don't. */
 
320
#undef HAVE_DECL_OPTRESET
 
321
 
 
322
/* Define to 1 if you have the declaration of `program_invocation_name', and
 
323
   to 0 if you don't. */
 
324
#undef HAVE_DECL_PROGRAM_INVOCATION_NAME
 
325
 
 
326
/* Define to 1 if you have the declaration of `program_invocation_short_name',
 
327
   and to 0 if you don't. */
 
328
#undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
 
329
 
 
330
/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
 
331
   you don't. */
 
332
#undef HAVE_DECL_PUTCHAR_UNLOCKED
 
333
 
 
334
/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
 
335
   don't. */
 
336
#undef HAVE_DECL_PUTC_UNLOCKED
 
337
 
 
338
/* Define to 1 if you have the declaration of `sigaltstack', and to 0 if you
 
339
   don't. */
 
340
#undef HAVE_DECL_SIGALTSTACK
 
341
 
 
342
/* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
 
343
   */
 
344
#undef HAVE_DECL_SLEEP
 
345
 
 
346
/* Define to 1 if you have the declaration of `strerror', and to 0 if you
 
347
   don't. */
 
348
#undef HAVE_DECL_STRERROR
 
349
 
 
350
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
 
351
   don't. */
 
352
#undef HAVE_DECL_STRERROR_R
 
353
 
 
354
/* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
 
355
   don't. */
 
356
#undef HAVE_DECL_STRNCASECMP
 
357
 
 
358
/* Define to 1 if you have the declaration of `strndup', and to 0 if you
 
359
   don't. */
 
360
#undef HAVE_DECL_STRNDUP
 
361
 
 
362
/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
 
363
   don't. */
 
364
#undef HAVE_DECL_STRNLEN
 
365
 
 
366
/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
 
367
   don't. */
 
368
#undef HAVE_DECL_STRTOIMAX
 
369
 
 
370
/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
 
371
   don't. */
 
372
#undef HAVE_DECL_STRTOLL
 
373
 
 
374
/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
 
375
   don't. */
 
376
#undef HAVE_DECL_STRTOULL
 
377
 
 
378
/* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
 
379
   don't. */
 
380
#undef HAVE_DECL_STRTOUMAX
 
381
 
 
382
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
 
383
   */
 
384
#undef HAVE_DECL_TZNAME
 
385
 
 
386
/* Define to 1 if you have the declaration of `wctob', and to 0 if you don't.
 
387
   */
 
388
#undef HAVE_DECL_WCTOB
 
389
 
 
390
/* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
 
391
   don't. */
 
392
#undef HAVE_DECL_WCWIDTH
 
393
 
 
394
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
 
395
   */
 
396
#undef HAVE_DIRENT_H
 
397
 
 
398
/* Define to 1 if you have the `dup2' function. */
 
399
#undef HAVE_DUP2
 
400
 
 
401
/* Define if you have the declaration of environ. */
 
402
#undef HAVE_ENVIRON_DECL
 
403
 
 
404
/* Define to 1 if you have the <errno.h> header file. */
 
405
#undef HAVE_ERRNO_H
 
406
 
 
407
/* Define to 1 if you have the `fcntl' function. */
 
408
#undef HAVE_FCNTL
 
409
 
 
410
/* Define to 1 if you have the <fcntl.h> header file. */
 
411
#undef HAVE_FCNTL_H
 
412
 
 
413
/* Define to 1 if you have the `fork' function. */
 
414
#undef HAVE_FORK
 
415
 
 
416
/* Define to 1 if you have the `getdtablesize' function. */
 
417
#undef HAVE_GETDTABLESIZE
 
418
 
 
419
/* Define to 1 if you have the <getopt.h> header file. */
 
420
#undef HAVE_GETOPT_H
 
421
 
 
422
/* Define to 1 if you have the `getopt_long_only' function. */
 
423
#undef HAVE_GETOPT_LONG_ONLY
 
424
 
 
425
/* Define if the GNU gettext() function is already present or preinstalled. */
 
426
#undef HAVE_GETTEXT
 
427
 
 
428
/* Define to 1 if you have the `gettimeofday' function. */
 
429
#undef HAVE_GETTIMEOFDAY
 
430
 
 
431
/* Define if you have the iconv() function and it works. */
 
432
#undef HAVE_ICONV
 
433
 
 
434
/* Define to 1 if you have the <iconv.h> header file. */
 
435
#undef HAVE_ICONV_H
 
436
 
 
437
/* Define to 1 if the compiler supports one of the keywords 'inline',
 
438
   '__inline__', '__inline' and effectively inlines functions marked as such.
 
439
   */
 
440
#undef HAVE_INLINE
 
441
 
 
442
/* Define to 1 if you have the <inttypes.h> header file. */
 
443
#undef HAVE_INTTYPES_H
 
444
 
 
445
/* Define to 1 if you have the `isblank' function. */
 
446
#undef HAVE_ISBLANK
 
447
 
 
448
/* Define to 1 if you have the `iswblank' function. */
 
449
#undef HAVE_ISWBLANK
 
450
 
 
451
/* Define to 1 if you have the `iswcntrl' function. */
 
452
#undef HAVE_ISWCNTRL
 
453
 
 
454
/* Define to 1 if you have the `iswctype' function. */
 
455
#undef HAVE_ISWCTYPE
 
456
 
 
457
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
 
458
#undef HAVE_LANGINFO_CODESET
 
459
 
 
460
/* Define to 1 if you have the <langinfo.h> header file. */
 
461
#undef HAVE_LANGINFO_H
 
462
 
 
463
/* Define to 1 if you have the <libintl.h> header file. */
 
464
#undef HAVE_LIBINTL_H
 
465
 
 
466
/* Define if you have the libsigsegv library. */
 
467
#undef HAVE_LIBSIGSEGV
 
468
 
 
469
/* Define to 1 if you have the <locale.h> header file. */
 
470
#undef HAVE_LOCALE_H
 
471
 
 
472
/* Define to 1 if you have the `localtime_r' function. */
 
473
#undef HAVE_LOCALTIME_R
 
474
 
 
475
/* Define to 1 if the system has the type `long long int'. */
 
476
#undef HAVE_LONG_LONG_INT
 
477
 
 
478
/* Define to 1 if you have the `lstat' function. */
 
479
#undef HAVE_LSTAT
 
480
 
 
481
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
482
   to 0 otherwise. */
 
483
#undef HAVE_MALLOC
 
484
 
 
485
/* Define if the 'malloc' function is POSIX compliant. */
 
486
#undef HAVE_MALLOC_POSIX
 
487
 
 
488
/* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
 
489
   config.h and <sys/mman.h>. */
 
490
#undef HAVE_MAP_ANONYMOUS
 
491
 
 
492
/* Define to 1 if you have the `mbrlen' function. */
 
493
#undef HAVE_MBRLEN
 
494
 
 
495
/* Define to 1 if you have the `mbrtowc' function. */
 
496
#undef HAVE_MBRTOWC
 
497
 
 
498
/* Define to 1 if you have the `mbsinit' function. */
 
499
#undef HAVE_MBSINIT
 
500
 
 
501
/* Define to 1 if you have the `mbslen' function. */
 
502
#undef HAVE_MBSLEN
 
503
 
 
504
/* Define to 1 if you have the `mbsrtowcs' function. */
 
505
#undef HAVE_MBSRTOWCS
 
506
 
 
507
/* Define to 1 if <wchar.h> declares mbstate_t. */
 
508
#undef HAVE_MBSTATE_T
 
509
 
 
510
/* Define to 1 if you have the `memchr' function. */
 
511
#undef HAVE_MEMCHR
 
512
 
 
513
/* Define to 1 if you have the <memory.h> header file. */
 
514
#undef HAVE_MEMORY_H
 
515
 
 
516
/* Define to 1 if you have the `mempcpy' function. */
 
517
#undef HAVE_MEMPCPY
 
518
 
 
519
/* Define to 1 if you have the `mkstemp' function. */
 
520
#undef HAVE_MKSTEMP
 
521
 
 
522
/* Define to 1 if you have the `mprotect' function. */
 
523
#undef HAVE_MPROTECT
 
524
 
 
525
/* Define to 1 if you have the `nanotime' function. */
 
526
#undef HAVE_NANOTIME
 
527
 
 
528
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 
529
#undef HAVE_NDIR_H
 
530
 
 
531
/* Define to 1 if you have the `nl_langinfo' function. */
 
532
#undef HAVE_NL_LANGINFO
 
533
 
 
534
/* Define to 1 if you have the `pathconf' function. */
 
535
#undef HAVE_PATHCONF
 
536
 
 
537
/* Define to 1 if you have the <random.h> header file. */
 
538
#undef HAVE_RANDOM_H
 
539
 
 
540
/* Define to 1 if atoll is declared even after undefining macros. */
 
541
#undef HAVE_RAW_DECL_ATOLL
 
542
 
 
543
/* Define to 1 if btowc is declared even after undefining macros. */
 
544
#undef HAVE_RAW_DECL_BTOWC
 
545
 
 
546
/* Define to 1 if canonicalize_file_name is declared even after undefining
 
547
   macros. */
 
548
#undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
 
549
 
 
550
/* Define to 1 if chown is declared even after undefining macros. */
 
551
#undef HAVE_RAW_DECL_CHOWN
 
552
 
 
553
/* Define to 1 if dprintf is declared even after undefining macros. */
 
554
#undef HAVE_RAW_DECL_DPRINTF
 
555
 
 
556
/* Define to 1 if dup2 is declared even after undefining macros. */
 
557
#undef HAVE_RAW_DECL_DUP2
 
558
 
 
559
/* Define to 1 if dup3 is declared even after undefining macros. */
 
560
#undef HAVE_RAW_DECL_DUP3
 
561
 
 
562
/* Define to 1 if endusershell is declared even after undefining macros. */
 
563
#undef HAVE_RAW_DECL_ENDUSERSHELL
 
564
 
 
565
/* Define to 1 if environ is declared even after undefining macros. */
 
566
#undef HAVE_RAW_DECL_ENVIRON
 
567
 
 
568
/* Define to 1 if euidaccess is declared even after undefining macros. */
 
569
#undef HAVE_RAW_DECL_EUIDACCESS
 
570
 
 
571
/* Define to 1 if faccessat is declared even after undefining macros. */
 
572
#undef HAVE_RAW_DECL_FACCESSAT
 
573
 
 
574
/* Define to 1 if fchdir is declared even after undefining macros. */
 
575
#undef HAVE_RAW_DECL_FCHDIR
 
576
 
 
577
/* Define to 1 if fchmodat is declared even after undefining macros. */
 
578
#undef HAVE_RAW_DECL_FCHMODAT
 
579
 
 
580
/* Define to 1 if fchownat is declared even after undefining macros. */
 
581
#undef HAVE_RAW_DECL_FCHOWNAT
 
582
 
 
583
/* Define to 1 if fcntl is declared even after undefining macros. */
 
584
#undef HAVE_RAW_DECL_FCNTL
 
585
 
 
586
/* Define to 1 if fpurge is declared even after undefining macros. */
 
587
#undef HAVE_RAW_DECL_FPURGE
 
588
 
 
589
/* Define to 1 if fseeko is declared even after undefining macros. */
 
590
#undef HAVE_RAW_DECL_FSEEKO
 
591
 
 
592
/* Define to 1 if fstatat is declared even after undefining macros. */
 
593
#undef HAVE_RAW_DECL_FSTATAT
 
594
 
 
595
/* Define to 1 if fsync is declared even after undefining macros. */
 
596
#undef HAVE_RAW_DECL_FSYNC
 
597
 
 
598
/* Define to 1 if ftello is declared even after undefining macros. */
 
599
#undef HAVE_RAW_DECL_FTELLO
 
600
 
 
601
/* Define to 1 if ftruncate is declared even after undefining macros. */
 
602
#undef HAVE_RAW_DECL_FTRUNCATE
 
603
 
 
604
/* Define to 1 if futimens is declared even after undefining macros. */
 
605
#undef HAVE_RAW_DECL_FUTIMENS
 
606
 
 
607
/* Define to 1 if getcwd is declared even after undefining macros. */
 
608
#undef HAVE_RAW_DECL_GETCWD
 
609
 
 
610
/* Define to 1 if getdelim is declared even after undefining macros. */
 
611
#undef HAVE_RAW_DECL_GETDELIM
 
612
 
 
613
/* Define to 1 if getdomainname is declared even after undefining macros. */
 
614
#undef HAVE_RAW_DECL_GETDOMAINNAME
 
615
 
 
616
/* Define to 1 if getdtablesize is declared even after undefining macros. */
 
617
#undef HAVE_RAW_DECL_GETDTABLESIZE
 
618
 
 
619
/* Define to 1 if getgroups is declared even after undefining macros. */
 
620
#undef HAVE_RAW_DECL_GETGROUPS
 
621
 
 
622
/* Define to 1 if gethostname is declared even after undefining macros. */
 
623
#undef HAVE_RAW_DECL_GETHOSTNAME
 
624
 
 
625
/* Define to 1 if getline is declared even after undefining macros. */
 
626
#undef HAVE_RAW_DECL_GETLINE
 
627
 
 
628
/* Define to 1 if getloadavg is declared even after undefining macros. */
 
629
#undef HAVE_RAW_DECL_GETLOADAVG
 
630
 
 
631
/* Define to 1 if getlogin is declared even after undefining macros. */
 
632
#undef HAVE_RAW_DECL_GETLOGIN
 
633
 
 
634
/* Define to 1 if getlogin_r is declared even after undefining macros. */
 
635
#undef HAVE_RAW_DECL_GETLOGIN_R
 
636
 
 
637
/* Define to 1 if getpagesize is declared even after undefining macros. */
 
638
#undef HAVE_RAW_DECL_GETPAGESIZE
 
639
 
 
640
/* Define to 1 if getsubopt is declared even after undefining macros. */
 
641
#undef HAVE_RAW_DECL_GETSUBOPT
 
642
 
 
643
/* Define to 1 if gettimeofday is declared even after undefining macros. */
 
644
#undef HAVE_RAW_DECL_GETTIMEOFDAY
 
645
 
 
646
/* Define to 1 if getusershell is declared even after undefining macros. */
 
647
#undef HAVE_RAW_DECL_GETUSERSHELL
 
648
 
 
649
/* Define to 1 if grantpt is declared even after undefining macros. */
 
650
#undef HAVE_RAW_DECL_GRANTPT
 
651
 
 
652
/* Define to 1 if imaxabs is declared even after undefining macros. */
 
653
#undef HAVE_RAW_DECL_IMAXABS
 
654
 
 
655
/* Define to 1 if imaxdiv is declared even after undefining macros. */
 
656
#undef HAVE_RAW_DECL_IMAXDIV
 
657
 
 
658
/* Define to 1 if initstat_r is declared even after undefining macros. */
 
659
#undef HAVE_RAW_DECL_INITSTAT_R
 
660
 
 
661
/* Define to 1 if lchmod is declared even after undefining macros. */
 
662
#undef HAVE_RAW_DECL_LCHMOD
 
663
 
 
664
/* Define to 1 if lchown is declared even after undefining macros. */
 
665
#undef HAVE_RAW_DECL_LCHOWN
 
666
 
 
667
/* Define to 1 if link is declared even after undefining macros. */
 
668
#undef HAVE_RAW_DECL_LINK
 
669
 
 
670
/* Define to 1 if linkat is declared even after undefining macros. */
 
671
#undef HAVE_RAW_DECL_LINKAT
 
672
 
 
673
/* Define to 1 if lseek is declared even after undefining macros. */
 
674
#undef HAVE_RAW_DECL_LSEEK
 
675
 
 
676
/* Define to 1 if lstat is declared even after undefining macros. */
 
677
#undef HAVE_RAW_DECL_LSTAT
 
678
 
 
679
/* Define to 1 if mbrlen is declared even after undefining macros. */
 
680
#undef HAVE_RAW_DECL_MBRLEN
 
681
 
 
682
/* Define to 1 if mbrtowc is declared even after undefining macros. */
 
683
#undef HAVE_RAW_DECL_MBRTOWC
 
684
 
 
685
/* Define to 1 if mbsinit is declared even after undefining macros. */
 
686
#undef HAVE_RAW_DECL_MBSINIT
 
687
 
 
688
/* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
 
689
#undef HAVE_RAW_DECL_MBSNRTOWCS
 
690
 
 
691
/* Define to 1 if mbsrtowcs is declared even after undefining macros. */
 
692
#undef HAVE_RAW_DECL_MBSRTOWCS
 
693
 
 
694
/* Define to 1 if memmem is declared even after undefining macros. */
 
695
#undef HAVE_RAW_DECL_MEMMEM
 
696
 
 
697
/* Define to 1 if mempcpy is declared even after undefining macros. */
 
698
#undef HAVE_RAW_DECL_MEMPCPY
 
699
 
 
700
/* Define to 1 if memrchr is declared even after undefining macros. */
 
701
#undef HAVE_RAW_DECL_MEMRCHR
 
702
 
 
703
/* Define to 1 if mkdirat is declared even after undefining macros. */
 
704
#undef HAVE_RAW_DECL_MKDIRAT
 
705
 
 
706
/* Define to 1 if mkdtemp is declared even after undefining macros. */
 
707
#undef HAVE_RAW_DECL_MKDTEMP
 
708
 
 
709
/* Define to 1 if mkfifo is declared even after undefining macros. */
 
710
#undef HAVE_RAW_DECL_MKFIFO
 
711
 
 
712
/* Define to 1 if mkfifoat is declared even after undefining macros. */
 
713
#undef HAVE_RAW_DECL_MKFIFOAT
 
714
 
 
715
/* Define to 1 if mknod is declared even after undefining macros. */
 
716
#undef HAVE_RAW_DECL_MKNOD
 
717
 
 
718
/* Define to 1 if mknodat is declared even after undefining macros. */
 
719
#undef HAVE_RAW_DECL_MKNODAT
 
720
 
 
721
/* Define to 1 if mkostemp is declared even after undefining macros. */
 
722
#undef HAVE_RAW_DECL_MKOSTEMP
 
723
 
 
724
/* Define to 1 if mkostemps is declared even after undefining macros. */
 
725
#undef HAVE_RAW_DECL_MKOSTEMPS
 
726
 
 
727
/* Define to 1 if mkstemp is declared even after undefining macros. */
 
728
#undef HAVE_RAW_DECL_MKSTEMP
 
729
 
 
730
/* Define to 1 if mkstemps is declared even after undefining macros. */
 
731
#undef HAVE_RAW_DECL_MKSTEMPS
 
732
 
 
733
/* Define to 1 if nl_langinfo is declared even after undefining macros. */
 
734
#undef HAVE_RAW_DECL_NL_LANGINFO
 
735
 
 
736
/* Define to 1 if openat is declared even after undefining macros. */
 
737
#undef HAVE_RAW_DECL_OPENAT
 
738
 
 
739
/* Define to 1 if pipe2 is declared even after undefining macros. */
 
740
#undef HAVE_RAW_DECL_PIPE2
 
741
 
 
742
/* Define to 1 if popen is declared even after undefining macros. */
 
743
#undef HAVE_RAW_DECL_POPEN
 
744
 
 
745
/* Define to 1 if pread is declared even after undefining macros. */
 
746
#undef HAVE_RAW_DECL_PREAD
 
747
 
 
748
/* Define to 1 if ptsname is declared even after undefining macros. */
 
749
#undef HAVE_RAW_DECL_PTSNAME
 
750
 
 
751
/* Define to 1 if random_r is declared even after undefining macros. */
 
752
#undef HAVE_RAW_DECL_RANDOM_R
 
753
 
 
754
/* Define to 1 if rawmemchr is declared even after undefining macros. */
 
755
#undef HAVE_RAW_DECL_RAWMEMCHR
 
756
 
 
757
/* Define to 1 if readlink is declared even after undefining macros. */
 
758
#undef HAVE_RAW_DECL_READLINK
 
759
 
 
760
/* Define to 1 if readlinkat is declared even after undefining macros. */
 
761
#undef HAVE_RAW_DECL_READLINKAT
 
762
 
 
763
/* Define to 1 if realpath is declared even after undefining macros. */
 
764
#undef HAVE_RAW_DECL_REALPATH
 
765
 
 
766
/* Define to 1 if renameat is declared even after undefining macros. */
 
767
#undef HAVE_RAW_DECL_RENAMEAT
 
768
 
 
769
/* Define to 1 if rmdir is declared even after undefining macros. */
 
770
#undef HAVE_RAW_DECL_RMDIR
 
771
 
 
772
/* Define to 1 if rpmatch is declared even after undefining macros. */
 
773
#undef HAVE_RAW_DECL_RPMATCH
 
774
 
 
775
/* Define to 1 if setenv is declared even after undefining macros. */
 
776
#undef HAVE_RAW_DECL_SETENV
 
777
 
 
778
/* Define to 1 if setstate_r is declared even after undefining macros. */
 
779
#undef HAVE_RAW_DECL_SETSTATE_R
 
780
 
 
781
/* Define to 1 if setusershell is declared even after undefining macros. */
 
782
#undef HAVE_RAW_DECL_SETUSERSHELL
 
783
 
 
784
/* Define to 1 if sigaction is declared even after undefining macros. */
 
785
#undef HAVE_RAW_DECL_SIGACTION
 
786
 
 
787
/* Define to 1 if sigaddset is declared even after undefining macros. */
 
788
#undef HAVE_RAW_DECL_SIGADDSET
 
789
 
 
790
/* Define to 1 if sigdelset is declared even after undefining macros. */
 
791
#undef HAVE_RAW_DECL_SIGDELSET
 
792
 
 
793
/* Define to 1 if sigemptyset is declared even after undefining macros. */
 
794
#undef HAVE_RAW_DECL_SIGEMPTYSET
 
795
 
 
796
/* Define to 1 if sigfillset is declared even after undefining macros. */
 
797
#undef HAVE_RAW_DECL_SIGFILLSET
 
798
 
 
799
/* Define to 1 if sigismember is declared even after undefining macros. */
 
800
#undef HAVE_RAW_DECL_SIGISMEMBER
 
801
 
 
802
/* Define to 1 if sigpending is declared even after undefining macros. */
 
803
#undef HAVE_RAW_DECL_SIGPENDING
 
804
 
 
805
/* Define to 1 if sigprocmask is declared even after undefining macros. */
 
806
#undef HAVE_RAW_DECL_SIGPROCMASK
 
807
 
 
808
/* Define to 1 if sleep is declared even after undefining macros. */
 
809
#undef HAVE_RAW_DECL_SLEEP
 
810
 
 
811
/* Define to 1 if snprintf is declared even after undefining macros. */
 
812
#undef HAVE_RAW_DECL_SNPRINTF
 
813
 
 
814
/* Define to 1 if srandom_r is declared even after undefining macros. */
 
815
#undef HAVE_RAW_DECL_SRANDOM_R
 
816
 
 
817
/* Define to 1 if stat is declared even after undefining macros. */
 
818
#undef HAVE_RAW_DECL_STAT
 
819
 
 
820
/* Define to 1 if stpcpy is declared even after undefining macros. */
 
821
#undef HAVE_RAW_DECL_STPCPY
 
822
 
 
823
/* Define to 1 if stpncpy is declared even after undefining macros. */
 
824
#undef HAVE_RAW_DECL_STPNCPY
 
825
 
 
826
/* Define to 1 if strcasecmp is declared even after undefining macros. */
 
827
#undef HAVE_RAW_DECL_STRCASECMP
 
828
 
 
829
/* Define to 1 if strcasestr is declared even after undefining macros. */
 
830
#undef HAVE_RAW_DECL_STRCASESTR
 
831
 
 
832
/* Define to 1 if strchrnul is declared even after undefining macros. */
 
833
#undef HAVE_RAW_DECL_STRCHRNUL
 
834
 
 
835
/* Define to 1 if strdup is declared even after undefining macros. */
 
836
#undef HAVE_RAW_DECL_STRDUP
 
837
 
 
838
/* Define to 1 if strncasecmp is declared even after undefining macros. */
 
839
#undef HAVE_RAW_DECL_STRNCASECMP
 
840
 
 
841
/* Define to 1 if strncat is declared even after undefining macros. */
 
842
#undef HAVE_RAW_DECL_STRNCAT
 
843
 
 
844
/* Define to 1 if strndup is declared even after undefining macros. */
 
845
#undef HAVE_RAW_DECL_STRNDUP
 
846
 
 
847
/* Define to 1 if strnlen is declared even after undefining macros. */
 
848
#undef HAVE_RAW_DECL_STRNLEN
 
849
 
 
850
/* Define to 1 if strpbrk is declared even after undefining macros. */
 
851
#undef HAVE_RAW_DECL_STRPBRK
 
852
 
 
853
/* Define to 1 if strsep is declared even after undefining macros. */
 
854
#undef HAVE_RAW_DECL_STRSEP
 
855
 
 
856
/* Define to 1 if strsignal is declared even after undefining macros. */
 
857
#undef HAVE_RAW_DECL_STRSIGNAL
 
858
 
 
859
/* Define to 1 if strtod is declared even after undefining macros. */
 
860
#undef HAVE_RAW_DECL_STRTOD
 
861
 
 
862
/* Define to 1 if strtoimax is declared even after undefining macros. */
 
863
#undef HAVE_RAW_DECL_STRTOIMAX
 
864
 
 
865
/* Define to 1 if strtok_r is declared even after undefining macros. */
 
866
#undef HAVE_RAW_DECL_STRTOK_R
 
867
 
 
868
/* Define to 1 if strtoll is declared even after undefining macros. */
 
869
#undef HAVE_RAW_DECL_STRTOLL
 
870
 
 
871
/* Define to 1 if strtoull is declared even after undefining macros. */
 
872
#undef HAVE_RAW_DECL_STRTOULL
 
873
 
 
874
/* Define to 1 if strtoumax is declared even after undefining macros. */
 
875
#undef HAVE_RAW_DECL_STRTOUMAX
 
876
 
 
877
/* Define to 1 if strverscmp is declared even after undefining macros. */
 
878
#undef HAVE_RAW_DECL_STRVERSCMP
 
879
 
 
880
/* Define to 1 if symlink is declared even after undefining macros. */
 
881
#undef HAVE_RAW_DECL_SYMLINK
 
882
 
 
883
/* Define to 1 if symlinkat is declared even after undefining macros. */
 
884
#undef HAVE_RAW_DECL_SYMLINKAT
 
885
 
 
886
/* Define to 1 if tmpfile is declared even after undefining macros. */
 
887
#undef HAVE_RAW_DECL_TMPFILE
 
888
 
 
889
/* Define to 1 if ttyname_r is declared even after undefining macros. */
 
890
#undef HAVE_RAW_DECL_TTYNAME_R
 
891
 
 
892
/* Define to 1 if unlink is declared even after undefining macros. */
 
893
#undef HAVE_RAW_DECL_UNLINK
 
894
 
 
895
/* Define to 1 if unlinkat is declared even after undefining macros. */
 
896
#undef HAVE_RAW_DECL_UNLINKAT
 
897
 
 
898
/* Define to 1 if unlockpt is declared even after undefining macros. */
 
899
#undef HAVE_RAW_DECL_UNLOCKPT
 
900
 
 
901
/* Define to 1 if unsetenv is declared even after undefining macros. */
 
902
#undef HAVE_RAW_DECL_UNSETENV
 
903
 
 
904
/* Define to 1 if usleep is declared even after undefining macros. */
 
905
#undef HAVE_RAW_DECL_USLEEP
 
906
 
 
907
/* Define to 1 if utimensat is declared even after undefining macros. */
 
908
#undef HAVE_RAW_DECL_UTIMENSAT
 
909
 
 
910
/* Define to 1 if vdprintf is declared even after undefining macros. */
 
911
#undef HAVE_RAW_DECL_VDPRINTF
 
912
 
 
913
/* Define to 1 if vsnprintf is declared even after undefining macros. */
 
914
#undef HAVE_RAW_DECL_VSNPRINTF
 
915
 
 
916
/* Define to 1 if wcrtomb is declared even after undefining macros. */
 
917
#undef HAVE_RAW_DECL_WCRTOMB
 
918
 
 
919
/* Define to 1 if wcsnrtombs is declared even after undefining macros. */
 
920
#undef HAVE_RAW_DECL_WCSNRTOMBS
 
921
 
 
922
/* Define to 1 if wcsrtombs is declared even after undefining macros. */
 
923
#undef HAVE_RAW_DECL_WCSRTOMBS
 
924
 
 
925
/* Define to 1 if wctob is declared even after undefining macros. */
 
926
#undef HAVE_RAW_DECL_WCTOB
 
927
 
 
928
/* Define to 1 if wcwidth is declared even after undefining macros. */
 
929
#undef HAVE_RAW_DECL_WCWIDTH
 
930
 
 
931
/* Define to 1 if you have the <search.h> header file. */
 
932
#undef HAVE_SEARCH_H
 
933
 
 
934
/* Define to 1 if you have the `setenv' function. */
 
935
#undef HAVE_SETENV
 
936
 
 
937
/* Define to 1 if you have the `setrlimit' function. */
 
938
#undef HAVE_SETRLIMIT
 
939
 
 
940
/* Define to 1 if you have the `sigaction' function. */
 
941
#undef HAVE_SIGACTION
 
942
 
 
943
/* Define to 1 if you have the `sigaltstack' function. */
 
944
#undef HAVE_SIGALTSTACK
 
945
 
 
946
/* Define to 1 if you have the `sigblock' function. */
 
947
#undef HAVE_SIGBLOCK
 
948
 
 
949
/* Define to 1 if the system has the type `siginfo_t'. */
 
950
#undef HAVE_SIGINFO_T
 
951
 
 
952
/* Define to 1 if you have the `siginterrupt' function. */
 
953
#undef HAVE_SIGINTERRUPT
 
954
 
 
955
/* Define to 1 if you have the <signal.h> header file. */
 
956
#undef HAVE_SIGNAL_H
 
957
 
 
958
/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
 
959
#undef HAVE_SIGNED_SIG_ATOMIC_T
 
960
 
 
961
/* Define to 1 if 'wchar_t' is a signed integer type. */
 
962
#undef HAVE_SIGNED_WCHAR_T
 
963
 
 
964
/* Define to 1 if 'wint_t' is a signed integer type. */
 
965
#undef HAVE_SIGNED_WINT_T
 
966
 
 
967
/* Define to 1 if you have the `sigprocmask' function. */
 
968
#undef HAVE_SIGPROCMASK
 
969
 
 
970
/* Define to 1 if the system has the type `sigset_t'. */
 
971
#undef HAVE_SIGSET_T
 
972
 
 
973
/* Define to 1 if you have the `sleep' function. */
 
974
#undef HAVE_SLEEP
 
975
 
 
976
/* Define to 1 if extending the stack slightly past the limit causes a SIGSEGV
 
977
   which can be handled on an alternate stack established with sigaltstack. */
 
978
#undef HAVE_STACK_OVERFLOW_HANDLING
 
979
 
 
980
/* Define to 1 if the system has the type `stack_t'. */
 
981
#undef HAVE_STACK_T
 
982
 
 
983
/* Define to 1 if you have the <stdarg.h> header file. */
 
984
#undef HAVE_STDARG_H
 
985
 
 
986
/* Define to 1 if stdbool.h conforms to C99. */
 
987
#undef HAVE_STDBOOL_H
 
988
 
 
989
/* Define to 1 if you have the <stddef.h> header file. */
 
990
#undef HAVE_STDDEF_H
 
991
 
 
992
/* Define to 1 if you have the <stdint.h> header file. */
 
993
#undef HAVE_STDINT_H
 
994
 
 
995
/* Define to 1 if you have the <stdio.h> header file. */
 
996
#undef HAVE_STDIO_H
 
997
 
 
998
/* Define to 1 if you have the <stdlib.h> header file. */
 
999
#undef HAVE_STDLIB_H
 
1000
 
 
1001
/* Define to 1 if you have the `strcasecmp' function. */
 
1002
#undef HAVE_STRCASECMP
 
1003
 
 
1004
/* Define to 1 if you have the `strcasecoll' function. */
 
1005
#undef HAVE_STRCASECOLL
 
1006
 
 
1007
/* Define to 1 if you have the `strerror_r' function. */
 
1008
#undef HAVE_STRERROR_R
 
1009
 
 
1010
/* Define to 1 if you have the `stricoll' function. */
 
1011
#undef HAVE_STRICOLL
 
1012
 
 
1013
/* Define to 1 if you have the <strings.h> header file. */
 
1014
#undef HAVE_STRINGS_H
 
1015
 
 
1016
/* Define to 1 if you have the <string.h> header file. */
 
1017
#undef HAVE_STRING_H
 
1018
 
 
1019
/* Define to 1 if you have the `strncasecmp' function. */
 
1020
#undef HAVE_STRNCASECMP
 
1021
 
 
1022
/* Define to 1 if you have the `strndup' function. */
 
1023
#undef HAVE_STRNDUP
 
1024
 
 
1025
/* Define to 1 if you have the `strptime' function. */
 
1026
#undef HAVE_STRPTIME
 
1027
 
 
1028
/* Define to 1 if you have the `strtoimax' function. */
 
1029
#undef HAVE_STRTOIMAX
 
1030
 
 
1031
/* Define to 1 if you have the `strtol' function. */
 
1032
#undef HAVE_STRTOL
 
1033
 
 
1034
/* Define to 1 if you have the `strtoll' function. */
 
1035
#undef HAVE_STRTOLL
 
1036
 
 
1037
/* Define to 1 if you have the `strtoul' function. */
 
1038
#undef HAVE_STRTOUL
 
1039
 
 
1040
/* Define to 1 if you have the `strtoull' function. */
 
1041
#undef HAVE_STRTOULL
 
1042
 
 
1043
/* Define to 1 if you have the `strtoumax' function. */
 
1044
#undef HAVE_STRTOUMAX
 
1045
 
 
1046
/* Define to 1 if the system has the type `struct random_data'. */
 
1047
#undef HAVE_STRUCT_RANDOM_DATA
 
1048
 
 
1049
/* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
 
1050
#undef HAVE_STRUCT_SIGACTION_SA_SIGACTION
 
1051
 
 
1052
/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
 
1053
#undef HAVE_STRUCT_STAT_ST_ATIMENSEC
 
1054
 
 
1055
/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
 
1056
#undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
 
1057
 
 
1058
/* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
 
1059
#undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
 
1060
 
 
1061
/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
 
1062
#undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
 
1063
 
 
1064
/* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
 
1065
#undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
 
1066
 
 
1067
/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
 
1068
#undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
 
1069
 
 
1070
/* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
 
1071
#undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
 
1072
 
 
1073
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
 
1074
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
 
1075
 
 
1076
/* Define to 1 if `st_rdev' is a member of `struct stat'. */
 
1077
#undef HAVE_STRUCT_STAT_ST_RDEV
 
1078
 
 
1079
/* Define to 1 if `tm_zone' is a member of `struct tm'. */
 
1080
#undef HAVE_STRUCT_TM_TM_ZONE
 
1081
 
 
1082
/* Define to 1 if you have the `symlink' function. */
 
1083
#undef HAVE_SYMLINK
 
1084
 
 
1085
/* Define to 1 if you have the <sys/bitypes.h> header file. */
 
1086
#undef HAVE_SYS_BITYPES_H
 
1087
 
 
1088
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
 
1089
   */
 
1090
#undef HAVE_SYS_DIR_H
 
1091
 
 
1092
/* Define to 1 if you have the <sys/inttypes.h> header file. */
 
1093
#undef HAVE_SYS_INTTYPES_H
 
1094
 
 
1095
/* Define to 1 if you have the <sys/mman.h> header file. */
 
1096
#undef HAVE_SYS_MMAN_H
 
1097
 
 
1098
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
 
1099
   */
 
1100
#undef HAVE_SYS_NDIR_H
 
1101
 
 
1102
/* Define to 1 if you have the <sys/param.h> header file. */
 
1103
#undef HAVE_SYS_PARAM_H
 
1104
 
 
1105
/* Define to 1 if you have the <sys/socket.h> header file. */
 
1106
#undef HAVE_SYS_SOCKET_H
 
1107
 
 
1108
/* Define to 1 if you have the <sys/stat.h> header file. */
 
1109
#undef HAVE_SYS_STAT_H
 
1110
 
 
1111
/* Define to 1 if you have the <sys/timeb.h> header file. */
 
1112
#undef HAVE_SYS_TIMEB_H
 
1113
 
 
1114
/* Define to 1 if you have the <sys/time.h> header file. */
 
1115
#undef HAVE_SYS_TIME_H
 
1116
 
 
1117
/* Define to 1 if you have the <sys/types.h> header file. */
 
1118
#undef HAVE_SYS_TYPES_H
 
1119
 
 
1120
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
 
1121
#undef HAVE_SYS_WAIT_H
 
1122
 
 
1123
/* Define to 1 if you have the `timegm' function. */
 
1124
#undef HAVE_TIMEGM
 
1125
 
 
1126
/* Define to 1 if you have the <time.h> header file. */
 
1127
#undef HAVE_TIME_H
 
1128
 
 
1129
/* Define if struct tm has the tm_gmtoff member. */
 
1130
#undef HAVE_TM_GMTOFF
 
1131
 
 
1132
/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
 
1133
   `HAVE_STRUCT_TM_TM_ZONE' instead. */
 
1134
#undef HAVE_TM_ZONE
 
1135
 
 
1136
/* Define to 1 if you have the `tsearch' function. */
 
1137
#undef HAVE_TSEARCH
 
1138
 
 
1139
/* Define to 1 if you don't have `tm_zone' but do have the external array
 
1140
   `tzname'. */
 
1141
#undef HAVE_TZNAME
 
1142
 
 
1143
/* Define to 1 if you have the `tzset' function. */
 
1144
#undef HAVE_TZSET
 
1145
 
 
1146
/* Define to 1 if you have the <ucontext.h> header file. */
 
1147
#undef HAVE_UCONTEXT_H
 
1148
 
 
1149
/* Define to 1 if you have the <unistd.h> header file. */
 
1150
#undef HAVE_UNISTD_H
 
1151
 
 
1152
/* Define to 1 if you have the `unsetenv' function. */
 
1153
#undef HAVE_UNSETENV
 
1154
 
 
1155
/* Define to 1 if the system has the type `unsigned long long int'. */
 
1156
#undef HAVE_UNSIGNED_LONG_LONG_INT
 
1157
 
 
1158
/* Define to 1 if you have the `usleep' function. */
 
1159
#undef HAVE_USLEEP
 
1160
 
 
1161
/* Define to 1 if you have the `vfork' function. */
 
1162
#undef HAVE_VFORK
 
1163
 
 
1164
/* Define to 1 if you have the <vfork.h> header file. */
 
1165
#undef HAVE_VFORK_H
 
1166
 
 
1167
/* Define to 1 if you have the <wchar.h> header file. */
 
1168
#undef HAVE_WCHAR_H
 
1169
 
 
1170
/* Define if you have the 'wchar_t' type. */
 
1171
#undef HAVE_WCHAR_T
 
1172
 
 
1173
/* Define to 1 if you have the `wcrtomb' function. */
 
1174
#undef HAVE_WCRTOMB
 
1175
 
 
1176
/* Define to 1 if you have the `wcscoll' function. */
 
1177
#undef HAVE_WCSCOLL
 
1178
 
 
1179
/* Define to 1 if you have the `wctob' function. */
 
1180
#undef HAVE_WCTOB
 
1181
 
 
1182
/* Define to 1 if you have the <wctype.h> header file. */
 
1183
#undef HAVE_WCTYPE_H
 
1184
 
 
1185
/* Define to 1 if you have the `wcwidth' function. */
 
1186
#undef HAVE_WCWIDTH
 
1187
 
 
1188
/* Define to 1 if you have the <winsock2.h> header file. */
 
1189
#undef HAVE_WINSOCK2_H
 
1190
 
 
1191
/* Define if you have the 'wint_t' type. */
 
1192
#undef HAVE_WINT_T
 
1193
 
 
1194
/* Define to 1 if you have the `wmemchr' function. */
 
1195
#undef HAVE_WMEMCHR
 
1196
 
 
1197
/* Define to 1 if you have the `wmemcpy' function. */
 
1198
#undef HAVE_WMEMCPY
 
1199
 
 
1200
/* Define to 1 if you have the `wmempcpy' function. */
 
1201
#undef HAVE_WMEMPCPY
 
1202
 
 
1203
/* Define to 1 if `fork' works. */
 
1204
#undef HAVE_WORKING_FORK
 
1205
 
 
1206
/* Define to 1 if O_NOATIME works. */
 
1207
#undef HAVE_WORKING_O_NOATIME
 
1208
 
 
1209
/* Define to 1 if O_NOFOLLOW works. */
 
1210
#undef HAVE_WORKING_O_NOFOLLOW
 
1211
 
 
1212
/* Define to 1 if `vfork' works. */
 
1213
#undef HAVE_WORKING_VFORK
 
1214
 
 
1215
/* Define to 1 if extending the stack slightly past the limit causes a
 
1216
   SIGSEGV, and an alternate stack can be established with sigaltstack, and
 
1217
   the signal handler is passed a context that specifies the run time stack.
 
1218
   This behavior is defined by POSIX 1003.1-2001 with the X/Open System
 
1219
   Interface (XSI) option and is a standardized way to implement a SEGV-based
 
1220
   stack overflow detection heuristic. */
 
1221
#undef HAVE_XSI_STACK_OVERFLOW_HEURISTIC
 
1222
 
 
1223
/* Define to 1 if the system has the type `_Bool'. */
 
1224
#undef HAVE__BOOL
 
1225
 
 
1226
/* Define to 1 if you have the `_ftime' function. */
 
1227
#undef HAVE__FTIME
 
1228
 
 
1229
/* Define as const if the declaration of iconv() needs const. */
 
1230
#undef ICONV_CONST
 
1231
 
 
1232
/* Define to a symbolic name denoting the flavor of iconv_open()
 
1233
   implementation. */
 
1234
#undef ICONV_FLAVOR
 
1235
 
 
1236
#if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
 
1237
# define ISSLASH(C) ((C) == '/' || (C) == '\\')
 
1238
#else
 
1239
# define ISSLASH(C) ((C) == '/')
 
1240
#endif
 
1241
 
 
1242
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
 
1243
   slash. */
 
1244
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
 
1245
 
 
1246
/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
 
1247
#undef MALLOC_0_IS_NONNULL
 
1248
 
 
1249
/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
 
1250
#undef MAP_ANONYMOUS
 
1251
 
 
1252
/* Define if the mbrtowc function has the NULL string argument bug. */
 
1253
#undef MBRTOWC_NULL_ARG_BUG
 
1254
 
 
1255
/* Define if the mbrtowc function does not return 0 for a NUL character. */
 
1256
#undef MBRTOWC_NUL_RETVAL_BUG
 
1257
 
 
1258
/* Define if the mbrtowc function returns a wrong return value. */
 
1259
#undef MBRTOWC_RETVAL_BUG
 
1260
 
 
1261
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
1262
#undef NO_MINUS_C_MINUS_O
 
1263
 
 
1264
/* Define to 1 if open() fails to recognize a trailing slash. */
 
1265
#undef OPEN_TRAILING_SLASH_BUG
 
1266
 
 
1267
/* Name of package */
 
1268
#undef PACKAGE
 
1269
 
 
1270
/* Define to the address where bug reports for this package should be sent. */
 
1271
#undef PACKAGE_BUGREPORT
 
1272
 
 
1273
/* Define to the full name of this package. */
 
1274
#undef PACKAGE_NAME
 
1275
 
 
1276
/* String identifying the packager of this software */
 
1277
#undef PACKAGE_PACKAGER
 
1278
 
 
1279
/* Packager info for bug reports (URL/e-mail/...) */
 
1280
#undef PACKAGE_PACKAGER_BUG_REPORTS
 
1281
 
 
1282
/* Packager-specific version information */
 
1283
#undef PACKAGE_PACKAGER_VERSION
 
1284
 
 
1285
/* Define to the full name and version of this package. */
 
1286
#undef PACKAGE_STRING
 
1287
 
 
1288
/* Define to the one symbol short name of this package. */
 
1289
#undef PACKAGE_TARNAME
 
1290
 
 
1291
/* Define to the home page for this package. */
 
1292
#undef PACKAGE_URL
 
1293
 
 
1294
/* Define to the version of this package. */
 
1295
#undef PACKAGE_VERSION
 
1296
 
 
1297
/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
 
1298
#undef PRI_MACROS_BROKEN
 
1299
 
 
1300
/* Define to the type that is the result of default argument promotions of
 
1301
   type mode_t. */
 
1302
#undef PROMOTED_MODE_T
 
1303
 
 
1304
/* Name of "pr" program. */
 
1305
#undef PR_PROGRAM
 
1306
 
 
1307
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
 
1308
   'ptrdiff_t'. */
 
1309
#undef PTRDIFF_T_SUFFIX
 
1310
 
 
1311
/* Define to 1 if stat needs help when passed a directory name with a trailing
 
1312
   slash */
 
1313
#undef REPLACE_FUNC_STAT_DIR
 
1314
 
 
1315
/* Define to 1 if stat needs help when passed a file name with a trailing
 
1316
   slash */
 
1317
#undef REPLACE_FUNC_STAT_FILE
 
1318
 
 
1319
/* Define if nl_langinfo exists but is overridden by gnulib. */
 
1320
#undef REPLACE_NL_LANGINFO
 
1321
 
 
1322
/* Define this to 1 if strerror is broken. */
 
1323
#undef REPLACE_STRERROR
 
1324
 
 
1325
/* Define if sigaltstack() interprets the stack_t.ss_sp field incorrectly, as
 
1326
   the highest address of the alternate stack range rather than as the lowest
 
1327
   address. */
 
1328
#undef SIGALTSTACK_SS_REVERSED
 
1329
 
 
1330
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
 
1331
   'sig_atomic_t'. */
 
1332
#undef SIG_ATOMIC_T_SUFFIX
 
1333
 
 
1334
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
 
1335
   'size_t'. */
 
1336
#undef SIZE_T_SUFFIX
 
1337
 
 
1338
/* If using the C implementation of alloca, define if you know the
 
1339
   direction of stack growth for your system; otherwise it will be
 
1340
   automatically deduced at runtime.
 
1341
        STACK_DIRECTION > 0 => grows toward higher addresses
 
1342
        STACK_DIRECTION < 0 => grows toward lower addresses
 
1343
        STACK_DIRECTION = 0 => direction of growth unknown */
 
1344
#undef STACK_DIRECTION
 
1345
 
 
1346
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
 
1347
#undef STAT_MACROS_BROKEN
 
1348
 
 
1349
/* Define to 1 if you have the ANSI C header files. */
 
1350
#undef STDC_HEADERS
 
1351
 
 
1352
/* Define to 1 if strerror_r returns char *. */
 
1353
#undef STRERROR_R_CHAR_P
 
1354
 
 
1355
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
 
1356
#undef TM_IN_SYS_TIME
 
1357
 
 
1358
/* Define to 1 if the type of the st_atim member of a struct stat is struct
 
1359
   timespec. */
 
1360
#undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
 
1361
 
 
1362
/* Define to 1 if you want getc etc. to use unlocked I/O if available.
 
1363
   Unlocked I/O can improve performance in unithreaded apps, but it is not
 
1364
   safe for multithreaded apps. */
 
1365
#undef USE_UNLOCKED_IO
 
1366
 
 
1367
/* Version number of package */
 
1368
#undef VERSION
 
1369
 
 
1370
/* Define to 1 if unsetenv returns void instead of int. */
 
1371
#undef VOID_UNSETENV
 
1372
 
 
1373
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
 
1374
   'wchar_t'. */
 
1375
#undef WCHAR_T_SUFFIX
 
1376
 
 
1377
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
 
1378
   'wint_t'. */
 
1379
#undef WINT_T_SUFFIX
 
1380
 
 
1381
/* Number of bits in a file offset, on hosts where this is settable. */
 
1382
#undef _FILE_OFFSET_BITS
 
1383
 
 
1384
/* enable compile-time and run-time bounds-checking, and some warnings */
 
1385
#undef _FORTIFY_SOURCE
 
1386
 
 
1387
/* Define for large files, on AIX-style hosts. */
 
1388
#undef _LARGE_FILES
 
1389
 
 
1390
/* Define to 1 if on MINIX. */
 
1391
#undef _MINIX
 
1392
 
 
1393
/* Define to 2 if the system does not provide POSIX.1 features except with
 
1394
   this defined. */
 
1395
#undef _POSIX_1_SOURCE
 
1396
 
 
1397
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
1398
#undef _POSIX_SOURCE
 
1399
 
 
1400
/* Define if you want regoff_t to be at least as wide POSIX requires. */
 
1401
#undef _REGEX_LARGE_OFFSETS
 
1402
 
 
1403
/* Define to 500 only on HP-UX. */
 
1404
#undef _XOPEN_SOURCE
 
1405
 
 
1406
/* Enable extensions on AIX 3, Interix.  */
 
1407
#ifndef _ALL_SOURCE
 
1408
# undef _ALL_SOURCE
 
1409
#endif
 
1410
/* Enable GNU extensions on systems that have them.  */
 
1411
#ifndef _GNU_SOURCE
 
1412
# undef _GNU_SOURCE
 
1413
#endif
 
1414
/* Enable threading extensions on Solaris.  */
 
1415
#ifndef _POSIX_PTHREAD_SEMANTICS
 
1416
# undef _POSIX_PTHREAD_SEMANTICS
 
1417
#endif
 
1418
/* Enable extensions on HP NonStop.  */
 
1419
#ifndef _TANDEM_SOURCE
 
1420
# undef _TANDEM_SOURCE
 
1421
#endif
 
1422
/* Enable general extensions on Solaris.  */
 
1423
#ifndef __EXTENSIONS__
 
1424
# undef __EXTENSIONS__
 
1425
#endif
 
1426
 
 
1427
 
 
1428
/* Define to rpl_ if the getopt replacement functions and variables should be
 
1429
   used. */
 
1430
#undef __GETOPT_PREFIX
 
1431
 
 
1432
/* Ensure that <stdint.h> defines the limit macros, since gnulib's
 
1433
   <inttypes.h> relies on them.  */
 
1434
#if defined __cplusplus && !defined __STDC_LIMIT_MACROS && GL_TRIGGER_STDC_LIMIT_MACROS
 
1435
# define __STDC_LIMIT_MACROS 1
 
1436
#endif
 
1437
 
 
1438
 
 
1439
/* Define to a replacement function name for fnmatch(). */
 
1440
#undef fnmatch
 
1441
 
 
1442
/* Define to `int' if <sys/types.h> doesn't define. */
 
1443
#undef gid_t
 
1444
 
 
1445
/* A replacement for va_copy, if needed.  */
 
1446
#define gl_va_copy(a,b) ((a) = (b))
 
1447
 
 
1448
/* Define to rpl_gmtime if the replacement function should be used. */
 
1449
#undef gmtime
 
1450
 
 
1451
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
1452
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
1453
#ifndef __cplusplus
 
1454
#undef inline
 
1455
#endif
 
1456
 
 
1457
/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
 
1458
   the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
 
1459
   earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
 
1460
   __APPLE__ && __MACH__ test for MacOS X.
 
1461
   __APPLE_CC__ tests for the Apple compiler and its version.
 
1462
   __STDC_VERSION__ tests for the C99 mode.  */
 
1463
#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
 
1464
# define __GNUC_STDC_INLINE__ 1
 
1465
#endif
 
1466
 
 
1467
/* Define to 1 if the compiler is checking for lint. */
 
1468
#undef lint
 
1469
 
 
1470
/* Define to rpl_localtime if the replacement function should be used. */
 
1471
#undef localtime
 
1472
 
 
1473
/* Define to rpl_malloc if the replacement function should be used. */
 
1474
#undef malloc
 
1475
 
 
1476
/* Define to a type if <wchar.h> does not define. */
 
1477
#undef mbstate_t
 
1478
 
 
1479
/* Define to rpl_mktime if the replacement function should be used. */
 
1480
#undef mktime
 
1481
 
 
1482
/* Define to `int' if <sys/types.h> does not define. */
 
1483
#undef mode_t
 
1484
 
 
1485
/* Define to the name of the strftime replacement function. */
 
1486
#undef my_strftime
 
1487
 
 
1488
/* Define to the type of st_nlink in struct stat, or a supertype. */
 
1489
#undef nlink_t
 
1490
 
 
1491
/* Define to `long int' if <sys/types.h> does not define. */
 
1492
#undef off_t
 
1493
 
 
1494
/* Define to `int' if <sys/types.h> does not define. */
 
1495
#undef pid_t
 
1496
 
 
1497
/* Define to rpl_re_comp if the replacement should be used. */
 
1498
#undef re_comp
 
1499
 
 
1500
/* Define to rpl_re_compile_fastmap if the replacement should be used. */
 
1501
#undef re_compile_fastmap
 
1502
 
 
1503
/* Define to rpl_re_compile_pattern if the replacement should be used. */
 
1504
#undef re_compile_pattern
 
1505
 
 
1506
/* Define to rpl_re_exec if the replacement should be used. */
 
1507
#undef re_exec
 
1508
 
 
1509
/* Define to rpl_re_match if the replacement should be used. */
 
1510
#undef re_match
 
1511
 
 
1512
/* Define to rpl_re_match_2 if the replacement should be used. */
 
1513
#undef re_match_2
 
1514
 
 
1515
/* Define to rpl_re_search if the replacement should be used. */
 
1516
#undef re_search
 
1517
 
 
1518
/* Define to rpl_re_search_2 if the replacement should be used. */
 
1519
#undef re_search_2
 
1520
 
 
1521
/* Define to rpl_re_set_registers if the replacement should be used. */
 
1522
#undef re_set_registers
 
1523
 
 
1524
/* Define to rpl_re_set_syntax if the replacement should be used. */
 
1525
#undef re_set_syntax
 
1526
 
 
1527
/* Define to rpl_re_syntax_options if the replacement should be used. */
 
1528
#undef re_syntax_options
 
1529
 
 
1530
/* Define to rpl_regcomp if the replacement should be used. */
 
1531
#undef regcomp
 
1532
 
 
1533
/* Define to rpl_regerror if the replacement should be used. */
 
1534
#undef regerror
 
1535
 
 
1536
/* Define to rpl_regexec if the replacement should be used. */
 
1537
#undef regexec
 
1538
 
 
1539
/* Define to rpl_regfree if the replacement should be used. */
 
1540
#undef regfree
 
1541
 
 
1542
/* Define to the equivalent of the C99 'restrict' keyword, or to
 
1543
   nothing if this is not supported.  Do not define if restrict is
 
1544
   supported directly.  */
 
1545
#undef restrict
 
1546
/* Work around a bug in Sun C++: it does not support _Restrict or
 
1547
   __restrict__, even though the corresponding Sun C compiler ends up with
 
1548
   "#define restrict _Restrict" or "#define restrict __restrict__" in the
 
1549
   previous line.  Perhaps some future version of Sun C++ will work with
 
1550
   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
 
1551
#if defined __SUNPRO_CC && !defined __RESTRICT
 
1552
# define _Restrict
 
1553
# define __restrict__
 
1554
#endif
 
1555
 
 
1556
/* Define as a signed type of the same size as size_t. */
 
1557
#undef ssize_t
 
1558
 
 
1559
/* Define to `int' if <sys/types.h> doesn't define. */
 
1560
#undef uid_t
 
1561
 
 
1562
/* Define as a marker that can be attached to declarations that might not
 
1563
    be used.  This helps to reduce warnings, such as from
 
1564
    GCC -Wunused-parameter.  */
 
1565
#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
 
1566
# define _GL_UNUSED __attribute__ ((__unused__))
 
1567
#else
 
1568
# define _GL_UNUSED
 
1569
#endif
 
1570
/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
 
1571
   is a misnomer outside of parameter lists.  */
 
1572
#define _UNUSED_PARAMETER_ _GL_UNUSED
 
1573
 
 
1574
 
 
1575
/* Define to an unsigned 32-bit type if <sys/types.h> lacks this type. */
 
1576
#undef useconds_t
 
1577
 
 
1578
/* Define as a macro for copying va_list variables. */
 
1579
#undef va_copy
 
1580
 
 
1581
/* Define as `fork' if `vfork' does not work. */
 
1582
#undef vfork