Commit | Line | Data |
---|---|---|
35eafcc7 | 1 | /* config.in. Generated from configure.ac by autoheader. */ |
252b5132 | 2 | |
df7b86aa NC |
3 | /* Check that config.h is #included before system headers |
4 | (this works only for glibc, but that should be enough). */ | |
00716ab1 | 5 | #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) |
df7b86aa NC |
6 | # error config.h must be #included before system headers |
7 | #endif | |
8 | #define __CONFIG_H__ 1 | |
9 | ||
8bc7f138 L |
10 | /* Name of host specific core header file to include in elf.c. */ |
11 | #undef CORE_HEADER | |
12 | ||
f6aec96d L |
13 | /* Define to 1 if you want to enable -z separate-code in ELF linker by |
14 | default. */ | |
15 | #undef DEFAULT_LD_Z_SEPARATE_CODE | |
16 | ||
7ff1a5b5 AM |
17 | /* Define to 1 if translation of program messages to the user's native |
18 | language is requested. */ | |
5464f5a1 | 19 | #undef ENABLE_NLS |
252b5132 | 20 | |
8bc9c892 NC |
21 | /* Define to 1 if you have the <alloca.h> header file. */ |
22 | #undef HAVE_ALLOCA_H | |
23 | ||
d6f1bafa IB |
24 | /* Define to 1 if you have the declaration of `asprintf', and to 0 if you |
25 | don't. */ | |
26 | #undef HAVE_DECL_ASPRINTF | |
27 | ||
fddc4048 JG |
28 | /* Define to 1 if you have the declaration of `basename', and to 0 if you |
29 | don't. */ | |
2e9ebff5 JG |
30 | #undef HAVE_DECL_BASENAME |
31 | ||
d34a2b1d JG |
32 | /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ |
33 | #undef HAVE_DECL_FFS | |
34 | ||
35 | /* Define to 1 if you have the declaration of `free', and to 0 if you don't. | |
36 | */ | |
37 | #undef HAVE_DECL_FREE | |
38 | ||
ec7b76fe JG |
39 | /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. |
40 | */ | |
41 | #undef HAVE_DECL_FSEEKO | |
42 | ||
43 | /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you | |
44 | don't. */ | |
45 | #undef HAVE_DECL_FSEEKO64 | |
46 | ||
47 | /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't. | |
48 | */ | |
49 | #undef HAVE_DECL_FTELLO | |
50 | ||
51 | /* Define to 1 if you have the declaration of `ftello64', and to 0 if you | |
52 | don't. */ | |
53 | #undef HAVE_DECL_FTELLO64 | |
54 | ||
d34a2b1d JG |
55 | /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. |
56 | */ | |
57 | #undef HAVE_DECL_GETENV | |
58 | ||
59 | /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. | |
60 | */ | |
61 | #undef HAVE_DECL_MALLOC | |
62 | ||
63 | /* Define to 1 if you have the declaration of `realloc', and to 0 if you | |
64 | don't. */ | |
65 | #undef HAVE_DECL_REALLOC | |
66 | ||
36527912 AJ |
67 | /* Define to 1 if you have the declaration of `snprintf', and to 0 if you |
68 | don't. */ | |
69 | #undef HAVE_DECL_SNPRINTF | |
70 | ||
be5cacdb L |
71 | /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. |
72 | */ | |
73 | #undef HAVE_DECL_STPCPY | |
74 | ||
5a026fc9 NC |
75 | /* Define to 1 if you have the declaration of `strnlen', and to 0 if you |
76 | don't. */ | |
77 | #undef HAVE_DECL_STRNLEN | |
78 | ||
d34a2b1d JG |
79 | /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. |
80 | */ | |
81 | #undef HAVE_DECL_STRSTR | |
82 | ||
d6f1bafa IB |
83 | /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you |
84 | don't. */ | |
85 | #undef HAVE_DECL_VASPRINTF | |
86 | ||
36527912 AJ |
87 | /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you |
88 | don't. */ | |
89 | #undef HAVE_DECL_VSNPRINTF | |
90 | ||
5464f5a1 NN |
91 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
92 | */ | |
93 | #undef HAVE_DIRENT_H | |
94 | ||
ae351704 AM |
95 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
96 | #undef HAVE_DLFCN_H | |
97 | ||
5464f5a1 | 98 | /* Define to 1 if you have the `fcntl' function. */ |
252b5132 RH |
99 | #undef HAVE_FCNTL |
100 | ||
5464f5a1 NN |
101 | /* Define to 1 if you have the <fcntl.h> header file. */ |
102 | #undef HAVE_FCNTL_H | |
103 | ||
104 | /* Define to 1 if you have the `fdopen' function. */ | |
252b5132 RH |
105 | #undef HAVE_FDOPEN |
106 | ||
428b207a TT |
107 | /* Define to 1 if you have the `fileno' function. */ |
108 | #undef HAVE_FILENO | |
109 | ||
a767a1c4 SM |
110 | /* Define to 1 if you have the `fls' function. */ |
111 | #undef HAVE_FLS | |
112 | ||
2e6f4fae DJ |
113 | /* Define to 1 if you have the `fopen64' function. */ |
114 | #undef HAVE_FOPEN64 | |
115 | ||
5464f5a1 | 116 | /* Define to 1 if you have the `fseeko' function. */ |
c1ea0c09 AC |
117 | #undef HAVE_FSEEKO |
118 | ||
5464f5a1 | 119 | /* Define to 1 if you have the `fseeko64' function. */ |
c1ea0c09 AC |
120 | #undef HAVE_FSEEKO64 |
121 | ||
5464f5a1 | 122 | /* Define to 1 if you have the `ftello' function. */ |
c1ea0c09 AC |
123 | #undef HAVE_FTELLO |
124 | ||
5464f5a1 | 125 | /* Define to 1 if you have the `ftello64' function. */ |
c1ea0c09 AC |
126 | #undef HAVE_FTELLO64 |
127 | ||
5464f5a1 | 128 | /* Define to 1 if you have the `getgid' function. */ |
633fd09f ILT |
129 | #undef HAVE_GETGID |
130 | ||
5464f5a1 | 131 | /* Define to 1 if you have the `getpagesize' function. */ |
252b5132 RH |
132 | #undef HAVE_GETPAGESIZE |
133 | ||
9d782e8d MW |
134 | /* Define to 1 if you have the `getrlimit' function. */ |
135 | #undef HAVE_GETRLIMIT | |
136 | ||
5464f5a1 | 137 | /* Define to 1 if you have the `getuid' function. */ |
633fd09f ILT |
138 | #undef HAVE_GETUID |
139 | ||
8722de9c AM |
140 | /* Define if your compiler supports hidden visibility. */ |
141 | #undef HAVE_HIDDEN | |
142 | ||
5464f5a1 NN |
143 | /* Define to 1 if you have the <inttypes.h> header file. */ |
144 | #undef HAVE_INTTYPES_H | |
145 | ||
4b69ce9b AM |
146 | /* Define to 1 if you have the <limits.h> header file. */ |
147 | #undef HAVE_LIMITS_H | |
148 | ||
33c734b2 AM |
149 | /* Define to 1 if the system has the type `long double'. */ |
150 | #undef HAVE_LONG_DOUBLE | |
151 | ||
152 | /* Define to 1 if the system has the type `long long'. */ | |
153 | #undef HAVE_LONG_LONG | |
154 | ||
5464f5a1 NN |
155 | /* Define if <sys/procfs.h> has lwpstatus_t. */ |
156 | #undef HAVE_LWPSTATUS_T | |
157 | ||
158 | /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */ | |
159 | #undef HAVE_LWPSTATUS_T_PR_CONTEXT | |
160 | ||
16231b7b DG |
161 | /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */ |
162 | #undef HAVE_LWPSTATUS_T_PR_FPREG | |
163 | ||
5464f5a1 NN |
164 | /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */ |
165 | #undef HAVE_LWPSTATUS_T_PR_REG | |
166 | ||
167 | /* Define if <sys/procfs.h> has lwpxstatus_t. */ | |
168 | #undef HAVE_LWPXSTATUS_T | |
169 | ||
170 | /* Define to 1 if you have the `madvise' function. */ | |
252b5132 RH |
171 | #undef HAVE_MADVISE |
172 | ||
5464f5a1 NN |
173 | /* Define to 1 if you have the <memory.h> header file. */ |
174 | #undef HAVE_MEMORY_H | |
175 | ||
176 | /* Define to 1 if you have a working `mmap' system call. */ | |
177 | #undef HAVE_MMAP | |
178 | ||
179 | /* Define to 1 if you have the `mprotect' function. */ | |
252b5132 RH |
180 | #undef HAVE_MPROTECT |
181 | ||
5464f5a1 NN |
182 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
183 | #undef HAVE_NDIR_H | |
252b5132 | 184 | |
5464f5a1 NN |
185 | /* Define if <sys/procfs.h> has prpsinfo32_t. */ |
186 | #undef HAVE_PRPSINFO32_T | |
252b5132 | 187 | |
335e41d4 JK |
188 | /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */ |
189 | #undef HAVE_PRPSINFO32_T_PR_PID | |
190 | ||
5464f5a1 NN |
191 | /* Define if <sys/procfs.h> has prpsinfo_t. */ |
192 | #undef HAVE_PRPSINFO_T | |
252b5132 | 193 | |
335e41d4 JK |
194 | /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */ |
195 | #undef HAVE_PRPSINFO_T_PR_PID | |
196 | ||
5464f5a1 NN |
197 | /* Define if <sys/procfs.h> has prstatus32_t. */ |
198 | #undef HAVE_PRSTATUS32_T | |
252b5132 | 199 | |
5464f5a1 NN |
200 | /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */ |
201 | #undef HAVE_PRSTATUS32_T_PR_WHO | |
252b5132 | 202 | |
5464f5a1 NN |
203 | /* Define if <sys/procfs.h> has prstatus_t. */ |
204 | #undef HAVE_PRSTATUS_T | |
252b5132 | 205 | |
5464f5a1 NN |
206 | /* Define if <sys/procfs.h> has prstatus_t.pr_who. */ |
207 | #undef HAVE_PRSTATUS_T_PR_WHO | |
49c97a80 | 208 | |
5464f5a1 NN |
209 | /* Define if <sys/procfs.h> has psinfo32_t. */ |
210 | #undef HAVE_PSINFO32_T | |
252b5132 | 211 | |
335e41d4 JK |
212 | /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */ |
213 | #undef HAVE_PSINFO32_T_PR_PID | |
214 | ||
5464f5a1 NN |
215 | /* Define if <sys/procfs.h> has psinfo_t. */ |
216 | #undef HAVE_PSINFO_T | |
252b5132 | 217 | |
335e41d4 JK |
218 | /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */ |
219 | #undef HAVE_PSINFO_T_PR_PID | |
220 | ||
5464f5a1 NN |
221 | /* Define if <sys/procfs.h> has pstatus32_t. */ |
222 | #undef HAVE_PSTATUS32_T | |
252b5132 | 223 | |
5464f5a1 NN |
224 | /* Define if <sys/procfs.h> has pstatus_t. */ |
225 | #undef HAVE_PSTATUS_T | |
252b5132 | 226 | |
5464f5a1 NN |
227 | /* Define if <sys/procfs.h> has pxstatus_t. */ |
228 | #undef HAVE_PXSTATUS_T | |
252b5132 | 229 | |
5464f5a1 NN |
230 | /* Define to 1 if you have the `setitimer' function. */ |
231 | #undef HAVE_SETITIMER | |
252b5132 | 232 | |
5464f5a1 | 233 | /* Define to 1 if you have the <stddef.h> header file. */ |
252b5132 RH |
234 | #undef HAVE_STDDEF_H |
235 | ||
5464f5a1 NN |
236 | /* Define to 1 if you have the <stdint.h> header file. */ |
237 | #undef HAVE_STDINT_H | |
238 | ||
239 | /* Define to 1 if you have the <stdlib.h> header file. */ | |
252b5132 RH |
240 | #undef HAVE_STDLIB_H |
241 | ||
5464f5a1 | 242 | /* Define to 1 if you have the <strings.h> header file. */ |
252b5132 RH |
243 | #undef HAVE_STRINGS_H |
244 | ||
5464f5a1 NN |
245 | /* Define to 1 if you have the <string.h> header file. */ |
246 | #undef HAVE_STRING_H | |
247 | ||
248 | /* Define to 1 if you have the `strtoull' function. */ | |
249 | #undef HAVE_STRTOULL | |
250 | ||
251 | /* Define if struct core_dumpx has member c_impl */ | |
252 | #undef HAVE_ST_C_IMPL | |
253 | ||
254 | /* Define to 1 if you have the `sysconf' function. */ | |
255 | #undef HAVE_SYSCONF | |
256 | ||
257 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. | |
258 | */ | |
252b5132 RH |
259 | #undef HAVE_SYS_DIR_H |
260 | ||
5464f5a1 | 261 | /* Define to 1 if you have the <sys/file.h> header file. */ |
252b5132 RH |
262 | #undef HAVE_SYS_FILE_H |
263 | ||
5464f5a1 NN |
264 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
265 | */ | |
252b5132 RH |
266 | #undef HAVE_SYS_NDIR_H |
267 | ||
d0ac1c44 SM |
268 | /* Define to 1 if you have the <sys/param.h> header file. */ |
269 | #undef HAVE_SYS_PARAM_H | |
270 | ||
5464f5a1 | 271 | /* Define to 1 if you have the <sys/procfs.h> header file. */ |
252b5132 RH |
272 | #undef HAVE_SYS_PROCFS_H |
273 | ||
9d782e8d MW |
274 | /* Define to 1 if you have the <sys/resource.h> header file. */ |
275 | #undef HAVE_SYS_RESOURCE_H | |
276 | ||
5464f5a1 | 277 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
05864e2a AM |
278 | #undef HAVE_SYS_STAT_H |
279 | ||
5464f5a1 | 280 | /* Define to 1 if you have the <sys/time.h> header file. */ |
252b5132 RH |
281 | #undef HAVE_SYS_TIME_H |
282 | ||
5464f5a1 | 283 | /* Define to 1 if you have the <sys/types.h> header file. */ |
05864e2a AM |
284 | #undef HAVE_SYS_TYPES_H |
285 | ||
5464f5a1 | 286 | /* Define to 1 if you have the <time.h> header file. */ |
252b5132 RH |
287 | #undef HAVE_TIME_H |
288 | ||
5464f5a1 | 289 | /* Define to 1 if you have the <unistd.h> header file. */ |
252b5132 RH |
290 | #undef HAVE_UNISTD_H |
291 | ||
5879bb8f NC |
292 | /* Define to 1 if you have the <wchar.h> header file. */ |
293 | #undef HAVE_WCHAR_H | |
294 | ||
31593e1b NC |
295 | /* Define to 1 if you have the <wctype.h> header file. */ |
296 | #undef HAVE_WCTYPE_H | |
297 | ||
5464f5a1 NN |
298 | /* Define if <sys/procfs.h> has win32_pstatus_t. */ |
299 | #undef HAVE_WIN32_PSTATUS_T | |
252b5132 | 300 | |
17d5dae2 KT |
301 | /* Define to 1 if you have the <windows.h> header file. */ |
302 | #undef HAVE_WINDOWS_H | |
303 | ||
ae351704 AM |
304 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
305 | */ | |
306 | #undef LT_OBJDIR | |
307 | ||
5464f5a1 NN |
308 | /* Name of package */ |
309 | #undef PACKAGE | |
252b5132 | 310 | |
5464f5a1 NN |
311 | /* Define to the address where bug reports for this package should be sent. */ |
312 | #undef PACKAGE_BUGREPORT | |
8d88c4ca | 313 | |
5464f5a1 NN |
314 | /* Define to the full name of this package. */ |
315 | #undef PACKAGE_NAME | |
7ee38065 | 316 | |
5464f5a1 NN |
317 | /* Define to the full name and version of this package. */ |
318 | #undef PACKAGE_STRING | |
252b5132 | 319 | |
5464f5a1 NN |
320 | /* Define to the one symbol short name of this package. */ |
321 | #undef PACKAGE_TARNAME | |
7ee38065 | 322 | |
81ecdfbb RW |
323 | /* Define to the home page for this package. */ |
324 | #undef PACKAGE_URL | |
325 | ||
5464f5a1 NN |
326 | /* Define to the version of this package. */ |
327 | #undef PACKAGE_VERSION | |
252b5132 | 328 | |
81ecdfbb | 329 | /* The size of `int', as computed by sizeof. */ |
d5efd9fc AM |
330 | #undef SIZEOF_INT |
331 | ||
81ecdfbb | 332 | /* The size of `long', as computed by sizeof. */ |
5464f5a1 | 333 | #undef SIZEOF_LONG |
7ee38065 | 334 | |
81ecdfbb | 335 | /* The size of `long long', as computed by sizeof. */ |
5464f5a1 | 336 | #undef SIZEOF_LONG_LONG |
252b5132 | 337 | |
81ecdfbb | 338 | /* The size of `off_t', as computed by sizeof. */ |
5464f5a1 | 339 | #undef SIZEOF_OFF_T |
8d88c4ca | 340 | |
81ecdfbb | 341 | /* The size of `void *', as computed by sizeof. */ |
d5efd9fc AM |
342 | #undef SIZEOF_VOID_P |
343 | ||
5464f5a1 NN |
344 | /* Define to 1 if you have the ANSI C header files. */ |
345 | #undef STDC_HEADERS | |
252b5132 | 346 | |
2e0fbf77 JW |
347 | /* Define if you can safely include both <string.h> and <strings.h>. */ |
348 | #undef STRING_WITH_STRINGS | |
349 | ||
5464f5a1 NN |
350 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
351 | #undef TIME_WITH_SYS_TIME | |
16e9c715 | 352 | |
252b5132 RH |
353 | /* Name of host specific header file to include in trad-core.c. */ |
354 | #undef TRAD_HEADER | |
355 | ||
865422fa | 356 | /* Define if 64-bit archives should always be used. */ |
e6cc316a L |
357 | #undef USE_64_BIT_ARCHIVE |
358 | ||
5464f5a1 NN |
359 | /* Use b modifier when opening binary files? */ |
360 | #undef USE_BINARY_FOPEN | |
c1ea0c09 | 361 | |
ef72a554 KT |
362 | /* Define if we should use leading underscore on 64 bit mingw targets */ |
363 | #undef USE_MINGW64_LEADING_UNDERSCORES | |
364 | ||
252b5132 RH |
365 | /* Use mmap if it's available? */ |
366 | #undef USE_MMAP | |
367 | ||
6ec7057a RH |
368 | /* Define if we should default to creating read-only plt entries */ |
369 | #undef USE_SECUREPLT | |
370 | ||
7357c5b6 AM |
371 | /* Enable extensions on AIX 3, Interix. */ |
372 | #ifndef _ALL_SOURCE | |
373 | # undef _ALL_SOURCE | |
374 | #endif | |
375 | /* Enable GNU extensions on systems that have them. */ | |
376 | #ifndef _GNU_SOURCE | |
377 | # undef _GNU_SOURCE | |
378 | #endif | |
379 | /* Enable threading extensions on Solaris. */ | |
380 | #ifndef _POSIX_PTHREAD_SEMANTICS | |
381 | # undef _POSIX_PTHREAD_SEMANTICS | |
382 | #endif | |
383 | /* Enable extensions on HP NonStop. */ | |
384 | #ifndef _TANDEM_SOURCE | |
385 | # undef _TANDEM_SOURCE | |
386 | #endif | |
387 | /* Enable general extensions on Solaris. */ | |
388 | #ifndef __EXTENSIONS__ | |
389 | # undef __EXTENSIONS__ | |
390 | #endif | |
391 | ||
81ecdfbb RW |
392 | |
393 | /* Version number of package */ | |
394 | #undef VERSION | |
395 | ||
d0ac1c44 SM |
396 | /* Enable large inode numbers on Mac OS X 10.5. */ |
397 | #ifndef _DARWIN_USE_64_BIT_INODE | |
398 | # define _DARWIN_USE_64_BIT_INODE 1 | |
399 | #endif | |
400 | ||
81ecdfbb RW |
401 | /* Number of bits in a file offset, on hosts where this is settable. */ |
402 | #undef _FILE_OFFSET_BITS | |
403 | ||
404 | /* Define for large files, on AIX-style hosts. */ | |
405 | #undef _LARGE_FILES | |
406 | ||
407 | /* Define to 1 if on MINIX. */ | |
408 | #undef _MINIX | |
409 | ||
410 | /* Define to 2 if the system does not provide POSIX.1 features except with | |
411 | this defined. */ | |
412 | #undef _POSIX_1_SOURCE | |
413 | ||
414 | /* Define to 1 if you need to in order for `stat' and other things to work. */ | |
415 | #undef _POSIX_SOURCE | |
c8693053 RO |
416 | |
417 | /* Use structured /proc on Solaris. */ | |
418 | #undef _STRUCTURED_PROC |