| Commit | Line | Data |
|---|---|---|
| 9c646875 | 1 | /* config.h. Generated from config.h.in by configure. */ |
| 4b2ca6f6 | 2 | /* config.h.in. Generated from configure.ac by autoheader. */ |
| 984263bc | 3 | |
| 4b2ca6f6 | 4 | /* Define in built-in ELF support is used */ |
| 7dbde16c | 5 | #define BUILTIN_ELF 1 |
| 984263bc | 6 | |
| 4b2ca6f6 | 7 | /* Define for ELF core file support */ |
| 7dbde16c | 8 | #define ELFCORE 1 |
| 984263bc | 9 | |
| 4b2ca6f6 PA |
10 | /* Define to 1 if you have the `asprintf' function. */ |
| 11 | #define HAVE_ASPRINTF 1 | |
| 12 | ||
| 13 | /* HAVE_DAYLIGHT */ | |
| 14 | #define HAVE_DAYLIGHT 1 | |
| 984263bc | 15 | |
| 7dbde16c JR |
16 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 17 | #define HAVE_DLFCN_H 1 | |
| 984263bc | 18 | |
| 4b2ca6f6 PA |
19 | /* Define to 1 if you have the <err.h> header file. */ |
| 20 | #define HAVE_ERR_H 1 | |
| 21 | ||
| 7dbde16c JR |
22 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| 23 | #define HAVE_FCNTL_H 1 | |
| 984263bc | 24 | |
| 4b2ca6f6 PA |
25 | /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ |
| 26 | #define HAVE_FSEEKO 1 | |
| 27 | ||
| 7dbde16c JR |
28 | /* Define to 1 if you have the <getopt.h> header file. */ |
| 29 | #define HAVE_GETOPT_H 1 | |
| 984263bc | 30 | |
| 7dbde16c JR |
31 | /* Define to 1 if you have the `getopt_long' function. */ |
| 32 | #define HAVE_GETOPT_LONG 1 | |
| 984263bc | 33 | |
| 4b2ca6f6 PA |
34 | /* Define to 1 if the system has the type `int32_t'. */ |
| 35 | #define HAVE_INT32_T 1 | |
| 36 | ||
| 37 | /* Define to 1 if the system has the type `int64_t'. */ | |
| 38 | #define HAVE_INT64_T 1 | |
| 39 | ||
| 7dbde16c JR |
40 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 41 | #define HAVE_INTTYPES_H 1 | |
| 984263bc | 42 | |
| 7dbde16c JR |
43 | /* Define to 1 if you have the `z' library (-lz). */ |
| 44 | #define HAVE_LIBZ 1 | |
| 984263bc | 45 | |
| 1ba94a0e PA |
46 | /* Define to 1 if you have the <limits.h> header file. */ |
| 47 | #define HAVE_LIMITS_H 1 | |
| 48 | ||
| 7dbde16c JR |
49 | /* Define to 1 if you have the <locale.h> header file. */ |
| 50 | #define HAVE_LOCALE_H 1 | |
| 984263bc | 51 | |
| 7dbde16c | 52 | /* Define to 1 if you have the `mbrtowc' function. */ |
| 8cdd3890 | 53 | #define HAVE_MBRTOWC 1 |
| 984263bc | 54 | |
| 5c062e55 PA |
55 | /* Define to 1 if <wchar.h> declares mbstate_t. */ |
| 56 | #define HAVE_MBSTATE_T 1 | |
| 57 | ||
| 7dbde16c JR |
58 | /* Define to 1 if you have the <memory.h> header file. */ |
| 59 | #define HAVE_MEMORY_H 1 | |
| 984263bc | 60 | |
| 7dbde16c JR |
61 | /* Define to 1 if you have the `mkstemp' function. */ |
| 62 | #define HAVE_MKSTEMP 1 | |
| 984263bc | 63 | |
| 7dbde16c JR |
64 | /* Define to 1 if you have the `mmap' function. */ |
| 65 | #define HAVE_MMAP 1 | |
| 984263bc | 66 | |
| 7dbde16c JR |
67 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 68 | #define HAVE_STDINT_H 1 | |
| 984263bc | 69 | |
| 7dbde16c JR |
70 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| 71 | #define HAVE_STDLIB_H 1 | |
| 984263bc | 72 | |
| 7dbde16c JR |
73 | /* Define to 1 if you have the `strerror' function. */ |
| 74 | #define HAVE_STRERROR 1 | |
| 984263bc | 75 | |
| 7dbde16c JR |
76 | /* Define to 1 if you have the <strings.h> header file. */ |
| 77 | #define HAVE_STRINGS_H 1 | |
| 984263bc | 78 | |
| 7dbde16c JR |
79 | /* Define to 1 if you have the <string.h> header file. */ |
| 80 | #define HAVE_STRING_H 1 | |
| 984263bc | 81 | |
| 4b2ca6f6 PA |
82 | /* Define to 1 if you have the `strlcat' function. */ |
| 83 | #define HAVE_STRLCAT 1 | |
| 84 | ||
| 85 | /* Define to 1 if you have the `strlcpy' function. */ | |
| 86 | #define HAVE_STRLCPY 1 | |
| 87 | ||
| b0a9bc9a | 88 | /* Define to 1 if you have the `strndup' function. */ |
| 716024cd | 89 | #define HAVE_STRNDUP 1 |
| b0a9bc9a | 90 | |
| 9c646875 | 91 | /* Define to 1 if you have the `strtof' function. */ |
| 4b2ca6f6 | 92 | #define HAVE_STRTOF 1 |
| 9c646875 | 93 | |
| 7dbde16c JR |
94 | /* Define to 1 if you have the `strtoul' function. */ |
| 95 | #define HAVE_STRTOUL 1 | |
| 984263bc | 96 | |
| 4b2ca6f6 PA |
97 | /* HAVE_STRUCT_OPTION */ |
| 98 | #define HAVE_STRUCT_OPTION 1 | |
| 99 | ||
| 7dbde16c JR |
100 | /* Define to 1 if `st_rdev' is member of `struct stat'. */ |
| 101 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| 984263bc | 102 | |
| 4b2ca6f6 PA |
103 | /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */ |
| 104 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| 105 | ||
| 106 | /* Define to 1 if `tm_zone' is member of `struct tm'. */ | |
| 107 | #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| 984263bc | 108 | |
| 7dbde16c JR |
109 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
| 110 | #define HAVE_SYS_MMAN_H 1 | |
| 984263bc | 111 | |
| 7dbde16c JR |
112 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 113 | #define HAVE_SYS_STAT_H 1 | |
| 984263bc | 114 | |
| b0a9bc9a PA |
115 | /* Define to 1 if you have the <sys/time.h> header file. */ |
| 116 | #define HAVE_SYS_TIME_H 1 | |
| 117 | ||
| 7dbde16c JR |
118 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 119 | #define HAVE_SYS_TYPES_H 1 | |
| 984263bc | 120 | |
| 7dbde16c JR |
121 | /* Define to 1 if you have the <sys/utime.h> header file. */ |
| 122 | /* #undef HAVE_SYS_UTIME_H */ | |
| 984263bc | 123 | |
| 7dbde16c JR |
124 | /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ |
| 125 | #define HAVE_SYS_WAIT_H 1 | |
| 984263bc | 126 | |
| 4b2ca6f6 | 127 | /* HAVE_TM_ISDST */ |
| 7dbde16c | 128 | #define HAVE_TM_ISDST 1 |
| 984263bc | 129 | |
| 7dbde16c JR |
130 | /* HAVE_TM_ZONE */ |
| 131 | #define HAVE_TM_ZONE 1 | |
| 984263bc | 132 | |
| 7dbde16c JR |
133 | /* HAVE_TZNAME */ |
| 134 | #define HAVE_TZNAME 1 | |
| 984263bc | 135 | |
| 4b2ca6f6 PA |
136 | /* Define to 1 if the system has the type `uint16_t'. */ |
| 137 | #define HAVE_UINT16_T 1 | |
| 138 | ||
| 139 | /* Define to 1 if the system has the type `uint32_t'. */ | |
| 140 | #define HAVE_UINT32_T 1 | |
| 141 | ||
| 142 | /* Define to 1 if the system has the type `uint64_t'. */ | |
| 143 | #define HAVE_UINT64_T 1 | |
| 144 | ||
| 145 | /* Define to 1 if the system has the type `uint8_t'. */ | |
| 146 | #define HAVE_UINT8_T 1 | |
| 147 | ||
| 7dbde16c JR |
148 | /* Define to 1 if you have the <unistd.h> header file. */ |
| 149 | #define HAVE_UNISTD_H 1 | |
| 984263bc | 150 | |
| 7dbde16c JR |
151 | /* Define to 1 if you have the `utime' function. */ |
| 152 | #define HAVE_UTIME 1 | |
| 984263bc | 153 | |
| 7dbde16c JR |
154 | /* Define to 1 if you have the `utimes' function. */ |
| 155 | #define HAVE_UTIMES 1 | |
| 984263bc | 156 | |
| 7dbde16c JR |
157 | /* Define to 1 if you have the <utime.h> header file. */ |
| 158 | #define HAVE_UTIME_H 1 | |
| 984263bc | 159 | |
| 4b2ca6f6 PA |
160 | /* Define to 1 if you have the `vasprintf' function. */ |
| 161 | #define HAVE_VASPRINTF 1 | |
| 5c062e55 | 162 | |
| e5df2891 | 163 | #ifndef BOOTSTRAPPING |
| 7dbde16c JR |
164 | /* Define to 1 if you have the <wchar.h> header file. */ |
| 165 | #define HAVE_WCHAR_H 1 | |
| 984263bc | 166 | |
| 5c062e55 PA |
167 | /* Define to 1 if you have the <wctype.h> header file. */ |
| 168 | #define HAVE_WCTYPE_H 1 | |
| 169 | ||
| 7dbde16c | 170 | /* Define to 1 if you have the `wcwidth' function. */ |
| 8cdd3890 | 171 | #define HAVE_WCWIDTH 1 |
| 4b2ca6f6 | 172 | #endif /* BOOTSTRAPPING */ |
| 984263bc | 173 | |
| 9c646875 PA |
174 | /* Define to 1 if you have the <zlib.h> header file. */ |
| 175 | #define HAVE_ZLIB_H 1 | |
| 176 | ||
| 7dbde16c JR |
177 | /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. |
| 178 | */ | |
| 179 | /* #undef MAJOR_IN_MKDEV */ | |
| 984263bc | 180 | |
| 7dbde16c JR |
181 | /* Define to 1 if `major', `minor', and `makedev' are declared in |
| 182 | <sysmacros.h>. */ | |
| 183 | /* #undef MAJOR_IN_SYSMACROS */ | |
| 984263bc | 184 | |
| 4b2ca6f6 PA |
185 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
| 186 | /* #undef NO_MINUS_C_MINUS_O */ | |
| 187 | ||
| 984263bc MD |
188 | /* Name of package */ |
| 189 | #define PACKAGE "file" | |
| 190 | ||
| 7dbde16c JR |
191 | /* Define to the address where bug reports for this package should be sent. */ |
| 192 | #define PACKAGE_BUGREPORT "" | |
| 984263bc | 193 | |
| 7dbde16c JR |
194 | /* Define to the full name of this package. */ |
| 195 | #define PACKAGE_NAME "" | |
| 984263bc | 196 | |
| 7dbde16c JR |
197 | /* Define to the full name and version of this package. */ |
| 198 | #define PACKAGE_STRING "" | |
| 199 | ||
| 200 | /* Define to the one symbol short name of this package. */ | |
| 201 | #define PACKAGE_TARNAME "" | |
| 202 | ||
| 203 | /* Define to the version of this package. */ | |
| 204 | #define PACKAGE_VERSION "" | |
| 205 | ||
| 4b2ca6f6 PA |
206 | /* The size of `long long', as computed by sizeof. */ |
| 207 | #define SIZEOF_LONG_LONG 8 | |
| 7dbde16c JR |
208 | |
| 209 | /* Define to 1 if you have the ANSI C header files. */ | |
| 210 | #define STDC_HEADERS 1 | |
| 211 | ||
| 212 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ | |
| 213 | /* #undef TM_IN_SYS_TIME */ | |
| 214 | ||
| 215 | /* Version number of package */ | |
| f1792b37 | 216 | #define VERSION "5.04" |
| 984263bc MD |
217 | |
| 218 | /* Number of bits in a file offset, on hosts where this is settable. */ | |
| 219 | /* #undef _FILE_OFFSET_BITS */ | |
| 220 | ||
| 9c646875 PA |
221 | /* Enable GNU extensions on systems that have them. */ |
| 222 | #ifndef _GNU_SOURCE | |
| 223 | # define _GNU_SOURCE 1 | |
| 224 | #endif | |
| 225 | ||
| 4b2ca6f6 PA |
226 | /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ |
| 227 | /* #undef _LARGEFILE_SOURCE */ | |
| 228 | ||
| 984263bc MD |
229 | /* Define for large files, on AIX-style hosts. */ |
| 230 | /* #undef _LARGE_FILES */ | |
| 231 | ||
| 7dbde16c JR |
232 | /* Define to empty if `const' does not conform to ANSI C. */ |
| 233 | /* #undef const */ | |
| 234 | ||
| 7dbde16c JR |
235 | /* Define to a type if <wchar.h> does not define. */ |
| 236 | /* #undef mbstate_t */ | |
| 237 | ||
| 9c646875 | 238 | /* Define to `long int' if <sys/types.h> does not define. */ |
| 7dbde16c JR |
239 | /* #undef off_t */ |
| 240 | ||
| 9c646875 | 241 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 7dbde16c JR |
242 | /* #undef size_t */ |
| 243 | ||
| 7dbde16c | 244 | |
| 4b2ca6f6 PA |
245 | #ifndef HAVE_UINT8_T |
| 246 | typedef unsigned char uint8_t; | |
| 247 | #endif | |
| 248 | #ifndef HAVE_UINT16_T | |
| 249 | typedef unsigned short uint16_t; | |
| 250 | #endif | |
| 251 | #ifndef HAVE_UINT32_T | |
| 252 | typedef unsigned int uint32_t; | |
| 253 | #endif | |
| 254 | #ifndef HAVE_INT32_T | |
| 255 | typedef int int32_t; | |
| 256 | #endif | |
| 257 | #ifndef HAVE_UINT64_T | |
| 258 | #if SIZEOF_LONG_LONG == 8 | |
| 259 | typedef unsigned long long uint64_t; | |
| 260 | #else | |
| 261 | typedef unsigned long uint64_t; | |
| 262 | #endif | |
| 263 | #endif | |
| 264 | #ifndef HAVE_INT64_T | |
| 265 | #if SIZEOF_LONG_LONG == 8 | |
| 266 | typedef long long int64_t; | |
| 267 | #else | |
| 268 | typedef long int64_t; | |
| 269 | #endif | |
| 270 | #endif | |
| 7dbde16c | 271 |