2000-08-29 Michael Snyder <msnyder@seadog.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / acconfig.h
1 /* Define if compiling on Solaris 7. */
2 #undef _MSE_INT_H
3
4 /* Define if your struct reg has r_fs. */
5 #undef HAVE_STRUCT_REG_R_FS
6
7 /* Define if your struct reg has r_gs. */
8 #undef HAVE_STRUCT_REG_R_GS
9
10 /* Define if pstatus_t type is available */
11 #undef HAVE_PSTATUS_T
12
13 /* Define if prrun_t type is available */
14 #undef HAVE_PRRUN_T
15
16 /* Define if fpregset_t type is available. */
17 #undef HAVE_FPREGSET_T
18
19 /* Define if gregset_t type is available. */
20 #undef HAVE_GREGSET_T
21
22 /* Define if <sys/procfs.h> has prgregset_t. */
23 #undef HAVE_PRGREGSET_T
24
25 /* Define if <sys/procfs.h> has prfpregset_t. */
26 #undef HAVE_PRFPREGSET_T
27
28 /* Define if <sys/procfs.h> has lwpid_t. */
29 #undef HAVE_LWPID_T
30
31 /* Define if <sys/procfs.h> has psaddr_t. */
32 #undef HAVE_PSADDR_T
33
34 /* Define if <sys/procfs.h> has prgregset32_t. */
35 #undef HAVE_PRGREGSET32_T
36
37 /* Define if <sys/procfs.h> has prfpregset32_t. */
38 #undef HAVE_PRFPREGSET32_T
39
40 /* Define if <sys/link.h> has struct link_map32 */
41 #undef HAVE_STRUCT_LINK_MAP32
42
43 /* Define if the prfpregset_t type is broken. */
44 #undef PRFPREGSET_T_BROKEN
45
46 /* Define if you want to use new multi-fd /proc interface
47 (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
48 #undef NEW_PROC_API
49
50 /* Define if ioctl argument PIOCSET is available. */
51 #undef HAVE_PROCFS_PIOCSET
52
53 /* Define if the `long long' type works. */
54 #undef CC_HAS_LONG_LONG
55
56 /* Define if the "ll" format works to print long long ints. */
57 #undef PRINTF_HAS_LONG_LONG
58
59 /* Define if the "%Lg" format works to print long doubles. */
60 #undef PRINTF_HAS_LONG_DOUBLE
61
62 /* Define if the "%Lg" format works to scan long doubles. */
63 #undef SCANF_HAS_LONG_DOUBLE
64
65 /* Define if using Solaris thread debugging. */
66 #undef HAVE_THREAD_DB_LIB
67
68 /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */
69 #undef START_INFERIOR_TRAPS_EXPECTED
70 #undef sys_quotactl
71
72 /* Define if you have HPUX threads */
73 #undef HAVE_HPUX_THREAD_SUPPORT
74
75 /* Define if you want to use the memory mapped malloc package (mmalloc). */
76 #undef USE_MMALLOC
77
78 /* Define if the runtime uses a routine from mmalloc before gdb has a chance
79 to initialize mmalloc, and we want to force checking to be used anyway.
80 This may cause spurious memory corruption messages if the runtime tries
81 to explicitly deallocate that memory when gdb calls exit. */
82 #undef MMCHECK_FORCE
83
84 /* Define to 1 if NLS is requested. */
85 #undef ENABLE_NLS
86
87 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
88 #undef HAVE_CATGETS
89
90 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
91 #undef HAVE_GETTEXT
92
93 /* Define as 1 if you have the stpcpy function. */
94 #undef HAVE_STPCPY
95
96 /* Define if your locale.h file contains LC_MESSAGES. */
97 #undef HAVE_LC_MESSAGES
98
99 /* Define if you want to use the full-screen terminal user interface. */
100 #undef TUI
101
102 /* Define if <proc_service.h> on solaris uses int instead of
103 size_t, and assorted other type changes. */
104 #undef PROC_SERVICE_IS_OLD
105
106 /* If you want to specify a default CPU variant, define this to be its
107 name, as a C string. */
108 #undef TARGET_CPU_DEFAULT
109
110 /* Define if the simulator is being linked in. */
111 #undef WITH_SIM
112
113 /* Set to true if the save_state_t structure is present */
114 #undef HAVE_STRUCT_SAVE_STATE_T
115
116 /* Set to true if the save_state_t structure has the ss_wide member */
117 #undef HAVE_STRUCT_MEMBER_SS_WIDE
118
119 /* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */
120 #undef HAVE_PTRACE_GETREGS
121
122 /* Define if <sys/ptrace.h> defines the PTRACE_GETFPXREGS request. */
123 #undef HAVE_PTRACE_GETFPXREGS
124
125 /* Define if gnu-regex.c included with GDB should be used. */
126 #undef USE_INCLUDED_REGEX
127
128 /* BFD's default architecture. */
129 #undef DEFAULT_BFD_ARCH
130
131 /* BFD's default target vector. */
132 #undef DEFAULT_BFD_VEC
133
134 /* Multi-arch enabled. */
135 #undef GDB_MULTI_ARCH
136
137 /* hostfile */
138 #undef GDB_XM_FILE
139
140 /* targetfile */
141 #undef GDB_TM_FILE
142
143 /* nativefile */
144 #undef GDB_NM_FILE
This page took 0.049956 seconds and 4 git commands to generate.