Fix typo.
[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 the prfpregset_t type is broken. */
35 #undef PRFPREGSET_T_BROKEN
36
37 /* Define if you want to use new multi-fd /proc interface
38 (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
39 #undef NEW_PROC_API
40
41 /* Define if ioctl argument PIOCSET is available. */
42 #undef HAVE_PROCFS_PIOCSET
43
44 /* Define if the `long long' type works. */
45 #undef CC_HAS_LONG_LONG
46
47 /* Define if the "ll" format works to print long long ints. */
48 #undef PRINTF_HAS_LONG_LONG
49
50 /* Define if the "%Lg" format works to print long doubles. */
51 #undef PRINTF_HAS_LONG_DOUBLE
52
53 /* Define if the "%Lg" format works to scan long doubles. */
54 #undef SCANF_HAS_LONG_DOUBLE
55
56 /* Define if using Solaris thread debugging. */
57 #undef HAVE_THREAD_DB_LIB
58
59 /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */
60 #undef START_INFERIOR_TRAPS_EXPECTED
61 #undef sys_quotactl
62
63 /* Define if you have HPUX threads */
64 #undef HAVE_HPUX_THREAD_SUPPORT
65
66 /* Define if you want to use the memory mapped malloc package (mmalloc). */
67 #undef USE_MMALLOC
68
69 /* Define if the runtime uses a routine from mmalloc before gdb has a chance
70 to initialize mmalloc, and we want to force checking to be used anyway.
71 This may cause spurious memory corruption messages if the runtime tries
72 to explicitly deallocate that memory when gdb calls exit. */
73 #undef MMCHECK_FORCE
74
75 /* Define to 1 if NLS is requested. */
76 #undef ENABLE_NLS
77
78 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
79 #undef HAVE_CATGETS
80
81 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
82 #undef HAVE_GETTEXT
83
84 /* Define as 1 if you have the stpcpy function. */
85 #undef HAVE_STPCPY
86
87 /* Define if your locale.h file contains LC_MESSAGES. */
88 #undef HAVE_LC_MESSAGES
89
90 /* Define if you want to use the full-screen terminal user interface. */
91 #undef TUI
92
93 /* Define if <proc_service.h> on solaris uses int instead of
94 size_t, and assorted other type changes. */
95 #undef PROC_SERVICE_IS_OLD
96
97 /* If you want to specify a default CPU variant, define this to be its
98 name, as a C string. */
99 #undef TARGET_CPU_DEFAULT
100
101 /* Define if the simulator is being linked in. */
102 #undef WITH_SIM
103
104 /* Set to true if the save_state_t structure is present */
105 #undef HAVE_STRUCT_SAVE_STATE_T
106
107 /* Set to true if the save_state_t structure has the ss_wide member */
108 #undef HAVE_STRUCT_MEMBER_SS_WIDE
109
110 /* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */
111 #undef HAVE_PTRACE_GETREGS
112
113 /* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */
114 #undef HAVE_PTRACE_GETXFPREGS
115
116 /* Define if gnu-regex.c included with GDB should be used. */
117 #undef USE_INCLUDED_REGEX
118
119 /* BFD's default architecture. */
120 #undef DEFAULT_BFD_ARCH
121
122 /* BFD's default target vector. */
123 #undef DEFAULT_BFD_VEC
This page took 0.033501 seconds and 4 git commands to generate.