Configury changes for AIX5/IA-64.
[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/procfs.h> has prsysent_t */
41 #undef HAVE_PRSYSENT_T
42
43 /* Define if <sys/procfs.h> has pr_sigset_t */
44 #undef HAVE_PR_SIGSET_T
45
46 /* Define if <sys/procfs.h> has pr_sigaction64_t */
47 #undef HAVE_PR_SIGACTION64_T
48
49 /* Define if <sys/procfs.h> has pr_siginfo64_t */
50 #undef HAVE_PR_SIGINFO64_T
51
52 /* Define if <sys/link.h> has struct link_map32 */
53 #undef HAVE_STRUCT_LINK_MAP32
54
55 /* Define if the prfpregset_t type is broken. */
56 #undef PRFPREGSET_T_BROKEN
57
58 /* Define if you want to use new multi-fd /proc interface
59 (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
60 #undef NEW_PROC_API
61
62 /* Define if ioctl argument PIOCSET is available. */
63 #undef HAVE_PROCFS_PIOCSET
64
65 /* Define if the `long long' type works. */
66 #undef CC_HAS_LONG_LONG
67
68 /* Define if the "ll" format works to print long long ints. */
69 #undef PRINTF_HAS_LONG_LONG
70
71 /* Define if the "%Lg" format works to print long doubles. */
72 #undef PRINTF_HAS_LONG_DOUBLE
73
74 /* Define if the "%Lg" format works to scan long doubles. */
75 #undef SCANF_HAS_LONG_DOUBLE
76
77 /* Define if using Solaris thread debugging. */
78 #undef HAVE_THREAD_DB_LIB
79
80 /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */
81 #undef START_INFERIOR_TRAPS_EXPECTED
82 #undef sys_quotactl
83
84 /* Define if you have HPUX threads */
85 #undef HAVE_HPUX_THREAD_SUPPORT
86
87 /* Define if you want to use the memory mapped malloc package (mmalloc). */
88 #undef USE_MMALLOC
89
90 /* Define if the runtime uses a routine from mmalloc before gdb has a chance
91 to initialize mmalloc, and we want to force checking to be used anyway.
92 This may cause spurious memory corruption messages if the runtime tries
93 to explicitly deallocate that memory when gdb calls exit. */
94 #undef MMCHECK_FORCE
95
96 /* Define to 1 if NLS is requested. */
97 #undef ENABLE_NLS
98
99 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
100 #undef HAVE_CATGETS
101
102 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
103 #undef HAVE_GETTEXT
104
105 /* Define as 1 if you have the stpcpy function. */
106 #undef HAVE_STPCPY
107
108 /* Define if your locale.h file contains LC_MESSAGES. */
109 #undef HAVE_LC_MESSAGES
110
111 /* Define if you want to use the full-screen terminal user interface. */
112 #undef TUI
113
114 /* Define if <proc_service.h> on solaris uses int instead of
115 size_t, and assorted other type changes. */
116 #undef PROC_SERVICE_IS_OLD
117
118 /* If you want to specify a default CPU variant, define this to be its
119 name, as a C string. */
120 #undef TARGET_CPU_DEFAULT
121
122 /* Define if the simulator is being linked in. */
123 #undef WITH_SIM
124
125 /* Set to true if the save_state_t structure is present */
126 #undef HAVE_STRUCT_SAVE_STATE_T
127
128 /* Set to true if the save_state_t structure has the ss_wide member */
129 #undef HAVE_STRUCT_MEMBER_SS_WIDE
130
131 /* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */
132 #undef HAVE_PTRACE_GETREGS
133
134 /* Define if <sys/ptrace.h> defines the PTRACE_GETFPXREGS request. */
135 #undef HAVE_PTRACE_GETFPXREGS
136
137 /* Define if gnu-regex.c included with GDB should be used. */
138 #undef USE_INCLUDED_REGEX
139
140 /* BFD's default architecture. */
141 #undef DEFAULT_BFD_ARCH
142
143 /* BFD's default target vector. */
144 #undef DEFAULT_BFD_VEC
145
146 /* Multi-arch enabled. */
147 #undef GDB_MULTI_ARCH
148
149 /* hostfile */
150 #undef GDB_XM_FILE
151
152 /* targetfile */
153 #undef GDB_TM_FILE
154
155 /* nativefile */
156 #undef GDB_NM_FILE
This page took 0.033827 seconds and 5 git commands to generate.