gdb/selftest.m4: ensure $development is set
[deliverable/binutils-gdb.git] / gdbserver / config.in
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
14 /* Define if self-testing features should be enabled */
15 #undef GDB_SELF_TEST
16
17 /* Define to 1 if you have `alloca', as a function or macro. */
18 #undef HAVE_ALLOCA
19
20 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
21 */
22 #undef HAVE_ALLOCA_H
23
24 /* Define to 1 if you have the <arpa/inet.h> header file. */
25 #undef HAVE_ARPA_INET_H
26
27 /* define if the compiler supports basic C++11 syntax */
28 #undef HAVE_CXX11
29
30 /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
31 you don't. */
32 #undef HAVE_DECL_ADDR_NO_RANDOMIZE
33
34 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
35 don't. */
36 #undef HAVE_DECL_ASPRINTF
37
38 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
39 you don't. */
40 #undef HAVE_DECL_BASENAME
41
42 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
43 #undef HAVE_DECL_FFS
44
45 /* Define to 1 if you have the declaration of `perror', and to 0 if you don't.
46 */
47 #undef HAVE_DECL_PERROR
48
49 /* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
50 */
51 #undef HAVE_DECL_PTRACE
52
53 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
54 don't. */
55 #undef HAVE_DECL_SNPRINTF
56
57 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
58 */
59 #undef HAVE_DECL_STRSTR
60
61 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
62 */
63 #undef HAVE_DECL_STRTOL
64
65 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
66 don't. */
67 #undef HAVE_DECL_STRTOLL
68
69 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
70 don't. */
71 #undef HAVE_DECL_STRTOUL
72
73 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
74 don't. */
75 #undef HAVE_DECL_STRTOULL
76
77 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
78 don't. */
79 #undef HAVE_DECL_STRVERSCMP
80
81 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
82 don't. */
83 #undef HAVE_DECL_VASPRINTF
84
85 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
86 don't. */
87 #undef HAVE_DECL_VSNPRINTF
88
89 /* Define to 1 if you have the `dladdr' function. */
90 #undef HAVE_DLADDR
91
92 /* Define to 1 if you have the <dlfcn.h> header file. */
93 #undef HAVE_DLFCN_H
94
95 /* Define to 1 if the system has the type `Elf32_auxv_t'. */
96 #undef HAVE_ELF32_AUXV_T
97
98 /* Define to 1 if the system has the type `Elf64_auxv_t'. */
99 #undef HAVE_ELF64_AUXV_T
100
101 /* Define if <sys/procfs.h> has elf_fpregset_t. */
102 #undef HAVE_ELF_FPREGSET_T
103
104 /* Define to 1 if you have the <fcntl.h> header file. */
105 #undef HAVE_FCNTL_H
106
107 /* Define to 1 if you have the `fdwalk' function. */
108 #undef HAVE_FDWALK
109
110 /* Define to 1 if you have the `fork' function. */
111 #undef HAVE_FORK
112
113 /* Define if <sys/procfs.h> has fpregset_t. */
114 #undef HAVE_FPREGSET_T
115
116 /* Define to 1 if you have the `getauxval' function. */
117 #undef HAVE_GETAUXVAL
118
119 /* Define to 1 if you have the `getpagesize' function. */
120 #undef HAVE_GETPAGESIZE
121
122 /* Define to 1 if you have the `getrlimit' function. */
123 #undef HAVE_GETRLIMIT
124
125 /* Define to 1 if you have the `getrusage' function. */
126 #undef HAVE_GETRUSAGE
127
128 /* Define if <sys/procfs.h> has gregset_t. */
129 #undef HAVE_GREGSET_T
130
131 /* Define to 1 if you have the <inttypes.h> header file. */
132 #undef HAVE_INTTYPES_H
133
134 /* Define to 1 if your system has the kinfo_getfile function. */
135 #undef HAVE_KINFO_GETFILE
136
137 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
138 #undef HAVE_LANGINFO_CODESET
139
140 /* Define to 1 if you have the `dl' library (-ldl). */
141 #undef HAVE_LIBDL
142
143 /* Define if you have the ipt library. */
144 #undef HAVE_LIBIPT
145
146 /* Define if the target supports branch tracing. */
147 #undef HAVE_LINUX_BTRACE
148
149 /* Define to 1 if you have the <linux/elf.h> header file. */
150 #undef HAVE_LINUX_ELF_H
151
152 /* Define to 1 if you have the <linux/perf_event.h> header file. */
153 #undef HAVE_LINUX_PERF_EVENT_H
154
155 /* Define if the target supports register sets. */
156 #undef HAVE_LINUX_REGSETS
157
158 /* Define if the target supports PTRACE_PEEKUSR for register access. */
159 #undef HAVE_LINUX_USRREGS
160
161 /* Define to 1 if you have the <locale.h> header file. */
162 #undef HAVE_LOCALE_H
163
164 /* Define to 1 if the system has the type `long long'. */
165 #undef HAVE_LONG_LONG
166
167 /* Define if <thread_db.h> has lwpid_t. */
168 #undef HAVE_LWPID_T
169
170 /* Define to 1 if you have the <memory.h> header file. */
171 #undef HAVE_MEMORY_H
172
173 /* Define to 1 if you have a working `mmap' system call. */
174 #undef HAVE_MMAP
175
176 /* Define to 1 if you have the <netdb.h> header file. */
177 #undef HAVE_NETDB_H
178
179 /* Define to 1 if you have the <netinet/in.h> header file. */
180 #undef HAVE_NETINET_IN_H
181
182 /* Define to 1 if you have the <netinet/tcp.h> header file. */
183 #undef HAVE_NETINET_TCP_H
184
185 /* Define if you support the personality syscall. */
186 #undef HAVE_PERSONALITY
187
188 /* Define to 1 if you have the `pipe' function. */
189 #undef HAVE_PIPE
190
191 /* Define to 1 if you have the `pipe2' function. */
192 #undef HAVE_PIPE2
193
194 /* Define to 1 if you have the `pread' function. */
195 #undef HAVE_PREAD
196
197 /* Define to 1 if you have the `pread64' function. */
198 #undef HAVE_PREAD64
199
200 /* Define if <sys/procfs.h> has prfpregset_t. */
201 #undef HAVE_PRFPREGSET_T
202
203 /* Define if <sys/procfs.h> has prgregset32_t. */
204 #undef HAVE_PRGREGSET32_T
205
206 /* Define if <sys/procfs.h> has prgregset_t. */
207 #undef HAVE_PRGREGSET_T
208
209 /* Define to 1 if you have the <proc_service.h> header file. */
210 #undef HAVE_PROC_SERVICE_H
211
212 /* Define if <thread_db.h> has psaddr_t. */
213 #undef HAVE_PSADDR_T
214
215 /* Have PTHREAD_PRIO_INHERIT. */
216 #undef HAVE_PTHREAD_PRIO_INHERIT
217
218 /* Define to 1 if you have the `pthread_setname_np' function. */
219 #undef HAVE_PTHREAD_SETNAME_NP
220
221 /* Define to 1 if you have the `pthread_sigmask' function. */
222 #undef HAVE_PTHREAD_SIGMASK
223
224 /* Define to 1 if you have the `ptrace64' function. */
225 #undef HAVE_PTRACE64
226
227 /* Define if the target supports PTRACE_GETFPXREGS for extended register
228 access. */
229 #undef HAVE_PTRACE_GETFPXREGS
230
231 /* Define if the target supports PTRACE_GETREGS for register access. */
232 #undef HAVE_PTRACE_GETREGS
233
234 /* Define to 1 if you have the <ptrace.h> header file. */
235 #undef HAVE_PTRACE_H
236
237 /* Define to 1 if you have the `pt_insn_event' function. */
238 #undef HAVE_PT_INSN_EVENT
239
240 /* Define to 1 if you have the `pwrite' function. */
241 #undef HAVE_PWRITE
242
243 /* Define to 1 if you have the `sbrk' function. */
244 #undef HAVE_SBRK
245
246 /* Define to 1 if you have the `setns' function. */
247 #undef HAVE_SETNS
248
249 /* Define to 1 if you have the `setpgid' function. */
250 #undef HAVE_SETPGID
251
252 /* Define to 1 if you have the `setpgrp' function. */
253 #undef HAVE_SETPGRP
254
255 /* Define to 1 if you have the `sigaction' function. */
256 #undef HAVE_SIGACTION
257
258 /* Define to 1 if you have the `sigaltstack' function. */
259 #undef HAVE_SIGALTSTACK
260
261 /* Define to 1 if you have the <signal.h> header file. */
262 #undef HAVE_SIGNAL_H
263
264 /* Define to 1 if you have the `sigprocmask' function. */
265 #undef HAVE_SIGPROCMASK
266
267 /* Define if sigsetjmp is available. */
268 #undef HAVE_SIGSETJMP
269
270 /* Define to 1 if you have the `socketpair' function. */
271 #undef HAVE_SOCKETPAIR
272
273 /* Define to 1 if the system has the type `socklen_t'. */
274 #undef HAVE_SOCKLEN_T
275
276 /* Define to 1 if you have the <stdint.h> header file. */
277 #undef HAVE_STDINT_H
278
279 /* Define to 1 if you have the <stdlib.h> header file. */
280 #undef HAVE_STDLIB_H
281
282 /* Define to 1 if you have the <strings.h> header file. */
283 #undef HAVE_STRINGS_H
284
285 /* Define to 1 if you have the <string.h> header file. */
286 #undef HAVE_STRING_H
287
288 /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
289 #undef HAVE_STRUCT_PT_INSN_ENABLED
290
291 /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
292 #undef HAVE_STRUCT_PT_INSN_RESYNCED
293
294 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
295 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
296
297 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
298 #undef HAVE_STRUCT_STAT_ST_BLOCKS
299
300 /* Define to 1 if `fs_base' is a member of `struct user_regs_struct'. */
301 #undef HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE
302
303 /* Define to 1 if `gs_base' is a member of `struct user_regs_struct'. */
304 #undef HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE
305
306 /* Define to 1 if the target supports __sync_*_compare_and_swap */
307 #undef HAVE_SYNC_BUILTINS
308
309 /* Define to 1 if you have the <sys/file.h> header file. */
310 #undef HAVE_SYS_FILE_H
311
312 /* Define to 1 if you have the <sys/ioctl.h> header file. */
313 #undef HAVE_SYS_IOCTL_H
314
315 /* Define to 1 if you have the <sys/param.h> header file. */
316 #undef HAVE_SYS_PARAM_H
317
318 /* Define to 1 if you have the <sys/procfs.h> header file. */
319 #undef HAVE_SYS_PROCFS_H
320
321 /* Define to 1 if you have the <sys/ptrace.h> header file. */
322 #undef HAVE_SYS_PTRACE_H
323
324 /* Define to 1 if you have the <sys/reg.h> header file. */
325 #undef HAVE_SYS_REG_H
326
327 /* Define to 1 if you have the <sys/resource.h> header file. */
328 #undef HAVE_SYS_RESOURCE_H
329
330 /* Define to 1 if you have the <sys/socket.h> header file. */
331 #undef HAVE_SYS_SOCKET_H
332
333 /* Define to 1 if you have the <sys/stat.h> header file. */
334 #undef HAVE_SYS_STAT_H
335
336 /* Define to 1 if you have the <sys/types.h> header file. */
337 #undef HAVE_SYS_TYPES_H
338
339 /* Define to 1 if you have the <sys/un.h> header file. */
340 #undef HAVE_SYS_UN_H
341
342 /* Define to 1 if you have the <sys/wait.h> header file. */
343 #undef HAVE_SYS_WAIT_H
344
345 /* Define if TD_VERSION is available. */
346 #undef HAVE_TD_VERSION
347
348 /* Define to 1 if you have the <termios.h> header file. */
349 #undef HAVE_TERMIOS_H
350
351 /* Define to 1 if you have the <thread_db.h> header file. */
352 #undef HAVE_THREAD_DB_H
353
354 /* Define to 1 if you have the <unistd.h> header file. */
355 #undef HAVE_UNISTD_H
356
357 /* Define if UST is available */
358 #undef HAVE_UST
359
360 /* Define to 1 if you have the `vfork' function. */
361 #undef HAVE_VFORK
362
363 /* Define to 1 if you have the <vfork.h> header file. */
364 #undef HAVE_VFORK_H
365
366 /* Define to 1 if you have the <wait.h> header file. */
367 #undef HAVE_WAIT_H
368
369 /* Define to 1 if `fork' works. */
370 #undef HAVE_WORKING_FORK
371
372 /* Define to 1 if `vfork' works. */
373 #undef HAVE_WORKING_VFORK
374
375 /* Define to the address where bug reports for this package should be sent. */
376 #undef PACKAGE_BUGREPORT
377
378 /* Define to the full name of this package. */
379 #undef PACKAGE_NAME
380
381 /* Define to the full name and version of this package. */
382 #undef PACKAGE_STRING
383
384 /* Define to the one symbol short name of this package. */
385 #undef PACKAGE_TARNAME
386
387 /* Define to the home page for this package. */
388 #undef PACKAGE_URL
389
390 /* Define to the version of this package. */
391 #undef PACKAGE_VERSION
392
393 /* Additional package description */
394 #undef PKGVERSION
395
396 /* Define to necessary symbol if this constant uses a non-standard name on
397 your system. */
398 #undef PTHREAD_CREATE_JOINABLE
399
400 /* Define to the type of arg 1 for ptrace. */
401 #undef PTRACE_TYPE_ARG1
402
403 /* Define to the type of arg 3 for ptrace. */
404 #undef PTRACE_TYPE_ARG3
405
406 /* Define to the type of arg 4 for ptrace. */
407 #undef PTRACE_TYPE_ARG4
408
409 /* Define to the type of arg 5 for ptrace. */
410 #undef PTRACE_TYPE_ARG5
411
412 /* Define as the return type of ptrace. */
413 #undef PTRACE_TYPE_RET
414
415 /* Bug reporting address */
416 #undef REPORT_BUGS_TO
417
418 /* The size of `long long', as computed by sizeof. */
419 #undef SIZEOF_LONG_LONG
420
421 /* If using the C implementation of alloca, define if you know the
422 direction of stack growth for your system; otherwise it will be
423 automatically deduced at runtime.
424 STACK_DIRECTION > 0 => grows toward higher addresses
425 STACK_DIRECTION < 0 => grows toward lower addresses
426 STACK_DIRECTION = 0 => direction of growth unknown */
427 #undef STACK_DIRECTION
428
429 /* Define to 1 if you have the ANSI C header files. */
430 #undef STDC_HEADERS
431
432 /* Define if we should use libthread_db directly. */
433 #undef USE_LIBTHREAD_DB_DIRECTLY
434
435 /* Enable extensions on AIX 3, Interix. */
436 #ifndef _ALL_SOURCE
437 # undef _ALL_SOURCE
438 #endif
439 /* Enable GNU extensions on systems that have them. */
440 #ifndef _GNU_SOURCE
441 # undef _GNU_SOURCE
442 #endif
443 /* Enable threading extensions on Solaris. */
444 #ifndef _POSIX_PTHREAD_SEMANTICS
445 # undef _POSIX_PTHREAD_SEMANTICS
446 #endif
447 /* Enable extensions on HP NonStop. */
448 #ifndef _TANDEM_SOURCE
449 # undef _TANDEM_SOURCE
450 #endif
451 /* Enable general extensions on Solaris. */
452 #ifndef __EXTENSIONS__
453 # undef __EXTENSIONS__
454 #endif
455
456
457 /* Define if we should use libthread_db. */
458 #undef USE_THREAD_DB
459
460 /* Define if we should use the Windows API, instead of the POSIX API. On
461 Windows, we use the Windows API when building for MinGW, but the POSIX API
462 when building for Cygwin. */
463 #undef USE_WIN32API
464
465 /* Define if an XML target description is available. */
466 #undef USE_XML
467
468 /* Enable large inode numbers on Mac OS X 10.5. */
469 #ifndef _DARWIN_USE_64_BIT_INODE
470 # define _DARWIN_USE_64_BIT_INODE 1
471 #endif
472
473 /* Number of bits in a file offset, on hosts where this is settable. */
474 #undef _FILE_OFFSET_BITS
475
476 /* Define for large files, on AIX-style hosts. */
477 #undef _LARGE_FILES
478
479 /* Define to 1 if on MINIX. */
480 #undef _MINIX
481
482 /* Define to 2 if the system does not provide POSIX.1 features except with
483 this defined. */
484 #undef _POSIX_1_SOURCE
485
486 /* Define to 1 if you need to in order for `stat' and other things to work. */
487 #undef _POSIX_SOURCE
488
489 /* Define to `int' if <sys/types.h> does not define. */
490 #undef pid_t
491
492 /* Define to `unsigned int' if <sys/types.h> does not define. */
493 #undef size_t
494
495 /* Define as `fork' if `vfork' does not work. */
496 #undef vfork
This page took 0.040881 seconds and 4 git commands to generate.