2002-06-11 Daniel Jacobowitz <drow@mvista.com>
[external/binutils.git] / gdb / gdbserver / acconfig.h
1 /* Define if the target supports PTRACE_PEEKUSR for register access.  */
2 #undef HAVE_LINUX_USRREGS
3
4 /* Define if the target supports PTRACE_GETREGS for register access.  */
5 #undef HAVE_LINUX_REGSETS
6
7 /* Define if the target supports PTRACE_GETFPXREGS for extended
8    register access.  */
9 #undef HAVE_PTRACE_GETFPXREGS
10
11 /* Define if <sys/procfs.h> has prgregset_t. */
12 #undef HAVE_PRGREGSET_T
13
14 /* Define if <sys/procfs.h> has prfpregset_t. */
15 #undef HAVE_PRFPREGSET_T
16
17 /* Define if <sys/procfs.h> has lwpid_t. */
18 #undef HAVE_LWPID_T
19
20 /* Define if <sys/procfs.h> has psaddr_t. */
21 #undef HAVE_PSADDR_T
22
23 /* Define if the prfpregset_t type is broken. */
24 #undef PRFPREGSET_T_BROKEN