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