merge from gcc
[deliverable/binutils-gdb.git] / ld / config.in
CommitLineData
252b5132
RH
1/* config.in. Generated automatically from configure.in by autoheader. */
2
2d92cb7d 3/* Define if using alloca.c. */
252b5132
RH
4#undef C_ALLOCA
5
2d92cb7d
AO
6/* Define to empty if the keyword does not work. */
7#undef const
252b5132 8
2d92cb7d
AO
9/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10 This function is required for alloca.c support on those systems. */
11#undef CRAY_STACKSEG_END
252b5132 12
2d92cb7d 13/* Define if you have alloca, as a function or macro. */
252b5132
RH
14#undef HAVE_ALLOCA
15
2d92cb7d 16/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
252b5132
RH
17#undef HAVE_ALLOCA_H
18
2d92cb7d
AO
19/* Define if you have a working `mmap' system call. */
20#undef HAVE_MMAP
252b5132 21
2d92cb7d
AO
22/* Define as __inline if that's what the C compiler calls it. */
23#undef inline
252b5132 24
2d92cb7d
AO
25/* Define to `long' if <sys/types.h> doesn't define. */
26#undef off_t
252b5132 27
2d92cb7d
AO
28/* Define to `unsigned' if <sys/types.h> doesn't define. */
29#undef size_t
252b5132 30
2d92cb7d
AO
31/* If using the C implementation of alloca, define if you know the
32 direction of stack growth for your system; otherwise it will be
33 automatically deduced at run-time.
34 STACK_DIRECTION > 0 => grows toward higher addresses
35 STACK_DIRECTION < 0 => grows toward lower addresses
36 STACK_DIRECTION = 0 => direction of growth unknown
37 */
38#undef STACK_DIRECTION
252b5132 39
2d92cb7d
AO
40/* Define if you have the ANSI C header files. */
41#undef STDC_HEADERS
252b5132 42
2d92cb7d
AO
43/* Define if lex declares yytext as a char * by default, not a char[]. */
44#undef YYTEXT_POINTER
252b5132 45
2d92cb7d
AO
46/* Define if you have the __argz_count function. */
47#undef HAVE___ARGZ_COUNT
252b5132 48
2d92cb7d
AO
49/* Define if you have the __argz_next function. */
50#undef HAVE___ARGZ_NEXT
252b5132 51
2d92cb7d
AO
52/* Define if you have the __argz_stringify function. */
53#undef HAVE___ARGZ_STRINGIFY
252b5132 54
2d92cb7d
AO
55/* Define if you have the dcgettext function. */
56#undef HAVE_DCGETTEXT
252b5132 57
2d92cb7d
AO
58/* Define if you have the getcwd function. */
59#undef HAVE_GETCWD
252b5132 60
2d92cb7d
AO
61/* Define if you have the getpagesize function. */
62#undef HAVE_GETPAGESIZE
252b5132 63
0ca2f5d5
AM
64/* Define if you have the glob function. */
65#undef HAVE_GLOB
66
2d92cb7d 67/* Define if you have the munmap function. */
252b5132
RH
68#undef HAVE_MUNMAP
69
2d92cb7d 70/* Define if you have the putenv function. */
252b5132
RH
71#undef HAVE_PUTENV
72
3f817358
NC
73/* Define if you have the realpath function. */
74#undef HAVE_REALPATH
75
2d92cb7d 76/* Define if you have the sbrk function. */
252b5132
RH
77#undef HAVE_SBRK
78
2d92cb7d 79/* Define if you have the setenv function. */
252b5132
RH
80#undef HAVE_SETENV
81
2d92cb7d 82/* Define if you have the setlocale function. */
252b5132
RH
83#undef HAVE_SETLOCALE
84
2d92cb7d 85/* Define if you have the stpcpy function. */
252b5132
RH
86#undef HAVE_STPCPY
87
2d92cb7d 88/* Define if you have the strcasecmp function. */
252b5132
RH
89#undef HAVE_STRCASECMP
90
2d92cb7d 91/* Define if you have the strchr function. */
252b5132
RH
92#undef HAVE_STRCHR
93
2d92cb7d
AO
94/* Define if you have the <argz.h> header file. */
95#undef HAVE_ARGZ_H
252b5132 96
2d92cb7d
AO
97/* Define if you have the <dirent.h> header file. */
98#undef HAVE_DIRENT_H
252b5132 99
2d92cb7d
AO
100/* Define if you have the <limits.h> header file. */
101#undef HAVE_LIMITS_H
252b5132 102
2d92cb7d
AO
103/* Define if you have the <locale.h> header file. */
104#undef HAVE_LOCALE_H
252b5132 105
2d92cb7d
AO
106/* Define if you have the <malloc.h> header file. */
107#undef HAVE_MALLOC_H
252b5132 108
2d92cb7d
AO
109/* Define if you have the <ndir.h> header file. */
110#undef HAVE_NDIR_H
252b5132 111
2d92cb7d
AO
112/* Define if you have the <nl_types.h> header file. */
113#undef HAVE_NL_TYPES_H
252b5132 114
2d92cb7d
AO
115/* Define if you have the <stdlib.h> header file. */
116#undef HAVE_STDLIB_H
252b5132 117
2d92cb7d
AO
118/* Define if you have the <string.h> header file. */
119#undef HAVE_STRING_H
252b5132 120
2d92cb7d
AO
121/* Define if you have the <strings.h> header file. */
122#undef HAVE_STRINGS_H
252b5132 123
2d92cb7d
AO
124/* Define if you have the <sys/dir.h> header file. */
125#undef HAVE_SYS_DIR_H
252b5132 126
2d92cb7d
AO
127/* Define if you have the <sys/ndir.h> header file. */
128#undef HAVE_SYS_NDIR_H
252b5132 129
2d92cb7d
AO
130/* Define if you have the <sys/param.h> header file. */
131#undef HAVE_SYS_PARAM_H
252b5132 132
2d92cb7d
AO
133/* Define if you have the <unistd.h> header file. */
134#undef HAVE_UNISTD_H
252b5132 135
2d92cb7d
AO
136/* Define if you have the <values.h> header file. */
137#undef HAVE_VALUES_H
252b5132 138
87748b32
NC
139/* Name of package */
140#undef PACKAGE
252b5132 141
2d92cb7d
AO
142/* Version number of package */
143#undef VERSION
252b5132 144
2d92cb7d
AO
145/* Define if you have the stpcpy function */
146#undef HAVE_STPCPY
147
148/* Define if your locale.h file contains LC_MESSAGES. */
149#undef HAVE_LC_MESSAGES
150
2d92cb7d
AO
151/* Define as 1 if you have gettext and don't want to use GNU gettext. */
152#undef HAVE_GETTEXT
252b5132 153
0ca2f5d5
AM
154/* Define to 1 if NLS is requested */
155#undef ENABLE_NLS
156
ceae3e33
AM
157/* Is the prototype for getopt in <unistd.h> in the expected format? */
158#undef HAVE_DECL_GETOPT
159
87748b32
NC
160/* Use b modifier when opening binary files? */
161#undef USE_BINARY_FOPEN
252b5132 162
2d92cb7d
AO
163/* Define if strstr is not declared in system header files. */
164#undef NEED_DECLARATION_STRSTR
87748b32 165
2d92cb7d
AO
166/* Define if free is not declared in system header files. */
167#undef NEED_DECLARATION_FREE
93a6d436 168
2d92cb7d
AO
169/* Define if sbrk is not declared in system header files. */
170#undef NEED_DECLARATION_SBRK
87748b32 171
2d92cb7d
AO
172/* Define if getenv is not declared in system header files. */
173#undef NEED_DECLARATION_GETENV
87748b32 174
2d92cb7d
AO
175/* Define if environ is not declared in system header files. */
176#undef NEED_DECLARATION_ENVIRON
177
178/* Additional extension a shared object might have. */
179#undef EXTRA_SHLIB_EXTENSION
87748b32 180
This page took 0.258036 seconds and 4 git commands to generate.