* acconfig.h: Remove.
[external/binutils.git] / gdb / gdbserver / config.in
1 /* config.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if <sys/procfs.h> has elf_fpregset_t. */
4 #undef HAVE_ELF_FPREGSET_T
5
6 /* Define to 1 if you have the <inttypes.h> header file. */
7 #undef HAVE_INTTYPES_H
8
9 /* Define to 1 if you have the <linux/elf.h> header file. */
10 #undef HAVE_LINUX_ELF_H
11
12 /* Define if the target supports PTRACE_GETREGS for register access. */
13 #undef HAVE_LINUX_REGSETS
14
15 /* Define if the target supports PTRACE_PEEKUSR for register access. */
16 #undef HAVE_LINUX_USRREGS
17
18 /* Define if <sys/procfs.h> has lwpid_t. */
19 #undef HAVE_LWPID_T
20
21 /* Define to 1 if you have the <memory.h> header file. */
22 #undef HAVE_MEMORY_H
23
24 /* Define if <sys/procfs.h> has prfpregset_t. */
25 #undef HAVE_PRFPREGSET_T
26
27 /* Define if <sys/procfs.h> has prgregset_t. */
28 #undef HAVE_PRGREGSET_T
29
30 /* Define to 1 if you have the <proc_service.h> header file. */
31 #undef HAVE_PROC_SERVICE_H
32
33 /* Define if <sys/procfs.h> has psaddr_t. */
34 #undef HAVE_PSADDR_T
35
36 /* Define if the target supports PTRACE_GETFPXREGS for extended register
37    access. */
38 #undef HAVE_PTRACE_GETFPXREGS
39
40 /* Define to 1 if you have the <sgtty.h> header file. */
41 #undef HAVE_SGTTY_H
42
43 /* Define if you have socklen_t. */
44 #undef HAVE_SOCKLEN_T
45
46 /* Define to 1 if you have the <stdint.h> header file. */
47 #undef HAVE_STDINT_H
48
49 /* Define to 1 if you have the <stdlib.h> header file. */
50 #undef HAVE_STDLIB_H
51
52 /* Define to 1 if you have the <strings.h> header file. */
53 #undef HAVE_STRINGS_H
54
55 /* Define to 1 if you have the <string.h> header file. */
56 #undef HAVE_STRING_H
57
58 /* Define to 1 if you have the <sys/procfs.h> header file. */
59 #undef HAVE_SYS_PROCFS_H
60
61 /* Define to 1 if you have the <sys/reg.h> header file. */
62 #undef HAVE_SYS_REG_H
63
64 /* Define to 1 if you have the <sys/stat.h> header file. */
65 #undef HAVE_SYS_STAT_H
66
67 /* Define to 1 if you have the <sys/types.h> header file. */
68 #undef HAVE_SYS_TYPES_H
69
70 /* Define to 1 if you have the <termios.h> header file. */
71 #undef HAVE_TERMIOS_H
72
73 /* Define to 1 if you have the <termio.h> header file. */
74 #undef HAVE_TERMIO_H
75
76 /* Define to 1 if you have the <thread_db.h> header file. */
77 #undef HAVE_THREAD_DB_H
78
79 /* Define to 1 if you have the <unistd.h> header file. */
80 #undef HAVE_UNISTD_H
81
82 /* Define if strerror is not declared in system header files. */
83 #undef NEED_DECLARATION_STRERROR
84
85 /* Define to the address where bug reports for this package should be sent. */
86 #undef PACKAGE_BUGREPORT
87
88 /* Define to the full name of this package. */
89 #undef PACKAGE_NAME
90
91 /* Define to the full name and version of this package. */
92 #undef PACKAGE_STRING
93
94 /* Define to the one symbol short name of this package. */
95 #undef PACKAGE_TARNAME
96
97 /* Define to the version of this package. */
98 #undef PACKAGE_VERSION
99
100 /* Define if the prfpregset_t type is broken. */
101 #undef PRFPREGSET_T_BROKEN
102
103 /* Define to 1 if you have the ANSI C header files. */
104 #undef STDC_HEADERS