daily update
[deliverable/binutils-gdb.git] / gdb / acconfig.h
CommitLineData
14abd0fb
MK
1/* Enable GNU extensions on systems that have them. */
2#ifndef _GNU_SOURCE
3# undef _GNU_SOURCE
4#endif
5
c906108c
SS
6/* Define if pstatus_t type is available */
7#undef HAVE_PSTATUS_T
8
9/* Define if prrun_t type is available */
10#undef HAVE_PRRUN_T
11
12/* Define if fpregset_t type is available. */
13#undef HAVE_FPREGSET_T
14
15/* Define if gregset_t type is available. */
16#undef HAVE_GREGSET_T
17
d84dd0c5
MK
18/* Define if <sys/procfs.h> has prgregset_t. */
19#undef HAVE_PRGREGSET_T
20
21/* Define if <sys/procfs.h> has prfpregset_t. */
22#undef HAVE_PRFPREGSET_T
23
24/* Define if <sys/procfs.h> has lwpid_t. */
25#undef HAVE_LWPID_T
26
27/* Define if <sys/procfs.h> has psaddr_t. */
28#undef HAVE_PSADDR_T
29
23e04971
MS
30/* Define if <sys/procfs.h> has prgregset32_t. */
31#undef HAVE_PRGREGSET32_T
32
33/* Define if <sys/procfs.h> has prfpregset32_t. */
34#undef HAVE_PRFPREGSET32_T
35
596c9d4b
KB
36/* Define if <sys/procfs.h> has prsysent_t */
37#undef HAVE_PRSYSENT_T
38
39/* Define if <sys/procfs.h> has pr_sigset_t */
40#undef HAVE_PR_SIGSET_T
41
42/* Define if <sys/procfs.h> has pr_sigaction64_t */
43#undef HAVE_PR_SIGACTION64_T
44
45/* Define if <sys/procfs.h> has pr_siginfo64_t */
46#undef HAVE_PR_SIGINFO64_T
47
d45fe813
KB
48/* Define if <link.h> exists and defines struct link_map which has
49 members with an ``l_'' prefix. (For Solaris, SVR4, and
50 SVR4-like systems.) */
51#undef HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS
52
53/* Define if <link.h> exists and defines struct link_map which has
54 members with an ``lm_'' prefix. (For SunOS.) */
55#undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS
56
57/* Define if <link.h> exists and defines a struct so_map which has
58 members with an ``som_'' prefix. (Found on older *BSD systems.) */
59#undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS
60
23e04971
MS
61/* Define if <sys/link.h> has struct link_map32 */
62#undef HAVE_STRUCT_LINK_MAP32
63
943c9c25
MS
64/* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
65#undef _SYSCALL32
66
d84dd0c5
MK
67/* Define if the prfpregset_t type is broken. */
68#undef PRFPREGSET_T_BROKEN
69
c3f6f71d
JM
70/* Define if you want to use new multi-fd /proc interface
71 (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
72#undef NEW_PROC_API
73
c906108c
SS
74/* Define if ioctl argument PIOCSET is available. */
75#undef HAVE_PROCFS_PIOCSET
76
c906108c
SS
77/* Define if using Solaris thread debugging. */
78#undef HAVE_THREAD_DB_LIB
79
b757528f
JJ
80/* Define if you support the tkill syscall. */
81#undef HAVE_TKILL_SYSCALL
82
c906108c
SS
83/* Define on a GNU/Linux system to work around problems in sys/procfs.h. */
84#undef START_INFERIOR_TRAPS_EXPECTED
85#undef sys_quotactl
86
87/* Define if you have HPUX threads */
88#undef HAVE_HPUX_THREAD_SUPPORT
89
c906108c
SS
90/* Define to 1 if NLS is requested. */
91#undef ENABLE_NLS
92
93/* Define as 1 if you have catgets and don't want to use GNU gettext. */
94#undef HAVE_CATGETS
95
96/* Define as 1 if you have gettext and don't want to use GNU gettext. */
97#undef HAVE_GETTEXT
98
99/* Define as 1 if you have the stpcpy function. */
100#undef HAVE_STPCPY
101
102/* Define if your locale.h file contains LC_MESSAGES. */
103#undef HAVE_LC_MESSAGES
104
105/* Define if you want to use the full-screen terminal user interface. */
106#undef TUI
107
108/* Define if <proc_service.h> on solaris uses int instead of
109 size_t, and assorted other type changes. */
110#undef PROC_SERVICE_IS_OLD
111
7a292a7a
SS
112/* Define if the simulator is being linked in. */
113#undef WITH_SIM
114
3f1ef994 115/* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */
e7d0728a
AC
116#undef HAVE_PTRACE_GETREGS
117
6ce2ac0b
MK
118/* Define if <sys/ptrace.h> defines the PTRACE_GETFPXREGS request. */
119#undef HAVE_PTRACE_GETFPXREGS
e48f66e4 120
0afdd437
MK
121/* Define if <sys/ptrace.h> defines the PT_GETDBREGS request. */
122#undef HAVE_PT_GETDBREGS
123
7e89e357
JT
124/* Define if <sys/ptrace.h> defines the PT_GETXMMREGS request. */
125#undef HAVE_PT_GETXMMREGS
126
0e5d83e3
JJ
127/* Define if libunwind library is being used. */
128#undef HAVE_LIBUNWIND
129
5a2402b8
AC
130/* hostfile */
131#undef GDB_XM_FILE
132
133/* targetfile */
134#undef GDB_TM_FILE
135
136/* nativefile */
137#undef GDB_NM_FILE
c960c18f
AC
138
139/* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works
140 around a <sys/proc.h> problem on IRIX 5. */
141#ifndef _KMEMUSER
142#undef _KMEMUSER
143#endif
This page took 0.318603 seconds and 4 git commands to generate.