1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define in built-in ELF support is used */
6 /* Define for ELF core file support */
9 /* Define to 1 if you have the `asprintf' function. */
15 /* Define to 1 if you have the <dlfcn.h> header file. */
18 /* Define to 1 if you have the <err.h> header file. */
21 /* Define to 1 if you have the <fcntl.h> header file. */
24 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
27 /* Define to 1 if you have the <getopt.h> header file. */
30 /* Define to 1 if you have the `getopt_long' function. */
31 #undef HAVE_GETOPT_LONG
33 /* Define to 1 if the system has the type `int32_t'. */
36 /* Define to 1 if the system has the type `int64_t'. */
39 /* Define to 1 if you have the <inttypes.h> header file. */
40 #undef HAVE_INTTYPES_H
42 /* Define to 1 if you have the `z' library (-lz). */
45 /* Define to 1 if you have the <limits.h> header file. */
48 /* Define to 1 if you have the <locale.h> header file. */
51 /* Define to 1 if you have the `mbrtowc' function. */
54 /* Define to 1 if <wchar.h> declares mbstate_t. */
57 /* Define to 1 if you have the <memory.h> header file. */
60 /* Define to 1 if you have the `mkstemp' function. */
63 /* Define to 1 if you have the `mmap' function. */
66 /* Define to 1 if you have the <stdint.h> header file. */
69 /* Define to 1 if you have the <stdlib.h> header file. */
72 /* Define to 1 if you have the `strerror' function. */
75 /* Define to 1 if you have the <strings.h> header file. */
78 /* Define to 1 if you have the <string.h> header file. */
81 /* Define to 1 if you have the `strlcat' function. */
84 /* Define to 1 if you have the `strlcpy' function. */
87 /* Define to 1 if you have the `strndup' function. */
90 /* Define to 1 if you have the `strtof' function. */
93 /* Define to 1 if you have the `strtoul' function. */
96 /* HAVE_STRUCT_OPTION */
97 #undef HAVE_STRUCT_OPTION
99 /* Define to 1 if `st_rdev' is member of `struct stat'. */
100 #undef HAVE_STRUCT_STAT_ST_RDEV
102 /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
103 #undef HAVE_STRUCT_TM_TM_GMTOFF
105 /* Define to 1 if `tm_zone' is member of `struct tm'. */
106 #undef HAVE_STRUCT_TM_TM_ZONE
108 /* Define to 1 if you have the <sys/mman.h> header file. */
109 #undef HAVE_SYS_MMAN_H
111 /* Define to 1 if you have the <sys/stat.h> header file. */
112 #undef HAVE_SYS_STAT_H
114 /* Define to 1 if you have the <sys/time.h> header file. */
115 #undef HAVE_SYS_TIME_H
117 /* Define to 1 if you have the <sys/types.h> header file. */
118 #undef HAVE_SYS_TYPES_H
120 /* Define to 1 if you have the <sys/utime.h> header file. */
121 #undef HAVE_SYS_UTIME_H
123 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
124 #undef HAVE_SYS_WAIT_H
135 /* Define to 1 if the system has the type `uint16_t'. */
138 /* Define to 1 if the system has the type `uint32_t'. */
141 /* Define to 1 if the system has the type `uint64_t'. */
144 /* Define to 1 if the system has the type `uint8_t'. */
147 /* Define to 1 if you have the <unistd.h> header file. */
150 /* Define to 1 if you have the `utime' function. */
153 /* Define to 1 if you have the `utimes' function. */
156 /* Define to 1 if you have the <utime.h> header file. */
159 /* Define to 1 if you have the `vasprintf' function. */
160 #undef HAVE_VASPRINTF
162 /* Define to 1 if you have the <wchar.h> header file. */
165 /* Define to 1 if you have the <wctype.h> header file. */
168 /* Define to 1 if you have the `wcwidth' function. */
171 /* Define to 1 if you have the <zlib.h> header file. */
174 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
176 #undef MAJOR_IN_MKDEV
178 /* Define to 1 if `major', `minor', and `makedev' are declared in
180 #undef MAJOR_IN_SYSMACROS
182 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
183 #undef NO_MINUS_C_MINUS_O
185 /* Name of package */
188 /* Define to the address where bug reports for this package should be sent. */
189 #undef PACKAGE_BUGREPORT
191 /* Define to the full name of this package. */
194 /* Define to the full name and version of this package. */
195 #undef PACKAGE_STRING
197 /* Define to the one symbol short name of this package. */
198 #undef PACKAGE_TARNAME
200 /* Define to the version of this package. */
201 #undef PACKAGE_VERSION
203 /* The size of `long long', as computed by sizeof. */
204 #undef SIZEOF_LONG_LONG
206 /* Define to 1 if you have the ANSI C header files. */
209 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
210 #undef TM_IN_SYS_TIME
212 /* Version number of package */
215 /* Number of bits in a file offset, on hosts where this is settable. */
216 #undef _FILE_OFFSET_BITS
218 /* Enable GNU extensions on systems that have them. */
223 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
224 #undef _LARGEFILE_SOURCE
226 /* Define for large files, on AIX-style hosts. */
229 /* Define to empty if `const' does not conform to ANSI C. */
232 /* Define to a type if <wchar.h> does not define. */
235 /* Define to `long int' if <sys/types.h> does not define. */
238 /* Define to `unsigned int' if <sys/types.h> does not define. */
243 typedef unsigned char uint8_t;
245 #ifndef HAVE_UINT16_T
246 typedef unsigned short uint16_t;
248 #ifndef HAVE_UINT32_T
249 typedef unsigned int uint32_t;
254 #ifndef HAVE_UINT64_T
255 #if SIZEOF_LONG_LONG == 8
256 typedef unsigned long long uint64_t;
258 typedef unsigned long uint64_t;
262 #if SIZEOF_LONG_LONG == 8
263 typedef long long int64_t;
265 typedef long int64_t;