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