1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define to 1 if you have the `chflags' function. */
4#undef HAVE_CHFLAGS
5
6/* Define to 1 if you have the `fdatasync' function. */
7#undef HAVE_FDATASYNC
8
9/* Define to 1 if you have the `fts_open' function. */
10#undef HAVE_FTS_OPEN
11
12/* Define to 1 if you have the <inttypes.h> header file. */
13#undef HAVE_INTTYPES_H
14
15/* Define to 1 if you have the <linux/ext2_fs.h> header file. */
16#undef HAVE_LINUX_EXT2_FS_H
17
18/* Define to 1 if you have the <memory.h> header file. */
19#undef HAVE_MEMORY_H
20
21/* Define to 1 if you have the `nftw' function. */
22#undef HAVE_NFTW
23
24/* Define to 1 if you have the `snprintf' function. */
25#undef HAVE_SNPRINTF
26
27/* Define to 1 if you have the <stdarg.h> header file. */
28#undef HAVE_STDARG_H
29
30/* Define to 1 if you have the <stdint.h> header file. */
31#undef HAVE_STDINT_H
32
33/* Define to 1 if you have the <stdlib.h> header file. */
34#undef HAVE_STDLIB_H
35
36/* Define to 1 if you have the <strings.h> header file. */
37#undef HAVE_STRINGS_H
38
39/* Define to 1 if you have the <string.h> header file. */
40#undef HAVE_STRING_H
41
42/* Define to 1 if `st_blksize' is member of `struct stat'. */
43#undef HAVE_STRUCT_STAT_ST_BLKSIZE
44
45/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
46   `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
47#undef HAVE_ST_BLKSIZE
48
49/* Define to 1 if you have the <sys/mount.h> header file. */
50#undef HAVE_SYS_MOUNT_H
51
52/* Define to 1 if you have the <sys/param.h> header file. */
53#undef HAVE_SYS_PARAM_H
54
55/* Define to 1 if you have the <sys/stat.h> header file. */
56#undef HAVE_SYS_STAT_H
57
58/* Define to 1 if you have the <sys/types.h> header file. */
59#undef HAVE_SYS_TYPES_H
60
61/* Define to 1 if you have the <sys/vfs.h> header file. */
62#undef HAVE_SYS_VFS_H
63
64/* Define to 1 if you have the <unistd.h> header file. */
65#undef HAVE_UNISTD_H
66
67/* Define to 1 if you have the <varargs.h> header file. */
68#undef HAVE_VARARGS_H
69
70/* Define to 1 if you have the `vsnprintf' function. */
71#undef HAVE_VSNPRINTF
72
73/* Name of package */
74#undef PACKAGE
75
76/* Define to the address where bug reports for this package should be sent. */
77#undef PACKAGE_BUGREPORT
78
79/* Define to the full name of this package. */
80#undef PACKAGE_NAME
81
82/* Define to the full name and version of this package. */
83#undef PACKAGE_STRING
84
85/* Define to the one symbol short name of this package. */
86#undef PACKAGE_TARNAME
87
88/* Define to the version of this package. */
89#undef PACKAGE_VERSION
90
91/* Define to 1 if you have the ANSI C header files. */
92#undef STDC_HEADERS
93
94/* Version number of package */
95#undef VERSION
96
97/* Define to empty if `const' does not conform to ANSI C. */
98#undef const
99