1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
4   */
5#undef HAVE_DIRENT_H
6
7/* Define to 1 if you have the <inttypes.h> header file. */
8#undef HAVE_INTTYPES_H
9
10/* Define to 1 if you have the `bz2' library (-lbz2). */
11#undef HAVE_LIBBZ2
12
13/* Define to 1 if you have the <memory.h> header file. */
14#undef HAVE_MEMORY_H
15
16/* Define to 1 if you have the `memset' function. */
17#undef HAVE_MEMSET
18
19/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
20#undef HAVE_NDIR_H
21
22/* Define to 1 if you have the `pow' function. */
23#undef HAVE_POW
24
25/* Define to 1 if `stat' has the bug that it succeeds when given the
26   zero-length file name argument. */
27#undef HAVE_STAT_EMPTY_STRING_BUG
28
29/* Define to 1 if stdbool.h conforms to C99. */
30#undef HAVE_STDBOOL_H
31
32/* Define to 1 if you have the <stdint.h> header file. */
33#undef HAVE_STDINT_H
34
35/* Define to 1 if you have the <stdlib.h> header file. */
36#undef HAVE_STDLIB_H
37
38/* Define to 1 if you have the <strings.h> header file. */
39#undef HAVE_STRINGS_H
40
41/* Define to 1 if you have the <string.h> header file. */
42#undef HAVE_STRING_H
43
44/* Define to 1 if `st_blksize' is a member of `struct stat'. */
45#undef HAVE_STRUCT_STAT_ST_BLKSIZE
46
47/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
48   */
49#undef HAVE_SYS_DIR_H
50
51/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
52   */
53#undef HAVE_SYS_NDIR_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 <unistd.h> header file. */
62#undef HAVE_UNISTD_H
63
64/* Define to 1 if the system has the type `_Bool'. */
65#undef HAVE__BOOL
66
67/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
68   slash. */
69#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
70
71/* Name of package */
72#undef PACKAGE
73
74/* Define to the address where bug reports for this package should be sent. */
75#undef PACKAGE_BUGREPORT
76
77/* Define to the full name of this package. */
78#undef PACKAGE_NAME
79
80/* Define to the full name and version of this package. */
81#undef PACKAGE_STRING
82
83/* Define to the one symbol short name of this package. */
84#undef PACKAGE_TARNAME
85
86/* Define to the home page for this package. */
87#undef PACKAGE_URL
88
89/* Define to the version of this package. */
90#undef PACKAGE_VERSION
91
92/* Define to 1 if you have the ANSI C header files. */
93#undef STDC_HEADERS
94
95/* Version number of package */
96#undef VERSION
97
98/* Define to empty if `const' does not conform to ANSI C. */
99#undef const
100
101/* Define to `__inline__' or `__inline' if that's what the C compiler
102   calls it, or to nothing if 'inline' is not supported under any name.  */
103#ifndef __cplusplus
104#undef inline
105#endif
106
107/* Define to `unsigned int' if <sys/types.h> does not define. */
108#undef size_t
109