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