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