]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdbsupport/config.in
Add note about adding ChangeLog.git to src-release.sh
[thirdparty/binutils-gdb.git] / gdbsupport / config.in
CommitLineData
01027315
TT
1/* config.in. Generated from configure.ac by autoheader. */
2
3/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4 systems. This function is required for `alloca.c' support on those systems.
5 */
6#undef CRAY_STACKSEG_END
7
8/* Define to 1 if std::thread works. */
9#undef CXX_STD_THREAD
10
11/* Define to 1 if using `alloca.c'. */
12#undef C_ALLOCA
13
171fba11
PA
14/* Define if development-mode features are enabled. */
15#undef DEVELOPMENT
16
01027315
TT
17/* Define to 1 if translation of program messages to the user's native
18 language is requested. */
19#undef ENABLE_NLS
20
21/* Define if self-testing features should be enabled */
22#undef GDB_SELF_TEST
23
24/* Define to 1 if you have `alloca', as a function or macro. */
25#undef HAVE_ALLOCA
26
27/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
28 */
29#undef HAVE_ALLOCA_H
30
31/* define if the compiler supports basic C++11 syntax */
32#undef HAVE_CXX11
33
0b03c6f0
TT
34/* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
35 you don't. */
36#undef HAVE_DECL_ADDR_NO_RANDOMIZE
37
01027315
TT
38/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
39 don't. */
40#undef HAVE_DECL_ASPRINTF
41
42/* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
43 you don't. */
44#undef HAVE_DECL_BASENAME
45
46/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
47#undef HAVE_DECL_FFS
48
49/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
50 don't. */
51#undef HAVE_DECL_SNPRINTF
52
53/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
54 */
55#undef HAVE_DECL_STRSTR
56
57/* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
58 */
59#undef HAVE_DECL_STRTOL
60
61/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
62 don't. */
63#undef HAVE_DECL_STRTOLL
64
65/* Define to 1 if you have the declaration of `strtoul', and to 0 if you
66 don't. */
67#undef HAVE_DECL_STRTOUL
68
69/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
70 don't. */
71#undef HAVE_DECL_STRTOULL
72
73/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
74 don't. */
75#undef HAVE_DECL_STRVERSCMP
76
77/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
78 don't. */
79#undef HAVE_DECL_VASPRINTF
80
81/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
82 don't. */
83#undef HAVE_DECL_VSNPRINTF
84
85/* Define to 1 if you have the <dlfcn.h> header file. */
86#undef HAVE_DLFCN_H
87
05ea2a05
TT
88/* Define if <sys/procfs.h> has elf_fpregset_t. */
89#undef HAVE_ELF_FPREGSET_T
90
01027315
TT
91/* Define to 1 if you have the `fdwalk' function. */
92#undef HAVE_FDWALK
93
05ea2a05
TT
94/* Define to 1 if you have the `fork' function. */
95#undef HAVE_FORK
96
97/* Define if <sys/procfs.h> has fpregset_t. */
98#undef HAVE_FPREGSET_T
99
100/* Define to 1 if you have the `getauxval' function. */
101#undef HAVE_GETAUXVAL
102
103/* Define to 1 if you have the `getpagesize' function. */
104#undef HAVE_GETPAGESIZE
105
01027315
TT
106/* Define to 1 if you have the `getrlimit' function. */
107#undef HAVE_GETRLIMIT
108
05ea2a05
TT
109/* Define to 1 if you have the `getrusage' function. */
110#undef HAVE_GETRUSAGE
111
112/* Define if <sys/procfs.h> has gregset_t. */
113#undef HAVE_GREGSET_T
114
01027315
TT
115/* Define to 1 if you have the <inttypes.h> header file. */
116#undef HAVE_INTTYPES_H
117
e911c666 118/* Define to 1 if you have the `kinfo_getfile' function. */
05ea2a05
TT
119#undef HAVE_KINFO_GETFILE
120
01027315
TT
121/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
122#undef HAVE_LANGINFO_CODESET
123
05ea2a05
TT
124/* Define if you have the ipt library. */
125#undef HAVE_LIBIPT
126
8b35ed1f
SM
127/* Define if you have the xxhash library. */
128#undef HAVE_LIBXXHASH
129
05ea2a05
TT
130/* Define to 1 if you have the <linux/elf.h> header file. */
131#undef HAVE_LINUX_ELF_H
132
01027315
TT
133/* Define to 1 if you have the <linux/perf_event.h> header file. */
134#undef HAVE_LINUX_PERF_EVENT_H
135
136/* Define to 1 if you have the <locale.h> header file. */
137#undef HAVE_LOCALE_H
138
139/* Define to 1 if the system has the type `long long'. */
140#undef HAVE_LONG_LONG
141
05ea2a05
TT
142/* Define if <sys/procfs.h> has lwpid_t. */
143#undef HAVE_LWPID_T
144
01027315
TT
145/* Define to 1 if you have the <memory.h> header file. */
146#undef HAVE_MEMORY_H
147
05ea2a05
TT
148/* Define to 1 if you have a working `mmap' system call. */
149#undef HAVE_MMAP
150
01027315
TT
151/* Define to 1 if you have the `pipe' function. */
152#undef HAVE_PIPE
153
154/* Define to 1 if you have the `pipe2' function. */
155#undef HAVE_PIPE2
156
8ae8e197
TT
157/* Define to 1 if you have the `poll' function. */
158#undef HAVE_POLL
159
160/* Define to 1 if you have the <poll.h> header file. */
161#undef HAVE_POLL_H
162
05ea2a05
TT
163/* Define if <sys/procfs.h> has prfpregset_t. */
164#undef HAVE_PRFPREGSET_T
165
166/* Define if <sys/procfs.h> has prgregset32_t. */
167#undef HAVE_PRGREGSET32_T
168
169/* Define if <sys/procfs.h> has prgregset_t. */
170#undef HAVE_PRGREGSET_T
171
172/* Define to 1 if you have the <proc_service.h> header file. */
173#undef HAVE_PROC_SERVICE_H
174
175/* Define if <sys/procfs.h> has psaddr_t. */
176#undef HAVE_PSADDR_T
177
01027315
TT
178/* Have PTHREAD_PRIO_INHERIT. */
179#undef HAVE_PTHREAD_PRIO_INHERIT
180
181/* Define to 1 if you have the `pthread_setname_np' function. */
182#undef HAVE_PTHREAD_SETNAME_NP
183
184/* Define to 1 if you have the `pthread_sigmask' function. */
185#undef HAVE_PTHREAD_SIGMASK
186
05ea2a05
TT
187/* Define to 1 if you have the `ptrace64' function. */
188#undef HAVE_PTRACE64
189
190/* Define to 1 if you have the <ptrace.h> header file. */
191#undef HAVE_PTRACE_H
192
193/* Define to 1 if you have the `pt_insn_event' function. */
194#undef HAVE_PT_INSN_EVENT
195
196/* Define to 1 if you have the `sbrk' function. */
197#undef HAVE_SBRK
198
199/* Define to 1 if you have the `setns' function. */
200#undef HAVE_SETNS
201
202/* Define to 1 if you have the `setpgid' function. */
203#undef HAVE_SETPGID
204
205/* Define to 1 if you have the `setpgrp' function. */
206#undef HAVE_SETPGRP
207
01027315
TT
208/* Define to 1 if you have the `sigaction' function. */
209#undef HAVE_SIGACTION
210
05ea2a05
TT
211/* Define to 1 if you have the `sigaltstack' function. */
212#undef HAVE_SIGALTSTACK
213
01027315
TT
214/* Define to 1 if you have the <signal.h> header file. */
215#undef HAVE_SIGNAL_H
216
217/* Define to 1 if you have the `sigprocmask' function. */
218#undef HAVE_SIGPROCMASK
219
220/* Define if sigsetjmp is available. */
221#undef HAVE_SIGSETJMP
222
f4931779
SM
223/* Define to 1 if you have the `sigtimedwait' function. */
224#undef HAVE_SIGTIMEDWAIT
225
01027315
TT
226/* Define to 1 if you have the `socketpair' function. */
227#undef HAVE_SOCKETPAIR
228
229/* Define to 1 if you have the <stdint.h> header file. */
230#undef HAVE_STDINT_H
231
232/* Define to 1 if you have the <stdlib.h> header file. */
233#undef HAVE_STDLIB_H
234
235/* Define to 1 if you have the <strings.h> header file. */
236#undef HAVE_STRINGS_H
237
238/* Define to 1 if you have the <string.h> header file. */
239#undef HAVE_STRING_H
240
05ea2a05
TT
241/* Define to 1 if `enabled' is a member of `struct pt_insn'. */
242#undef HAVE_STRUCT_PT_INSN_ENABLED
243
244/* Define to 1 if `resynced' is a member of `struct pt_insn'. */
245#undef HAVE_STRUCT_PT_INSN_RESYNCED
246
247/* Define to 1 if `st_blksize' is a member of `struct stat'. */
248#undef HAVE_STRUCT_STAT_ST_BLKSIZE
249
250/* Define to 1 if `st_blocks' is a member of `struct stat'. */
251#undef HAVE_STRUCT_STAT_ST_BLOCKS
252
253/* Define to 1 if you have the <sys/param.h> header file. */
254#undef HAVE_SYS_PARAM_H
255
8ae8e197
TT
256/* Define to 1 if you have the <sys/poll.h> header file. */
257#undef HAVE_SYS_POLL_H
258
05ea2a05
TT
259/* Define to 1 if you have the <sys/procfs.h> header file. */
260#undef HAVE_SYS_PROCFS_H
261
262/* Define to 1 if you have the <sys/ptrace.h> header file. */
263#undef HAVE_SYS_PTRACE_H
264
01027315
TT
265/* Define to 1 if you have the <sys/resource.h> header file. */
266#undef HAVE_SYS_RESOURCE_H
267
8ae8e197
TT
268/* Define to 1 if you have the <sys/select.h> header file. */
269#undef HAVE_SYS_SELECT_H
270
01027315
TT
271/* Define to 1 if you have the <sys/socket.h> header file. */
272#undef HAVE_SYS_SOCKET_H
273
274/* Define to 1 if you have the <sys/stat.h> header file. */
275#undef HAVE_SYS_STAT_H
276
277/* Define to 1 if you have the <sys/types.h> header file. */
278#undef HAVE_SYS_TYPES_H
279
280/* Define to 1 if you have the <sys/un.h> header file. */
281#undef HAVE_SYS_UN_H
282
283/* Define to 1 if you have the <sys/wait.h> header file. */
284#undef HAVE_SYS_WAIT_H
285
286/* Define to 1 if you have the <termios.h> header file. */
287#undef HAVE_TERMIOS_H
288
289/* Define to 1 if you have the <thread_db.h> header file. */
290#undef HAVE_THREAD_DB_H
291
292/* Define to 1 if you have the <unistd.h> header file. */
293#undef HAVE_UNISTD_H
294
05ea2a05
TT
295/* Define to 1 if you have the `vfork' function. */
296#undef HAVE_VFORK
297
298/* Define to 1 if you have the <vfork.h> header file. */
299#undef HAVE_VFORK_H
300
01027315
TT
301/* Define to 1 if you have the <wait.h> header file. */
302#undef HAVE_WAIT_H
303
304/* Define to 1 if you have the <windows.h> header file. */
305#undef HAVE_WINDOWS_H
306
05ea2a05
TT
307/* Define to 1 if `fork' works. */
308#undef HAVE_WORKING_FORK
309
310/* Define to 1 if `vfork' works. */
311#undef HAVE_WORKING_VFORK
312
01027315
TT
313/* Name of package */
314#undef PACKAGE
315
316/* Define to the address where bug reports for this package should be sent. */
317#undef PACKAGE_BUGREPORT
318
319/* Define to the full name of this package. */
320#undef PACKAGE_NAME
321
322/* Define to the full name and version of this package. */
323#undef PACKAGE_STRING
324
325/* Define to the one symbol short name of this package. */
326#undef PACKAGE_TARNAME
327
328/* Define to the home page for this package. */
329#undef PACKAGE_URL
330
331/* Define to the version of this package. */
332#undef PACKAGE_VERSION
333
5dfe4bfc
TT
334/* Define to 1 if the "%ll" format works to print long longs. */
335#undef PRINTF_HAS_LONG_LONG
336
01027315
TT
337/* Define to necessary symbol if this constant uses a non-standard name on
338 your system. */
339#undef PTHREAD_CREATE_JOINABLE
340
05ea2a05
TT
341/* Define to the type of arg 1 for ptrace. */
342#undef PTRACE_TYPE_ARG1
343
344/* Define to the type of arg 3 for ptrace. */
345#undef PTRACE_TYPE_ARG3
346
347/* Define to the type of arg 4 for ptrace. */
348#undef PTRACE_TYPE_ARG4
349
350/* Define to the type of arg 5 for ptrace. */
351#undef PTRACE_TYPE_ARG5
352
353/* Define as the return type of ptrace. */
354#undef PTRACE_TYPE_RET
355
01027315
TT
356/* The size of `long long', as computed by sizeof. */
357#undef SIZEOF_LONG_LONG
358
359/* If using the C implementation of alloca, define if you know the
360 direction of stack growth for your system; otherwise it will be
361 automatically deduced at runtime.
362 STACK_DIRECTION > 0 => grows toward higher addresses
363 STACK_DIRECTION < 0 => grows toward lower addresses
364 STACK_DIRECTION = 0 => direction of growth unknown */
365#undef STACK_DIRECTION
366
367/* Define to 1 if you have the ANSI C header files. */
368#undef STDC_HEADERS
369
01027315
TT
370/* Enable extensions on AIX 3, Interix. */
371#ifndef _ALL_SOURCE
372# undef _ALL_SOURCE
373#endif
374/* Enable GNU extensions on systems that have them. */
375#ifndef _GNU_SOURCE
376# undef _GNU_SOURCE
377#endif
378/* Enable threading extensions on Solaris. */
379#ifndef _POSIX_PTHREAD_SEMANTICS
380# undef _POSIX_PTHREAD_SEMANTICS
381#endif
382/* Enable extensions on HP NonStop. */
383#ifndef _TANDEM_SOURCE
384# undef _TANDEM_SOURCE
385#endif
386/* Enable general extensions on Solaris. */
387#ifndef __EXTENSIONS__
388# undef __EXTENSIONS__
389#endif
390
391
392/* Define if we should use the Windows API, instead of the POSIX API. On
393 Windows, we use the Windows API when building for MinGW, but the POSIX API
394 when building for Cygwin. */
395#undef USE_WIN32API
396
397/* Version number of package */
398#undef VERSION
399
400/* Enable large inode numbers on Mac OS X 10.5. */
401#ifndef _DARWIN_USE_64_BIT_INODE
402# define _DARWIN_USE_64_BIT_INODE 1
403#endif
404
405/* Number of bits in a file offset, on hosts where this is settable. */
406#undef _FILE_OFFSET_BITS
407
408/* Define for large files, on AIX-style hosts. */
409#undef _LARGE_FILES
410
411/* Define to 1 if on MINIX. */
412#undef _MINIX
413
414/* Define to 2 if the system does not provide POSIX.1 features except with
415 this defined. */
416#undef _POSIX_1_SOURCE
417
418/* Define to 1 if you need to in order for `stat' and other things to work. */
419#undef _POSIX_SOURCE
420
c8693053
RO
421/* Use structured /proc on Solaris. */
422#undef _STRUCTURED_PROC
423
05ea2a05
TT
424/* Define to `int' if <sys/types.h> does not define. */
425#undef pid_t
426
01027315
TT
427/* Define to `unsigned int' if <sys/types.h> does not define. */
428#undef size_t
05ea2a05
TT
429
430/* Define as `fork' if `vfork' does not work. */
431#undef vfork