source: vendor/cpio/2.7/config.h.in@ 3339

Last change on this file since 3339 was 3332, checked in by bird, 19 years ago

cpio 2.7

File size: 25.7 KB
RevLine 
[3332]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. */