1 /* Define if compiling on Solaris 7. */
4 /* Define if your struct reg has r_fs. */
7 /* Define if your struct reg has r_gs. */
10 /* Define if pstatus_t type is available */
13 /* Define if prrun_t type is available */
16 /* Define if fpregset_t type is available. */
17 #undef HAVE_FPREGSET_T
19 /* Define if gregset_t type is available. */
22 /* Define if <sys/procfs.h> has prgregset_t. */
23 #undef HAVE_PRGREGSET_T
25 /* Define if <sys/procfs.h> has prfpregset_t. */
26 #undef HAVE_PRFPREGSET_T
28 /* Define if <sys/procfs.h> has lwpid_t. */
31 /* Define if <sys/procfs.h> has psaddr_t. */
34 /* Define if the prfpregset_t type is broken. */
35 #undef PRFPREGSET_T_BROKEN
37 /* Define if you want to use new multi-fd /proc interface
38 (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
41 /* Define if ioctl argument PIOCSET is available. */
42 #undef HAVE_PROCFS_PIOCSET
44 /* Define if the `long long' type works. */
45 #undef CC_HAS_LONG_LONG
47 /* Define if the "ll" format works to print long long ints. */
48 #undef PRINTF_HAS_LONG_LONG
50 /* Define if the "%Lg" format works to print long doubles. */
51 #undef PRINTF_HAS_LONG_DOUBLE
53 /* Define if the "%Lg" format works to scan long doubles. */
54 #undef SCANF_HAS_LONG_DOUBLE
56 /* Define if using Solaris thread debugging. */
57 #undef HAVE_THREAD_DB_LIB
59 /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */
60 #undef START_INFERIOR_TRAPS_EXPECTED
63 /* Define if you have HPUX threads */
64 #undef HAVE_HPUX_THREAD_SUPPORT
66 /* Define if you want to use the memory mapped malloc package (mmalloc). */
69 /* Define if the runtime uses a routine from mmalloc before gdb has a chance
70 to initialize mmalloc, and we want to force checking to be used anyway.
71 This may cause spurious memory corruption messages if the runtime tries
72 to explicitly deallocate that memory when gdb calls exit. */
75 /* Define to 1 if NLS is requested. */
78 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
81 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
84 /* Define as 1 if you have the stpcpy function. */
87 /* Define if your locale.h file contains LC_MESSAGES. */
88 #undef HAVE_LC_MESSAGES
90 /* Define if you want to use the full-screen terminal user interface. */
93 /* Define if <proc_service.h> on solaris uses int instead of
94 size_t, and assorted other type changes. */
95 #undef PROC_SERVICE_IS_OLD
97 /* If you want to specify a default CPU variant, define this to be its
98 name, as a C string. */
99 #undef TARGET_CPU_DEFAULT
101 /* Define if the simulator is being linked in. */
104 /* Set to true if the save_state_t structure is present */
105 #undef HAVE_STRUCT_SAVE_STATE_T
107 /* Set to true if the save_state_t structure has the ss_wide member */
108 #undef HAVE_STRUCT_MEMBER_SS_WIDE
110 /* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */
111 #undef HAVE_PTRACE_GETREGS
113 /* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */
114 #undef HAVE_PTRACE_GETXFPREGS
116 /* Define if gnu-regex.c included with GDB should be used. */
117 #undef USE_INCLUDED_REGEX