o Fix code deleting psymtab entry from objfile's list.
[deliverable/binutils-gdb.git] / gdb / config.in
CommitLineData
18ea4416 1/* config.in. Generated automatically from configure.in by autoheader. */
bfcf3112 2
fef1696f
ILT
3/* Whether malloc must be declared even if <stdlib.h> is included. */
4#undef NEED_DECLARATION_MALLOC
5
6/* Whether realloc must be declared even if <stdlib.h> is included. */
7#undef NEED_DECLARATION_REALLOC
8
9/* Whether free must be declared even if <stdlib.h> is included. */
10#undef NEED_DECLARATION_FREE
11
bfcf3112
FF
12/* Define if on AIX 3.
13 System headers sometimes define this.
14 We just want to avoid a redefinition error message. */
15#ifndef _ALL_SOURCE
16#undef _ALL_SOURCE
17#endif
18
fef1696f
ILT
19/* Define to empty if the keyword does not work. */
20#undef const
21
bfcf3112
FF
22/* Define if the `long double' type works. */
23#undef HAVE_LONG_DOUBLE
24
25/* Define if you have a working `mmap' system call. */
26#undef HAVE_MMAP
27
28/* Define if on MINIX. */
29#undef _MINIX
30
31/* Define if the system does not provide POSIX.1 features except
32 with this defined. */
33#undef _POSIX_1_SOURCE
34
35/* Define if you need to in order for stat and other things to work. */
36#undef _POSIX_SOURCE
37
c14cabba
AC
38/* Define as the return type of signal handlers (int or void). */
39#undef RETSIGTYPE
40
bfcf3112
FF
41/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
42#undef STAT_MACROS_BROKEN
43
44/* Define if you have the ANSI C header files. */
45#undef STDC_HEADERS
46
47/* Define if fpregset_t type is available. */
48#undef HAVE_FPREGSET_T
49
50/* Define if gregset_t type is available. */
51#undef HAVE_GREGSET_T
52
3f550b59
FF
53/* Define if the `long long' type works. */
54#undef CC_HAS_LONG_LONG
55
56/* Define if the "ll" format works to print long long ints. */
57#undef PRINTF_HAS_LONG_LONG
58
07b77f5c
FF
59/* Define if the "%Lg" format works to print long doubles. */
60#undef PRINTF_HAS_LONG_DOUBLE
61
e7ab2a47
AC
62/* Define if the "%Lg" format works to scan long doubles. */
63#undef SCANF_HAS_LONG_DOUBLE
64
4bd9f70f
TT
65/* Define if using Solaris thread debugging. */
66#undef HAVE_THREAD_DB_LIB
67
f02156cf
TT
68/* Define on a Linux system to work around problems in sys/procfs.h. */
69#undef START_INFERIOR_TRAPS_EXPECTED
70#undef sys_quotactl
71
72/* Define if you have HPUX threads */
73#undef HAVE_HPUX_THREAD_SUPPORT
74
bfcf3112
FF
75/* Define if you have the getpagesize function. */
76#undef HAVE_GETPAGESIZE
77
f02156cf
TT
78/* Define if you have the poll function. */
79#undef HAVE_POLL
80
38d715a4
FF
81/* Define if you have the sbrk function. */
82#undef HAVE_SBRK
83
f02156cf
TT
84/* Define if you have the select function. */
85#undef HAVE_SELECT
86
72ae15f6
FF
87/* Define if you have the setpgid function. */
88#undef HAVE_SETPGID
89
e7ab2a47
AC
90/* Define if you have the sigaction function. */
91#undef HAVE_SIGACTION
92
d8efbc66
FF
93/* Define if you have the <endian.h> header file. */
94#undef HAVE_ENDIAN_H
95
bfcf3112
FF
96/* Define if you have the <limits.h> header file. */
97#undef HAVE_LIMITS_H
98
31520669
FF
99/* Define if you have the <link.h> header file. */
100#undef HAVE_LINK_H
101
bfcf3112
FF
102/* Define if you have the <memory.h> header file. */
103#undef HAVE_MEMORY_H
104
f02156cf
TT
105/* Define if you have the <objlist.h> header file. */
106#undef HAVE_OBJLIST_H
107
bfcf3112
FF
108/* Define if you have the <sgtty.h> header file. */
109#undef HAVE_SGTTY_H
110
111/* Define if you have the <stddef.h> header file. */
112#undef HAVE_STDDEF_H
113
fef1696f
ILT
114/* Define if you have the <stdlib.h> header file. */
115#undef HAVE_STDLIB_H
116
bfcf3112
FF
117/* Define if you have the <string.h> header file. */
118#undef HAVE_STRING_H
119
120/* Define if you have the <strings.h> header file. */
121#undef HAVE_STRINGS_H
122
123/* Define if you have the <sys/procfs.h> header file. */
124#undef HAVE_SYS_PROCFS_H
125
126/* Define if you have the <termio.h> header file. */
127#undef HAVE_TERMIO_H
128
129/* Define if you have the <termios.h> header file. */
130#undef HAVE_TERMIOS_H
131
132/* Define if you have the <unistd.h> header file. */
133#undef HAVE_UNISTD_H
5d394f70 134
f02156cf
TT
135/* Define if you have the dl library (-ldl). */
136#undef HAVE_LIBDL
5d394f70 137
f02156cf
TT
138/* Define if you have the m library (-lm). */
139#undef HAVE_LIBM
This page took 0.080575 seconds and 4 git commands to generate.