xref: /dragonfly/gnu/usr.bin/gdb/libgdb/config.h (revision 9f3fc534)
1 /* $DragonFly: src/gnu/usr.bin/gdb/libgdb/config.h,v 1.4 2008/08/29 22:15:03 dillon 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 #define HAVE_STRUCT_LWP	1
338 
339 /* Define to 1 if your system has struct reg in <machine/reg.h>. */
340 #define HAVE_STRUCT_REG 1
341 
342 /* Define to 1 if `r_fs' is member of `struct reg'. */
343 #define HAVE_STRUCT_REG_R_FS 1
344 
345 /* Define to 1 if `r_gs' is member of `struct reg'. */
346 #define HAVE_STRUCT_REG_R_GS 1
347 
348 /* Define if <link.h> exists and defines a struct so_map which has members
349    with an ``som_'' prefix. (Found on older *BSD systems.) */
350 /* #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS */
351 
352 /* Define to 1 if `st_blksize' is member of `struct stat'. */
353 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
354 
355 /* Define to 1 if `st_blocks' is member of `struct stat'. */
356 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
357 
358 /* Define to 1 if `td_pcb' is member of `struct thread'. */
359 /* #undef HAVE_STRUCT_THREAD_TD_PCB */
360 
361 /* Define to 1 if you have the `syscall' function. */
362 #define HAVE_SYSCALL 1
363 
364 /* Define to 1 if you have the <sys/debugreg.h> header file. */
365 /* #undef HAVE_SYS_DEBUGREG_H */
366 
367 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
368    */
369 /* #undef HAVE_SYS_DIR_H */
370 
371 /* Define to 1 if you have the <sys/fault.h> header file. */
372 /* #undef HAVE_SYS_FAULT_H */
373 
374 /* Define to 1 if you have the <sys/file.h> header file. */
375 #define HAVE_SYS_FILE_H 1
376 
377 /* Define to 1 if you have the <sys/filio.h> header file. */
378 #define HAVE_SYS_FILIO_H 1
379 
380 /* Define to 1 if you have the <sys/ioctl.h> header file. */
381 #define HAVE_SYS_IOCTL_H 1
382 
383 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
384    */
385 /* #undef HAVE_SYS_NDIR_H */
386 
387 /* Define to 1 if you have the <sys/param.h> header file. */
388 #define HAVE_SYS_PARAM_H 1
389 
390 /* Define to 1 if you have the <sys/poll.h> header file. */
391 #define HAVE_SYS_POLL_H 1
392 
393 /* Define to 1 if you have the <sys/procfs.h> header file. */
394 #define HAVE_SYS_PROCFS_H 1
395 
396 /* Define to 1 if you have the <sys/proc.h> header file. */
397 /* #undef HAVE_SYS_PROC_H */
398 
399 /* Define to 1 if you have the <sys/ptrace.h> header file. */
400 #define HAVE_SYS_PTRACE_H 1
401 
402 /* Define to 1 if you have the <sys/reg.h> header file. */
403 #define HAVE_SYS_REG_H 1
404 
405 /* Define to 1 if you have the <sys/resource.h> header file. */
406 #define HAVE_SYS_RESOURCE_H 1
407 
408 /* Define to 1 if you have the <sys/select.h> header file. */
409 #define HAVE_SYS_SELECT_H 1
410 
411 /* Define to 1 if you have the <sys/stat.h> header file. */
412 #define HAVE_SYS_STAT_H 1
413 
414 /* Define to 1 if you have the <sys/syscall.h> header file. */
415 #define HAVE_SYS_SYSCALL_H 1
416 
417 /* Define to 1 if you have the <sys/types.h> header file. */
418 #define HAVE_SYS_TYPES_H 1
419 
420 /* Define to 1 if you have the <sys/user.h> header file. */
421 #define HAVE_SYS_USER_H 1
422 
423 /* Define to 1 if you have the <sys/wait.h> header file. */
424 #define HAVE_SYS_WAIT_H 1
425 
426 /* Define to 1 if you have the <termios.h> header file. */
427 #define HAVE_TERMIOS_H 1
428 
429 /* Define to 1 if you have the <termio.h> header file. */
430 /* #undef HAVE_TERMIO_H */
431 
432 /* Define to 1 if you have the <term.h> header file. */
433 #define HAVE_TERM_H 1
434 
435 /* Define to 1 if you have the <thread_db.h> header file. */
436 /* #undef HAVE_THREAD_DB_H */
437 
438 /* Define if using Solaris thread debugging. */
439 /* #undef HAVE_THREAD_DB_LIB */
440 
441 /* Define to 1 if you have the <time.h> header file. */
442 #define HAVE_TIME_H 1
443 
444 /* Define if you support the tkill syscall. */
445 /* #undef HAVE_TKILL_SYSCALL */
446 
447 /* Define to 1 if you have the `ttrace' function. */
448 /* #undef HAVE_TTRACE */
449 
450 /* Define to 1 if the system has the type `uintptr_t'. */
451 #define HAVE_UINTPTR_T 1
452 
453 /* Define to 1 if you have the <unistd.h> header file. */
454 #define HAVE_UNISTD_H 1
455 
456 /* Define to 1 if you have the `vfork' function. */
457 #define HAVE_VFORK 1
458 
459 /* Define to 1 if you have the <vfork.h> header file. */
460 /* #undef HAVE_VFORK_H */
461 
462 /* Define to 1 if you have the <wait.h> header file. */
463 /* #undef HAVE_WAIT_H */
464 
465 /* Define to 1 if you have the `wborder' function. */
466 #define HAVE_WBORDER 1
467 
468 /* Define to 1 if `fork' works. */
469 #define HAVE_WORKING_FORK 1
470 
471 /* Define to 1 if `vfork' works. */
472 #define HAVE_WORKING_VFORK 1
473 
474 /* Define to 1 if you have the `XML_StopParser' function. */
475 /* #undef HAVE_XML_STOPPARSER */
476 
477 /* Define to 1 if your system has the _etext variable. */
478 #define HAVE__ETEXT 1
479 
480 /* Define to 1 if you have the `_mcleanup' function. */
481 #define HAVE__MCLEANUP 1
482 
483 /* Define as const if the declaration of iconv() needs const. */
484 #define ICONV_CONST
485 
486 /* Define if you want to use new multi-fd /proc interface (replaces
487    HAVE_MULTIPLE_PROC_FDS as well as other macros). */
488 /* #undef NEW_PROC_API */
489 
490 /* Name of this package. */
491 #define PACKAGE "gdb"
492 
493 /* Define to the address where bug reports for this package should be sent. */
494 #define PACKAGE_BUGREPORT ""
495 
496 /* Define to the full name of this package. */
497 #define PACKAGE_NAME ""
498 
499 /* Define to the full name and version of this package. */
500 #define PACKAGE_STRING ""
501 
502 /* Define to the one symbol short name of this package. */
503 #define PACKAGE_TARNAME ""
504 
505 /* Define to the version of this package. */
506 #define PACKAGE_VERSION ""
507 
508 /* Define if the prfpregset_t type is broken. */
509 /* #undef PRFPREGSET_T_BROKEN */
510 
511 /* Define to 1 if the "%Lg" format works to print long doubles. */
512 #define PRINTF_HAS_LONG_DOUBLE 1
513 
514 /* Define to 1 if the "%ll" format works to print long longs. */
515 #define PRINTF_HAS_LONG_LONG 1
516 
517 /* Define if <proc_service.h> on solaris uses int instead of size_t, and
518    assorted other type changes. */
519 /* #undef PROC_SERVICE_IS_OLD */
520 
521 /* Define to the type of arg 3 for ptrace. */
522 #define PTRACE_TYPE_ARG3 caddr_t
523 
524 /* Define to the type of arg 5 for ptrace. */
525 /* #undef PTRACE_TYPE_ARG5 */
526 
527 /* Define as the return type of ptrace. */
528 #define PTRACE_TYPE_RET int
529 
530 /* Define as the return type of signal handlers (`int' or `void'). */
531 #define RETSIGTYPE void
532 
533 /* Define to 1 if the "%Lg" format works to scan long doubles. */
534 #define SCANF_HAS_LONG_DOUBLE 1
535 
536 /* Define to 1 if the `setpgrp' function takes no argument. */
537 /* #undef SETPGRP_VOID */
538 
539 /* The size of a `char', as computed by sizeof. */
540 /* #undef SIZEOF_CHAR */
541 
542 /* The size of a `int', as computed by sizeof. */
543 /* #undef SIZEOF_INT */
544 
545 /* The size of a `long', as computed by sizeof. */
546 /* #undef SIZEOF_LONG */
547 
548 /* The size of a `short', as computed by sizeof. */
549 /* #undef SIZEOF_SHORT */
550 
551 /* The size of a `void *', as computed by sizeof. */
552 /* #undef SIZEOF_VOID_P */
553 
554 /* If using the C implementation of alloca, define if you know the
555    direction of stack growth for your system; otherwise it will be
556    automatically deduced at run-time.
557 	STACK_DIRECTION > 0 => grows toward higher addresses
558 	STACK_DIRECTION < 0 => grows toward lower addresses
559 	STACK_DIRECTION = 0 => direction of growth unknown */
560 /* #undef STACK_DIRECTION */
561 
562 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
563 /* #undef STAT_MACROS_BROKEN */
564 
565 /* Define to 1 if you have the ANSI C header files. */
566 #define STDC_HEADERS 1
567 
568 /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
569 /* #undef THREAD_DB_HAS_TD_NOTALLOC */
570 
571 /* Define if <thread_db.h> has the TD_NOTLS error code. */
572 /* #undef THREAD_DB_HAS_TD_NOTLS */
573 
574 /* Define if <thread_db.h> has the TD_VERSION error code. */
575 /* #undef THREAD_DB_HAS_TD_VERSION */
576 
577 /* Define to 1 if the regex included in libiberty should be used. */
578 #define USE_INCLUDED_REGEX 1
579 
580 /* Define if we should use the Windows API, instead of the POSIX API. On
581    Windows, we use the Windows API when building for MinGW, but the POSIX API
582    when building for Cygwin. */
583 /* #undef USE_WIN32API */
584 
585 /* Define if the simulator is being linked in. */
586 #define WITH_SIM 1
587 
588 /* Define to 1 if on AIX 3.
589    System headers sometimes define this.
590    We just want to avoid a redefinition error message.  */
591 #ifndef _ALL_SOURCE
592 /* # undef _ALL_SOURCE */
593 #endif
594 
595 /* Enable GNU extensions on systems that have them.  */
596 #ifndef _GNU_SOURCE
597 # define _GNU_SOURCE 1
598 #endif
599 
600 /* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works around a
601    <sys/proc.h> problem on IRIX 5. */
602 /* #undef _KMEMUSER */
603 
604 /* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris
605    2.[789] when using GCC. */
606 /* #undef _MSE_INT_H */
607 
608 /* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
609 /* #undef _SYSCALL32 */
610 
611 /* Define to empty if `const' does not conform to ANSI C. */
612 /* #undef const */
613 
614 /* Define to `__inline__' or `__inline' if that's what the C compiler
615    calls it, or to nothing if 'inline' is not supported under any name.  */
616 #ifndef __cplusplus
617 /* #undef inline */
618 #endif
619 
620 /* Define to `int' if <sys/types.h> does not define. */
621 /* #undef pid_t */
622 
623 /* Define as `fork' if `vfork' does not work. */
624 /* #undef vfork */
625