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