Clean up the routing and networking code before I parallelize routing.
[dragonfly.git] / gnu / usr.bin / binutils215 / gdb / config.h
1 /* config.h.  Generated automatically by configure.  */
2 /* config.in.  Generated automatically from configure.in by autoheader.  */
3 /* $DragonFly: src/gnu/usr.bin/binutils215/gdb/Attic/config.h,v 1.1 2004/12/20 13:14:44 asmodai Exp $ */
4
5 /* Whether malloc must be declared even if <stdlib.h> is included.  */
6 /* #undef NEED_DECLARATION_MALLOC */
7
8 /* Whether realloc must be declared even if <stdlib.h> is included.  */
9 /* #undef NEED_DECLARATION_REALLOC */
10
11 /* Whether free must be declared even if <stdlib.h> is included.  */
12 /* #undef NEED_DECLARATION_FREE */
13
14 /* Whether strerror must be declared even if <string.h> is included.  */
15 /* #undef NEED_DECLARATION_STRERROR */
16
17 /* Define if on AIX 3.
18    System headers sometimes define this.
19    We just want to avoid a redefinition error message.  */
20 #ifndef _ALL_SOURCE
21 /* #undef _ALL_SOURCE */
22 #endif
23
24 /* Define if using alloca.c.  */
25 /* #undef C_ALLOCA */
26
27 /* Define to empty if the keyword does not work.  */
28 /* #undef const */
29
30 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
31    This function is required for alloca.c support on those systems.  */
32 /* #undef CRAY_STACKSEG_END */
33
34 /* Define if you have alloca, as a function or macro.  */
35 #define HAVE_ALLOCA 1
36
37 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
38 /* #undef HAVE_ALLOCA_H */
39
40 /* Define if the `long double' type works.  */
41 #define HAVE_LONG_DOUBLE 1
42
43 /* Define if you have a working `mmap' system call.  */
44 #define HAVE_MMAP 1
45
46 /* Define as __inline if that's what the C compiler calls it.  */
47 /* #undef inline */
48
49 /* Define to `long' if <sys/types.h> doesn't define.  */
50 /* #undef off_t */
51
52 /* Define if you need to in order for stat and other things to work.  */
53 /* #undef _POSIX_SOURCE */
54
55 /* Define as the return type of signal handlers (int or void).  */
56 #define RETSIGTYPE void
57
58 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
59 /* #undef size_t */
60
61 /* If using the C implementation of alloca, define if you know the
62    direction of stack growth for your system; otherwise it will be
63    automatically deduced at run-time.
64  STACK_DIRECTION > 0 => grows toward higher addresses
65  STACK_DIRECTION < 0 => grows toward lower addresses
66  STACK_DIRECTION = 0 => direction of growth unknown
67  */
68 /* #undef STACK_DIRECTION */
69
70 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
71 /* #undef STAT_MACROS_BROKEN */
72
73 /* Define if you have the ANSI C header files.  */
74 #define STDC_HEADERS 1
75
76 /* Define if ioctl argument PIOCSET is available. */
77 /* #undef HAVE_PROCFS_PIOCSET */
78
79 /* /proc PID entries are directories containing the files
80    ctl as map status */
81 /* #undef HAVE_MULTIPLE_PROC_FDS */
82
83 /* Define if the `long long' type works.  */
84 #define CC_HAS_LONG_LONG 1
85
86 /* Define if the "ll" format works to print long long ints. */
87 #define PRINTF_HAS_LONG_LONG 1
88
89 /* Define if the "%Lg" format works to print long doubles. */
90 #define PRINTF_HAS_LONG_DOUBLE 1
91
92 /* Define if the "%Lg" format works to scan long doubles. */
93 #define SCANF_HAS_LONG_DOUBLE 1
94
95 /* Define if using Solaris thread debugging.  */
96 /* #undef HAVE_THREAD_DB_LIB */
97
98 /* Define on a GNU/Linux system to work around problems in sys/procfs.h.  */
99 /* #undef START_INFERIOR_TRAPS_EXPECTED */
100 /* #undef sys_quotactl */
101
102 /* Define if you have HPUX threads */
103 /* #undef HAVE_HPUX_THREAD_SUPPORT */
104
105 /* Define if you want to use the memory mapped malloc package (mmalloc). */
106 /* #undef USE_MMALLOC */
107
108 /* Define if the runtime uses a routine from mmalloc before gdb has a chance
109    to initialize mmalloc, and we want to force checking to be used anyway.
110    This may cause spurious memory corruption messages if the runtime tries
111    to explicitly deallocate that memory when gdb calls exit. */
112 /* #undef MMCHECK_FORCE */
113
114 /* Define if you want to use the full-screen terminal user interface.  */
115 /* #undef TUI */
116
117 /* Define if <proc_service.h> on solaris uses int instead of
118    size_t, and assorted other type changes. */
119 /* #undef PROC_SERVICE_IS_OLD */
120
121 /* Set to true if the save_state_t structure is present */
122 #define HAVE_STRUCT_SAVE_STATE_T 0
123
124 /* Set to true if the save_state_t structure has the ss_wide member */
125 #define HAVE_STRUCT_MEMBER_SS_WIDE 0
126
127 /* Define if you have the __argz_count function.  */
128 /* #undef HAVE___ARGZ_COUNT */
129
130 /* Define if you have the __argz_next function.  */
131 /* #undef HAVE___ARGZ_NEXT */
132
133 /* Define if you have the __argz_stringify function.  */
134 /* #undef HAVE___ARGZ_STRINGIFY */
135
136 /* Define if you have the bcopy function.  */
137 #define HAVE_BCOPY 1
138
139 /* Define if you have the btowc function.  */
140 /* #undef HAVE_BTOWC */
141
142 /* Define if you have the bzero function.  */
143 #define HAVE_BZERO 1
144
145 /* Define if you have the dcgettext function.  */
146 /* #undef HAVE_DCGETTEXT */
147
148 /* Define if you have the getcwd function.  */
149 #define HAVE_GETCWD 1
150
151 /* Define if you have the getpagesize function.  */
152 #define HAVE_GETPAGESIZE 1
153
154 /* Define if you have the isascii function.  */
155 #define HAVE_ISASCII 1
156
157 /* Define if you have the munmap function.  */
158 #define HAVE_MUNMAP 1
159
160 /* Define if you have the putenv function.  */
161 #define HAVE_PUTENV 1
162
163 /* Define if you have the sbrk function.  */
164 #define HAVE_SBRK 1
165
166 /* Define if you have the setenv function.  */
167 #define HAVE_SETENV 1
168
169 /* Define if you have the setlocale function.  */
170 #define HAVE_SETLOCALE 1
171
172 /* Define if you have the setpgid function.  */
173 #define HAVE_SETPGID 1
174
175 /* Define if you have the sigaction function.  */
176 #define HAVE_SIGACTION 1
177
178 /* Define if you have the stpcpy function.  */
179 /* #undef HAVE_STPCPY */
180
181 /* Define if you have the strcasecmp function.  */
182 #define HAVE_STRCASECMP 1
183
184 /* Define if you have the strchr function.  */
185 #define HAVE_STRCHR 1
186
187 /* Define if you have the <argz.h> header file.  */
188 /* #undef HAVE_ARGZ_H */
189
190 /* Define if you have the <asm/debugreg.h> header file.  */
191 /* #undef HAVE_ASM_DEBUGREG_H */
192
193 /* Define if you have the <ctype.h> header file.  */
194 #define HAVE_CTYPE_H 1
195
196 /* Define if you have the <curses.h> header file.  */
197 #define HAVE_CURSES_H 1
198
199 /* Define if you have the <endian.h> header file.  */
200 /* #undef HAVE_ENDIAN_H */
201
202 /* Define if you have the <limits.h> header file.  */
203 #define HAVE_LIMITS_H 1
204
205 /* Define if you have the <link.h> header file.  */
206 #define HAVE_LINK_H 1
207
208 /* Define if you have the <locale.h> header file.  */
209 #define HAVE_LOCALE_H 1
210
211 /* Define if you have the <malloc.h> header file.  */
212 /* #undef HAVE_MALLOC_H */
213
214 /* Define if you have the <memory.h> header file.  */
215 #define HAVE_MEMORY_H 1
216
217 /* Define if you have the <nl_types.h> header file.  */
218 #define HAVE_NL_TYPES_H 1
219
220 /* Define if you have the <objlist.h> header file.  */
221 /* #undef HAVE_OBJLIST_H */
222
223 /* Define if you have the <ptrace.h> header file.  */
224 /* #undef HAVE_PTRACE_H */
225
226 /* Define if you have the <sgtty.h> header file.  */
227 #define HAVE_SGTTY_H 1
228
229 /* Define if you have the <stddef.h> header file.  */
230 #define HAVE_STDDEF_H 1
231
232 /* Define if you have the <stdlib.h> header file.  */
233 #define HAVE_STDLIB_H 1
234
235 /* Define if you have the <string.h> header file.  */
236 #define HAVE_STRING_H 1
237
238 /* Define if you have the <sys/debugreg.h> header file.  */
239 /* #undef HAVE_SYS_DEBUGREG_H */
240
241 /* Define if you have the <sys/param.h> header file.  */
242 #define HAVE_SYS_PARAM_H 1
243
244 /* Define if you have the <sys/procfs.h> header file.  */
245 #define HAVE_SYS_PROCFS_H 1
246
247 /* Define if you have the <sys/ptrace.h> header file.  */
248 #define HAVE_SYS_PTRACE_H 1
249
250 /* Define if you have the <sys/reg.h> header file.  */
251 /* #undef HAVE_SYS_REG_H */
252
253 /* Define if you have the <sys/wait.h> header file.  */
254 #define HAVE_SYS_WAIT_H 1
255
256 /* Define if you have the <term.h> header file.  */
257 #define HAVE_TERM_H 1
258
259 /* Define if you have the <termio.h> header file.  */
260 /* #undef HAVE_TERMIO_H */
261
262 /* Define if you have the <termios.h> header file.  */
263 #define HAVE_TERMIOS_H 1
264
265 /* Define if you have the <unistd.h> header file.  */
266 #define HAVE_UNISTD_H 1
267
268 /* Define if you have the <values.h> header file.  */
269 /* #undef HAVE_VALUES_H */
270
271 /* Define if you have the <wait.h> header file.  */
272 /* #undef HAVE_WAIT_H */
273
274 /* Define if you have the <wchar.h> header file.  */
275 /* #undef HAVE_WCHAR_H */
276
277 /* Define if you have the <wctype.h> header file.  */
278 /* #undef HAVE_WCTYPE_H */
279
280 /* Define if you have the dl library (-ldl).  */
281 /* #undef HAVE_LIBDL */
282
283 /* Define if you have the m library (-lm).  */
284 #define HAVE_LIBM 1
285
286 /* Define if you have the w library (-lw).  */
287 /* #undef HAVE_LIBW */
288
289 /* Define if you have the stpcpy function */
290 /* #undef HAVE_STPCPY */
291
292 /* Define if your locale.h file contains LC_MESSAGES. */
293 #define HAVE_LC_MESSAGES 1
294
295 /* Define to 1 if NLS is requested */
296 #define ENABLE_NLS 1
297
298 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
299 /* #undef HAVE_GETTEXT */
300
301 /* Define if malloc is not declared in system header files. */
302 /* #undef NEED_DECLARATION_MALLOC */
303
304 /* Define if realloc is not declared in system header files. */
305 /* #undef NEED_DECLARATION_REALLOC */
306
307 /* Define if free is not declared in system header files. */
308 /* #undef NEED_DECLARATION_FREE */
309
310 /* Define if strerror is not declared in system header files. */
311 /* #undef NEED_DECLARATION_STRERROR */
312
313 /* Define if strdup is not declared in system header files. */
314 /* #undef NEED_DECLARATION_STRDUP */
315
316 /* Define if <sys/procfs.h> has pstatus_t. */
317 /* #undef HAVE_PSTATUS_T */
318
319 /* Define if <sys/procfs.h> has prrun_t. */
320 /* #undef HAVE_PRRUN_T */
321
322 /* Define if <sys/procfs.h> has gregset_t. */
323 #define HAVE_GREGSET_T 1
324
325 /* Define if <sys/procfs.h> has fpregset_t. */
326 #define HAVE_FPREGSET_T 1
327