]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - lib/config.h.in
debugfs: teach rdump to take multiple source arguments
[thirdparty/e2fsprogs.git] / lib / config.h.in
CommitLineData
d1154eb4
TT
1/* lib/config.h.in. Generated from configure.in by autoheader. */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Define to 1 if debugging the blkid library */
7#undef CONFIG_BLKID_DEBUG
8
9/* Define to 1 to compile findfs */
10#undef CONFIG_BUILD_FINDFS
11
12/* Define to 1 if debugging ext3/4 journal code */
13#undef CONFIG_JBD_DEBUG
14
7becb206
TT
15/* Define to 1 to enable quota support */
16#undef CONFIG_QUOTA
17
d1154eb4
TT
18/* Define to 1 if the testio I/O manager should be enabled */
19#undef CONFIG_TESTIO_DEBUG
20
21/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
22 systems. This function is required for `alloca.c' support on those systems.
23 */
24#undef CRAY_STACKSEG_END
25
26/* Define to 1 if using `alloca.c'. */
27#undef C_ALLOCA
28
3df6014a
TT
29/* Define to 1 to disable use of backtrace */
30#undef DISABLE_BACKTRACE
31
d1154eb4
TT
32/* Define to 1 if ext2 compression enabled */
33#undef ENABLE_COMPRESSION
34
35/* Define to 1 if ext3/4 htree support enabled */
36#undef ENABLE_HTREE
37
38/* Define to 1 if translation of program messages to the user's native
39 language is requested. */
40#undef ENABLE_NLS
41
42/* Define to 1 if you have `alloca', as a function or macro. */
43#undef HAVE_ALLOCA
44
45/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
46 */
47#undef HAVE_ALLOCA_H
48
93613951
TT
49/* Define to 1 if you have the `argz_count' function. */
50#undef HAVE_ARGZ_COUNT
51
d1154eb4
TT
52/* Define to 1 if you have the <argz.h> header file. */
53#undef HAVE_ARGZ_H
54
93613951
TT
55/* Define to 1 if you have the `argz_next' function. */
56#undef HAVE_ARGZ_NEXT
57
58/* Define to 1 if you have the `argz_stringify' function. */
59#undef HAVE_ARGZ_STRINGIFY
60
d1154eb4
TT
61/* Define to 1 if you have the `asprintf' function. */
62#undef HAVE_ASPRINTF
63
64/* Define to 1 if you have the `backtrace' function. */
65#undef HAVE_BACKTRACE
66
2de2628b
TT
67/* Define to 1 if you have the `blkid_probe_enable_partitions' function. */
68#undef HAVE_BLKID_PROBE_ENABLE_PARTITIONS
69
d1154eb4
TT
70/* Define to 1 if you have the `blkid_probe_get_topology' function. */
71#undef HAVE_BLKID_PROBE_GET_TOPOLOGY
72
93613951
TT
73/* Define to 1 if the compiler understands __builtin_expect. */
74#undef HAVE_BUILTIN_EXPECT
75
76/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
77 CoreFoundation framework. */
78#undef HAVE_CFLOCALECOPYCURRENT
79
80/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
81 the CoreFoundation framework. */
82#undef HAVE_CFPREFERENCESCOPYAPPVALUE
83
d1154eb4
TT
84/* Define to 1 if you have the `chflags' function. */
85#undef HAVE_CHFLAGS
86
87/* Define if the GNU dcgettext() function is already present or preinstalled.
88 */
89#undef HAVE_DCGETTEXT
90
91/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
92 don't. */
93#undef HAVE_DECL_FEOF_UNLOCKED
94
95/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
96 you don't. */
97#undef HAVE_DECL_FGETS_UNLOCKED
98
99/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
100 don't. */
101#undef HAVE_DECL_GETC_UNLOCKED
102
103/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
104 don't. */
105#undef HAVE_DECL__SNPRINTF
106
107/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
108 don't. */
109#undef HAVE_DECL__SNWPRINTF
110
111/* Define to 1 if you have the <dirent.h> header file. */
112#undef HAVE_DIRENT_H
113
114/* Define to 1 if dlopen/libdl exists */
115#undef HAVE_DLOPEN
116
117/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
118#undef HAVE_DOPRNT
119
120/* Define to 1 if you have the <errno.h> header file. */
121#undef HAVE_ERRNO_H
122
123/* Define to 1 if you have the <execinfo.h> header file. */
124#undef HAVE_EXECINFO_H
125
126/* Define to 1 if Ext2 ioctls present */
127#undef HAVE_EXT2_IOCTLS
128
9a393891
BS
129/* Define to 1 if you have the `fadvise64' function. */
130#undef HAVE_FADVISE64
131
d1154eb4
TT
132/* Define to 1 if you have the `fallocate' function. */
133#undef HAVE_FALLOCATE
134
135/* Define to 1 if you have the `fallocate64' function. */
136#undef HAVE_FALLOCATE64
137
138/* Define to 1 if you have the `fchown' function. */
139#undef HAVE_FCHOWN
140
141/* Define to 1 if you have the `fdatasync' function. */
142#undef HAVE_FDATASYNC
143
93613951
TT
144/* Define to 1 if you have the <features.h> header file. */
145#undef HAVE_FEATURES_H
146
d1154eb4
TT
147/* Define to 1 if you have the `fstat64' function. */
148#undef HAVE_FSTAT64
149
150/* Define to 1 if you have the `ftruncate64' function. */
151#undef HAVE_FTRUNCATE64
152
2873927d
TT
153/* Define to 1 if you have the `futimes' function. */
154#undef HAVE_FUTIMES
155
d1154eb4
TT
156/* Define to 1 if you have the `fwprintf' function. */
157#undef HAVE_FWPRINTF
158
159/* Define to 1 if you have the `getcwd' function. */
160#undef HAVE_GETCWD
161
162/* Define to 1 if you have the `getdtablesize' function. */
163#undef HAVE_GETDTABLESIZE
164
165/* Define to 1 if you have the `getegid' function. */
166#undef HAVE_GETEGID
167
168/* Define to 1 if you have the `geteuid' function. */
169#undef HAVE_GETEUID
170
171/* Define to 1 if you have the `getgid' function. */
172#undef HAVE_GETGID
173
174/* Define to 1 if you have the `getmntinfo' function. */
175#undef HAVE_GETMNTINFO
176
177/* Define to 1 if you have the <getopt.h> header file. */
178#undef HAVE_GETOPT_H
179
180/* Define to 1 if you have the `getpagesize' function. */
181#undef HAVE_GETPAGESIZE
182
25ff7725
TT
183/* Define to 1 if you have the `getpwuid_r' function. */
184#undef HAVE_GETPWUID_R
185
d1154eb4
TT
186/* Define to 1 if you have the `getrlimit' function. */
187#undef HAVE_GETRLIMIT
188
189/* Define to 1 if you have the `getrusage' function. */
190#undef HAVE_GETRUSAGE
191
192/* Define if the GNU gettext() function is already present or preinstalled. */
193#undef HAVE_GETTEXT
194
195/* Define to 1 if you have the `getuid' function. */
196#undef HAVE_GETUID
197
93613951 198/* Define if you have the iconv() function and it works. */
d1154eb4
TT
199#undef HAVE_ICONV
200
201/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
202#undef HAVE_INTMAX_T
203
204/* Define to 1 if the system has the type `intptr_t'. */
205#undef HAVE_INTPTR_T
206
207/* Define to 1 if you have the <inttypes.h> header file. */
208#undef HAVE_INTTYPES_H
209
210/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
211 declares uintmax_t. */
212#undef HAVE_INTTYPES_H_WITH_UINTMAX
213
214/* Define to 1 if you have the `jrand48' function. */
215#undef HAVE_JRAND48
216
217/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
218#undef HAVE_LANGINFO_CODESET
219
220/* Define if your <locale.h> file defines LC_MESSAGES. */
221#undef HAVE_LC_MESSAGES
222
223/* Define to 1 if you have the <limits.h> header file. */
224#undef HAVE_LIMITS_H
225
226/* Define to 1 if you have the <linux/falloc.h> header file. */
227#undef HAVE_LINUX_FALLOC_H
228
229/* Define to 1 if you have the <linux/fd.h> header file. */
230#undef HAVE_LINUX_FD_H
231
4bd63b21
TT
232/* Define to 1 if you have the <linux/loop.h> header file. */
233#undef HAVE_LINUX_LOOP_H
234
d1154eb4
TT
235/* Define to 1 if you have the <linux/major.h> header file. */
236#undef HAVE_LINUX_MAJOR_H
237
238/* Define to 1 if you have the `llseek' function. */
239#undef HAVE_LLSEEK
240
241/* Define to 1 if llseek declared in unistd.h */
242#undef HAVE_LLSEEK_PROTOTYPE
243
93613951
TT
244/* Define to 1 if the system has the type 'long long int'. */
245#undef HAVE_LONG_LONG_INT
d1154eb4
TT
246
247/* Define to 1 if you have the `lseek64' function. */
248#undef HAVE_LSEEK64
249
250/* Define to 1 if lseek64 declared in unistd.h */
251#undef HAVE_LSEEK64_PROTOTYPE
252
253/* Define to 1 if you have the `mallinfo' function. */
254#undef HAVE_MALLINFO
255
256/* Define to 1 if you have the <malloc.h> header file. */
257#undef HAVE_MALLOC_H
258
93613951
TT
259/* Define to 1 if you have the `mbrtowc' function. */
260#undef HAVE_MBRTOWC
261
d1154eb4
TT
262/* Define to 1 if you have the `mbstowcs' function. */
263#undef HAVE_MBSTOWCS
264
265/* Define to 1 if you have the `memalign' function. */
266#undef HAVE_MEMALIGN
267
268/* Define to 1 if you have the <memory.h> header file. */
269#undef HAVE_MEMORY_H
270
271/* Define to 1 if you have the `mempcpy' function. */
272#undef HAVE_MEMPCPY
273
274/* Define to 1 if you have the `mmap' function. */
275#undef HAVE_MMAP
276
277/* Define to 1 if you have the <mntent.h> header file. */
278#undef HAVE_MNTENT_H
279
677fc916
MF
280/* Define to 1 if you have the `msync' function. */
281#undef HAVE_MSYNC
282
d1154eb4
TT
283/* Define to 1 if you have the `munmap' function. */
284#undef HAVE_MUNMAP
285
286/* Define to 1 if you have the `nanosleep' function. */
287#undef HAVE_NANOSLEEP
288
289/* Define to 1 if you have the <netinet/in.h> header file. */
290#undef HAVE_NETINET_IN_H
291
292/* Define to 1 if you have the <net/if_dl.h> header file. */
293#undef HAVE_NET_IF_DL_H
294
295/* Define to 1 if you have the <net/if.h> header file. */
296#undef HAVE_NET_IF_H
297
93613951
TT
298/* Define to 1 if you have the `newlocale' function. */
299#undef HAVE_NEWLOCALE
d1154eb4
TT
300
301/* Define to 1 if you have the `open64' function. */
302#undef HAVE_OPEN64
303
304/* Define to 1 if optreset for getopt is present */
305#undef HAVE_OPTRESET
306
307/* Define to 1 if you have the `pathconf' function. */
308#undef HAVE_PATHCONF
309
310/* Define to 1 if you have the <paths.h> header file. */
311#undef HAVE_PATHS_H
312
313/* Define to 1 if you have the `posix_fadvise' function. */
314#undef HAVE_POSIX_FADVISE
315
9a393891
BS
316/* Define to 1 if you have the `posix_fadvise64' function. */
317#undef HAVE_POSIX_FADVISE64
318
d1154eb4
TT
319/* Define to 1 if you have the `posix_memalign' function. */
320#undef HAVE_POSIX_MEMALIGN
321
322/* Define if your printf() function supports format strings with positions. */
323#undef HAVE_POSIX_PRINTF
324
325/* Define to 1 if you have the `prctl' function. */
326#undef HAVE_PRCTL
327
baa35446
DW
328/* Define to 1 if you have the `pread' function. */
329#undef HAVE_PREAD
330
93613951
TT
331/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
332#undef HAVE_PTHREAD_MUTEX_RECURSIVE
333
334/* Define if the POSIX multithreading library has read/write locks. */
335#undef HAVE_PTHREAD_RWLOCK
336
d1154eb4
TT
337/* Define to 1 if you have the `putenv' function. */
338#undef HAVE_PUTENV
339
baa35446
DW
340/* Define to 1 if you have the `pwrite' function. */
341#undef HAVE_PWRITE
342
d1154eb4
TT
343/* Define to 1 if dirent has d_reclen */
344#undef HAVE_RECLEN_DIRENT
345
346/* Define to 1 if if struct sockaddr contains sa_len */
347#undef HAVE_SA_LEN
348
1ad3174a
TT
349/* Define to 1 if you have the `secure_getenv' function. */
350#undef HAVE_SECURE_GETENV
351
d1154eb4
TT
352/* Define to 1 if you have the <semaphore.h> header file. */
353#undef HAVE_SEMAPHORE_H
354
355/* Define to 1 if sem_init() exists */
356#undef HAVE_SEM_INIT
357
358/* Define to 1 if you have the `setenv' function. */
359#undef HAVE_SETENV
360
361/* Define to 1 if you have the <setjmp.h> header file. */
362#undef HAVE_SETJMP_H
363
364/* Define to 1 if you have the `setlocale' function. */
365#undef HAVE_SETLOCALE
366
b24efa21
TT
367/* Define to 1 if you have the `setmntent' function. */
368#undef HAVE_SETMNTENT
369
d1154eb4
TT
370/* Define to 1 if you have the `setresgid' function. */
371#undef HAVE_SETRESGID
372
373/* Define to 1 if you have the `setresuid' function. */
374#undef HAVE_SETRESUID
375
376/* Define to 1 if you have the <signal.h> header file. */
377#undef HAVE_SIGNAL_H
378
379/* Define to 1 if you have the `snprintf' function. */
380#undef HAVE_SNPRINTF
381
382/* Define to 1 if you have the `srandom' function. */
383#undef HAVE_SRANDOM
384
385/* Define to 1 if struct stat has st_flags */
386#undef HAVE_STAT_FLAGS
387
388/* Define to 1 if you have the <stdarg.h> header file. */
389#undef HAVE_STDARG_H
390
391/* Define to 1 if you have the <stddef.h> header file. */
392#undef HAVE_STDDEF_H
393
394/* Define to 1 if you have the <stdint.h> header file. */
395#undef HAVE_STDINT_H
396
397/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
398 uintmax_t. */
399#undef HAVE_STDINT_H_WITH_UINTMAX
400
401/* Define to 1 if you have the <stdlib.h> header file. */
402#undef HAVE_STDLIB_H
403
404/* Define to 1 if you have the `stpcpy' function. */
405#undef HAVE_STPCPY
406
407/* Define to 1 if you have the `strcasecmp' function. */
408#undef HAVE_STRCASECMP
409
410/* Define to 1 if you have the `strdup' function. */
411#undef HAVE_STRDUP
412
413/* Define to 1 if you have the <strings.h> header file. */
414#undef HAVE_STRINGS_H
415
416/* Define to 1 if you have the <string.h> header file. */
417#undef HAVE_STRING_H
418
419/* Define to 1 if you have the `strnlen' function. */
420#undef HAVE_STRNLEN
421
422/* Define to 1 if you have the `strptime' function. */
423#undef HAVE_STRPTIME
424
425/* Define to 1 if you have the `strtoul' function. */
426#undef HAVE_STRTOUL
427
428/* Define to 1 if you have the `strtoull' function. */
429#undef HAVE_STRTOULL
430
2873927d
TT
431/* Define to 1 if `st_atim' is a member of `struct stat'. */
432#undef HAVE_STRUCT_STAT_ST_ATIM
433
93613951
TT
434/* Define to 1 if you have the `symlink' function. */
435#undef HAVE_SYMLINK
436
d1154eb4
TT
437/* Define to 1 if you have the `sync_file_range' function. */
438#undef HAVE_SYNC_FILE_RANGE
439
440/* Define to 1 if you have the `sysconf' function. */
441#undef HAVE_SYSCONF
442
443/* Define to 1 if you have the <sys/disklabel.h> header file. */
444#undef HAVE_SYS_DISKLABEL_H
445
446/* Define to 1 if you have the <sys/disk.h> header file. */
447#undef HAVE_SYS_DISK_H
448
449/* Define to 1 if you have the <sys/file.h> header file. */
450#undef HAVE_SYS_FILE_H
451
452/* Define to 1 if you have the <sys/ioctl.h> header file. */
453#undef HAVE_SYS_IOCTL_H
454
455/* Define to 1 if you have the <sys/mkdev.h> header file. */
456#undef HAVE_SYS_MKDEV_H
457
458/* Define to 1 if you have the <sys/mman.h> header file. */
459#undef HAVE_SYS_MMAN_H
460
461/* Define to 1 if you have the <sys/mount.h> header file. */
462#undef HAVE_SYS_MOUNT_H
463
464/* Define to 1 if you have the <sys/param.h> header file. */
465#undef HAVE_SYS_PARAM_H
466
467/* Define to 1 if you have the <sys/prctl.h> header file. */
468#undef HAVE_SYS_PRCTL_H
469
d1154eb4
TT
470/* Define to 1 if you have the <sys/resource.h> header file. */
471#undef HAVE_SYS_RESOURCE_H
472
473/* Define to 1 if you have the <sys/select.h> header file. */
474#undef HAVE_SYS_SELECT_H
475
476/* Define to 1 if you have the <sys/socket.h> header file. */
477#undef HAVE_SYS_SOCKET_H
478
479/* Define to 1 if you have the <sys/sockio.h> header file. */
480#undef HAVE_SYS_SOCKIO_H
481
482/* Define to 1 if you have the <sys/stat.h> header file. */
483#undef HAVE_SYS_STAT_H
484
485/* Define to 1 if you have the <sys/syscall.h> header file. */
486#undef HAVE_SYS_SYSCALL_H
487
488/* Define to 1 if you have the <sys/sysmacros.h> header file. */
489#undef HAVE_SYS_SYSMACROS_H
490
491/* Define to 1 if you have the <sys/time.h> header file. */
492#undef HAVE_SYS_TIME_H
493
494/* Define to 1 if you have the <sys/types.h> header file. */
495#undef HAVE_SYS_TYPES_H
496
497/* Define to 1 if you have the <sys/un.h> header file. */
498#undef HAVE_SYS_UN_H
499
500/* Define to 1 if you have the <sys/wait.h> header file. */
501#undef HAVE_SYS_WAIT_H
502
503/* Define to 1 if you have the <termios.h> header file. */
504#undef HAVE_TERMIOS_H
505
506/* Define to 1 if you have the <termio.h> header file. */
507#undef HAVE_TERMIO_H
508
509/* Define to 1 if you have the `tsearch' function. */
510#undef HAVE_TSEARCH
511
512/* Define to 1 if ssize_t declared */
513#undef HAVE_TYPE_SSIZE_T
514
515/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
516#undef HAVE_UINTMAX_T
517
518/* Define to 1 if you have the <unistd.h> header file. */
519#undef HAVE_UNISTD_H
520
93613951
TT
521/* Define to 1 if the system has the type 'unsigned long long int'. */
522#undef HAVE_UNSIGNED_LONG_LONG_INT
523
524/* Define to 1 if you have the `uselocale' function. */
525#undef HAVE_USELOCALE
d1154eb4
TT
526
527/* Define to 1 if you have the `usleep' function. */
528#undef HAVE_USLEEP
529
530/* Define to 1 if you have the `utime' function. */
531#undef HAVE_UTIME
532
533/* Define to 1 if you have the <utime.h> header file. */
534#undef HAVE_UTIME_H
535
536/* Define to 1 if you have the `valloc' function. */
537#undef HAVE_VALLOC
538
93613951
TT
539/* Define to 1 or 0, depending whether the compiler supports simple visibility
540 declarations. */
541#undef HAVE_VISIBILITY
542
d1154eb4
TT
543/* Define to 1 if you have the `vprintf' function. */
544#undef HAVE_VPRINTF
545
546/* Define if you have the 'wchar_t' type. */
547#undef HAVE_WCHAR_T
548
93613951
TT
549/* Define to 1 if you have the `wcrtomb' function. */
550#undef HAVE_WCRTOMB
551
d1154eb4
TT
552/* Define to 1 if you have the `wcslen' function. */
553#undef HAVE_WCSLEN
554
93613951
TT
555/* Define to 1 if you have the `wcsnlen' function. */
556#undef HAVE_WCSNLEN
557
d1154eb4
TT
558/* Define if you have the 'wint_t' type. */
559#undef HAVE_WINT_T
560
93613951
TT
561/* Define to 1 if O_NOATIME works. */
562#undef HAVE_WORKING_O_NOATIME
d1154eb4 563
93613951
TT
564/* Define to 1 if O_NOFOLLOW works. */
565#undef HAVE_WORKING_O_NOFOLLOW
d1154eb4
TT
566
567/* Define to 1 if you have the `__fsetlocking' function. */
568#undef HAVE___FSETLOCKING
569
570/* Define to 1 if you have the `__secure_getenv' function. */
571#undef HAVE___SECURE_GETENV
572
573/* Define as const if the declaration of iconv() needs const. */
574#undef ICONV_CONST
575
576/* Define if integer division by zero raises signal SIGFPE. */
577#undef INTDIV0_RAISES_SIGFPE
578
579/* package name for gettext */
580#undef PACKAGE
581
582/* Define to the address where bug reports for this package should be sent. */
583#undef PACKAGE_BUGREPORT
584
585/* Define to the full name of this package. */
586#undef PACKAGE_NAME
587
588/* Define to the full name and version of this package. */
589#undef PACKAGE_STRING
590
591/* Define to the one symbol short name of this package. */
592#undef PACKAGE_TARNAME
593
594/* Define to the home page for this package. */
595#undef PACKAGE_URL
596
597/* Define to the version of this package. */
598#undef PACKAGE_VERSION
599
600/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
601#undef PRI_MACROS_BROKEN
602
93613951
TT
603/* Define if the pthread_in_use() detection is hard. */
604#undef PTHREAD_IN_USE_DETECTION_HARD
605
d1154eb4
TT
606/* The size of `int', as computed by sizeof. */
607#undef SIZEOF_INT
608
609/* The size of `long', as computed by sizeof. */
610#undef SIZEOF_LONG
611
612/* The size of `long long', as computed by sizeof. */
613#undef SIZEOF_LONG_LONG
614
274d46e1
PS
615/* The size of `off_t', as computed by sizeof. */
616#undef SIZEOF_OFF_T
617
d1154eb4
TT
618/* The size of `short', as computed by sizeof. */
619#undef SIZEOF_SHORT
620
621/* Define as the maximum value of type 'size_t', if the system doesn't define
622 it. */
93613951
TT
623#ifndef SIZE_MAX
624# undef SIZE_MAX
625#endif
d1154eb4
TT
626
627/* If using the C implementation of alloca, define if you know the
628 direction of stack growth for your system; otherwise it will be
629 automatically deduced at runtime.
630 STACK_DIRECTION > 0 => grows toward higher addresses
631 STACK_DIRECTION < 0 => grows toward lower addresses
632 STACK_DIRECTION = 0 => direction of growth unknown */
633#undef STACK_DIRECTION
634
635/* Define to 1 if you have the ANSI C header files. */
636#undef STDC_HEADERS
637
638/* If the compiler supports a TLS storage class define it to that here */
639#undef TLS
640
93613951
TT
641/* Define if the POSIX multithreading library can be used. */
642#undef USE_POSIX_THREADS
643
644/* Define if references to the POSIX multithreading library should be made
645 weak. */
646#undef USE_POSIX_THREADS_WEAK
647
648/* Define if the GNU Pth multithreading library can be used. */
649#undef USE_PTH_THREADS
650
651/* Define if references to the GNU Pth multithreading library should be made
652 weak. */
653#undef USE_PTH_THREADS_WEAK
654
655/* Define if the old Solaris multithreading library can be used. */
656#undef USE_SOLARIS_THREADS
657
658/* Define if references to the old Solaris multithreading library should be
659 made weak. */
660#undef USE_SOLARIS_THREADS_WEAK
661
662/* Enable extensions on AIX 3, Interix. */
663#ifndef _ALL_SOURCE
664# undef _ALL_SOURCE
665#endif
666/* Enable GNU extensions on systems that have them. */
667#ifndef _GNU_SOURCE
668# undef _GNU_SOURCE
669#endif
670/* Enable threading extensions on Solaris. */
671#ifndef _POSIX_PTHREAD_SEMANTICS
672# undef _POSIX_PTHREAD_SEMANTICS
673#endif
674/* Enable extensions on HP NonStop. */
675#ifndef _TANDEM_SOURCE
676# undef _TANDEM_SOURCE
677#endif
678/* Enable general extensions on Solaris. */
679#ifndef __EXTENSIONS__
680# undef __EXTENSIONS__
681#endif
682
683
d1154eb4
TT
684/* Define to 1 to build uuidd */
685#undef USE_UUIDD
686
93613951
TT
687/* Define if the native Windows multithreading API can be used. */
688#undef USE_WINDOWS_THREADS
689
d1154eb4
TT
690/* version for gettext */
691#undef VERSION
692
693/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
694 significant byte first (like Motorola and SPARC, unlike Intel). */
695#if defined AC_APPLE_UNIVERSAL_BUILD
696# if defined __BIG_ENDIAN__
697# define WORDS_BIGENDIAN 1
698# endif
699#else
700# ifndef WORDS_BIGENDIAN
701# undef WORDS_BIGENDIAN
702# endif
703#endif
704
705/* Define to 1 if Apple Darwin libintl workaround is needed */
706#undef _INTL_REDIRECT_MACROS
707
93613951
TT
708/* Define to 1 if on MINIX. */
709#undef _MINIX
710
711/* Define to 2 if the system does not provide POSIX.1 features except with
712 this defined. */
713#undef _POSIX_1_SOURCE
714
715/* Define to 1 if you need to in order for `stat' and other things to work. */
716#undef _POSIX_SOURCE
717
718/* Please see the Gnulib manual for how to use these macros.
719
720 Suppress extern inline with HP-UX cc, as it appears to be broken; see
721 <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
722
723 Suppress extern inline with Sun C in standards-conformance mode, as it
724 mishandles inline functions that call each other. E.g., for 'inline void f
725 (void) { } inline void g (void) { f (); }', c99 incorrectly complains
726 'reference to static identifier "f" in extern inline function'.
727 This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
728
729 Suppress the use of extern inline on Apple's platforms, as Libc at least
730 through Libc-825.26 (2013-04-09) is incompatible with it; see, e.g.,
731 <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
732 Perhaps Apple will fix this some day. */
733#if ((__GNUC__ \
734 ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
735 : (199901L <= __STDC_VERSION__ \
736 && !defined __HP_cc \
737 && !(defined __SUNPRO_C && __STDC__))) \
738 && !defined __APPLE__)
739# define _GL_INLINE inline
740# define _GL_EXTERN_INLINE extern inline
741#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
742 && !defined __APPLE__)
743# if __GNUC_GNU_INLINE__
744 /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */
745# define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
746# else
747# define _GL_INLINE extern inline
748# endif
749# define _GL_EXTERN_INLINE extern
750#else
751# define _GL_INLINE static _GL_UNUSED
752# define _GL_EXTERN_INLINE static _GL_UNUSED
753#endif
754
755#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
756# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
757# define _GL_INLINE_HEADER_CONST_PRAGMA
758# else
759# define _GL_INLINE_HEADER_CONST_PRAGMA \
760 _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
761# endif
762 /* Suppress GCC's bogus "no previous prototype for 'FOO'"
763 and "no previous declaration for 'FOO'" diagnostics,
764 when FOO is an inline function in the header; see
765 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>. */
766# define _GL_INLINE_HEADER_BEGIN \
767 _Pragma ("GCC diagnostic push") \
768 _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
769 _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
770 _GL_INLINE_HEADER_CONST_PRAGMA
771# define _GL_INLINE_HEADER_END \
772 _Pragma ("GCC diagnostic pop")
773#else
774# define _GL_INLINE_HEADER_BEGIN
775# define _GL_INLINE_HEADER_END
776#endif
d1154eb4
TT
777
778/* Define to `__inline__' or `__inline' if that's what the C compiler
779 calls it, or to nothing if 'inline' is not supported under any name. */
780#ifndef __cplusplus
781#undef inline
782#endif
783
d1154eb4
TT
784/* Define as the type of the result of subtracting two pointers, if the system
785 doesn't define it. */
786#undef ptrdiff_t
787
d1154eb4
TT
788/* Define to `unsigned int' if <sys/types.h> does not define. */
789#undef size_t
790
791/* Define to unsigned long or unsigned long long if <stdint.h> and
792 <inttypes.h> don't define. */
793#undef uintmax_t
794
c714d024 795#include <dirpaths.h>
93613951
TT
796
797
798#define __libc_lock_t gl_lock_t
799#define __libc_lock_define gl_lock_define
800#define __libc_lock_define_initialized gl_lock_define_initialized
801#define __libc_lock_init gl_lock_init
802#define __libc_lock_lock gl_lock_lock
803#define __libc_lock_unlock gl_lock_unlock
804#define __libc_lock_recursive_t gl_recursive_lock_t
805#define __libc_lock_define_recursive gl_recursive_lock_define
806#define __libc_lock_define_initialized_recursive gl_recursive_lock_define_initialized
807#define __libc_lock_init_recursive gl_recursive_lock_init
808#define __libc_lock_lock_recursive gl_recursive_lock_lock
809#define __libc_lock_unlock_recursive gl_recursive_lock_unlock
810#define glthread_in_use libintl_thread_in_use
811#define glthread_lock_init_func libintl_lock_init_func
812#define glthread_lock_lock_func libintl_lock_lock_func
813#define glthread_lock_unlock_func libintl_lock_unlock_func
814#define glthread_lock_destroy_func libintl_lock_destroy_func
815#define glthread_rwlock_init_multithreaded libintl_rwlock_init_multithreaded
816#define glthread_rwlock_init_func libintl_rwlock_init_func
817#define glthread_rwlock_rdlock_multithreaded libintl_rwlock_rdlock_multithreaded
818#define glthread_rwlock_rdlock_func libintl_rwlock_rdlock_func
819#define glthread_rwlock_wrlock_multithreaded libintl_rwlock_wrlock_multithreaded
820#define glthread_rwlock_wrlock_func libintl_rwlock_wrlock_func
821#define glthread_rwlock_unlock_multithreaded libintl_rwlock_unlock_multithreaded
822#define glthread_rwlock_unlock_func libintl_rwlock_unlock_func
823#define glthread_rwlock_destroy_multithreaded libintl_rwlock_destroy_multithreaded
824#define glthread_rwlock_destroy_func libintl_rwlock_destroy_func
825#define glthread_recursive_lock_init_multithreaded libintl_recursive_lock_init_multithreaded
826#define glthread_recursive_lock_init_func libintl_recursive_lock_init_func
827#define glthread_recursive_lock_lock_multithreaded libintl_recursive_lock_lock_multithreaded
828#define glthread_recursive_lock_lock_func libintl_recursive_lock_lock_func
829#define glthread_recursive_lock_unlock_multithreaded libintl_recursive_lock_unlock_multithreaded
830#define glthread_recursive_lock_unlock_func libintl_recursive_lock_unlock_func
831#define glthread_recursive_lock_destroy_multithreaded libintl_recursive_lock_destroy_multithreaded
832#define glthread_recursive_lock_destroy_func libintl_recursive_lock_destroy_func
833#define glthread_once_func libintl_once_func
834#define glthread_once_singlethreaded libintl_once_singlethreaded
835#define glthread_once_multithreaded libintl_once_multithreaded
836