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