Conversion to autoconf:
[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
10/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
11#undef HAVE_ALLOCA_H
12
13/* Define as __inline if that's what the C compiler calls it. */
14#undef inline
15
16/* If using the C implementation of alloca, define if you know the
17 direction of stack growth for your system; otherwise it will be
18 automatically deduced at run-time.
19 STACK_DIRECTION > 0 => grows toward higher addresses
20 STACK_DIRECTION < 0 => grows toward lower addresses
21 STACK_DIRECTION = 0 => direction of growth unknown
22 */
23#undef STACK_DIRECTION
24
25/* Define if you have the ANSI C header files. */
26#undef STDC_HEADERS
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 IBM compilers can't handle some of the (rather basic) constructs
41 used in the 68k support code. */
42#undef IBM_COMPILER_SUX
43
44/* Some gas code wants to know these parameters. */
45#undef TARGET_ALIAS
46#undef TARGET_CPU
47#undef TARGET_CANONICAL
48#undef TARGET_OS
49#undef TARGET_VENDOR
50
51/* Some operating systems, for example DOS, require the use of "wb" mode when
52 opening a binary file for writing. If only "w" is used, the file will not
53 be correct. However, some other systems reject such a mode. This indicates
54 which ../include/fopen-*.h header file we want to include, so that we can
55 get macros that'll do the right thing for this system. */
56#undef WANT_FOPEN_BIN
57
58/* Sometimes the system header files don't declare malloc and realloc. */
59#undef NEED_MALLOC_DECLARATION
60
61/* Sometimes the system header files don't declare free. */
62#undef NEED_FREE_DECLARATION
63
64/* Sometimes errno.h doesn't declare errno itself. */
65#undef NEED_ERRNO_DECLARATION
66
67#undef MANY_SEGMENTS
68
69/* Needed only for sparc configuration */
70#undef sparcv9
71
72/* Define if you have the <errno.h> header file. */
73#undef HAVE_ERRNO_H
74
75/* Define if you have the <memory.h> header file. */
76#undef HAVE_MEMORY_H
77
78/* Define if you have the <stdarg.h> header file. */
79#undef HAVE_STDARG_H
80
81/* Define if you have the <stdlib.h> header file. */
82#undef HAVE_STDLIB_H
83
84/* Define if you have the <string.h> header file. */
85#undef HAVE_STRING_H
86
87/* Define if you have the <strings.h> header file. */
88#undef HAVE_STRINGS_H
89
90/* Define if you have the <sys/types.h> header file. */
91#undef HAVE_SYS_TYPES_H
92
93/* Define if you have the <unistd.h> header file. */
94#undef HAVE_UNISTD_H
95
96/* Define if you have the <varargs.h> header file. */
97#undef HAVE_VARARGS_H
This page took 0.045404 seconds and 4 git commands to generate.