xref: /dragonfly/gnu/usr.bin/gdb/libgdb/config.h (revision 8a7bdfea)
1 /* $DragonFly: src/gnu/usr.bin/gdb/libgdb/config.h,v 1.3 2008/01/31 14:30:13 corecode Exp $ */
2 /* config.h.  Generated by configure.  */
3 /* config.in.  Generated from configure.ac by autoheader.  */
4 
5 /* Define to 1 if the compiler supports long long. */
6 #define CC_HAS_LONG_LONG 1
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 using `alloca.c'. */
14 /* #undef C_ALLOCA */
15 
16 /* Global directory for separate debug files. */
17 #define DEBUGDIR "/usr/lib/debug"
18 
19 /* Define if the debug directory should be relocated when GDB is moved. */
20 #define DEBUGDIR_RELOCATABLE 1
21 
22 /* Define to BFD's default architecture. */
23 /* This is set by Makefile.ARCH */
24 /* #define DEFAULT_BFD_ARCH bfd_i386_arch */
25 
26 /* Define to BFD's default target vector. */
27 /* This is set by Makefile.ARCH */
28 /* #define DEFAULT_BFD_VEC bfd_elf32_i386_freebsd_vec */
29 
30 /* Define to 1 if translation of program messages to the user's native
31    language is requested. */
32 /* #undef ENABLE_NLS */
33 
34 /* Define to be a string naming the default host character set. */
35 #define GDB_DEFAULT_HOST_CHARSET "ISO-8859-1"
36 
37 /* Host double floatformat */
38 #define GDB_HOST_DOUBLE_FORMAT &floatformat_ieee_double_little
39 
40 /* Host float floatformat */
41 #define GDB_HOST_FLOAT_FORMAT &floatformat_ieee_single_little
42 
43 /* Host long double floatformat */
44 #define GDB_HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext
45 
46 /* nativefile */
47 /* #define GDB_NM_FILE "config/i386/nm-fbsd.h"  defined via CFLAGS! */
48 
49 /* Define to the default OS ABI for this configuration. */
50 /* #undef GDB_OSABI_DEFAULT */
51 
52 /* targetfile */
53 /* #undef GDB_TM_FILE */
54 
55 /* hostfile */
56 /* #undef GDB_XM_FILE */
57 
58 /* Define to 1 if you have `alloca', as a function or macro. */
59 #define HAVE_ALLOCA 1
60 
61 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
62    */
63 /* #undef HAVE_ALLOCA_H */
64 
65 /* Define to 1 if you have the `canonicalize_file_name' function. */
66 /* #undef HAVE_CANONICALIZE_FILE_NAME */
67 
68 /* Define to 1 if you have the <ctype.h> header file. */
69 #define HAVE_CTYPE_H 1
70 
71 /* Define to 1 if you have the <cursesX.h> header file. */
72 /* #undef HAVE_CURSESX_H */
73 
74 /* Define to 1 if you have the <curses.h> header file. */
75 #define HAVE_CURSES_H 1
76 
77 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
78    */
79 #define HAVE_DECL_FREE 1
80 
81 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
82    */
83 #define HAVE_DECL_GETOPT 1
84 
85 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
86    */
87 #define HAVE_DECL_MALLOC 1
88 
89 /* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
90    */
91 #define HAVE_DECL_PTRACE 1
92 
93 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
94    don't. */
95 #define HAVE_DECL_REALLOC 1
96 
97 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
98    don't. */
99 #define HAVE_DECL_SNPRINTF 1
100 
101 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
102    don't. */
103 #define HAVE_DECL_STRERROR 1
104 
105 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
106    */
107 #define HAVE_DECL_STRSTR 1
108 
109 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
110    don't. */
111 #define HAVE_DECL_VSNPRINTF 1
112 
113 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
114    */
115 #define HAVE_DIRENT_H 1
116 
117 /* Define if ELF support should be included. */
118 #define HAVE_ELF 1
119 
120 /* Define to 1 if you have the `fork' function. */
121 #define HAVE_FORK 1
122 
123 /* Define if <sys/procfs.h> has fpregset_t. */
124 #define HAVE_FPREGSET_T 1
125 
126 /* Define to 1 if you have the `getgid' function. */
127 #define HAVE_GETGID 1
128 
129 /* Define to 1 if you have the `getpagesize' function. */
130 #define HAVE_GETPAGESIZE 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 `getuid' function. */
136 #define HAVE_GETUID 1
137 
138 /* Define to 1 if you have the <gnu/libc-version.h> header file. */
139 /* #undef HAVE_GNU_LIBC_VERSION_H */
140 
141 /* Define if <sys/procfs.h> has gregset_t. */
142 #define HAVE_GREGSET_T 1
143 
144 /* Define if you have HPUX threads */
145 /* #undef HAVE_HPUX_THREAD_SUPPORT */
146 
147 /* Define if you have the iconv() function. */
148 #define HAVE_ICONV 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 `dl' library (-ldl). */
154 /* #undef HAVE_LIBDL */
155 
156 /* Define if you have the expat library. */
157 /* #undef HAVE_LIBEXPAT */
158 
159 /* Define to 1 if you have the `m' library (-lm). */
160 #define HAVE_LIBM 1
161 
162 /* Define if libunwind library is being used. */
163 /* #undef HAVE_LIBUNWIND */
164 
165 /* Define to 1 if you have the <libunwind.h> header file. */
166 /* #undef HAVE_LIBUNWIND_H */
167 
168 /* Define to 1 if you have the <libunwind-ia64.h> header file. */
169 /* #undef HAVE_LIBUNWIND_IA64_H */
170 
171 /* Define to 1 if you have the `w' library (-lw). */
172 /* #undef HAVE_LIBW */
173 
174 /* Define to 1 if you have the <link.h> header file. */
175 #define HAVE_LINK_H 1
176 
177 /* Define to 1 if the compiler supports long double. */
178 #define HAVE_LONG_DOUBLE 1
179 
180 /* Define if <sys/procfs.h> has lwpid_t. */
181 #define HAVE_LWPID_T 1
182 
183 /* Define to 1 if you have the <machine/reg.h> header file. */
184 #define HAVE_MACHINE_REG_H 1
185 
186 /* Define to 1 if you have the <memory.h> header file. */
187 #define HAVE_MEMORY_H 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 `monstartup' function. */
193 #define HAVE_MONSTARTUP 1
194 
195 /* Define to 1 if you have the <ncurses.h> header file. */
196 #define HAVE_NCURSES_H 1
197 
198 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
199 /* #undef HAVE_NCURSES_NCURSES_H */
200 
201 /* Define to 1 if you have the <ncurses/term.h> header file. */
202 /* #undef HAVE_NCURSES_TERM_H */
203 
204 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
205 /* #undef HAVE_NDIR_H */
206 
207 /* Define to 1 if you have the <nlist.h> header file. */
208 #define HAVE_NLIST_H 1
209 
210 /* Define to 1 if you have the `poll' function. */
211 #define HAVE_POLL 1
212 
213 /* Define to 1 if you have the <poll.h> header file. */
214 #define HAVE_POLL_H 1
215 
216 /* Define to 1 if you have the `pread64' function. */
217 /* #undef HAVE_PREAD64 */
218 
219 /* Define if <sys/procfs.h> has prfpregset32_t. */
220 /* #undef HAVE_PRFPREGSET32_T */
221 
222 /* Define if <sys/procfs.h> has prfpregset_t. */
223 #define HAVE_PRFPREGSET_T 1
224 
225 /* Define if <sys/procfs.h> has prgregset32_t. */
226 /* #undef HAVE_PRGREGSET32_T */
227 
228 /* Define if <sys/procfs.h> has prgregset_t. */
229 #define HAVE_PRGREGSET_T 1
230 
231 /* Define if ioctl argument PIOCSET is available. */
232 /* #undef HAVE_PROCFS_PIOCSET */
233 
234 /* Define to 1 if you have the <proc_service.h> header file. */
235 /* #undef HAVE_PROC_SERVICE_H */
236 
237 /* Define if <sys/procfs.h> has prrun_t. */
238 /* #undef HAVE_PRRUN_T */
239 
240 /* Define if <sys/procfs.h> has prsysent_t. */
241 /* #undef HAVE_PRSYSENT_T */
242 
243 /* Define if <sys/procfs.h> has pr_sigaction64_t. */
244 /* #undef HAVE_PR_SIGACTION64_T */
245 
246 /* Define if <sys/procfs.h> has pr_siginfo64_t. */
247 /* #undef HAVE_PR_SIGINFO64_T */
248 
249 /* Define if <sys/procfs.h> has pr_sigset_t. */
250 /* #undef HAVE_PR_SIGSET_T */
251 
252 /* Define if <sys/procfs.h> has psaddr_t. */
253 #define HAVE_PSADDR_T 1
254 
255 /* Define if <sys/procfs.h> has pstatus_t. */
256 /* #undef HAVE_PSTATUS_T */
257 
258 /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
259 /* #undef HAVE_PTRACE_GETFPXREGS */
260 
261 /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
262 /* #undef HAVE_PTRACE_GETREGS */
263 
264 /* Define to 1 if you have the <ptrace.h> header file. */
265 /* #undef HAVE_PTRACE_H */
266 
267 /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
268 #define HAVE_PT_GETDBREGS 1
269 
270 /* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */
271 /* #undef HAVE_PT_GETXMMREGS */
272 
273 /* Define to 1 if you have the `realpath' function. */
274 #define HAVE_REALPATH 1
275 
276 /* Define to 1 if you have the `sbrk' function. */
277 #define HAVE_SBRK 1
278 
279 /* Define to 1 if you have the `setpgid' function. */
280 #define HAVE_SETPGID 1
281 
282 /* Define to 1 if you have the `setpgrp' function. */
283 #define HAVE_SETPGRP 1
284 
285 /* Define to 1 if you have the <sgtty.h> header file. */
286 #define HAVE_SGTTY_H 1
287 
288 /* Define to 1 if you have the `sigaction' function. */
289 #define HAVE_SIGACTION 1
290 
291 /* Define to 1 if you have the <signal.h> header file. */
292 #define HAVE_SIGNAL_H 1
293 
294 /* Define to 1 if you have the `sigprocmask' function. */
295 #define HAVE_SIGPROCMASK 1
296 
297 /* Define if sigsetjmp is available. */
298 #define HAVE_SIGSETJMP 1
299 
300 /* Define to 1 if you have the `sigsetmask' function. */
301 #define HAVE_SIGSETMASK 1
302 
303 /* Define to 1 if you have the `socketpair' function. */
304 #define HAVE_SOCKETPAIR 1
305 
306 /* Define to 1 if the system has the type `socklen_t'. */
307 #define HAVE_SOCKLEN_T 1
308 
309 /* Define to 1 if you have the <stddef.h> header file. */
310 #define HAVE_STDDEF_H 1
311 
312 /* Define to 1 if you have the <stdint.h> header file. */
313 #define HAVE_STDINT_H 1
314 
315 /* Define to 1 if you have the <stdlib.h> header file. */
316 #define HAVE_STDLIB_H 1
317 
318 /* Define to 1 if you have the <strings.h> header file. */
319 #define HAVE_STRINGS_H 1
320 
321 /* Define to 1 if you have the <string.h> header file. */
322 #define HAVE_STRING_H 1
323 
324 /* Define if <sys/link.h> has struct link_map32 */
325 /* #undef HAVE_STRUCT_LINK_MAP32 */
326 
327 /* Define if <link.h> exists and defines struct link_map which has members
328    with an ``lm_'' prefix. (For SunOS.) */
329 /* #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS */
330 
331 /* Define if <link.h> exists and defines struct link_map which has members
332    with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */
333 #define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1
334 
335 /* Define to 1 if your system has struct lwp. */
336 /* #undef HAVE_STRUCT_LWP */
337 
338 /* Define to 1 if your system has struct reg in <machine/reg.h>. */
339 #define HAVE_STRUCT_REG 1
340 
341 /* Define to 1 if `r_fs' is member of `struct reg'. */
342 #define HAVE_STRUCT_REG_R_FS 1
343 
344 /* Define to 1 if `r_gs' is member of `struct reg'. */
345 #define HAVE_STRUCT_REG_R_GS 1
346 
347 /* Define if <link.h> exists and defines a struct so_map which has members
348    with an ``som_'' prefix. (Found on older *BSD systems.) */
349 /* #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS */
350 
351 /* Define to 1 if `st_blksize' is member of `struct stat'. */
352 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
353 
354 /* Define to 1 if `st_blocks' is member of `struct stat'. */
355 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
356 
357 /* Define to 1 if `td_pcb' is member of `struct thread'. */
358 /* #undef HAVE_STRUCT_THREAD_TD_PCB */
359 
360 /* Define to 1 if you have the `syscall' function. */
361 #define HAVE_SYSCALL 1
362 
363 /* Define to 1 if you have the <sys/debugreg.h> header file. */
364 /* #undef HAVE_SYS_DEBUGREG_H */
365 
366 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
367    */
368 /* #undef HAVE_SYS_DIR_H */
369 
370 /* Define to 1 if you have the <sys/fault.h> header file. */
371 /* #undef HAVE_SYS_FAULT_H */
372 
373 /* Define to 1 if you have the <sys/file.h> header file. */
374 #define HAVE_SYS_FILE_H 1
375 
376 /* Define to 1 if you have the <sys/filio.h> header file. */
377 #define HAVE_SYS_FILIO_H 1
378 
379 /* Define to 1 if you have the <sys/ioctl.h> header file. */
380 #define HAVE_SYS_IOCTL_H 1
381 
382 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
383    */
384 /* #undef HAVE_SYS_NDIR_H */
385 
386 /* Define to 1 if you have the <sys/param.h> header file. */
387 #define HAVE_SYS_PARAM_H 1
388 
389 /* Define to 1 if you have the <sys/poll.h> header file. */
390 #define HAVE_SYS_POLL_H 1
391 
392 /* Define to 1 if you have the <sys/procfs.h> header file. */
393 #define HAVE_SYS_PROCFS_H 1
394 
395 /* Define to 1 if you have the <sys/proc.h> header file. */
396 /* #undef HAVE_SYS_PROC_H */
397 
398 /* Define to 1 if you have the <sys/ptrace.h> header file. */
399 #define HAVE_SYS_PTRACE_H 1
400 
401 /* Define to 1 if you have the <sys/reg.h> header file. */
402 #define HAVE_SYS_REG_H 1
403 
404 /* Define to 1 if you have the <sys/resource.h> header file. */
405 #define HAVE_SYS_RESOURCE_H 1
406 
407 /* Define to 1 if you have the <sys/select.h> header file. */
408 #define HAVE_SYS_SELECT_H 1
409 
410 /* Define to 1 if you have the <sys/stat.h> header file. */
411 #define HAVE_SYS_STAT_H 1
412 
413 /* Define to 1 if you have the <sys/syscall.h> header file. */
414 #define HAVE_SYS_SYSCALL_H 1
415 
416 /* Define to 1 if you have the <sys/types.h> header file. */
417 #define HAVE_SYS_TYPES_H 1
418 
419 /* Define to 1 if you have the <sys/user.h> header file. */
420 #define HAVE_SYS_USER_H 1
421 
422 /* Define to 1 if you have the <sys/wait.h> header file. */
423 #define HAVE_SYS_WAIT_H 1
424 
425 /* Define to 1 if you have the <termios.h> header file. */
426 #define HAVE_TERMIOS_H 1
427 
428 /* Define to 1 if you have the <termio.h> header file. */
429 /* #undef HAVE_TERMIO_H */
430 
431 /* Define to 1 if you have the <term.h> header file. */
432 #define HAVE_TERM_H 1
433 
434 /* Define to 1 if you have the <thread_db.h> header file. */
435 /* #undef HAVE_THREAD_DB_H */
436 
437 /* Define if using Solaris thread debugging. */
438 /* #undef HAVE_THREAD_DB_LIB */
439 
440 /* Define to 1 if you have the <time.h> header file. */
441 #define HAVE_TIME_H 1
442 
443 /* Define if you support the tkill syscall. */
444 /* #undef HAVE_TKILL_SYSCALL */
445 
446 /* Define to 1 if you have the `ttrace' function. */
447 /* #undef HAVE_TTRACE */
448 
449 /* Define to 1 if the system has the type `uintptr_t'. */
450 #define HAVE_UINTPTR_T 1
451 
452 /* Define to 1 if you have the <unistd.h> header file. */
453 #define HAVE_UNISTD_H 1
454 
455 /* Define to 1 if you have the `vfork' function. */
456 #define HAVE_VFORK 1
457 
458 /* Define to 1 if you have the <vfork.h> header file. */
459 /* #undef HAVE_VFORK_H */
460 
461 /* Define to 1 if you have the <wait.h> header file. */
462 /* #undef HAVE_WAIT_H */
463 
464 /* Define to 1 if you have the `wborder' function. */
465 #define HAVE_WBORDER 1
466 
467 /* Define to 1 if `fork' works. */
468 #define HAVE_WORKING_FORK 1
469 
470 /* Define to 1 if `vfork' works. */
471 #define HAVE_WORKING_VFORK 1
472 
473 /* Define to 1 if you have the `XML_StopParser' function. */
474 /* #undef HAVE_XML_STOPPARSER */
475 
476 /* Define to 1 if your system has the _etext variable. */
477 #define HAVE__ETEXT 1
478 
479 /* Define to 1 if you have the `_mcleanup' function. */
480 #define HAVE__MCLEANUP 1
481 
482 /* Define as const if the declaration of iconv() needs const. */
483 #define ICONV_CONST
484 
485 /* Define if you want to use new multi-fd /proc interface (replaces
486    HAVE_MULTIPLE_PROC_FDS as well as other macros). */
487 /* #undef NEW_PROC_API */
488 
489 /* Name of this package. */
490 #define PACKAGE "gdb"
491 
492 /* Define to the address where bug reports for this package should be sent. */
493 #define PACKAGE_BUGREPORT ""
494 
495 /* Define to the full name of this package. */
496 #define PACKAGE_NAME ""
497 
498 /* Define to the full name and version of this package. */
499 #define PACKAGE_STRING ""
500 
501 /* Define to the one symbol short name of this package. */
502 #define PACKAGE_TARNAME ""
503 
504 /* Define to the version of this package. */
505 #define PACKAGE_VERSION ""
506 
507 /* Define if the prfpregset_t type is broken. */
508 /* #undef PRFPREGSET_T_BROKEN */
509 
510 /* Define to 1 if the "%Lg" format works to print long doubles. */
511 #define PRINTF_HAS_LONG_DOUBLE 1
512 
513 /* Define to 1 if the "%ll" format works to print long longs. */
514 #define PRINTF_HAS_LONG_LONG 1
515 
516 /* Define if <proc_service.h> on solaris uses int instead of size_t, and
517    assorted other type changes. */
518 /* #undef PROC_SERVICE_IS_OLD */
519 
520 /* Define to the type of arg 3 for ptrace. */
521 #define PTRACE_TYPE_ARG3 caddr_t
522 
523 /* Define to the type of arg 5 for ptrace. */
524 /* #undef PTRACE_TYPE_ARG5 */
525 
526 /* Define as the return type of ptrace. */
527 #define PTRACE_TYPE_RET int
528 
529 /* Define as the return type of signal handlers (`int' or `void'). */
530 #define RETSIGTYPE void
531 
532 /* Define to 1 if the "%Lg" format works to scan long doubles. */
533 #define SCANF_HAS_LONG_DOUBLE 1
534 
535 /* Define to 1 if the `setpgrp' function takes no argument. */
536 /* #undef SETPGRP_VOID */
537 
538 /* The size of a `char', as computed by sizeof. */
539 /* #undef SIZEOF_CHAR */
540 
541 /* The size of a `int', as computed by sizeof. */
542 /* #undef SIZEOF_INT */
543 
544 /* The size of a `long', as computed by sizeof. */
545 /* #undef SIZEOF_LONG */
546 
547 /* The size of a `short', as computed by sizeof. */
548 /* #undef SIZEOF_SHORT */
549 
550 /* The size of a `void *', as computed by sizeof. */
551 /* #undef SIZEOF_VOID_P */
552 
553 /* If using the C implementation of alloca, define if you know the
554    direction of stack growth for your system; otherwise it will be
555    automatically deduced at run-time.
556 	STACK_DIRECTION > 0 => grows toward higher addresses
557 	STACK_DIRECTION < 0 => grows toward lower addresses
558 	STACK_DIRECTION = 0 => direction of growth unknown */
559 /* #undef STACK_DIRECTION */
560 
561 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
562 /* #undef STAT_MACROS_BROKEN */
563 
564 /* Define to 1 if you have the ANSI C header files. */
565 #define STDC_HEADERS 1
566 
567 /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
568 /* #undef THREAD_DB_HAS_TD_NOTALLOC */
569 
570 /* Define if <thread_db.h> has the TD_NOTLS error code. */
571 /* #undef THREAD_DB_HAS_TD_NOTLS */
572 
573 /* Define if <thread_db.h> has the TD_VERSION error code. */
574 /* #undef THREAD_DB_HAS_TD_VERSION */
575 
576 /* Define to 1 if the regex included in libiberty should be used. */
577 #define USE_INCLUDED_REGEX 1
578 
579 /* Define if we should use the Windows API, instead of the POSIX API. On
580    Windows, we use the Windows API when building for MinGW, but the POSIX API
581    when building for Cygwin. */
582 /* #undef USE_WIN32API */
583 
584 /* Define if the simulator is being linked in. */
585 #define WITH_SIM 1
586 
587 /* Define to 1 if on AIX 3.
588    System headers sometimes define this.
589    We just want to avoid a redefinition error message.  */
590 #ifndef _ALL_SOURCE
591 /* # undef _ALL_SOURCE */
592 #endif
593 
594 /* Enable GNU extensions on systems that have them.  */
595 #ifndef _GNU_SOURCE
596 # define _GNU_SOURCE 1
597 #endif
598 
599 /* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works around a
600    <sys/proc.h> problem on IRIX 5. */
601 /* #undef _KMEMUSER */
602 
603 /* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris
604    2.[789] when using GCC. */
605 /* #undef _MSE_INT_H */
606 
607 /* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
608 /* #undef _SYSCALL32 */
609 
610 /* Define to empty if `const' does not conform to ANSI C. */
611 /* #undef const */
612 
613 /* Define to `__inline__' or `__inline' if that's what the C compiler
614    calls it, or to nothing if 'inline' is not supported under any name.  */
615 #ifndef __cplusplus
616 /* #undef inline */
617 #endif
618 
619 /* Define to `int' if <sys/types.h> does not define. */
620 /* #undef pid_t */
621 
622 /* Define as `fork' if `vfork' does not work. */
623 /* #undef vfork */
624