Fix copyright comments and file comments.
[deliverable/binutils-gdb.git] / gdb / acconfig.h
1 /* Define if compiling on Solaris 7. */
2 #undef _MSE_INT_H
3
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
16 /* Define if you want to use new multi-fd /proc interface
17 (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
18 #undef NEW_PROC_API
19
20 /* Define if ioctl argument PIOCSET is available. */
21 #undef HAVE_PROCFS_PIOCSET
22
23 /* Define if the `long long' type works. */
24 #undef CC_HAS_LONG_LONG
25
26 /* Define if the "ll" format works to print long long ints. */
27 #undef PRINTF_HAS_LONG_LONG
28
29 /* Define if the "%Lg" format works to print long doubles. */
30 #undef PRINTF_HAS_LONG_DOUBLE
31
32 /* Define if the "%Lg" format works to scan long doubles. */
33 #undef SCANF_HAS_LONG_DOUBLE
34
35 /* Define if using Solaris thread debugging. */
36 #undef HAVE_THREAD_DB_LIB
37
38 /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */
39 #undef START_INFERIOR_TRAPS_EXPECTED
40 #undef sys_quotactl
41
42 /* Define if you have HPUX threads */
43 #undef HAVE_HPUX_THREAD_SUPPORT
44
45 /* Define if you want to use the memory mapped malloc package (mmalloc). */
46 #undef USE_MMALLOC
47
48 /* Define if the runtime uses a routine from mmalloc before gdb has a chance
49 to initialize mmalloc, and we want to force checking to be used anyway.
50 This may cause spurious memory corruption messages if the runtime tries
51 to explicitly deallocate that memory when gdb calls exit. */
52 #undef MMCHECK_FORCE
53
54 /* Define to 1 if NLS is requested. */
55 #undef ENABLE_NLS
56
57 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
58 #undef HAVE_CATGETS
59
60 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
61 #undef HAVE_GETTEXT
62
63 /* Define as 1 if you have the stpcpy function. */
64 #undef HAVE_STPCPY
65
66 /* Define if your locale.h file contains LC_MESSAGES. */
67 #undef HAVE_LC_MESSAGES
68
69 /* Define if you want to use the full-screen terminal user interface. */
70 #undef TUI
71
72 /* Define if <proc_service.h> on solaris uses int instead of
73 size_t, and assorted other type changes. */
74 #undef PROC_SERVICE_IS_OLD
75
76 /* If you want to specify a default CPU variant, define this to be its
77 name, as a C string. */
78 #undef TARGET_CPU_DEFAULT
79
80 /* Define if the simulator is being linked in. */
81 #undef WITH_SIM
82
83 /* Set to true if the save_state_t structure is present */
84 #undef HAVE_STRUCT_SAVE_STATE_T
85
86 /* Set to true if the save_state_t structure has the ss_wide member */
87 #undef HAVE_STRUCT_MEMBER_SS_WIDE
88
89 /* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */
90 #undef HAVE_PTRACE_GETREGS
91
92 /* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */
93 #undef HAVE_PTRACE_GETXFPREGS
This page took 0.031403 seconds and 4 git commands to generate.