* lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
[deliverable/binutils-gdb.git] / gas / conf.in
CommitLineData
b11fb939
KR
1/* conf.in. Generated automatically from configure.in by autoheader. */
2
3/* Define if using alloca.c. */
4#undef C_ALLOCA
5
6/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
7 This function is required for alloca.c support on those systems. */
8#undef CRAY_STACKSEG_END
9
f2889110
KR
10/* Define if you have alloca, as a function or macro. */
11#undef HAVE_ALLOCA
12
b11fb939
KR
13/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
14#undef HAVE_ALLOCA_H
15
16/* Define as __inline if that's what the C compiler calls it. */
17#undef inline
18
19/* If using the C implementation of alloca, define if you know the
20 direction of stack growth for your system; otherwise it will be
21 automatically deduced at run-time.
22 STACK_DIRECTION > 0 => grows toward higher addresses
23 STACK_DIRECTION < 0 => grows toward lower addresses
24 STACK_DIRECTION = 0 => direction of growth unknown
25 */
26#undef STACK_DIRECTION
27
b11fb939
KR
28/* Should gas use high-level BFD interfaces? */
29#undef BFD_ASSEMBLER
30
31/* Some assert/preprocessor combinations are incapable of handling
32 certain kinds of constructs in the argument of assert. For example,
33 quoted strings (if requoting isn't done right) or newlines. */
34#undef BROKEN_ASSERT
35
36/* If we aren't doing cross-assembling, some operations can be optimized,
37 since byte orders and value sizes don't need to be adjusted. */
38#undef CROSS_COMPILE
39
b11fb939
KR
40/* Some gas code wants to know these parameters. */
41#undef TARGET_ALIAS
42#undef TARGET_CPU
43#undef TARGET_CANONICAL
44#undef TARGET_OS
45#undef TARGET_VENDOR
46
b11fb939 47/* Sometimes the system header files don't declare malloc and realloc. */
bf111c9f 48#undef NEED_DECLARATION_MALLOC
b11fb939
KR
49
50/* Sometimes the system header files don't declare free. */
bf111c9f 51#undef NEED_DECLARATION_FREE
b11fb939
KR
52
53/* Sometimes errno.h doesn't declare errno itself. */
bf111c9f 54#undef NEED_DECLARATION_ERRNO
b11fb939
KR
55
56#undef MANY_SEGMENTS
57
58/* Needed only for sparc configuration */
59#undef sparcv9
60
eb3028aa
KR
61/* Define if you have the remove function. */
62#undef HAVE_REMOVE
b9419dd2
KR
63
64/* Define if you have the unlink function. */
65#undef HAVE_UNLINK
28d3e4a3 66
b11fb939
KR
67/* Define if you have the <errno.h> header file. */
68#undef HAVE_ERRNO_H
69
70/* Define if you have the <memory.h> header file. */
71#undef HAVE_MEMORY_H
72
73/* Define if you have the <stdarg.h> header file. */
74#undef HAVE_STDARG_H
75
76/* Define if you have the <stdlib.h> header file. */
77#undef HAVE_STDLIB_H
78
79/* Define if you have the <string.h> header file. */
80#undef HAVE_STRING_H
81
82/* Define if you have the <strings.h> header file. */
83#undef HAVE_STRINGS_H
84
85/* Define if you have the <sys/types.h> header file. */
86#undef HAVE_SYS_TYPES_H
87
88/* Define if you have the <unistd.h> header file. */
89#undef HAVE_UNISTD_H
90
91/* Define if you have the <varargs.h> header file. */
92#undef HAVE_VARARGS_H
This page took 0.038665 seconds and 4 git commands to generate.