1/* config.in.  Generated from configure.ac by autoheader.  */
2
3/* Check that config.h is #included before system headers
4    (this works only for glibc, but that should be enough).  */
5#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
6#  error config.h must be #included before system headers
7#endif
8#define __CONFIG_H__ 1
9
10/* Name of host specific core header file to include in elf.c. */
11#undef CORE_HEADER
12
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
17/* Define if you want run-time sanity checks. */
18#undef ENABLE_CHECKING
19
20/* Define to 1 if translation of program messages to the user's native
21   language is requested. */
22#undef ENABLE_NLS
23
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
28/* Define to 1 if you have the declaration of `basename', and to 0 if you
29   don't. */
30#undef HAVE_DECL_BASENAME
31
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 `fopen64', and to 0 if you
36   don't. */
37#undef HAVE_DECL_FOPEN64
38
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
55/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
56   */
57#undef HAVE_DECL_STPCPY
58
59/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
60   don't. */
61#undef HAVE_DECL_STRNLEN
62
63/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
64   don't. */
65#undef HAVE_DECL_VASPRINTF
66
67/* Define to 1 if you have the <dlfcn.h> header file. */
68#undef HAVE_DLFCN_H
69
70/* Define to 1 if you have the `fcntl' function. */
71#undef HAVE_FCNTL
72
73/* Define to 1 if you have the <fcntl.h> header file. */
74#undef HAVE_FCNTL_H
75
76/* Define to 1 if you have the `fdopen' function. */
77#undef HAVE_FDOPEN
78
79/* Define to 1 if you have the `fileno' function. */
80#undef HAVE_FILENO
81
82/* Define to 1 if you have the `fls' function. */
83#undef HAVE_FLS
84
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. */
89#undef HAVE_FSEEKO
90
91/* Define to 1 if you have the `fseeko64' function. */
92#undef HAVE_FSEEKO64
93
94/* Define to 1 if you have the `ftello' function. */
95#undef HAVE_FTELLO
96
97/* Define to 1 if you have the `ftello64' function. */
98#undef HAVE_FTELLO64
99
100/* Define to 1 if you have the `getgid' function. */
101#undef HAVE_GETGID
102
103/* Define to 1 if you have the `getpagesize' function. */
104#undef HAVE_GETPAGESIZE
105
106/* Define to 1 if you have the `getrlimit' function. */
107#undef HAVE_GETRLIMIT
108
109/* Define to 1 if you have the `getuid' function. */
110#undef HAVE_GETUID
111
112/* Define if your compiler supports hidden visibility. */
113#undef HAVE_HIDDEN
114
115/* Define to 1 if you have the <inttypes.h> header file. */
116#undef HAVE_INTTYPES_H
117
118/* Define if <sys/procfs.h> has lwpstatus_t. */
119#undef HAVE_LWPSTATUS_T
120
121/* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
122#undef HAVE_LWPSTATUS_T_PR_CONTEXT
123
124/* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
125#undef HAVE_LWPSTATUS_T_PR_FPREG
126
127/* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
128#undef HAVE_LWPSTATUS_T_PR_REG
129
130/* Define if <sys/procfs.h> has lwpxstatus_t. */
131#undef HAVE_LWPXSTATUS_T
132
133/* Define to 1 if you have the `madvise' function. */
134#undef HAVE_MADVISE
135
136/* Define to 1 if you have the <memory.h> header file. */
137#undef HAVE_MEMORY_H
138
139/* Define to 1 if you have a working `mmap' system call. */
140#undef HAVE_MMAP
141
142/* Define to 1 if you have the `mprotect' function. */
143#undef HAVE_MPROTECT
144
145/* Define if <sys/procfs.h> has prpsinfo32_t. */
146#undef HAVE_PRPSINFO32_T
147
148/* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
149#undef HAVE_PRPSINFO32_T_PR_PID
150
151/* Define if <sys/procfs.h> has prpsinfo_t. */
152#undef HAVE_PRPSINFO_T
153
154/* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
155#undef HAVE_PRPSINFO_T_PR_PID
156
157/* Define if <sys/procfs.h> has prstatus32_t. */
158#undef HAVE_PRSTATUS32_T
159
160/* Define if <sys/procfs.h> has prstatus32_t.pr_who. */
161#undef HAVE_PRSTATUS32_T_PR_WHO
162
163/* Define if <sys/procfs.h> has prstatus_t. */
164#undef HAVE_PRSTATUS_T
165
166/* Define if <sys/procfs.h> has prstatus_t.pr_who. */
167#undef HAVE_PRSTATUS_T_PR_WHO
168
169/* Define if <sys/procfs.h> has psinfo32_t. */
170#undef HAVE_PSINFO32_T
171
172/* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */
173#undef HAVE_PSINFO32_T_PR_PID
174
175/* Define if <sys/procfs.h> has psinfo_t. */
176#undef HAVE_PSINFO_T
177
178/* Define if <sys/procfs.h> has psinfo_t.pr_pid. */
179#undef HAVE_PSINFO_T_PR_PID
180
181/* Define if <sys/procfs.h> has pstatus32_t. */
182#undef HAVE_PSTATUS32_T
183
184/* Define if <sys/procfs.h> has pstatus_t. */
185#undef HAVE_PSTATUS_T
186
187/* Define if <sys/procfs.h> has pxstatus_t. */
188#undef HAVE_PXSTATUS_T
189
190/* Define to 1 if you have the <stdint.h> header file. */
191#undef HAVE_STDINT_H
192
193/* Define to 1 if you have the <stdlib.h> header file. */
194#undef HAVE_STDLIB_H
195
196/* Define to 1 if you have the <strings.h> header file. */
197#undef HAVE_STRINGS_H
198
199/* Define to 1 if you have the <string.h> header file. */
200#undef HAVE_STRING_H
201
202/* Define if struct core_dumpx has member c_impl */
203#undef HAVE_ST_C_IMPL
204
205/* Define to 1 if you have the `sysconf' function. */
206#undef HAVE_SYSCONF
207
208/* Define to 1 if you have the <sys/file.h> header file. */
209#undef HAVE_SYS_FILE_H
210
211/* Define to 1 if you have the <sys/param.h> header file. */
212#undef HAVE_SYS_PARAM_H
213
214/* Define to 1 if you have the <sys/procfs.h> header file. */
215#undef HAVE_SYS_PROCFS_H
216
217/* Define to 1 if you have the <sys/resource.h> header file. */
218#undef HAVE_SYS_RESOURCE_H
219
220/* Define to 1 if you have the <sys/stat.h> header file. */
221#undef HAVE_SYS_STAT_H
222
223/* Define to 1 if you have the <sys/types.h> header file. */
224#undef HAVE_SYS_TYPES_H
225
226/* Define to 1 if you have the <unistd.h> header file. */
227#undef HAVE_UNISTD_H
228
229/* Define if <sys/procfs.h> has win32_pstatus_t. */
230#undef HAVE_WIN32_PSTATUS_T
231
232/* Define to 1 if you have the <windows.h> header file. */
233#undef HAVE_WINDOWS_H
234
235/* Define to the sub-directory in which libtool stores uninstalled libraries.
236   */
237#undef LT_OBJDIR
238
239/* Name of package */
240#undef PACKAGE
241
242/* Define to the address where bug reports for this package should be sent. */
243#undef PACKAGE_BUGREPORT
244
245/* Define to the full name of this package. */
246#undef PACKAGE_NAME
247
248/* Define to the full name and version of this package. */
249#undef PACKAGE_STRING
250
251/* Define to the one symbol short name of this package. */
252#undef PACKAGE_TARNAME
253
254/* Define to the home page for this package. */
255#undef PACKAGE_URL
256
257/* Define to the version of this package. */
258#undef PACKAGE_VERSION
259
260/* The size of `int', as computed by sizeof. */
261#undef SIZEOF_INT
262
263/* The size of `long', as computed by sizeof. */
264#undef SIZEOF_LONG
265
266/* The size of `long long', as computed by sizeof. */
267#undef SIZEOF_LONG_LONG
268
269/* The size of `off_t', as computed by sizeof. */
270#undef SIZEOF_OFF_T
271
272/* The size of `void *', as computed by sizeof. */
273#undef SIZEOF_VOID_P
274
275/* Define to 1 if you have the ANSI C header files. */
276#undef STDC_HEADERS
277
278/* Name of host specific header file to include in trad-core.c. */
279#undef TRAD_HEADER
280
281/* Define if 64-bit archives should always be used. */
282#undef USE_64_BIT_ARCHIVE
283
284/* Use b modifier when opening binary files? */
285#undef USE_BINARY_FOPEN
286
287/* Define if we should use leading underscore on 64 bit mingw targets */
288#undef USE_MINGW64_LEADING_UNDERSCORES
289
290/* Use mmap if it's available? */
291#undef USE_MMAP
292
293/* Define if we should default to creating read-only plt entries */
294#undef USE_SECUREPLT
295
296/* Enable extensions on AIX 3, Interix.  */
297#ifndef _ALL_SOURCE
298# undef _ALL_SOURCE
299#endif
300/* Enable GNU extensions on systems that have them.  */
301#ifndef _GNU_SOURCE
302# undef _GNU_SOURCE
303#endif
304/* Enable threading extensions on Solaris.  */
305#ifndef _POSIX_PTHREAD_SEMANTICS
306# undef _POSIX_PTHREAD_SEMANTICS
307#endif
308/* Enable extensions on HP NonStop.  */
309#ifndef _TANDEM_SOURCE
310# undef _TANDEM_SOURCE
311#endif
312/* Enable general extensions on Solaris.  */
313#ifndef __EXTENSIONS__
314# undef __EXTENSIONS__
315#endif
316
317
318/* Version number of package */
319#undef VERSION
320
321/* Enable large inode numbers on Mac OS X 10.5.  */
322#ifndef _DARWIN_USE_64_BIT_INODE
323# define _DARWIN_USE_64_BIT_INODE 1
324#endif
325
326/* Number of bits in a file offset, on hosts where this is settable. */
327#undef _FILE_OFFSET_BITS
328
329/* Define for large files, on AIX-style hosts. */
330#undef _LARGE_FILES
331
332/* Define to 1 if on MINIX. */
333#undef _MINIX
334
335/* Define to 2 if the system does not provide POSIX.1 features except with
336   this defined. */
337#undef _POSIX_1_SOURCE
338
339/* Define to 1 if you need to in order for `stat' and other things to work. */
340#undef _POSIX_SOURCE
341
342/* Use structured /proc on Solaris. */
343#undef _STRUCTURED_PROC
344