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 if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
8  This function is required for alloca.c support on those systems. */
9 /* #undef CRAY_STACKSEG_END */
10 
11 /* Define to 1 if you have the <alloca.h> header file. */
12 #define HAVE_ALLOCA_H 1
13 
14 /* Define to 1 if you have the `asprintf' function. */
15 #define HAVE_ASPRINTF 1
16 
17 /* Define to 1 if you have the `atexit' function. */
18 #define HAVE_ATEXIT 1
19 
20 /* Define to 1 if you have the `basename' function. */
21 #define HAVE_BASENAME 1
22 
23 /* Define to 1 if you have the `bcmp' function. */
24 #define HAVE_BCMP 1
25 
26 /* Define to 1 if you have the `bcopy' function. */
27 #define HAVE_BCOPY 1
28 
29 /* Define to 1 if you have the `bsearch' function. */
30 #define HAVE_BSEARCH 1
31 
32 /* Define to 1 if you have the `bzero' function. */
33 #define HAVE_BZERO 1
34 
35 /* Define to 1 if you have the `calloc' function. */
36 #define HAVE_CALLOC 1
37 
38 /* Define to 1 if you have the `canonicalize_file_name' function. */
39 #define HAVE_CANONICALIZE_FILE_NAME 1
40 
41 /* Define to 1 if you have the `clock' function. */
42 #define HAVE_CLOCK 1
43 
44 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
45  don't. */
46 #define HAVE_DECL_ASPRINTF 1
47 
48 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
49  you don't. */
50 #define HAVE_DECL_BASENAME 1
51 
52 /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
53  */
54 #define HAVE_DECL_CALLOC 1
55 
56 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
57 #define HAVE_DECL_FFS 1
58 
59 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
60  */
61 #define HAVE_DECL_GETENV 1
62 
63 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
64  */
65 #define HAVE_DECL_GETOPT 1
66 
67 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
68  */
69 #define HAVE_DECL_MALLOC 1
70 
71 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
72  don't. */
73 #define HAVE_DECL_REALLOC 1
74 
75 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
76  */
77 #define HAVE_DECL_SBRK 1
78 
79 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
80  don't. */
81 #define HAVE_DECL_SNPRINTF 1
82 
83 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
84  */
85 #define HAVE_DECL_STRTOL 1
86 
87 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
88  don't. */
89 #define HAVE_DECL_STRTOLL 1
90 
91 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
92  don't. */
93 #define HAVE_DECL_STRTOUL 1
94 
95 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
96  don't. */
97 #define HAVE_DECL_STRTOULL 1
98 
99 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
100  don't. */
101 #define HAVE_DECL_STRVERSCMP 1
102 
103 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
104  don't. */
105 #define HAVE_DECL_VASPRINTF 1
106 
107 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
108  don't. */
109 #define HAVE_DECL_VSNPRINTF 1
110 
111 /* Define to 1 if you have the `dup3' function. */
112 #define HAVE_DUP3 1
113 
114 /* Define to 1 if you have the <fcntl.h> header file. */
115 #define HAVE_FCNTL_H 1
116 
117 /* Define to 1 if you have the `ffs' function. */
118 #define HAVE_FFS 1
119 
120 /* Define to 1 if you have the `fork' function. */
121 #define HAVE_FORK 1
122 
123 /* Define to 1 if you have the `getcwd' function. */
124 #define HAVE_GETCWD 1
125 
126 /* Define to 1 if you have the `getpagesize' function. */
127 #define HAVE_GETPAGESIZE 1
128 
129 /* Define to 1 if you have the `getrlimit' function. */
130 #define HAVE_GETRLIMIT 1
131 
132 /* Define to 1 if you have the `getrusage' function. */
133 #define HAVE_GETRUSAGE 1
134 
135 /* Define to 1 if you have the `getsysinfo' function. */
136 /* #undef HAVE_GETSYSINFO */
137 
138 /* Define to 1 if you have the `gettimeofday' function. */
139 #define HAVE_GETTIMEOFDAY 1
140 
141 /* Define to 1 if you have the `index' function. */
142 #define HAVE_INDEX 1
143 
144 /* Define to 1 if you have the `insque' function. */
145 #define HAVE_INSQUE 1
146 
147 /* Define to 1 if the system has the type `intptr_t'. */
148 #define HAVE_INTPTR_T 1
149 
150 /* Define to 1 if you have the <inttypes.h> header file. */
151 #define HAVE_INTTYPES_H 1
152 
153 /* Define to 1 if you have the <limits.h> header file. */
154 #define HAVE_LIMITS_H 1
155 
156 /* Define if you have the `long long' type. */
157 #define HAVE_LONG_LONG 1
158 
159 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
160 /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
161 
162 /* Define to 1 if you have the <malloc.h> header file. */
163 #define HAVE_MALLOC_H 1
164 
165 /* Define to 1 if you have the `memchr' function. */
166 #define HAVE_MEMCHR 1
167 
168 /* Define to 1 if you have the `memcmp' function. */
169 #define HAVE_MEMCMP 1
170 
171 /* Define to 1 if you have the `memcpy' function. */
172 #define HAVE_MEMCPY 1
173 
174 /* Define to 1 if you have the `memmem' function. */
175 #define HAVE_MEMMEM 1
176 
177 /* Define to 1 if you have the `memmove' function. */
178 #define HAVE_MEMMOVE 1
179 
180 /* Define to 1 if you have the <memory.h> header file. */
181 #define HAVE_MEMORY_H 1
182 
183 /* Define to 1 if you have the `memset' function. */
184 #define HAVE_MEMSET 1
185 
186 /* Define to 1 if you have the `mkstemps' function. */
187 #define HAVE_MKSTEMPS 1
188 
189 /* Define to 1 if you have a working `mmap' system call. */
190 #define HAVE_MMAP 1
191 
192 /* Define to 1 if you have the `on_exit' function. */
193 #define HAVE_ON_EXIT 1
194 
195 /* Define to 1 if you have the <process.h> header file. */
196 /* #undef HAVE_PROCESS_H */
197 
198 /* Define to 1 if you have the `psignal' function. */
199 #define HAVE_PSIGNAL 1
200 
201 /* Define to 1 if you have the `pstat_getdynamic' function. */
202 /* #undef HAVE_PSTAT_GETDYNAMIC */
203 
204 /* Define to 1 if you have the `pstat_getstatic' function. */
205 /* #undef HAVE_PSTAT_GETSTATIC */
206 
207 /* Define to 1 if you have the `putenv' function. */
208 #define HAVE_PUTENV 1
209 
210 /* Define to 1 if you have the `random' function. */
211 #define HAVE_RANDOM 1
212 
213 /* Define to 1 if you have the `realpath' function. */
214 #define HAVE_REALPATH 1
215 
216 /* Define to 1 if you have the `rename' function. */
217 #define HAVE_RENAME 1
218 
219 /* Define to 1 if you have the `rindex' function. */
220 #define HAVE_RINDEX 1
221 
222 /* Define to 1 if you have the `sbrk' function. */
223 #define HAVE_SBRK 1
224 
225 /* Define to 1 if you have the `setenv' function. */
226 #define HAVE_SETENV 1
227 
228 /* Define to 1 if you have the `setproctitle' function. */
229 /* #undef HAVE_SETPROCTITLE */
230 
231 /* Define to 1 if you have the `setrlimit' function. */
232 #define HAVE_SETRLIMIT 1
233 
234 /* Define to 1 if you have the `sigsetmask' function. */
235 #define HAVE_SIGSETMASK 1
236 
237 /* Define to 1 if you have the `snprintf' function. */
238 #define HAVE_SNPRINTF 1
239 
240 /* Define to 1 if you have the `spawnve' function. */
241 /* #undef HAVE_SPAWNVE */
242 
243 /* Define to 1 if you have the `spawnvpe' function. */
244 /* #undef HAVE_SPAWNVPE */
245 
246 /* Define to 1 if you have the <stdint.h> header file. */
247 #define HAVE_STDINT_H 1
248 
249 /* Define to 1 if you have the <stdio_ext.h> header file. */
250 #define HAVE_STDIO_EXT_H 1
251 
252 /* Define to 1 if you have the <stdlib.h> header file. */
253 #define HAVE_STDLIB_H 1
254 
255 /* Define to 1 if you have the `stpcpy' function. */
256 #define HAVE_STPCPY 1
257 
258 /* Define to 1 if you have the `stpncpy' function. */
259 #define HAVE_STPNCPY 1
260 
261 /* Define to 1 if you have the `strcasecmp' function. */
262 #define HAVE_STRCASECMP 1
263 
264 /* Define to 1 if you have the `strchr' function. */
265 #define HAVE_STRCHR 1
266 
267 /* Define to 1 if you have the `strdup' function. */
268 #define HAVE_STRDUP 1
269 
270 /* Define to 1 if you have the `strerror' function. */
271 #define HAVE_STRERROR 1
272 
273 /* Define to 1 if you have the <strings.h> header file. */
274 #define HAVE_STRINGS_H 1
275 
276 /* Define to 1 if you have the <string.h> header file. */
277 #define HAVE_STRING_H 1
278 
279 /* Define to 1 if you have the `strncasecmp' function. */
280 #define HAVE_STRNCASECMP 1
281 
282 /* Define to 1 if you have the `strndup' function. */
283 #define HAVE_STRNDUP 1
284 
285 /* Define to 1 if you have the `strnlen' function. */
286 #define HAVE_STRNLEN 1
287 
288 /* Define to 1 if you have the `strrchr' function. */
289 #define HAVE_STRRCHR 1
290 
291 /* Define to 1 if you have the `strsignal' function. */
292 #define HAVE_STRSIGNAL 1
293 
294 /* Define to 1 if you have the `strstr' function. */
295 #define HAVE_STRSTR 1
296 
297 /* Define to 1 if you have the `strtod' function. */
298 #define HAVE_STRTOD 1
299 
300 /* Define to 1 if you have the `strtol' function. */
301 #define HAVE_STRTOL 1
302 
303 /* Define to 1 if you have the `strtoll' function. */
304 #define HAVE_STRTOLL 1
305 
306 /* Define to 1 if you have the `strtoul' function. */
307 #define HAVE_STRTOUL 1
308 
309 /* Define to 1 if you have the `strtoull' function. */
310 #define HAVE_STRTOULL 1
311 
312 /* Define to 1 if you have the `strverscmp' function. */
313 #define HAVE_STRVERSCMP 1
314 
315 /* Define to 1 if you have the `sysconf' function. */
316 #define HAVE_SYSCONF 1
317 
318 /* Define to 1 if you have the `sysctl' function. */
319 #define HAVE_SYSCTL 1
320 
321 /* Define to 1 if you have the `sysmp' function. */
322 /* #undef HAVE_SYSMP */
323 
324 /* Define if you have the sys_errlist variable. */
325 #define HAVE_SYS_ERRLIST 1
326 
327 /* Define to 1 if you have the <sys/file.h> header file. */
328 #define HAVE_SYS_FILE_H 1
329 
330 /* Define to 1 if you have the <sys/mman.h> header file. */
331 #define HAVE_SYS_MMAN_H 1
332 
333 /* Define if you have the sys_nerr variable. */
334 #define HAVE_SYS_NERR 1
335 
336 /* Define to 1 if you have the <sys/param.h> header file. */
337 #define HAVE_SYS_PARAM_H 1
338 
339 /* Define to 1 if you have the <sys/prctl.h> header file. */
340 #define HAVE_SYS_PRCTL_H 1
341 
342 /* Define to 1 if you have the <sys/pstat.h> header file. */
343 /* #undef HAVE_SYS_PSTAT_H */
344 
345 /* Define to 1 if you have the <sys/resource.h> header file. */
346 #define HAVE_SYS_RESOURCE_H 1
347 
348 /* Define if you have the sys_siglist variable. */
349 #define HAVE_SYS_SIGLIST 1
350 
351 /* Define to 1 if you have the <sys/stat.h> header file. */
352 #define HAVE_SYS_STAT_H 1
353 
354 /* Define to 1 if you have the <sys/sysctl.h> header file. */
355 #define HAVE_SYS_SYSCTL_H 1
356 
357 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
358 #define HAVE_SYS_SYSINFO_H 1
359 
360 /* Define to 1 if you have the <sys/sysmp.h> header file. */
361 /* #undef HAVE_SYS_SYSMP_H */
362 
363 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
364 /* #undef HAVE_SYS_SYSTEMCFG_H */
365 
366 /* Define to 1 if you have the <sys/table.h> header file. */
367 /* #undef HAVE_SYS_TABLE_H */
368 
369 /* Define to 1 if you have the <sys/time.h> header file. */
370 #define HAVE_SYS_TIME_H 1
371 
372 /* Define to 1 if you have the <sys/types.h> header file. */
373 #define HAVE_SYS_TYPES_H 1
374 
375 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
376 #define HAVE_SYS_WAIT_H 1
377 
378 /* Define to 1 if you have the `table' function. */
379 /* #undef HAVE_TABLE */
380 
381 /* Define to 1 if you have the `times' function. */
382 #define HAVE_TIMES 1
383 
384 /* Define to 1 if you have the <time.h> header file. */
385 #define HAVE_TIME_H 1
386 
387 /* Define to 1 if you have the `tmpnam' function. */
388 #define HAVE_TMPNAM 1
389 
390 /* Define if you have the \`uintptr_t' type. */
391 #define HAVE_UINTPTR_T 1
392 
393 /* Define to 1 if you have the <unistd.h> header file. */
394 #define HAVE_UNISTD_H 1
395 
396 /* Define to 1 if you have the `vasprintf' function. */
397 #define HAVE_VASPRINTF 1
398 
399 /* Define to 1 if you have the `vfork' function. */
400 #define HAVE_VFORK 1
401 
402 /* Define to 1 if you have the <vfork.h> header file. */
403 /* #undef HAVE_VFORK_H */
404 
405 /* Define to 1 if you have the `vfprintf' function. */
406 #define HAVE_VFPRINTF 1
407 
408 /* Define to 1 if you have the `vprintf' function. */
409 #define HAVE_VPRINTF 1
410 
411 /* Define to 1 if you have the `vsprintf' function. */
412 #define HAVE_VSPRINTF 1
413 
414 /* Define to 1 if you have the `wait3' function. */
415 #define HAVE_WAIT3 1
416 
417 /* Define to 1 if you have the `wait4' function. */
418 #define HAVE_WAIT4 1
419 
420 /* Define to 1 if you have the `waitpid' function. */
421 #define HAVE_WAITPID 1
422 
423 /* Define to 1 if `fork' works. */
424 #define HAVE_WORKING_FORK 1
425 
426 /* Define to 1 if `vfork' works. */
427 #define HAVE_WORKING_VFORK 1
428 
429 /* Define to 1 if you have the `_doprnt' function. */
430 /* #undef HAVE__DOPRNT */
431 
432 /* Define if you have the _system_configuration variable. */
433 /* #undef HAVE__SYSTEM_CONFIGURATION */
434 
435 /* Define to 1 if you have the `__fsetlocking' function. */
436 #define HAVE___FSETLOCKING 1
437 
438 /* Define if canonicalize_file_name is not declared in system header files. */
439 /* #undef NEED_DECLARATION_CANONICALIZE_FILE_NAME */
440 
441 /* Define if errno must be declared even when <errno.h> is included. */
442 /* #undef NEED_DECLARATION_ERRNO */
443 
444 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
445 /* #undef NO_MINUS_C_MINUS_O */
446 
447 /* Define to the address where bug reports for this package should be sent. */
448 #define PACKAGE_BUGREPORT ""
449 
450 /* Define to the full name of this package. */
451 #define PACKAGE_NAME ""
452 
453 /* Define to the full name and version of this package. */
454 #define PACKAGE_STRING ""
455 
456 /* Define to the one symbol short name of this package. */
457 #define PACKAGE_TARNAME ""
458 
459 /* Define to the home page for this package. */
460 #define PACKAGE_URL ""
461 
462 /* Define to the version of this package. */
463 #define PACKAGE_VERSION ""
464 
465 /* The size of `int', as computed by sizeof. */
466 #define SIZEOF_INT 4
467 
468 /* The size of `long', as computed by sizeof. */
469 #define SIZEOF_LONG 8
470 
471 /* The size of `long long', as computed by sizeof. */
472 #define SIZEOF_LONG_LONG 8
473 
474 /* Define if you know the direction of stack growth for your system; otherwise
475  it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
476  toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
477  STACK_DIRECTION = 0 => direction of growth unknown */
478 #define STACK_DIRECTION -1
479 
480 /* Define to 1 if you have the ANSI C header files. */
481 #define STDC_HEADERS 1
482 
483 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
484 #define TIME_WITH_SYS_TIME 1
485 
486 /* Define to an unsigned 64-bit type available in the compiler. */
487 #define UNSIGNED_64BIT_TYPE uint64_t
488 
489 /* Enable extensions on AIX 3, Interix. */
490 #ifndef _ALL_SOURCE
491 # define _ALL_SOURCE 1
492 #endif
493 /* Enable GNU extensions on systems that have them. */
494 #ifndef _GNU_SOURCE
495 # define _GNU_SOURCE 1
496 #endif
497 /* Enable threading extensions on Solaris. */
498 #ifndef _POSIX_PTHREAD_SEMANTICS
499 # define _POSIX_PTHREAD_SEMANTICS 1
500 #endif
501 /* Enable extensions on HP NonStop. */
502 #ifndef _TANDEM_SOURCE
503 # define _TANDEM_SOURCE 1
504 #endif
505 /* Enable general extensions on Solaris. */
506 #ifndef __EXTENSIONS__
507 # define __EXTENSIONS__ 1
508 #endif
509 
510 
511 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
512  significant byte first (like Motorola and SPARC, unlike Intel). */
513 #if defined AC_APPLE_UNIVERSAL_BUILD
514 # if defined __BIG_ENDIAN__
515 # define WORDS_BIGENDIAN 1
516 # endif
517 #else
518 # ifndef WORDS_BIGENDIAN
519 /* # undef WORDS_BIGENDIAN */
520 # endif
521 #endif
522 
523 /* Number of bits in a file offset, on hosts where this is settable. */
524 /* #undef _FILE_OFFSET_BITS */
525 
526 /* Define for large files, on AIX-style hosts. */
527 /* #undef _LARGE_FILES */
528 
529 /* Define to 1 if on MINIX. */
530 /* #undef _MINIX */
531 
532 /* Define to 2 if the system does not provide POSIX.1 features except with
533  this defined. */
534 /* #undef _POSIX_1_SOURCE */
535 
536 /* Define to 1 if you need to in order for `stat' and other things to work. */
537 /* #undef _POSIX_SOURCE */
538 
539 /* Define to empty if `const' does not conform to ANSI C. */
540 /* #undef const */
541 
542 /* Define to `__inline__' or `__inline' if that's what the C compiler
543  calls it, or to nothing if 'inline' is not supported under any name. */
544 #ifndef __cplusplus
545 /* #undef inline */
546 #endif
547 
548 /* Define to the type of a signed integer type wide enough to hold a pointer,
549  if such a type exists, and if the system does not define it. */
550 /* #undef intptr_t */
551 
552 /* Define to `int' if <sys/types.h> does not define. */
553 /* #undef pid_t */
554 
555 /* Define to `int' if <sys/types.h> does not define. */
556 /* #undef ssize_t */
557 
558 /* Define to the type of an unsigned integer type wide enough to hold a
559  pointer, if such a type exists, and if the system does not define it. */
560 /* #undef uintptr_t */
561 
562 /* Define as `fork' if `vfork' does not work. */
563 /* #undef vfork */