Fri Apr 7 13:44:38 2000 glen mccready <gkm@pobox.com>
[deliverable/binutils-gdb.git] / gdb / acconfig.h
CommitLineData
6abadcf8
ND
1/* Define if compiling on Solaris 7. */
2#undef _MSE_INT_H
3
c906108c
SS
4/* Define if pstatus_t type is available */
5#undef HAVE_PSTATUS_T
6
7/* Define if prrun_t type is available */
8#undef HAVE_PRRUN_T
9
10/* Define if fpregset_t type is available. */
11#undef HAVE_FPREGSET_T
12
13/* Define if gregset_t type is available. */
14#undef HAVE_GREGSET_T
15
d84dd0c5
MK
16/* Define if <sys/procfs.h> has prgregset_t. */
17#undef HAVE_PRGREGSET_T
18
19/* Define if <sys/procfs.h> has prfpregset_t. */
20#undef HAVE_PRFPREGSET_T
21
22/* Define if <sys/procfs.h> has lwpid_t. */
23#undef HAVE_LWPID_T
24
25/* Define if <sys/procfs.h> has psaddr_t. */
26#undef HAVE_PSADDR_T
27
28/* Define if the prfpregset_t type is broken. */
29#undef PRFPREGSET_T_BROKEN
30
c3f6f71d
JM
31/* Define if you want to use new multi-fd /proc interface
32 (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
33#undef NEW_PROC_API
34
c906108c
SS
35/* Define if ioctl argument PIOCSET is available. */
36#undef HAVE_PROCFS_PIOCSET
37
c906108c
SS
38/* Define if the `long long' type works. */
39#undef CC_HAS_LONG_LONG
40
41/* Define if the "ll" format works to print long long ints. */
42#undef PRINTF_HAS_LONG_LONG
43
44/* Define if the "%Lg" format works to print long doubles. */
45#undef PRINTF_HAS_LONG_DOUBLE
46
47/* Define if the "%Lg" format works to scan long doubles. */
48#undef SCANF_HAS_LONG_DOUBLE
49
50/* Define if using Solaris thread debugging. */
51#undef HAVE_THREAD_DB_LIB
52
53/* Define on a GNU/Linux system to work around problems in sys/procfs.h. */
54#undef START_INFERIOR_TRAPS_EXPECTED
55#undef sys_quotactl
56
57/* Define if you have HPUX threads */
58#undef HAVE_HPUX_THREAD_SUPPORT
59
60/* Define if you want to use the memory mapped malloc package (mmalloc). */
61#undef USE_MMALLOC
62
63/* Define if the runtime uses a routine from mmalloc before gdb has a chance
64 to initialize mmalloc, and we want to force checking to be used anyway.
65 This may cause spurious memory corruption messages if the runtime tries
66 to explicitly deallocate that memory when gdb calls exit. */
67#undef MMCHECK_FORCE
68
69/* Define to 1 if NLS is requested. */
70#undef ENABLE_NLS
71
72/* Define as 1 if you have catgets and don't want to use GNU gettext. */
73#undef HAVE_CATGETS
74
75/* Define as 1 if you have gettext and don't want to use GNU gettext. */
76#undef HAVE_GETTEXT
77
78/* Define as 1 if you have the stpcpy function. */
79#undef HAVE_STPCPY
80
81/* Define if your locale.h file contains LC_MESSAGES. */
82#undef HAVE_LC_MESSAGES
83
84/* Define if you want to use the full-screen terminal user interface. */
85#undef TUI
86
87/* Define if <proc_service.h> on solaris uses int instead of
88 size_t, and assorted other type changes. */
89#undef PROC_SERVICE_IS_OLD
90
91/* If you want to specify a default CPU variant, define this to be its
92 name, as a C string. */
93#undef TARGET_CPU_DEFAULT
94
7a292a7a
SS
95/* Define if the simulator is being linked in. */
96#undef WITH_SIM
97
c906108c 98/* Set to true if the save_state_t structure is present */
5c44784c 99#undef HAVE_STRUCT_SAVE_STATE_T
c906108c
SS
100
101/* Set to true if the save_state_t structure has the ss_wide member */
5c44784c
JM
102#undef HAVE_STRUCT_MEMBER_SS_WIDE
103
3f1ef994 104/* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */
e7d0728a
AC
105#undef HAVE_PTRACE_GETREGS
106
5c44784c
JM
107/* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */
108#undef HAVE_PTRACE_GETXFPREGS
e48f66e4
AC
109
110/* Define if gnu-regex.c included with GDB should be used. */
111#undef USE_INCLUDED_REGEX
This page took 0.052822 seconds and 4 git commands to generate.