1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the <assert.h> header file. */
4#undef HAVE_ASSERT_H
5
6/* Define to 1 if you have the `basename' function. */
7#undef HAVE_BASENAME
8
9/* Define to 1 if you have the <bzlib.h> header file. */
10#undef HAVE_BZLIB_H
11
12/* Define to 1 if you have the <direct.h> header file. */
13#undef HAVE_DIRECT_H
14
15/* Define to 1 if you have the <dirent.h> header file. */
16#undef HAVE_DIRENT_H
17
18/* Define to 1 if you have the <dir.h> header file. */
19#undef HAVE_DIR_H
20
21/* Define to 1 if you have the <dlfcn.h> header file. */
22#undef HAVE_DLFCN_H
23
24/* Define to 1 if you have the <errno.h> header file. */
25#undef HAVE_ERRNO_H
26
27/* Define to 1 if you have the <fcntl.h> header file. */
28#undef HAVE_FCNTL_H
29
30/* Define to 1 if you have the `fork' function. */
31#undef HAVE_FORK
32
33/* Define to 1 if you have the `GetTempFileName' function. */
34#undef HAVE_GETTEMPFILENAME
35
36/* Define to 1 if you have the <inttypes.h> header file. */
37#undef HAVE_INTTYPES_H
38
39/* Define to 1 if you have the <jni.h> header file. */
40#undef HAVE_JNI_H
41
42/* Define to 1 if you have the `bz2' library (-lbz2). */
43#undef HAVE_LIBBZ2
44
45/* Define to 1 if you have the <libgen.h> header file. */
46#undef HAVE_LIBGEN_H
47
48/* Define to 1 if you have the `z' library (-lz). */
49#undef HAVE_LIBZ
50
51/* Define to 1 if you have the <limits.h> header file. */
52#undef HAVE_LIMITS_H
53
54/* Define to 1 if you have the <linux/fdreg.h> header file. */
55#undef HAVE_LINUX_FDREG_H
56
57/* Define to 1 if you have the <linux/fd.h> header file. */
58#undef HAVE_LINUX_FD_H
59
60/* Define to 1 if you have the <memory.h> header file. */
61#undef HAVE_MEMORY_H
62
63/* Define to 1 if you have the `mkstemp' function. */
64#undef HAVE_MKSTEMP
65
66/* Define to 1 if you have the <pwd.h> header file. */
67#undef HAVE_PWD_H
68
69/* Define to 1 if you have the <shlobj.h> header file. */
70#undef HAVE_SHLOBJ_H
71
72/* Define to 1 if you have the `sleep' function. */
73#undef HAVE_SLEEP
74
75/* Define to 1 if you have the <stat.h> header file. */
76#undef HAVE_STAT_H
77
78/* Define to 1 if you have the <stdint.h> header file. */
79#undef HAVE_STDINT_H
80
81/* Define to 1 if you have the <stdlib.h> header file. */
82#undef HAVE_STDLIB_H
83
84/* Define to 1 if you have the `strcasecmp' function. */
85#undef HAVE_STRCASECMP
86
87/* Define to 1 if you have the `strcmpi' function. */
88#undef HAVE_STRCMPI
89
90/* Define to 1 if you have the `strerror' function. */
91#undef HAVE_STRERROR
92
93/* Define to 1 if you have the `stricmp' function. */
94#undef HAVE_STRICMP
95
96/* Define to 1 if you have the <strings.h> header file. */
97#undef HAVE_STRINGS_H
98
99/* Define to 1 if you have the <string.h> header file. */
100#undef HAVE_STRING_H
101
102/* Define to 1 if you have the <sys/ioctl.h> header file. */
103#undef HAVE_SYS_IOCTL_H
104
105/* Define to 1 if you have the <sys/stat.h> header file. */
106#undef HAVE_SYS_STAT_H
107
108/* Define to 1 if you have the <sys/types.h> header file. */
109#undef HAVE_SYS_TYPES_H
110
111/* Define to 1 if you have the <termios.h> header file. */
112#undef HAVE_TERMIOS_H
113
114/* Define to 1 if you have the <time.h> header file. */
115#undef HAVE_TIME_H
116
117/* Define to 1 if you have the <unistd.h> header file. */
118#undef HAVE_UNISTD_H
119
120/* Define to 1 if you have the <utime.h> header file. */
121#undef HAVE_UTIME_H
122
123/* Define to 1 if you have the <windows.h> header file. */
124#undef HAVE_WINDOWS_H
125
126/* Define to 1 if you have the <winioctl.h> header file. */
127#undef HAVE_WINIOCTL_H
128
129/* Define to 1 if you have the <zlib.h> header file. */
130#undef HAVE_ZLIB_H
131
132/* Define to the sub-directory where libtool stores uninstalled libraries. */
133#undef LT_OBJDIR
134
135/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
136   */
137#undef MAJOR_IN_MKDEV
138
139/* Define to 1 if `major', `minor', and `makedev' are declared in
140   <sysmacros.h>. */
141#undef MAJOR_IN_SYSMACROS
142
143/* Name of package */
144#undef PACKAGE
145
146/* Define to the address where bug reports for this package should be sent. */
147#undef PACKAGE_BUGREPORT
148
149/* Define to the full name of this package. */
150#undef PACKAGE_NAME
151
152/* Define to the full name and version of this package. */
153#undef PACKAGE_STRING
154
155/* Define to the one symbol short name of this package. */
156#undef PACKAGE_TARNAME
157
158/* Define to the home page for this package. */
159#undef PACKAGE_URL
160
161/* Define to the version of this package. */
162#undef PACKAGE_VERSION
163
164/* Define to 1 if you have the ANSI C header files. */
165#undef STDC_HEADERS
166
167/* Version number of package */
168#undef VERSION
169
170/* Define to empty if `const' does not conform to ANSI C. */
171#undef const
172
173/* Define to `unsigned int' if <sys/types.h> does not define. */
174#undef size_t
175