Renamed the VR4300 specific emulparams files to 8.3 unique names,
[deliverable/binutils-gdb.git] / gas / conf.in
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
10 /* Define if you have alloca, as a function or macro. */
11 #undef HAVE_ALLOCA
12
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
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
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
47 /* Sometimes the system header files don't declare malloc and realloc. */
48 #undef NEED_DECLARATION_MALLOC
49
50 /* Sometimes the system header files don't declare free. */
51 #undef NEED_DECLARATION_FREE
52
53 /* Sometimes errno.h doesn't declare errno itself. */
54 #undef NEED_DECLARATION_ERRNO
55
56 #undef MANY_SEGMENTS
57
58 /* Needed only for sparc configuration */
59 #undef sparcv9
60
61 /* Needed only for some configurations that can produce multiple output
62 formats. */
63 #undef DEFAULT_EMULATION
64 #undef EMULATIONS
65 #undef USE_EMULATIONS
66 #undef OBJ_MAYBE_AOUT
67 #undef OBJ_MAYBE_BOUT
68 #undef OBJ_MAYBE_COFF
69 #undef OBJ_MAYBE_ECOFF
70 #undef OBJ_MAYBE_ELF
71 #undef OBJ_MAYBE_GENERIC
72 #undef OBJ_MAYBE_HP300
73 #undef OBJ_MAYBE_IEEE
74 #undef OBJ_MAYBE_SOM
75 #undef OBJ_MAYBE_VMS
76
77 /* Used for some of the COFF configurations, when the COFF code needs
78 to select something based on the CPU type before it knows it... */
79 #undef I386COFF
80 #undef M68KCOFF
81 #undef M88KCOFF
82
83 /* Define if you have the remove function. */
84 #undef HAVE_REMOVE
85
86 /* Define if you have the sbrk function. */
87 #undef HAVE_SBRK
88
89 /* Define if you have the unlink function. */
90 #undef HAVE_UNLINK
91
92 /* Define if you have the <errno.h> header file. */
93 #undef HAVE_ERRNO_H
94
95 /* Define if you have the <memory.h> header file. */
96 #undef HAVE_MEMORY_H
97
98 /* Define if you have the <stdarg.h> header file. */
99 #undef HAVE_STDARG_H
100
101 /* Define if you have the <stdlib.h> header file. */
102 #undef HAVE_STDLIB_H
103
104 /* Define if you have the <string.h> header file. */
105 #undef HAVE_STRING_H
106
107 /* Define if you have the <strings.h> header file. */
108 #undef HAVE_STRINGS_H
109
110 /* Define if you have the <sys/types.h> header file. */
111 #undef HAVE_SYS_TYPES_H
112
113 /* Define if you have the <unistd.h> header file. */
114 #undef HAVE_UNISTD_H
115
116 /* Define if you have the <varargs.h> header file. */
117 #undef HAVE_VARARGS_H
This page took 0.068624 seconds and 4 git commands to generate.