OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [config.in] - Blame information for rev 148

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 145 khays
/* config.in.  Generated from configure.in by autoheader.  */
2
 
3
/* Define to 1 if translation of program messages to the user's native
4
   language is requested. */
5
#undef ENABLE_NLS
6
 
7
/* Additional extension a shared object might have. */
8
#undef EXTRA_SHLIB_EXTENSION
9
 
10
/* Define to choose default GOT handling scheme */
11
#undef GOT_HANDLING_DEFAULT
12
 
13
/* Define to 1 if you have the `close' function. */
14
#undef HAVE_CLOSE
15
 
16
/* Define to 1 if you have the declaration of `environ', and to 0 if you
17
   don't. */
18
#undef HAVE_DECL_ENVIRON
19
 
20
/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
21
   */
22
#undef HAVE_DECL_FREE
23
 
24
/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
25
   */
26
#undef HAVE_DECL_GETENV
27
 
28
/* Is the prototype for getopt in  in the expected format? */
29
#undef HAVE_DECL_GETOPT
30
 
31
/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
32
   */
33
#undef HAVE_DECL_SBRK
34
 
35
/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
36
   */
37
#undef HAVE_DECL_STRSTR
38
 
39
/* Define to 1 if you have the  header file, and it defines `DIR'.
40
   */
41
#undef HAVE_DIRENT_H
42
 
43
/* Define to 1 if you have the `dlclose' function. */
44
#undef HAVE_DLCLOSE
45
 
46
/* Define to 1 if you have the  header file. */
47
#undef HAVE_DLFCN_H
48
 
49
/* Define to 1 if you have the `dlopen' function. */
50
#undef HAVE_DLOPEN
51
 
52
/* Define to 1 if you have the `dlsym' function. */
53
#undef HAVE_DLSYM
54
 
55
/* Define to 1 if you have the  header file. */
56
#undef HAVE_ELF_HINTS_H
57
 
58
/* Define to 1 if you have the  header file. */
59
#undef HAVE_FCNTL_H
60
 
61
/* Define to 1 if you have the `glob' function. */
62
#undef HAVE_GLOB
63
 
64
/* Define .init_array/.fini_array sections are available and working. */
65
#undef HAVE_INITFINI_ARRAY
66
 
67
/* Define to 1 if you have the  header file. */
68
#undef HAVE_INTTYPES_H
69
 
70
/* Define to 1 if you have the  header file. */
71
#undef HAVE_LIMITS_H
72
 
73
/* Define to 1 if you have the `lseek' function. */
74
#undef HAVE_LSEEK
75
 
76
/* Define to 1 if you have the  header file. */
77
#undef HAVE_MEMORY_H
78
 
79
/* Define to 1 if you have the `mkstemp' function. */
80
#undef HAVE_MKSTEMP
81
 
82
/* Define to 1 if you have the  header file, and it defines `DIR'. */
83
#undef HAVE_NDIR_H
84
 
85
/* Define to 1 if you have the `open' function. */
86
#undef HAVE_OPEN
87
 
88
/* Define to 1 if you have the `realpath' function. */
89
#undef HAVE_REALPATH
90
 
91
/* Define to 1 if you have the `sbrk' function. */
92
#undef HAVE_SBRK
93
 
94
/* Define to 1 if you have the  header file. */
95
#undef HAVE_STDINT_H
96
 
97
/* Define to 1 if you have the  header file. */
98
#undef HAVE_STDLIB_H
99
 
100
/* Define to 1 if you have the  header file. */
101
#undef HAVE_STRINGS_H
102
 
103
/* Define to 1 if you have the  header file. */
104
#undef HAVE_STRING_H
105
 
106
/* Define to 1 if you have the  header file, and it defines `DIR'.
107
   */
108
#undef HAVE_SYS_DIR_H
109
 
110
/* Define to 1 if you have the  header file. */
111
#undef HAVE_SYS_FILE_H
112
 
113
/* Define to 1 if you have the  header file, and it defines `DIR'.
114
   */
115
#undef HAVE_SYS_NDIR_H
116
 
117
/* Define to 1 if you have the  header file. */
118
#undef HAVE_SYS_PARAM_H
119
 
120
/* Define to 1 if you have the  header file. */
121
#undef HAVE_SYS_STAT_H
122
 
123
/* Define to 1 if you have the  header file. */
124
#undef HAVE_SYS_TIME_H
125
 
126
/* Define to 1 if you have the  header file. */
127
#undef HAVE_SYS_TYPES_H
128
 
129
/* Define to 1 if you have the  header file. */
130
#undef HAVE_UNISTD_H
131
 
132
/* Define to 1 if you have the `waitpid' function. */
133
#undef HAVE_WAITPID
134
 
135 148 khays
/* Define to 1 if you have the  header file. */
136 145 khays
#undef HAVE_WINDOWS_H
137
 
138
/* Define to 1 if you have the  header file. */
139
#undef HAVE_ZLIB_H
140
 
141
/* Define to the sub-directory in which libtool stores uninstalled libraries.
142
   */
143
#undef LT_OBJDIR
144
 
145
/* Name of package */
146
#undef PACKAGE
147
 
148
/* Define to the address where bug reports for this package should be sent. */
149
#undef PACKAGE_BUGREPORT
150
 
151
/* Define to the full name of this package. */
152
#undef PACKAGE_NAME
153
 
154
/* Define to the full name and version of this package. */
155
#undef PACKAGE_STRING
156
 
157
/* Define to the one symbol short name of this package. */
158
#undef PACKAGE_TARNAME
159
 
160
/* Define to the home page for this package. */
161
#undef PACKAGE_URL
162
 
163
/* Define to the version of this package. */
164
#undef PACKAGE_VERSION
165
 
166
/* The size of `long', as computed by sizeof. */
167
#undef SIZEOF_LONG
168
 
169
/* Define to 1 if you have the ANSI C header files. */
170
#undef STDC_HEADERS
171
 
172
/* Use b modifier when opening binary files? */
173
#undef USE_BINARY_FOPEN
174
 
175
/* Enable extensions on AIX 3, Interix.  */
176
#ifndef _ALL_SOURCE
177
# undef _ALL_SOURCE
178
#endif
179
/* Enable GNU extensions on systems that have them.  */
180
#ifndef _GNU_SOURCE
181
# undef _GNU_SOURCE
182
#endif
183
/* Enable threading extensions on Solaris.  */
184
#ifndef _POSIX_PTHREAD_SEMANTICS
185
# undef _POSIX_PTHREAD_SEMANTICS
186
#endif
187
/* Enable extensions on HP NonStop.  */
188
#ifndef _TANDEM_SOURCE
189
# undef _TANDEM_SOURCE
190
#endif
191
/* Enable general extensions on Solaris.  */
192
#ifndef __EXTENSIONS__
193
# undef __EXTENSIONS__
194
#endif
195
 
196
 
197
/* Version number of package */
198
#undef VERSION
199
 
200
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
201
   `char[]'. */
202
#undef YYTEXT_POINTER
203
 
204
/* Number of bits in a file offset, on hosts where this is settable. */
205
#undef _FILE_OFFSET_BITS
206
 
207
/* Define for large files, on AIX-style hosts. */
208
#undef _LARGE_FILES
209
 
210
/* Define to 1 if on MINIX. */
211
#undef _MINIX
212
 
213
/* Define to 2 if the system does not provide POSIX.1 features except with
214
   this defined. */
215
#undef _POSIX_1_SOURCE
216
 
217
/* Define to 1 if you need to in order for `stat' and other things to work. */
218
#undef _POSIX_SOURCE

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.