source: trunk/essentials/app-arch/cpio/config.h.in@ 3443

Last change on this file since 3443 was 3332, checked in by bird, 18 years ago

cpio 2.7

File size: 25.7 KB
Line 
1/* config.h.in. Generated from configure.ac by autoheader. */
2
3/* Define this to an absolute name of <fcntl.h>. */
4#undef ABSOLUTE_FCNTL_H
5
6/* Define this to an absolute name of <inttypes.h>. */
7#undef ABSOLUTE_INTTYPES_H
8
9/* Define this to an absolute name of <stdint.h>. */
10#undef ABSOLUTE_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 if chown is not POSIX compliant regarding IDs of -1. */
28#undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE
29
30/* Define if chown modifies symlinks. */
31#undef CHOWN_MODIFIES_SYMLINK
32
33/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
34 systems. This function is required for `alloca.c' support on those systems.
35 */
36#undef CRAY_STACKSEG_END
37
38/* Define to 1 if using `alloca.c'. */
39#undef C_ALLOCA
40
41/* Define full file name of rmt program. */
42#undef DEFAULT_RMT_COMMAND
43
44/* Define to 1 if // is a file system root distinct from /. */
45#undef DOUBLE_SLASH_IS_DISTINCT_ROOT
46
47/* Define if there is a member named d_ino in the struct describing directory
48 headers. */
49#undef D_INO_IN_DIRENT
50
51/* Define to 1 if translation of program messages to the user's native
52 language is requested. */
53#undef ENABLE_NLS
54
55/* Define as good substitute value for EOVERFLOW. */
56#undef EOVERFLOW
57
58/* Define on systems for which file names may have a so-called `drive letter'
59 prefix, define this to compute the length of that prefix, including the
60 colon. */
61#undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
62
63/* Define if the backslash character may also serve as a file name component
64 separator. */
65#undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
66
67/* Define if a drive letter prefix denotes a relative path if it is not
68 followed by a file name component separator. */
69#undef FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE
70
71/* Define to 1 to add extern declaration of program_invocation_name to argp.h
72 */
73#undef GNULIB_PROGRAM_INVOCATION_NAME
74
75/* Define to 1 to add extern declaration of program_invocation_short_name to
76 argp.h */
77#undef GNULIB_PROGRAM_INVOCATION_SHORT_NAME
78
79/* Define to 1 if you have the `alarm' function. */
80#undef HAVE_ALARM
81
82/* Define to 1 if you have `alloca', as a function or macro. */
83#undef HAVE_ALLOCA
84
85/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
86 */
87#undef HAVE_ALLOCA_H
88
89/* Define to 1 if you have the `bcopy' function. */
90#undef HAVE_BCOPY
91
92/* Define to 1 if you have the <bp-sym.h> header file. */
93#undef HAVE_BP_SYM_H
94
95/* Define to 1 if you have the `btowc' function. */
96#undef HAVE_BTOWC
97
98/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
99 CoreFoundation framework. */
100#undef HAVE_CFLOCALECOPYCURRENT
101
102/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
103 the CoreFoundation framework. */
104#undef HAVE_CFPREFERENCESCOPYAPPVALUE
105
106/* Define to 1 if your system has a working `chown' function. */
107#undef HAVE_CHOWN
108
109/* Define to 1 if you have the `clock_gettime' function. */
110#undef HAVE_CLOCK_GETTIME
111
112/* Define to 1 if you have the `clock_settime' function. */
113#undef HAVE_CLOCK_SETTIME
114
115/* Define if you have compound literals. */
116#undef HAVE_COMPOUND_LITERALS
117
118/* Define if the GNU dcgettext() function is already present or preinstalled.
119 */
120#undef HAVE_DCGETTEXT
121
122/* Define to 1 if you have the declaration of `atoi', and to 0 if you don't.
123 */
124#undef HAVE_DECL_ATOI
125
126/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
127 you don't. */
128#undef HAVE_DECL_CLEARERR_UNLOCKED
129
130/* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
131 */
132#undef HAVE_DECL_ERRNO
133
134/* Define to 1 if you have the declaration of `exit', and to 0 if you don't.
135 */
136#undef HAVE_DECL_EXIT
137
138/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
139 don't. */
140#undef HAVE_DECL_FEOF_UNLOCKED
141
142/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
143 you don't. */
144#undef HAVE_DECL_FERROR_UNLOCKED
145
146/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
147 you don't. */
148#undef HAVE_DECL_FFLUSH_UNLOCKED
149
150/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
151 you don't. */
152#undef HAVE_DECL_FGETS_UNLOCKED
153
154/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
155 you don't. */
156#undef HAVE_DECL_FPUTC_UNLOCKED
157
158/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
159 you don't. */
160#undef HAVE_DECL_FPUTS_UNLOCKED
161
162/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
163 you don't. */
164#undef HAVE_DECL_FREAD_UNLOCKED
165
166/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
167 you don't. */
168#undef HAVE_DECL_FWRITE_UNLOCKED
169
170/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
171 you don't. */
172#undef HAVE_DECL_GETCHAR_UNLOCKED
173
174/* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
175 */
176#undef HAVE_DECL_GETCWD
177
178/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
179 don't. */
180#undef HAVE_DECL_GETC_UNLOCKED
181
182/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
183 */
184#undef HAVE_DECL_GETENV
185
186/* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
187 don't. */
188#undef HAVE_DECL_GETGRGID
189
190/* Define to 1 if you have the declaration of `getgrnam', and to 0 if you
191 don't. */
192#undef HAVE_DECL_GETGRNAM
193
194/* Define to 1 if you have the declaration of `getpwnam', and to 0 if you
195 don't. */
196#undef HAVE_DECL_GETPWNAM
197
198/* Define to 1 if you have the declaration of `imaxabs', and to 0 if you
199 don't. */
200#undef HAVE_DECL_IMAXABS
201
202/* Define to 1 if you have the declaration of `imaxdiv', and to 0 if you
203 don't. */
204#undef HAVE_DECL_IMAXDIV
205
206/* Define to 1 if you have the declaration of `isblank', and to 0 if you
207 don't. */
208#undef HAVE_DECL_ISBLANK
209
210/* Define to 1 if you have the declaration of `memrchr', and to 0 if you
211 don't. */
212#undef HAVE_DECL_MEMRCHR
213
214/* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
215 don't. */
216#undef HAVE_DECL_NANOSLEEP
217
218/* Define if program_invocation_name is declared */
219#undef HAVE_DECL_PROGRAM_INVOCATION_NAME
220
221/* Define if program_invocation_short_name is declared */
222#undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
223
224/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
225 you don't. */
226#undef HAVE_DECL_PUTCHAR_UNLOCKED
227
228/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
229 don't. */
230#undef HAVE_DECL_PUTC_UNLOCKED
231
232/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
233 */
234#undef HAVE_DECL_STRDUP
235
236/* Define to 1 if you have the declaration of `strerror', and to 0 if you
237 don't. */
238#undef HAVE_DECL_STRERROR
239
240/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
241 don't. */
242#undef HAVE_DECL_STRERROR_R
243
244/* Define to 1 if you have the declaration of `strndup', and to 0 if you
245 don't. */
246#undef HAVE_DECL_STRNDUP
247
248/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
249 don't. */
250#undef HAVE_DECL_STRNLEN
251
252/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
253 don't. */
254#undef HAVE_DECL_STRTOIMAX
255
256/* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
257 don't. */
258#undef HAVE_DECL_STRTOUMAX
259
260/* Define to 1 if you have the declaration of `sys_errlist', and to 0 if you
261 don't. */
262#undef HAVE_DECL_SYS_ERRLIST
263
264/* Define to 1 if you have the declaration of `sys_nerr', and to 0 if you
265 don't. */
266#undef HAVE_DECL_SYS_NERR
267
268/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
269 */
270#undef HAVE_DECL_TZNAME
271
272/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
273 don't. */
274#undef HAVE_DECL_VSNPRINTF
275
276/* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
277 don't. */
278#undef HAVE_DECL_WCWIDTH
279
280/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
281 don't. */
282#undef HAVE_DECL___FPENDING
283
284/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
285 */
286#undef HAVE_DIRENT_H
287
288/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
289#undef HAVE_DOPRNT
290
291/* Define to 1 if you have the `endgrent' function. */
292#undef HAVE_ENDGRENT
293
294/* Define to 1 if you have the `endpwent' function. */
295#undef HAVE_ENDPWENT
296
297/* Define if you have the declaration of environ. */
298#undef HAVE_ENVIRON_DECL
299
300/* Define to 1 if you have the `fchdir' function. */
301#undef HAVE_FCHDIR
302
303/* Define to 1 if you have the <fcntl.h> header file. */
304#undef HAVE_FCNTL_H
305
306/* Define to 1 if you have the `fdopendir' function. */
307#undef HAVE_FDOPENDIR
308
309/* Define to 1 if you have the <features.h> header file. */
310#undef HAVE_FEATURES_H
311
312/* Define to 1 if you have the `flockfile' function. */
313#undef HAVE_FLOCKFILE
314
315/* Define to 1 if you have the `funlockfile' function. */
316#undef HAVE_FUNLOCKFILE
317
318/* Define to 1 if you have the `futimes' function. */
319#undef HAVE_FUTIMES
320
321/* Define to 1 if you have the `futimesat' function. */
322#undef HAVE_FUTIMESAT
323
324/* Define to 1 if you have the <getopt.h> header file. */
325#undef HAVE_GETOPT_H
326
327/* Define to 1 if you have the `getopt_long_only' function. */
328#undef HAVE_GETOPT_LONG_ONLY
329
330/* Define to 1 if you have the `getpagesize' function. */
331#undef HAVE_GETPAGESIZE
332
333/* Define if the GNU gettext() function is already present or preinstalled. */
334#undef HAVE_GETTEXT
335
336/* Define to 1 if you have the `gettimeofday' function. */
337#undef HAVE_GETTIMEOFDAY
338
339/* Define if you have the iconv() function. */
340#undef HAVE_ICONV
341
342/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
343#undef HAVE_INTMAX_T
344
345/* Define to 1 if you have the <inttypes.h> header file. */
346#undef HAVE_INTTYPES_H
347
348/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
349 declares uintmax_t. */
350#undef HAVE_INTTYPES_H_WITH_UINTMAX
351
352/* Define to 1 if you have the `iswcntrl' function. */
353#undef HAVE_ISWCNTRL
354
355/* Define to 1 if you have the `iswprint' function. */
356#undef HAVE_ISWPRINT
357
358/* Define to 1 if you have the `lchmod' function. */
359#undef HAVE_LCHMOD
360
361/* Define to 1 if you have the `lchown' function. */
362#undef HAVE_LCHOWN
363
364/* Define to 1 if you have the <libintl.h> header file. */
365#undef HAVE_LIBINTL_H
366
367/* Define to 1 if you have the <linewrap.h> header file. */
368#undef HAVE_LINEWRAP_H
369
370/* Define to 1 if you have the <locale.h> header file. */
371#undef HAVE_LOCALE_H
372
373/* Define if you have the 'long double' type. */
374#undef HAVE_LONG_DOUBLE
375
376/* Define if you have the 'long long' type. */
377#undef HAVE_LONG_LONG
378
379/* Define to 1 if the system has the type `long long int'. */
380#undef HAVE_LONG_LONG_INT
381
382/* Define to 1 if you have the `lstat' function. */
383#undef HAVE_LSTAT
384
385/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
386 to 0 otherwise. */
387#undef HAVE_MALLOC
388
389/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
390#undef HAVE_MBRTOWC
391
392/* Define to 1 if you have the `mbsinit' function. */
393#undef HAVE_MBSINIT
394
395/* Define to 1 if you have the `mbsrtowcs' function. */
396#undef HAVE_MBSRTOWCS
397
398/* Define to 1 if <wchar.h> declares mbstate_t. */
399#undef HAVE_MBSTATE_T
400
401/* Define to 1 if you have the `memchr' function. */
402#undef HAVE_MEMCHR
403
404/* Define to 1 if you have the <memory.h> header file. */
405#undef HAVE_MEMORY_H
406
407/* Define to 1 if you have the `mempcpy' function. */
408#undef HAVE_MEMPCPY
409
410/* Define to 1 if you have the `memrchr' function. */
411#undef HAVE_MEMRCHR
412
413/* Define to 1 if <limits.h> defines the MIN and MAX macros. */
414#undef HAVE_MINMAX_IN_LIMITS_H
415
416/* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
417#undef HAVE_MINMAX_IN_SYS_PARAM_H
418
419/* Define to 1 if you have the `mkdir' function. */
420#undef HAVE_MKDIR
421
422/* Define to 1 if you have the `mkfifo' function. */
423#undef HAVE_MKFIFO
424
425/* Define to 1 if you have the `nanotime' function. */
426#undef HAVE_NANOTIME
427
428/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
429#undef HAVE_NDIR_H
430
431/* Define to 1 if you have the <netdb.h> header file. */
432#undef HAVE_NETDB_H
433
434/* Define to 1 if you have the <net/errno.h> header file. */
435#undef HAVE_NET_ERRNO_H
436
437/* Define to 1 if libc includes obstacks. */
438#undef HAVE_OBSTACK
439
440/* Define to 1 if you have the `openat' function. */
441#undef HAVE_OPENAT
442
443/* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
444 setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If __GETCWD_PREFIX is not
445 defined, it doesn't matter whether HAVE_PARTLY_WORKING_GETCWD is defined.
446 */
447#undef HAVE_PARTLY_WORKING_GETCWD
448
449/* Define to 1 if you have the `pipe' function. */
450#undef HAVE_PIPE
451
452/* Define if program_invocation_name is defined */
453#undef HAVE_PROGRAM_INVOCATION_NAME
454
455/* Define if program_invocation_short_name is defined */
456#undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
457
458/* Define to 1 if the system has the type `ptrdiff_t'. */
459#undef HAVE_PTRDIFF_T
460
461/* Define to 1 if you have the <search.h> header file. */
462#undef HAVE_SEARCH_H
463
464/* Define to 1 if you have the `setenv' function. */
465#undef HAVE_SETENV
466
467/* Define to 1 if you have the `setlocale' function. */
468#undef HAVE_SETLOCALE
469
470/* Define to 1 if you have the <sgtty.h> header file. */
471#undef HAVE_SGTTY_H
472
473/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
474#undef HAVE_SIGNED_SIG_ATOMIC_T
475
476/* Define to 1 if 'wchar_t' is a signed integer type. */
477#undef HAVE_SIGNED_WCHAR_T
478
479/* Define to 1 if 'wint_t' is a signed integer type. */
480#undef HAVE_SIGNED_WINT_T
481
482/* Define to 1 if you have the `snprintf' function. */
483#undef HAVE_SNPRINTF
484
485/* Define to 1 if stdbool.h conforms to C99. */
486#undef HAVE_STDBOOL_H
487
488/* Define to 1 if you have the <stdint.h> header file. */
489#undef HAVE_STDINT_H
490
491/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
492 uintmax_t. */
493#undef HAVE_STDINT_H_WITH_UINTMAX
494
495/* Define to 1 if you have the <stdio_ext.h> header file. */
496#undef HAVE_STDIO_EXT_H
497
498/* Define to 1 if you have the <stdlib.h> header file. */
499#undef HAVE_STDLIB_H
500
501/* Define to 1 if you have the `stpcpy' function. */
502#undef HAVE_STPCPY
503
504/* Define to 1 if you have the `strchrnul' function. */
505#undef HAVE_STRCHRNUL
506
507/* Define to 1 if you have the `strdup' function. */
508#undef HAVE_STRDUP
509
510/* Define to 1 if you have the `strerror' function. */
511#undef HAVE_STRERROR
512
513/* Define to 1 if you have the `strerror_r' function. */
514#undef HAVE_STRERROR_R
515
516/* Define to 1 if you have the <strings.h> header file. */
517#undef HAVE_STRINGS_H
518
519/* Define to 1 if you have the <string.h> header file. */
520#undef HAVE_STRING_H
521
522/* Define to 1 if you have the `strncasecmp' function. */
523#undef HAVE_STRNCASECMP
524
525/* Define if you have the strndup() function and it works. */
526#undef HAVE_STRNDUP
527
528/* Define to 1 if you have the `strtol' function. */
529#undef HAVE_STRTOL
530
531/* Define to 1 if `st_blksize' is member of `struct stat'. */
532#undef HAVE_STRUCT_STAT_ST_BLKSIZE
533
534/* Define to 1 if `st_blocks' is member of `struct stat'. */
535#undef HAVE_STRUCT_STAT_ST_BLOCKS
536
537/* Define if struct timespec is declared in <time.h>. */
538#undef HAVE_STRUCT_TIMESPEC
539
540/* Define to 1 if `tm_zone' is member of `struct tm'. */
541#undef HAVE_STRUCT_TM_TM_ZONE
542
543/* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
544 have utime.h but don't declare the struct anywhere. */
545#undef HAVE_STRUCT_UTIMBUF
546
547/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
548 `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
549#undef HAVE_ST_BLKSIZE
550
551/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
552 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
553#undef HAVE_ST_BLOCKS
554
555/* Define to 1 if you have the <sysexits.h> header file. */
556#undef HAVE_SYSEXITS_H
557
558/* Define to 1 if you have the <sys/bitypes.h> header file. */
559#undef HAVE_SYS_BITYPES_H
560
561/* Define to 1 if you have the <sys/buf.h> header file. */
562#undef HAVE_SYS_BUF_H
563
564/* Define to 1 if you have the <sys/device.h> header file. */
565#undef HAVE_SYS_DEVICE_H
566
567/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
568 */
569#undef HAVE_SYS_DIR_H
570
571/* Define if your system has sys_errlist global variable */
572#undef HAVE_SYS_ERRLIST
573
574/* Define to 1 if you have the <sys/gentape.h> header file. */
575#undef HAVE_SYS_GENTAPE_H
576
577/* Define to 1 if you have the <sys/inet.h> header file. */
578#undef HAVE_SYS_INET_H
579
580/* Define to 1 if you have the <sys/inttypes.h> header file. */
581#undef HAVE_SYS_INTTYPES_H
582
583/* Define to 1 if you have the <sys/io/trioctl.h> header file. */
584#undef HAVE_SYS_IO_TRIOCTL_H
585
586/* Define to 1 if you have the <sys/mtio.h> header file. */
587#undef HAVE_SYS_MTIO_H
588
589/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
590 */
591#undef HAVE_SYS_NDIR_H
592
593/* Define to 1 if you have the <sys/param.h> header file. */
594#undef HAVE_SYS_PARAM_H
595
596/* Define to 1 if you have the <sys/stat.h> header file. */
597#undef HAVE_SYS_STAT_H
598
599/* Define to 1 if you have the <sys/tape.h> header file. */
600#undef HAVE_SYS_TAPE_H
601
602/* Define to 1 if you have the <sys/time.h> header file. */
603#undef HAVE_SYS_TIME_H
604
605/* Define to 1 if you have the <sys/tprintf.h> header file. */
606#undef HAVE_SYS_TPRINTF_H
607
608/* Define to 1 if you have the <sys/types.h> header file. */
609#undef HAVE_SYS_TYPES_H
610
611/* Define to 1 if you have the <sys/wait.h> header file. */
612#undef HAVE_SYS_WAIT_H
613
614/* Define to 1 if localtime_r, etc. have the type signatures that POSIX
615 requires. */
616#undef HAVE_TIME_R_POSIX
617
618/* Define if struct tm has the tm_gmtoff member. */
619#undef HAVE_TM_GMTOFF
620
621/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
622 `HAVE_STRUCT_TM_TM_ZONE' instead. */
623#undef HAVE_TM_ZONE
624
625/* Define to 1 if you have the `tsearch' function. */
626#undef HAVE_TSEARCH
627
628/* Define to 1 if you don't have `tm_zone' but do have the external array
629 `tzname'. */
630#undef HAVE_TZNAME
631
632/* Define to 1 if you have the <unistd.h> header file. */
633#undef HAVE_UNISTD_H
634
635/* Define to 1 if you have the `unsetenv' function. */
636#undef HAVE_UNSETENV
637
638/* Define to 1 if you have the <utime.h> header file. */
639#undef HAVE_UTIME_H
640
641/* Define to 1 if you have the <utmp.h> header file. */
642#undef HAVE_UTMP_H
643
644/* Define to 1 if you have the `vasnprintf' function. */
645#undef HAVE_VASNPRINTF
646
647/* Define to 1 if you have the `vprintf' function. */
648#undef HAVE_VPRINTF
649
650/* Define to 1 if you have the `vsnprintf' function. */
651#undef HAVE_VSNPRINTF
652
653/* Define to 1 if you have the <wchar.h> header file. */
654#undef HAVE_WCHAR_H
655
656/* Define if you have the 'wchar_t' type. */
657#undef HAVE_WCHAR_T
658
659/* Define to 1 if you have the `wcslen' function. */
660#undef HAVE_WCSLEN
661
662/* Define to 1 if you have the <wctype.h> header file. */
663#undef HAVE_WCTYPE_H
664
665/* Define to 1 if you have the `wcwidth' function. */
666#undef HAVE_WCWIDTH
667
668/* Define if you have the 'wint_t' type. */
669#undef HAVE_WINT_T
670
671/* Define to 1 if you have the `wmemchr' function. */
672#undef HAVE_WMEMCHR
673
674/* Define to 1 if you have the `wmemcpy' function. */
675#undef HAVE_WMEMCPY
676
677/* Define to 1 if you have the `wmempcpy' function. */
678#undef HAVE_WMEMPCPY
679
680/* Define if utimes works properly. */
681#undef HAVE_WORKING_UTIMES
682
683/* Define to 1 if the system has the type `_Bool'. */
684#undef HAVE__BOOL
685
686/* Define to 1 if you have the `__fpending' function. */
687#undef HAVE___FPENDING
688
689#if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
690# define ISSLASH(C) ((C) == '/' || (C) == '\\')
691#else
692# define ISSLASH(C) ((C) == '/')
693#endif
694
695/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
696 slash. */
697#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
698
699/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
700 */
701#undef MAJOR_IN_MKDEV
702
703/* Define to 1 if `major', `minor', and `makedev' are declared in
704 <sysmacros.h>. */
705#undef MAJOR_IN_SYSMACROS
706
707/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
708#undef MALLOC_0_IS_NONNULL
709
710/* Define to mt_model (v.g., for DG/UX), else to mt_type. */
711#undef MTIO_CHECK_FIELD
712
713/* Define to 1 if O_NOFOLLOW is ineffective. */
714#undef O_NOFOLLOW_IS_INEFFECTIVE
715
716/* Name of package */
717#undef PACKAGE
718
719/* Define to the address where bug reports for this package should be sent. */
720#undef PACKAGE_BUGREPORT
721
722/* Define to the full name of this package. */
723#undef PACKAGE_NAME
724
725/* Define to the full name and version of this package. */
726#undef PACKAGE_STRING
727
728/* Define to the one symbol short name of this package. */
729#undef PACKAGE_TARNAME
730
731/* Define to the version of this package. */
732#undef PACKAGE_VERSION
733
734/* the number of pending output bytes on stream `fp' */
735#undef PENDING_OUTPUT_N_BYTES
736
737/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
738#undef PRI_MACROS_BROKEN
739
740/* Define to 1 if the C compiler supports function prototypes. */
741#undef PROTOTYPES
742
743/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
744 'ptrdiff_t'. */
745#undef PTRDIFF_T_SUFFIX
746
747/* Define as the return type of signal handlers (`int' or `void'). */
748#undef RETSIGTYPE
749
750/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
751 'sig_atomic_t'. */
752#undef SIG_ATOMIC_T_SUFFIX
753
754/* Define as the maximum value of type 'size_t', if the system doesn't define
755 it. */
756#undef SIZE_MAX
757
758/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
759 'size_t'. */
760#undef SIZE_T_SUFFIX
761
762/* If using the C implementation of alloca, define if you know the
763 direction of stack growth for your system; otherwise it will be
764 automatically deduced at runtime.
765 STACK_DIRECTION > 0 => grows toward higher addresses
766 STACK_DIRECTION < 0 => grows toward lower addresses
767 STACK_DIRECTION = 0 => direction of growth unknown */
768#undef STACK_DIRECTION
769
770/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
771#undef STAT_MACROS_BROKEN
772
773/* Define to 1 if you have the ANSI C header files. */
774#undef STDC_HEADERS
775
776/* Define to 1 if strerror_r returns char *. */
777#undef STRERROR_R_CHAR_P
778
779/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
780#undef TIME_WITH_SYS_TIME
781
782/* Define to 1 if your <sys/time.h> declares `struct tm'. */
783#undef TM_IN_SYS_TIME
784
785/* Define to 1 if you want getc etc. to use unlocked I/O if available.
786 Unlocked I/O can improve performance in unithreaded apps, but it is not
787 safe for multithreaded apps. */
788#undef USE_UNLOCKED_IO
789
790/* Version number of package */
791#undef VERSION
792
793/* Define if unsetenv() returns void, not int. */
794#undef VOID_UNSETENV
795
796/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
797 'wchar_t'. */
798#undef WCHAR_T_SUFFIX
799
800/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
801 'wint_t'. */
802#undef WINT_T_SUFFIX
803
804/* Define to 1 if on AIX 3.
805 System headers sometimes define this.
806 We just want to avoid a redefinition error message. */
807#ifndef _ALL_SOURCE
808# undef _ALL_SOURCE
809#endif
810
811/* Number of bits in a file offset, on hosts where this is settable. */
812#undef _FILE_OFFSET_BITS
813
814/* Enable GNU extensions on systems that have them. */
815#ifndef _GNU_SOURCE
816# undef _GNU_SOURCE
817#endif
818
819/* Define for large files, on AIX-style hosts. */
820#undef _LARGE_FILES
821
822/* Define to 1 if on MINIX. */
823#undef _MINIX
824
825/* Define to 2 if the system does not provide POSIX.1 features except with
826 this defined. */
827#undef _POSIX_1_SOURCE
828
829/* Define to 1 if you need to in order for `stat' and other things to work. */
830#undef _POSIX_SOURCE
831
832/* Enable extensions on Solaris. */
833#ifndef __EXTENSIONS__
834# undef __EXTENSIONS__
835#endif
836#ifndef _POSIX_PTHREAD_SEMANTICS
837# undef _POSIX_PTHREAD_SEMANTICS
838#endif
839
840/* Define to rpl_ if the getcwd replacement function should be used. */
841#undef __GETCWD_PREFIX
842
843/* Define to rpl_ if the getopt replacement functions and variables should be
844 used. */
845#undef __GETOPT_PREFIX
846
847/* Define to rpl_ if the openat replacement function should be used. */
848#undef __OPENAT_PREFIX
849
850/* Define like PROTOTYPES; this can be used by system headers. */
851#undef __PROTOTYPES
852
853/* Define to rpl_chown if the replacement function should be used. */
854#undef chown
855
856/* Define to empty if `const' does not conform to ANSI C. */
857#undef const
858
859/* Define to a replacement function name for fnmatch(). */
860#undef fnmatch
861
862/* Define to rpl_gettimeofday if the replacement function should be used. */
863#undef gettimeofday
864
865/* Define to `int' if <sys/types.h> does not define. */
866#undef gid_t
867
868/* A replacement for va_copy, if needed. */
869#define gl_va_copy(a,b) ((a) = (b))
870
871/* Define to rpl_gmtime if the replacement function should be used. */
872#undef gmtime
873
874/* Define to `__inline__' or `__inline' if that's what the C compiler
875 calls it, or to nothing if 'inline' is not supported under any name. */
876#ifndef __cplusplus
877#undef inline
878#endif
879
880/* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
881#undef intmax_t
882
883/* Define to rpl_localtime if the replacement function should be used. */
884#undef localtime
885
886/* Define to rpl_malloc if the replacement function should be used. */
887#undef malloc
888
889/* Define to a type if <wchar.h> does not define. */
890#undef mbstate_t
891
892/* Define to rpl_mktime if the replacement function should be used. */
893#undef mktime
894
895/* Define to `long int' if <sys/types.h> does not define. */
896#undef off_t
897
898/* Define to equivalent of C99 restrict keyword, or to nothing if this is not
899 supported. Do not define if restrict is supported directly. */
900#undef restrict
901
902/* Define to empty if the C compiler doesn't support this keyword. */
903#undef signed
904
905/* Define to `unsigned int' if <sys/types.h> does not define. */
906#undef size_t
907
908/* Define as a signed type of the same size as size_t. */
909#undef ssize_t
910
911/* Define to rpl_strcasecmp always. */
912#undef strcasecmp
913
914/* Define to rpl_strndup if the replacement function should be used, */
915#undef strndup
916
917/* Define to rpl_strnlen if the replacement function should be used. */
918#undef strnlen
919
920/* Define to `int' if <sys/types.h> doesn't define. */
921#undef uid_t
922
923/* Define as a macro for copying va_list variables. */
924#undef va_copy
Note: See TracBrowser for help on using the repository browser.