config.h.in revision edbfd75d8fb4a13eccc2cadb12a453c3425d17d1
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
15/* Define to 1 if the testio I/O manager should be enabled */
16#undef CONFIG_TESTIO_DEBUG
17
18/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
19   systems. This function is required for `alloca.c' support on those systems.
20   */
21#undef CRAY_STACKSEG_END
22
23/* Define to 1 if using `alloca.c'. */
24#undef C_ALLOCA
25
26/* Define to 1 if ext2 compression enabled */
27#undef ENABLE_COMPRESSION
28
29/* Define to 1 if ext3/4 htree support enabled */
30#undef ENABLE_HTREE
31
32/* Define to 1 if translation of program messages to the user's native
33   language is requested. */
34#undef ENABLE_NLS
35
36/* Define to 1 if you have `alloca', as a function or macro. */
37#undef HAVE_ALLOCA
38
39/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
40   */
41#undef HAVE_ALLOCA_H
42
43/* Define to 1 if you have the <argz.h> header file. */
44#undef HAVE_ARGZ_H
45
46/* Define to 1 if you have the `asprintf' function. */
47#undef HAVE_ASPRINTF
48
49/* Define to 1 if you have the `backtrace' function. */
50#undef HAVE_BACKTRACE
51
52/* Define to 1 if you have the `blkid_probe_get_topology' function. */
53#undef HAVE_BLKID_PROBE_GET_TOPOLOGY
54
55/* Define to 1 if you have the `chflags' function. */
56#undef HAVE_CHFLAGS
57
58/* Define if the GNU dcgettext() function is already present or preinstalled.
59   */
60#undef HAVE_DCGETTEXT
61
62/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
63   don't. */
64#undef HAVE_DECL_FEOF_UNLOCKED
65
66/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
67   you don't. */
68#undef HAVE_DECL_FGETS_UNLOCKED
69
70/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
71   don't. */
72#undef HAVE_DECL_GETC_UNLOCKED
73
74/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
75   don't. */
76#undef HAVE_DECL__SNPRINTF
77
78/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
79   don't. */
80#undef HAVE_DECL__SNWPRINTF
81
82/* Define to 1 if you have the <dirent.h> header file. */
83#undef HAVE_DIRENT_H
84
85/* Define to 1 if dlopen/libdl exists */
86#undef HAVE_DLOPEN
87
88/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
89#undef HAVE_DOPRNT
90
91/* Define to 1 if you have the <errno.h> header file. */
92#undef HAVE_ERRNO_H
93
94/* Define to 1 if you have the <execinfo.h> header file. */
95#undef HAVE_EXECINFO_H
96
97/* Define to 1 if Ext2 ioctls present */
98#undef HAVE_EXT2_IOCTLS
99
100/* Define to 1 if you have the `fallocate' function. */
101#undef HAVE_FALLOCATE
102
103/* Define to 1 if you have the `fallocate64' function. */
104#undef HAVE_FALLOCATE64
105
106/* Define to 1 if you have the `fchown' function. */
107#undef HAVE_FCHOWN
108
109/* Define to 1 if you have the `fdatasync' function. */
110#undef HAVE_FDATASYNC
111
112/* Define to 1 if you have the `fstat64' function. */
113#undef HAVE_FSTAT64
114
115/* Define to 1 if you have the `ftruncate64' function. */
116#undef HAVE_FTRUNCATE64
117
118/* Define to 1 if you have the `fwprintf' function. */
119#undef HAVE_FWPRINTF
120
121/* Define to 1 if you have the `getcwd' function. */
122#undef HAVE_GETCWD
123
124/* Define to 1 if you have the `getdtablesize' function. */
125#undef HAVE_GETDTABLESIZE
126
127/* Define to 1 if you have the `getegid' function. */
128#undef HAVE_GETEGID
129
130/* Define to 1 if you have the `geteuid' function. */
131#undef HAVE_GETEUID
132
133/* Define to 1 if you have the `getgid' function. */
134#undef HAVE_GETGID
135
136/* Define to 1 if you have the `getmntinfo' function. */
137#undef HAVE_GETMNTINFO
138
139/* Define to 1 if you have the <getopt.h> header file. */
140#undef HAVE_GETOPT_H
141
142/* Define to 1 if you have the `getpagesize' function. */
143#undef HAVE_GETPAGESIZE
144
145/* Define to 1 if you have the `getrlimit' function. */
146#undef HAVE_GETRLIMIT
147
148/* Define to 1 if you have the `getrusage' function. */
149#undef HAVE_GETRUSAGE
150
151/* Define if the GNU gettext() function is already present or preinstalled. */
152#undef HAVE_GETTEXT
153
154/* Define to 1 if you have the `getuid' function. */
155#undef HAVE_GETUID
156
157/* Define if you have the iconv() function. */
158#undef HAVE_ICONV
159
160/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
161#undef HAVE_INTMAX_T
162
163/* Define to 1 if the system has the type `intptr_t'. */
164#undef HAVE_INTPTR_T
165
166/* Define to 1 if you have the <inttypes.h> header file. */
167#undef HAVE_INTTYPES_H
168
169/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
170   declares uintmax_t. */
171#undef HAVE_INTTYPES_H_WITH_UINTMAX
172
173/* Define to 1 if you have the `jrand48' function. */
174#undef HAVE_JRAND48
175
176/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
177#undef HAVE_LANGINFO_CODESET
178
179/* Define if your <locale.h> file defines LC_MESSAGES. */
180#undef HAVE_LC_MESSAGES
181
182/* Define to 1 if you have the <limits.h> header file. */
183#undef HAVE_LIMITS_H
184
185/* Define to 1 if you have the <linux/falloc.h> header file. */
186#undef HAVE_LINUX_FALLOC_H
187
188/* Define to 1 if you have the <linux/fd.h> header file. */
189#undef HAVE_LINUX_FD_H
190
191/* Define to 1 if you have the <linux/major.h> header file. */
192#undef HAVE_LINUX_MAJOR_H
193
194/* Define to 1 if you have the `llseek' function. */
195#undef HAVE_LLSEEK
196
197/* Define to 1 if llseek declared in unistd.h */
198#undef HAVE_LLSEEK_PROTOTYPE
199
200/* Define to 1 if you have the <locale.h> header file. */
201#undef HAVE_LOCALE_H
202
203/* Define if you have the 'long double' type. */
204#undef HAVE_LONG_DOUBLE
205
206/* Define if you have the 'long long' type. */
207#undef HAVE_LONG_LONG
208
209/* Define to 1 if you have the `lseek64' function. */
210#undef HAVE_LSEEK64
211
212/* Define to 1 if lseek64 declared in unistd.h */
213#undef HAVE_LSEEK64_PROTOTYPE
214
215/* Define to 1 if you have the `mallinfo' function. */
216#undef HAVE_MALLINFO
217
218/* Define to 1 if you have the <malloc.h> header file. */
219#undef HAVE_MALLOC_H
220
221/* Define to 1 if you have the `mbstowcs' function. */
222#undef HAVE_MBSTOWCS
223
224/* Define to 1 if you have the `memalign' function. */
225#undef HAVE_MEMALIGN
226
227/* Define to 1 if you have the <memory.h> header file. */
228#undef HAVE_MEMORY_H
229
230/* Define to 1 if you have the `mempcpy' function. */
231#undef HAVE_MEMPCPY
232
233/* Define to 1 if you have the `mmap' function. */
234#undef HAVE_MMAP
235
236/* Define to 1 if you have the <mntent.h> header file. */
237#undef HAVE_MNTENT_H
238
239/* Define to 1 if you have the `munmap' function. */
240#undef HAVE_MUNMAP
241
242/* Define to 1 if you have the `nanosleep' function. */
243#undef HAVE_NANOSLEEP
244
245/* Define to 1 if you have the <netinet/in.h> header file. */
246#undef HAVE_NETINET_IN_H
247
248/* Define to 1 if you have the <net/if_dl.h> header file. */
249#undef HAVE_NET_IF_DL_H
250
251/* Define to 1 if you have the <net/if.h> header file. */
252#undef HAVE_NET_IF_H
253
254/* Define to 1 if you have the <nl_types.h> header file. */
255#undef HAVE_NL_TYPES_H
256
257/* Define to 1 if you have the `open64' function. */
258#undef HAVE_OPEN64
259
260/* Define to 1 if optreset for getopt is present */
261#undef HAVE_OPTRESET
262
263/* Define to 1 if you have the `pathconf' function. */
264#undef HAVE_PATHCONF
265
266/* Define to 1 if you have the <paths.h> header file. */
267#undef HAVE_PATHS_H
268
269/* Define to 1 if you have the `posix_fadvise' function. */
270#undef HAVE_POSIX_FADVISE
271
272/* Define to 1 if you have the `posix_memalign' function. */
273#undef HAVE_POSIX_MEMALIGN
274
275/* Define if your printf() function supports format strings with positions. */
276#undef HAVE_POSIX_PRINTF
277
278/* Define to 1 if you have the `prctl' function. */
279#undef HAVE_PRCTL
280
281/* Define to 1 if you have the `putenv' function. */
282#undef HAVE_PUTENV
283
284/* Define to 1 if you have the `quotactl' function. */
285#undef HAVE_QUOTACTL
286
287/* Define to 1 if dirent has d_reclen */
288#undef HAVE_RECLEN_DIRENT
289
290/* Define to 1 if if struct sockaddr contains sa_len */
291#undef HAVE_SA_LEN
292
293/* Define to 1 if you have the <semaphore.h> header file. */
294#undef HAVE_SEMAPHORE_H
295
296/* Define to 1 if sem_init() exists */
297#undef HAVE_SEM_INIT
298
299/* Define to 1 if you have the `setenv' function. */
300#undef HAVE_SETENV
301
302/* Define to 1 if you have the <setjmp.h> header file. */
303#undef HAVE_SETJMP_H
304
305/* Define to 1 if you have the `setlocale' function. */
306#undef HAVE_SETLOCALE
307
308/* Define to 1 if you have the `setresgid' function. */
309#undef HAVE_SETRESGID
310
311/* Define to 1 if you have the `setresuid' function. */
312#undef HAVE_SETRESUID
313
314/* Define to 1 if you have the <signal.h> header file. */
315#undef HAVE_SIGNAL_H
316
317/* Define to 1 if you have the `snprintf' function. */
318#undef HAVE_SNPRINTF
319
320/* Define to 1 if you have the `srandom' function. */
321#undef HAVE_SRANDOM
322
323/* Define to 1 if struct stat has st_flags */
324#undef HAVE_STAT_FLAGS
325
326/* Define to 1 if you have the <stdarg.h> header file. */
327#undef HAVE_STDARG_H
328
329/* Define to 1 if you have the <stddef.h> header file. */
330#undef HAVE_STDDEF_H
331
332/* Define to 1 if you have the <stdint.h> header file. */
333#undef HAVE_STDINT_H
334
335/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
336   uintmax_t. */
337#undef HAVE_STDINT_H_WITH_UINTMAX
338
339/* Define to 1 if you have the <stdlib.h> header file. */
340#undef HAVE_STDLIB_H
341
342/* Define to 1 if you have the `stpcpy' function. */
343#undef HAVE_STPCPY
344
345/* Define to 1 if you have the `strcasecmp' function. */
346#undef HAVE_STRCASECMP
347
348/* Define to 1 if you have the `strdup' function. */
349#undef HAVE_STRDUP
350
351/* Define to 1 if you have the <strings.h> header file. */
352#undef HAVE_STRINGS_H
353
354/* Define to 1 if you have the <string.h> header file. */
355#undef HAVE_STRING_H
356
357/* Define to 1 if you have the `strnlen' function. */
358#undef HAVE_STRNLEN
359
360/* Define to 1 if you have the `strptime' function. */
361#undef HAVE_STRPTIME
362
363/* Define to 1 if you have the `strtoul' function. */
364#undef HAVE_STRTOUL
365
366/* Define to 1 if you have the `strtoull' function. */
367#undef HAVE_STRTOULL
368
369/* Define to 1 if you have the `sync_file_range' function. */
370#undef HAVE_SYNC_FILE_RANGE
371
372/* Define to 1 if you have the `sysconf' function. */
373#undef HAVE_SYSCONF
374
375/* Define to 1 if you have the <sys/disklabel.h> header file. */
376#undef HAVE_SYS_DISKLABEL_H
377
378/* Define to 1 if you have the <sys/disk.h> header file. */
379#undef HAVE_SYS_DISK_H
380
381/* Define to 1 if you have the <sys/file.h> header file. */
382#undef HAVE_SYS_FILE_H
383
384/* Define to 1 if you have the <sys/ioctl.h> header file. */
385#undef HAVE_SYS_IOCTL_H
386
387/* Define to 1 if you have the <sys/mkdev.h> header file. */
388#undef HAVE_SYS_MKDEV_H
389
390/* Define to 1 if you have the <sys/mman.h> header file. */
391#undef HAVE_SYS_MMAN_H
392
393/* Define to 1 if you have the <sys/mount.h> header file. */
394#undef HAVE_SYS_MOUNT_H
395
396/* Define to 1 if you have the <sys/param.h> header file. */
397#undef HAVE_SYS_PARAM_H
398
399/* Define to 1 if you have the <sys/prctl.h> header file. */
400#undef HAVE_SYS_PRCTL_H
401
402/* Define to 1 if you have the <sys/queue.h> header file. */
403#undef HAVE_SYS_QUEUE_H
404
405/* Define to 1 if you have the <sys/quota.h> header file. */
406#undef HAVE_SYS_QUOTA_H
407
408/* Define to 1 if you have the <sys/resource.h> header file. */
409#undef HAVE_SYS_RESOURCE_H
410
411/* Define to 1 if you have the <sys/select.h> header file. */
412#undef HAVE_SYS_SELECT_H
413
414/* Define to 1 if you have the <sys/socket.h> header file. */
415#undef HAVE_SYS_SOCKET_H
416
417/* Define to 1 if you have the <sys/sockio.h> header file. */
418#undef HAVE_SYS_SOCKIO_H
419
420/* Define to 1 if you have the <sys/stat.h> header file. */
421#undef HAVE_SYS_STAT_H
422
423/* Define to 1 if you have the <sys/syscall.h> header file. */
424#undef HAVE_SYS_SYSCALL_H
425
426/* Define to 1 if you have the <sys/sysmacros.h> header file. */
427#undef HAVE_SYS_SYSMACROS_H
428
429/* Define to 1 if you have the <sys/time.h> header file. */
430#undef HAVE_SYS_TIME_H
431
432/* Define to 1 if you have the <sys/types.h> header file. */
433#undef HAVE_SYS_TYPES_H
434
435/* Define to 1 if you have the <sys/un.h> header file. */
436#undef HAVE_SYS_UN_H
437
438/* Define to 1 if you have the <sys/wait.h> header file. */
439#undef HAVE_SYS_WAIT_H
440
441/* Define to 1 if you have the <termios.h> header file. */
442#undef HAVE_TERMIOS_H
443
444/* Define to 1 if you have the <termio.h> header file. */
445#undef HAVE_TERMIO_H
446
447/* Define to 1 if you have the `tsearch' function. */
448#undef HAVE_TSEARCH
449
450/* Define to 1 if ssize_t declared */
451#undef HAVE_TYPE_SSIZE_T
452
453/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
454#undef HAVE_UINTMAX_T
455
456/* Define to 1 if you have the <unistd.h> header file. */
457#undef HAVE_UNISTD_H
458
459/* Define if you have the 'unsigned long long' type. */
460#undef HAVE_UNSIGNED_LONG_LONG
461
462/* Define to 1 if you have the `usleep' function. */
463#undef HAVE_USLEEP
464
465/* Define to 1 if you have the `utime' function. */
466#undef HAVE_UTIME
467
468/* Define to 1 if you have the <utime.h> header file. */
469#undef HAVE_UTIME_H
470
471/* Define to 1 if you have the `valloc' function. */
472#undef HAVE_VALLOC
473
474/* Define to 1 if you have the `vprintf' function. */
475#undef HAVE_VPRINTF
476
477/* Define if you have the 'wchar_t' type. */
478#undef HAVE_WCHAR_T
479
480/* Define to 1 if you have the `wcslen' function. */
481#undef HAVE_WCSLEN
482
483/* Define if you have the 'wint_t' type. */
484#undef HAVE_WINT_T
485
486/* Define to 1 if you have the `__argz_count' function. */
487#undef HAVE___ARGZ_COUNT
488
489/* Define to 1 if you have the `__argz_next' function. */
490#undef HAVE___ARGZ_NEXT
491
492/* Define to 1 if you have the `__argz_stringify' function. */
493#undef HAVE___ARGZ_STRINGIFY
494
495/* Define to 1 if you have the `__fsetlocking' function. */
496#undef HAVE___FSETLOCKING
497
498/* Define to 1 if you have the `__secure_getenv' function. */
499#undef HAVE___SECURE_GETENV
500
501/* Define as const if the declaration of iconv() needs const. */
502#undef ICONV_CONST
503
504/* Define if integer division by zero raises signal SIGFPE. */
505#undef INTDIV0_RAISES_SIGFPE
506
507/* package name for gettext */
508#undef PACKAGE
509
510/* Define to the address where bug reports for this package should be sent. */
511#undef PACKAGE_BUGREPORT
512
513/* Define to the full name of this package. */
514#undef PACKAGE_NAME
515
516/* Define to the full name and version of this package. */
517#undef PACKAGE_STRING
518
519/* Define to the one symbol short name of this package. */
520#undef PACKAGE_TARNAME
521
522/* Define to the home page for this package. */
523#undef PACKAGE_URL
524
525/* Define to the version of this package. */
526#undef PACKAGE_VERSION
527
528/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
529#undef PRI_MACROS_BROKEN
530
531/* The size of `int', as computed by sizeof. */
532#undef SIZEOF_INT
533
534/* The size of `long', as computed by sizeof. */
535#undef SIZEOF_LONG
536
537/* The size of `long long', as computed by sizeof. */
538#undef SIZEOF_LONG_LONG
539
540/* The size of `short', as computed by sizeof. */
541#undef SIZEOF_SHORT
542
543/* Define as the maximum value of type 'size_t', if the system doesn't define
544   it. */
545#undef SIZE_MAX
546
547/* If using the C implementation of alloca, define if you know the
548   direction of stack growth for your system; otherwise it will be
549   automatically deduced at runtime.
550	STACK_DIRECTION > 0 => grows toward higher addresses
551	STACK_DIRECTION < 0 => grows toward lower addresses
552	STACK_DIRECTION = 0 => direction of growth unknown */
553#undef STACK_DIRECTION
554
555/* Define to 1 if you have the ANSI C header files. */
556#undef STDC_HEADERS
557
558/* If the compiler supports a TLS storage class define it to that here */
559#undef TLS
560
561/* Define to 1 to build uuidd */
562#undef USE_UUIDD
563
564/* version for gettext */
565#undef VERSION
566
567/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
568   significant byte first (like Motorola and SPARC, unlike Intel). */
569#if defined AC_APPLE_UNIVERSAL_BUILD
570# if defined __BIG_ENDIAN__
571#  define WORDS_BIGENDIAN 1
572# endif
573#else
574# ifndef WORDS_BIGENDIAN
575#  undef WORDS_BIGENDIAN
576# endif
577#endif
578
579/* Define to 1 if Apple Darwin libintl workaround is needed */
580#undef _INTL_REDIRECT_MACROS
581
582/* Define to empty if `const' does not conform to ANSI C. */
583#undef const
584
585/* Define to `__inline__' or `__inline' if that's what the C compiler
586   calls it, or to nothing if 'inline' is not supported under any name.  */
587#ifndef __cplusplus
588#undef inline
589#endif
590
591/* Define to `long int' if <sys/types.h> does not define. */
592#undef off_t
593
594/* Define as the type of the result of subtracting two pointers, if the system
595   doesn't define it. */
596#undef ptrdiff_t
597
598/* Define to empty if the C compiler doesn't support this keyword. */
599#undef signed
600
601/* Define to `unsigned int' if <sys/types.h> does not define. */
602#undef size_t
603
604/* Define to unsigned long or unsigned long long if <stdint.h> and
605   <inttypes.h> don't define. */
606#undef uintmax_t
607
608#include "dirpaths.h"
609