* configure.ac (targ_archs): Use standard autoconf check for
[deliverable/binutils-gdb.git] / gdb / acconfig.h
1 /* Enable GNU extensions on systems that have them. */
2 #ifndef _GNU_SOURCE
3 # undef _GNU_SOURCE
4 #endif
5
6 /* Define if your struct reg has r_fs. */
7 #undef HAVE_STRUCT_REG_R_FS
8
9 /* Define if your struct reg has r_gs. */
10 #undef HAVE_STRUCT_REG_R_GS
11
12 /* Define if pstatus_t type is available */
13 #undef HAVE_PSTATUS_T
14
15 /* Define if prrun_t type is available */
16 #undef HAVE_PRRUN_T
17
18 /* Define if fpregset_t type is available. */
19 #undef HAVE_FPREGSET_T
20
21 /* Define if gregset_t type is available. */
22 #undef HAVE_GREGSET_T
23
24 /* Define if <sys/procfs.h> has prgregset_t. */
25 #undef HAVE_PRGREGSET_T
26
27 /* Define if <sys/procfs.h> has prfpregset_t. */
28 #undef HAVE_PRFPREGSET_T
29
30 /* Define if <sys/procfs.h> has lwpid_t. */
31 #undef HAVE_LWPID_T
32
33 /* Define if <sys/procfs.h> has psaddr_t. */
34 #undef HAVE_PSADDR_T
35
36 /* Define if <sys/procfs.h> has prgregset32_t. */
37 #undef HAVE_PRGREGSET32_T
38
39 /* Define if <sys/procfs.h> has prfpregset32_t. */
40 #undef HAVE_PRFPREGSET32_T
41
42 /* Define if <sys/procfs.h> has prsysent_t */
43 #undef HAVE_PRSYSENT_T
44
45 /* Define if <sys/procfs.h> has pr_sigset_t */
46 #undef HAVE_PR_SIGSET_T
47
48 /* Define if <sys/procfs.h> has pr_sigaction64_t */
49 #undef HAVE_PR_SIGACTION64_T
50
51 /* Define if <sys/procfs.h> has pr_siginfo64_t */
52 #undef HAVE_PR_SIGINFO64_T
53
54 /* Define if <link.h> exists and defines struct link_map which has
55 members with an ``l_'' prefix. (For Solaris, SVR4, and
56 SVR4-like systems.) */
57 #undef HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS
58
59 /* Define if <link.h> exists and defines struct link_map which has
60 members with an ``lm_'' prefix. (For SunOS.) */
61 #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS
62
63 /* Define if <link.h> exists and defines a struct so_map which has
64 members with an ``som_'' prefix. (Found on older *BSD systems.) */
65 #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS
66
67 /* Define if <sys/link.h> has struct link_map32 */
68 #undef HAVE_STRUCT_LINK_MAP32
69
70 /* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
71 #undef _SYSCALL32
72
73 /* Define if the prfpregset_t type is broken. */
74 #undef PRFPREGSET_T_BROKEN
75
76 /* Define if you want to use new multi-fd /proc interface
77 (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
78 #undef NEW_PROC_API
79
80 /* Define if ioctl argument PIOCSET is available. */
81 #undef HAVE_PROCFS_PIOCSET
82
83 /* Define if using Solaris thread debugging. */
84 #undef HAVE_THREAD_DB_LIB
85
86 /* Define if you support the tkill syscall. */
87 #undef HAVE_TKILL_SYSCALL
88
89 /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */
90 #undef START_INFERIOR_TRAPS_EXPECTED
91 #undef sys_quotactl
92
93 /* Define if you have HPUX threads */
94 #undef HAVE_HPUX_THREAD_SUPPORT
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 /* Define if the simulator is being linked in. */
119 #undef WITH_SIM
120
121 /* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */
122 #undef HAVE_PTRACE_GETREGS
123
124 /* Define if <sys/ptrace.h> defines the PTRACE_GETFPXREGS request. */
125 #undef HAVE_PTRACE_GETFPXREGS
126
127 /* Define if <sys/ptrace.h> defines the PT_GETDBREGS request. */
128 #undef HAVE_PT_GETDBREGS
129
130 /* Define if <sys/ptrace.h> defines the PT_GETXMMREGS request. */
131 #undef HAVE_PT_GETXMMREGS
132
133 /* Define if libunwind library is being used. */
134 #undef HAVE_LIBUNWIND
135
136 /* hostfile */
137 #undef GDB_XM_FILE
138
139 /* targetfile */
140 #undef GDB_TM_FILE
141
142 /* nativefile */
143 #undef GDB_NM_FILE
144
145 /* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works
146 around a <sys/proc.h> problem on IRIX 5. */
147 #ifndef _KMEMUSER
148 #undef _KMEMUSER
149 #endif
This page took 0.031654 seconds and 4 git commands to generate.