* remote-mips.c: Use the correct name everywhere (DDB) for NEC's
[deliverable/binutils-gdb.git] / gdb / config.in
1 /* config.in. Generated automatically from configure.in by autoheader. */
2
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
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
19 /* Define to empty if the keyword does not work. */
20 #undef const
21
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
38 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
39 #undef STAT_MACROS_BROKEN
40
41 /* Define if you have the ANSI C header files. */
42 #undef STDC_HEADERS
43
44 /* Define if fpregset_t type is available. */
45 #undef HAVE_FPREGSET_T
46
47 /* Define if gregset_t type is available. */
48 #undef HAVE_GREGSET_T
49
50 /* Define if the `long long' type works. */
51 #undef CC_HAS_LONG_LONG
52
53 /* Define if the "ll" format works to print long long ints. */
54 #undef PRINTF_HAS_LONG_LONG
55
56 /* Define if the "%Lg" format works to print long doubles. */
57 #undef PRINTF_HAS_LONG_DOUBLE
58
59 /* Define if using Solaris thread debugging. */
60 #undef HAVE_THREAD_DB_LIB
61
62 /* Define if you have the getpagesize function. */
63 #undef HAVE_GETPAGESIZE
64
65 /* Define if you have the sbrk function. */
66 #undef HAVE_SBRK
67
68 /* Define if you have the setpgid function. */
69 #undef HAVE_SETPGID
70
71 /* Define if you have the valloc function. */
72 #undef HAVE_VALLOC
73
74 /* Define if you have the <endian.h> header file. */
75 #undef HAVE_ENDIAN_H
76
77 /* Define if you have the <limits.h> header file. */
78 #undef HAVE_LIMITS_H
79
80 /* Define if you have the <link.h> header file. */
81 #undef HAVE_LINK_H
82
83 /* Define if you have the <memory.h> header file. */
84 #undef HAVE_MEMORY_H
85
86 /* Define if you have the <sgtty.h> header file. */
87 #undef HAVE_SGTTY_H
88
89 /* Define if you have the <stddef.h> header file. */
90 #undef HAVE_STDDEF_H
91
92 /* Define if you have the <stdlib.h> header file. */
93 #undef HAVE_STDLIB_H
94
95 /* Define if you have the <string.h> header file. */
96 #undef HAVE_STRING_H
97
98 /* Define if you have the <strings.h> header file. */
99 #undef HAVE_STRINGS_H
100
101 /* Define if you have the <sys/procfs.h> header file. */
102 #undef HAVE_SYS_PROCFS_H
103
104 /* Define if you have the <termio.h> header file. */
105 #undef HAVE_TERMIO_H
106
107 /* Define if you have the <termios.h> header file. */
108 #undef HAVE_TERMIOS_H
109
110 /* Define if you have the <unistd.h> header file. */
111 #undef HAVE_UNISTD_H
112
113 /* Define if you have the select function. */
114 #undef HAVE_SELECT
115
116 /* Define if you have the poll function. */
117 #undef HAVE_POLL
118
119 /* Define if you have HPUX threads */
120 #undef HAVE_HPUX_THREAD_SUPPORT
This page took 0.06024 seconds and 4 git commands to generate.