| Commit | Line | Data |
|---|---|---|
| f17ea84b | 1 | /* config.h. Generated from config.in by configure. */ |
| 0c3d4888 | 2 | /* config.in. Generated from configure.in by autoheader. */ |
| b6fca148 | 3 | |
| 0c3d3a6f JM |
4 | /* Name of host specific core header file to include in elf.c. */ |
| 5 | /* #undef CORE_HEADER */ | |
| 6 | ||
| 0c3d4888 SS |
7 | /* Define to 1 if translation of program messages to the user's native |
| 8 | language is requested. */ | |
| 9 | /* #undef ENABLE_NLS */ | |
| b6fca148 | 10 | |
| f17ea84b SS |
11 | /* Define to 1 if you have the <alloca.h> header file. */ |
| 12 | /* #undef HAVE_ALLOCA_H */ | |
| 13 | ||
| 0c3d4888 SS |
14 | /* Define to 1 if you have the declaration of `basename', and to 0 if you |
| 15 | don't. */ | |
| 16 | #define HAVE_DECL_BASENAME 0 | |
| b6fca148 | 17 | |
| 0c3d4888 SS |
18 | /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ |
| 19 | #define HAVE_DECL_FFS 1 | |
| b6fca148 | 20 | |
| 0c3d4888 SS |
21 | /* Define to 1 if you have the declaration of `free', and to 0 if you don't. |
| 22 | */ | |
| 23 | #define HAVE_DECL_FREE 1 | |
| b6fca148 | 24 | |
| 0c3d4888 SS |
25 | /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. |
| 26 | */ | |
| 27 | #define HAVE_DECL_FSEEKO 1 | |
| b6fca148 | 28 | |
| 0c3d4888 SS |
29 | /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you |
| 30 | don't. */ | |
| 31 | #define HAVE_DECL_FSEEKO64 0 | |
| b6fca148 | 32 | |
| 0c3d4888 SS |
33 | /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't. |
| 34 | */ | |
| 35 | #define HAVE_DECL_FTELLO 1 | |
| b6fca148 | 36 | |
| 0c3d4888 SS |
37 | /* Define to 1 if you have the declaration of `ftello64', and to 0 if you |
| 38 | don't. */ | |
| 39 | #define HAVE_DECL_FTELLO64 0 | |
| b6fca148 | 40 | |
| 0c3d4888 SS |
41 | /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. |
| 42 | */ | |
| 43 | #define HAVE_DECL_GETENV 1 | |
| b6fca148 | 44 | |
| 0c3d4888 SS |
45 | /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. |
| 46 | */ | |
| 47 | #define HAVE_DECL_MALLOC 1 | |
| b6fca148 | 48 | |
| 0c3d4888 SS |
49 | /* Define to 1 if you have the declaration of `realloc', and to 0 if you |
| 50 | don't. */ | |
| 51 | #define HAVE_DECL_REALLOC 1 | |
| b6fca148 | 52 | |
| 0c3d4888 SS |
53 | /* Define to 1 if you have the declaration of `snprintf', and to 0 if you |
| 54 | don't. */ | |
| 55 | #define HAVE_DECL_SNPRINTF 1 | |
| b6fca148 | 56 | |
| 0c3d4888 SS |
57 | /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. |
| 58 | */ | |
| f17ea84b | 59 | #define HAVE_DECL_STPCPY 1 |
| b6fca148 | 60 | |
| 0c3d4888 SS |
61 | /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. |
| 62 | */ | |
| 63 | #define HAVE_DECL_STRSTR 1 | |
| b6fca148 | 64 | |
| 0c3d4888 SS |
65 | /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you |
| 66 | don't. */ | |
| 67 | #define HAVE_DECL_VSNPRINTF 1 | |
| b6fca148 | 68 | |
| 0c3d4888 SS |
69 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
| 70 | */ | |
| 71 | #define HAVE_DIRENT_H 1 | |
| b6fca148 | 72 | |
| 0c3d4888 SS |
73 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 74 | #define HAVE_DLFCN_H 1 | |
| 75 | ||
| 76 | /* Define to 1 if you have the `fcntl' function. */ | |
| b6fca148 JS |
77 | #define HAVE_FCNTL 1 |
| 78 | ||
| 0c3d4888 SS |
79 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| 80 | #define HAVE_FCNTL_H 1 | |
| 81 | ||
| 82 | /* Define to 1 if you have the `fdopen' function. */ | |
| b6fca148 JS |
83 | #define HAVE_FDOPEN 1 |
| 84 | ||
| f17ea84b SS |
85 | /* Define to 1 if you have the `fileno' function. */ |
| 86 | #define HAVE_FILENO 1 | |
| 87 | ||
| 0c3d4888 SS |
88 | /* Define to 1 if you have the `fopen64' function. */ |
| 89 | /* #undef HAVE_FOPEN64 */ | |
| 90 | ||
| 91 | /* Define to 1 if you have the `fseeko' function. */ | |
| b6fca148 JS |
92 | #define HAVE_FSEEKO 1 |
| 93 | ||
| 0c3d4888 | 94 | /* Define to 1 if you have the `fseeko64' function. */ |
| b6fca148 JS |
95 | /* #undef HAVE_FSEEKO64 */ |
| 96 | ||
| 0c3d4888 | 97 | /* Define to 1 if you have the `ftello' function. */ |
| b6fca148 JS |
98 | #define HAVE_FTELLO 1 |
| 99 | ||
| 0c3d4888 | 100 | /* Define to 1 if you have the `ftello64' function. */ |
| b6fca148 JS |
101 | /* #undef HAVE_FTELLO64 */ |
| 102 | ||
| 0c3d4888 | 103 | /* Define to 1 if you have the `getgid' function. */ |
| b6fca148 JS |
104 | #define HAVE_GETGID 1 |
| 105 | ||
| 0c3d4888 | 106 | /* Define to 1 if you have the `getpagesize' function. */ |
| b6fca148 JS |
107 | #define HAVE_GETPAGESIZE 1 |
| 108 | ||
| 0c3d4888 | 109 | /* Define to 1 if you have the `getuid' function. */ |
| b6fca148 JS |
110 | #define HAVE_GETUID 1 |
| 111 | ||
| 0c3d4888 SS |
112 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 113 | #define HAVE_INTTYPES_H 1 | |
| b6fca148 | 114 | |
| 0c3d4888 SS |
115 | /* Define if <sys/procfs.h> has lwpstatus_t. */ |
| 116 | /* #undef HAVE_LWPSTATUS_T */ | |
| b6fca148 | 117 | |
| 0c3d4888 SS |
118 | /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */ |
| 119 | /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */ | |
| b6fca148 | 120 | |
| 0c3d3a6f JM |
121 | /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */ |
| 122 | /* #undef HAVE_LWPSTATUS_T_PR_FPREG */ | |
| 123 | ||
| 0c3d4888 SS |
124 | /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */ |
| 125 | /* #undef HAVE_LWPSTATUS_T_PR_REG */ | |
| b6fca148 | 126 | |
| 0c3d4888 SS |
127 | /* Define if <sys/procfs.h> has lwpxstatus_t. */ |
| 128 | /* #undef HAVE_LWPXSTATUS_T */ | |
| b6fca148 | 129 | |
| 0c3d4888 SS |
130 | /* Define to 1 if you have the `madvise' function. */ |
| 131 | #define HAVE_MADVISE 1 | |
| b6fca148 | 132 | |
| 0c3d4888 SS |
133 | /* Define to 1 if you have the <memory.h> header file. */ |
| 134 | #define HAVE_MEMORY_H 1 | |
| b6fca148 | 135 | |
| 0c3d4888 SS |
136 | /* Define to 1 if you have a working `mmap' system call. */ |
| 137 | #define HAVE_MMAP 1 | |
| b6fca148 | 138 | |
| 0c3d4888 SS |
139 | /* Define to 1 if you have the `mprotect' function. */ |
| 140 | #define HAVE_MPROTECT 1 | |
| b6fca148 | 141 | |
| 0c3d4888 SS |
142 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
| 143 | /* #undef HAVE_NDIR_H */ | |
| b6fca148 | 144 | |
| 0c3d4888 SS |
145 | /* Define if <sys/procfs.h> has prpsinfo32_t. */ |
| 146 | /* #undef HAVE_PRPSINFO32_T */ | |
| b6fca148 | 147 | |
| 0c3d4888 SS |
148 | /* Define if <sys/procfs.h> has prpsinfo_t. */ |
| 149 | #define HAVE_PRPSINFO_T 1 | |
| b6fca148 | 150 | |
| 0c3d4888 SS |
151 | /* Define if <sys/procfs.h> has prstatus32_t. */ |
| 152 | /* #undef HAVE_PRSTATUS32_T */ | |
| b6fca148 | 153 | |
| 0c3d4888 SS |
154 | /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */ |
| 155 | /* #undef HAVE_PRSTATUS32_T_PR_WHO */ | |
| b6fca148 | 156 | |
| 0c3d4888 SS |
157 | /* Define if <sys/procfs.h> has prstatus_t. */ |
| 158 | #define HAVE_PRSTATUS_T 1 | |
| b6fca148 | 159 | |
| 0c3d4888 SS |
160 | /* Define if <sys/procfs.h> has prstatus_t.pr_who. */ |
| 161 | /* #undef HAVE_PRSTATUS_T_PR_WHO */ | |
| b6fca148 | 162 | |
| 0c3d4888 SS |
163 | /* Define if <sys/procfs.h> has psinfo32_t. */ |
| 164 | /* #undef HAVE_PSINFO32_T */ | |
| b6fca148 | 165 | |
| 0c3d4888 SS |
166 | /* Define if <sys/procfs.h> has psinfo_t. */ |
| 167 | /* #undef HAVE_PSINFO_T */ | |
| b6fca148 | 168 | |
| 0c3d4888 SS |
169 | /* Define if <sys/procfs.h> has pstatus32_t. */ |
| 170 | /* #undef HAVE_PSTATUS32_T */ | |
| b6fca148 | 171 | |
| 0c3d4888 SS |
172 | /* Define if <sys/procfs.h> has pstatus_t. */ |
| 173 | /* #undef HAVE_PSTATUS_T */ | |
| b6fca148 | 174 | |
| 0c3d4888 SS |
175 | /* Define if <sys/procfs.h> has pxstatus_t. */ |
| 176 | /* #undef HAVE_PXSTATUS_T */ | |
| 177 | ||
| 178 | /* Define to 1 if you have the `setitimer' function. */ | |
| 179 | #define HAVE_SETITIMER 1 | |
| 180 | ||
| 181 | /* Define to 1 if you have the <stddef.h> header file. */ | |
| b6fca148 JS |
182 | #define HAVE_STDDEF_H 1 |
| 183 | ||
| 0c3d4888 SS |
184 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 185 | #define HAVE_STDINT_H 1 | |
| 186 | ||
| 187 | /* Define to 1 if you have the <stdlib.h> header file. */ | |
| b6fca148 JS |
188 | #define HAVE_STDLIB_H 1 |
| 189 | ||
| 0c3d4888 SS |
190 | /* Define to 1 if you have the <strings.h> header file. */ |
| 191 | #define HAVE_STRINGS_H 1 | |
| 192 | ||
| 193 | /* Define to 1 if you have the <string.h> header file. */ | |
| b6fca148 JS |
194 | #define HAVE_STRING_H 1 |
| 195 | ||
| 0c3d4888 SS |
196 | /* Define to 1 if you have the `strtoull' function. */ |
| 197 | #define HAVE_STRTOULL 1 | |
| 198 | ||
| 199 | /* Define if struct core_dumpx has member c_impl */ | |
| 200 | /* #undef HAVE_ST_C_IMPL */ | |
| b6fca148 | 201 | |
| 0c3d4888 SS |
202 | /* Define to 1 if you have the `sysconf' function. */ |
| 203 | #define HAVE_SYSCONF 1 | |
| 204 | ||
| 205 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. | |
| 206 | */ | |
| b6fca148 JS |
207 | /* #undef HAVE_SYS_DIR_H */ |
| 208 | ||
| 0c3d4888 | 209 | /* Define to 1 if you have the <sys/file.h> header file. */ |
| b6fca148 JS |
210 | #define HAVE_SYS_FILE_H 1 |
| 211 | ||
| 0c3d4888 SS |
212 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
| 213 | */ | |
| b6fca148 JS |
214 | /* #undef HAVE_SYS_NDIR_H */ |
| 215 | ||
| 0c3d4888 | 216 | /* Define to 1 if you have the <sys/procfs.h> header file. */ |
| b6fca148 JS |
217 | #define HAVE_SYS_PROCFS_H 1 |
| 218 | ||
| 0c3d4888 SS |
219 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 220 | #define HAVE_SYS_STAT_H 1 | |
| b6fca148 | 221 | |
| 0c3d4888 | 222 | /* Define to 1 if you have the <sys/time.h> header file. */ |
| b6fca148 JS |
223 | #define HAVE_SYS_TIME_H 1 |
| 224 | ||
| 0c3d4888 SS |
225 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 226 | #define HAVE_SYS_TYPES_H 1 | |
| b6fca148 | 227 | |
| 0c3d4888 | 228 | /* Define to 1 if you have the <time.h> header file. */ |
| b6fca148 JS |
229 | #define HAVE_TIME_H 1 |
| 230 | ||
| 0c3d4888 | 231 | /* Define to 1 if you have the <unistd.h> header file. */ |
| b6fca148 JS |
232 | #define HAVE_UNISTD_H 1 |
| 233 | ||
| 0c3d4888 SS |
234 | /* Define if <sys/procfs.h> has win32_pstatus_t. */ |
| 235 | /* #undef HAVE_WIN32_PSTATUS_T */ | |
| 236 | ||
| f17ea84b SS |
237 | /* Define to 1 if you have the <zlib.h> header file. */ |
| 238 | #define HAVE_ZLIB_H 1 | |
| 239 | ||
| 0c3d4888 SS |
240 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
| 241 | */ | |
| 242 | #define LT_OBJDIR ".libs/" | |
| b6fca148 JS |
243 | |
| 244 | /* Name of package */ | |
| 245 | #define PACKAGE "bfd" | |
| 246 | ||
| 0c3d4888 SS |
247 | /* Define to the address where bug reports for this package should be sent. */ |
| 248 | #define PACKAGE_BUGREPORT "" | |
| b6fca148 | 249 | |
| 0c3d4888 SS |
250 | /* Define to the full name of this package. */ |
| 251 | #define PACKAGE_NAME "" | |
| b6fca148 | 252 | |
| 0c3d4888 SS |
253 | /* Define to the full name and version of this package. */ |
| 254 | #define PACKAGE_STRING "" | |
| b6fca148 | 255 | |
| 0c3d4888 SS |
256 | /* Define to the one symbol short name of this package. */ |
| 257 | #define PACKAGE_TARNAME "" | |
| b6fca148 | 258 | |
| f17ea84b SS |
259 | /* Define to the home page for this package. */ |
| 260 | #define PACKAGE_URL "" | |
| 261 | ||
| 0c3d4888 SS |
262 | /* Define to the version of this package. */ |
| 263 | #define PACKAGE_VERSION "" | |
| b6fca148 | 264 | |
| f17ea84b | 265 | /* The size of `char', as computed by sizeof. */ |
| 0c3d4888 | 266 | /* #undef SIZEOF_CHAR */ |
| b6fca148 | 267 | |
| f17ea84b | 268 | /* The size of `int', as computed by sizeof. */ |
| 0c3d4888 | 269 | /* #undef SIZEOF_INT */ |
| b6fca148 | 270 | |
| f17ea84b SS |
271 | /* The size of `long', as computed by sizeof. */ |
| 272 | #if defined(__i386__) | |
| 0c3d4888 | 273 | #define SIZEOF_LONG 4 |
| b2b3ffcd | 274 | #elif defined(__x86_64__) |
| f17ea84b SS |
275 | #define SIZEOF_LONG 8 |
| 276 | #else | |
| 277 | #error Unsupported platform | |
| 278 | #endif | |
| b6fca148 | 279 | |
| f17ea84b | 280 | /* The size of `long long', as computed by sizeof. */ |
| 0c3d4888 | 281 | #define SIZEOF_LONG_LONG 8 |
| b6fca148 | 282 | |
| f17ea84b | 283 | /* The size of `off_t', as computed by sizeof. */ |
| 0c3d4888 | 284 | #define SIZEOF_OFF_T 8 |
| b6fca148 | 285 | |
| f17ea84b | 286 | /* The size of `short', as computed by sizeof. */ |
| 0c3d4888 | 287 | /* #undef SIZEOF_SHORT */ |
| b6fca148 | 288 | |
| f17ea84b SS |
289 | /* The size of `void *', as computed by sizeof. */ |
| 290 | #if defined(__i386__) | |
| 291 | #define SIZEOF_VOID_P 4 | |
| b2b3ffcd | 292 | #elif defined(__x86_64__) |
| f17ea84b SS |
293 | #define SIZEOF_VOID_P 8 |
| 294 | #else | |
| 295 | #error Unsupported platform | |
| 296 | #endif | |
| b6fca148 | 297 | |
| 0c3d4888 SS |
298 | /* Define to 1 if you have the ANSI C header files. */ |
| 299 | #define STDC_HEADERS 1 | |
| b6fca148 | 300 | |
| 0c3d4888 SS |
301 | /* Define if you can safely include both <string.h> and <strings.h>. */ |
| 302 | #define STRING_WITH_STRINGS 1 | |
| b6fca148 | 303 | |
| 0c3d4888 SS |
304 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| 305 | #define TIME_WITH_SYS_TIME 1 | |
| b6fca148 JS |
306 | |
| 307 | /* Name of host specific header file to include in trad-core.c. */ | |
| 0c3d3a6f | 308 | /* #undef TRAD_HEADER */ |
| b6fca148 | 309 | |
| 0c3d4888 SS |
310 | /* Use b modifier when opening binary files? */ |
| 311 | /* #undef USE_BINARY_FOPEN */ | |
| b6fca148 | 312 | |
| 0c3d3a6f JM |
313 | /* Define if we should use leading underscore on 64 bit mingw targets */ |
| 314 | /* #undef USE_MINGW64_LEADING_UNDERSCORES */ | |
| 315 | ||
| b6fca148 JS |
316 | /* Use mmap if it's available? */ |
| 317 | /* #undef USE_MMAP */ | |
| 318 | ||
| 0c3d4888 SS |
319 | /* Define if we should default to creating read-only plt entries */ |
| 320 | /* #undef USE_SECUREPLT */ | |
| 321 | ||
| f17ea84b SS |
322 | /* Define if we may generate symbols with ELF's STT_COMMON type */ |
| 323 | /* #undef USE_STT_COMMON */ | |
| 0c3d4888 | 324 | |
| f17ea84b SS |
325 | /* Enable extensions on AIX 3, Interix. */ |
| 326 | #ifndef _ALL_SOURCE | |
| 327 | # define _ALL_SOURCE 1 | |
| 328 | #endif | |
| 0c3d4888 SS |
329 | /* Enable GNU extensions on systems that have them. */ |
| 330 | #ifndef _GNU_SOURCE | |
| 331 | # define _GNU_SOURCE 1 | |
| 332 | #endif | |
| f17ea84b SS |
333 | /* Enable threading extensions on Solaris. */ |
| 334 | #ifndef _POSIX_PTHREAD_SEMANTICS | |
| 335 | # define _POSIX_PTHREAD_SEMANTICS 1 | |
| 336 | #endif | |
| 337 | /* Enable extensions on HP NonStop. */ | |
| 338 | #ifndef _TANDEM_SOURCE | |
| 339 | # define _TANDEM_SOURCE 1 | |
| 340 | #endif | |
| 341 | /* Enable general extensions on Solaris. */ | |
| 342 | #ifndef __EXTENSIONS__ | |
| 343 | # define __EXTENSIONS__ 1 | |
| 344 | #endif | |
| 345 | ||
| 346 | ||
| 347 | /* Version number of package */ | |
| 0c3d3a6f | 348 | #define VERSION "2.21.51" |
| f17ea84b SS |
349 | |
| 350 | /* Number of bits in a file offset, on hosts where this is settable. */ | |
| 351 | /* #undef _FILE_OFFSET_BITS */ | |
| 352 | ||
| 353 | /* Define for large files, on AIX-style hosts. */ | |
| 354 | /* #undef _LARGE_FILES */ | |
| 355 | ||
| 356 | /* Define to 1 if on MINIX. */ | |
| 357 | /* #undef _MINIX */ | |
| 358 | ||
| 359 | /* Define to 2 if the system does not provide POSIX.1 features except with | |
| 360 | this defined. */ | |
| 361 | /* #undef _POSIX_1_SOURCE */ | |
| 362 | ||
| 363 | /* Define to 1 if you need to in order for `stat' and other things to work. */ | |
| 364 | /* #undef _POSIX_SOURCE */ |