Subversion Repositories Kolibri OS

Rev

Rev 5217 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5217 serge 1
/* config.h.  Generated from config.in by configure.  */
6324 serge 2
/* config.in.  Generated from configure.ac by autoheader.  */
5217 serge 3
 
4
/* Check that config.h is #included before system headers
5
   (this works only for glibc, but that should be enough).  */
6
#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
7
#  error config.h must be #included before system headers
8
#endif
9
#define __CONFIG_H__ 1
10
 
11
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
12
   systems. This function is required for `alloca.c' support on those systems.
13
   */
14
/* #undef CRAY_STACKSEG_END */
15
 
16
/* Define to 1 if using `alloca.c'. */
17
/* #undef C_ALLOCA */
18
 
19
/* Should ar and ranlib use -D behavior by default? */
20
#define DEFAULT_AR_DETERMINISTIC 0
21
 
6324 serge 22
/* Should strings use -a behavior by default? */
23
#define DEFAULT_STRINGS_ALL 1
24
 
5217 serge 25
/* Define to 1 if translation of program messages to the user's native
26
   language is requested. */
27
/* #undef ENABLE_NLS */
28
 
29
/* Suffix used for executables, if any. */
30
#define EXECUTABLE_SUFFIX ".exe"
31
 
32
/* Define to 1 if you have `alloca', as a function or macro. */
33
#define HAVE_ALLOCA 1
34
 
35
/* Define to 1 if you have  and it should be used (not on Ultrix).
36
   */
6324 serge 37
#define HAVE_ALLOCA_H 1
5217 serge 38
 
6324 serge 39
/* Define to 1 if you have the `basename' function. */
40
#define HAVE_BASENAME 1
41
 
42
#define HAVE_DECL_BASENAME 1
43
 
5217 serge 44
/* Define to 1 if you have the declaration of `environ', and to 0 if you
45
   don't. */
46
#define HAVE_DECL_ENVIRON 1
47
 
48
/* Define to 1 if you have the declaration of `fprintf', and to 0 if you
49
   don't. */
50
#define HAVE_DECL_FPRINTF 1
51
 
52
/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
53
   don't. */
54
#define HAVE_DECL_GETC_UNLOCKED 0
55
 
56
/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
57
   */
58
#define HAVE_DECL_GETENV 1
59
 
60
/* Is the prototype for getopt in  in the expected format? */
61
#define HAVE_DECL_GETOPT 1
62
 
63
/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
64
   */
65
#define HAVE_DECL_SBRK 0
66
 
67
/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
68
   don't. */
69
#define HAVE_DECL_SNPRINTF 1
70
 
71
/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
72
   */
73
#define HAVE_DECL_STPCPY 0
74
 
75
/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
76
   don't. */
6324 serge 77
#define HAVE_DECL_STRNLEN 1
5217 serge 78
 
79
/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
80
   */
81
#define HAVE_DECL_STRSTR 1
82
 
83
/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
84
   don't. */
85
#define HAVE_DECL_VSNPRINTF 1
86
 
87
/* Define to 1 if you have the  header file. */
88
/* #undef HAVE_DLFCN_H */
89
 
90
/* Does the platform use an executable suffix? */
91
#define HAVE_EXECUTABLE_SUFFIX 1
92
 
93
/* Define to 1 if you have the  header file. */
94
#define HAVE_FCNTL_H 1
95
 
96
/* Define to 1 if you have the `getc_unlocked' function. */
97
/* #undef HAVE_GETC_UNLOCKED */
98
 
99
/* Does  define struct utimbuf? */
100
#define HAVE_GOOD_UTIME_H 1
101
 
102
/* Define if you have the iconv() function. */
103
#define HAVE_ICONV 1
104
 
105
/* Define to 1 if you have the  header file. */
106
#define HAVE_INTTYPES_H 1
107
 
108
/* Define if your  file defines LC_MESSAGES. */
109
/* #undef HAVE_LC_MESSAGES */
110
 
111
/* Define to 1 if you have the  header file. */
112
#define HAVE_LIMITS_H 1
113
 
114
/* Define to 1 if you have the  header file. */
115
#define HAVE_LOCALE_H 1
116
 
6324 serge 117
/* Define to 1 if the system has the type `long long'. */
118
#define HAVE_LONG_LONG 1
119
 
5217 serge 120
/* Define if mbstate_t exists in wchar.h. */
121
#define HAVE_MBSTATE_T 1
122
 
123
/* Define to 1 if you have the  header file. */
124
#define HAVE_MEMORY_H 1
125
 
126
/* Define to 1 if you have the `mkdtemp' function. */
127
/* #undef HAVE_MKDTEMP */
128
 
129
/* Define to 1 if you have the `mkstemp' function. */
130
#define HAVE_MKSTEMP 1
131
 
132
/* Define to 1 if you have the `sbrk' function. */
133
/* #undef HAVE_SBRK */
134
 
135
/* Define to 1 if you have the `setlocale' function. */
136
#define HAVE_SETLOCALE 1
137
 
138
/* Define to 1 if you have the `setmode' function. */
139
#define HAVE_SETMODE 1
140
 
141
/* Define to 1 if you have the  header file. */
142
#define HAVE_STDINT_H 1
143
 
144
/* Define to 1 if you have the  header file. */
145
#define HAVE_STDLIB_H 1
146
 
147
/* Define to 1 if you have the `strcoll' function. */
148
#define HAVE_STRCOLL 1
149
 
150
/* Define to 1 if you have the  header file. */
151
#define HAVE_STRINGS_H 1
152
 
153
/* Define to 1 if you have the  header file. */
154
#define HAVE_STRING_H 1
155
 
156
/* Define to 1 if you have the  header file. */
157
#define HAVE_SYS_FILE_H 1
158
 
159
/* Define to 1 if you have the  header file. */
160
#define HAVE_SYS_PARAM_H 1
161
 
162
/* Define to 1 if you have the  header file. */
163
#define HAVE_SYS_STAT_H 1
164
 
165
/* Define to 1 if you have the  header file. */
166
#define HAVE_SYS_TYPES_H 1
167
 
168
/* Define to 1 if you have  that is POSIX.1 compatible. */
169
/* #undef HAVE_SYS_WAIT_H */
170
 
171
/* Is the type time_t defined in ? */
172
#define HAVE_TIME_T_IN_TIME_H 1
173
 
174
/* Is the type time_t defined in ? */
175
#define HAVE_TIME_T_IN_TYPES_H 1
176
 
177
/* Define to 1 if you have the  header file. */
178
#define HAVE_UNISTD_H 1
179
 
180
/* Define to 1 if you have the `utimes' function. */
181
/* #undef HAVE_UTIMES */
182
 
183
/* Define to 1 if you have the  header file. */
184
//#define HAVE_WCHAR_H 1
185
 
186
/* Define to 1 if you have the  header file. */
187
#define HAVE_ZLIB_H 1
188
 
189
/* Define as const if the declaration of iconv() needs const. */
190
#define ICONV_CONST
191
 
192
/* Define to the sub-directory in which libtool stores uninstalled libraries.
193
   */
194
#define LT_OBJDIR ".libs/"
195
 
196
/* Name of package */
197
#define PACKAGE "binutils"
198
 
199
/* Define to the address where bug reports for this package should be sent. */
200
#define PACKAGE_BUGREPORT ""
201
 
202
/* Define to the full name of this package. */
6324 serge 203
#define PACKAGE_NAME "binutils"
5217 serge 204
 
205
/* Define to the full name and version of this package. */
6324 serge 206
#define PACKAGE_STRING "binutils 2.26"
5217 serge 207
 
208
/* Define to the one symbol short name of this package. */
6324 serge 209
#define PACKAGE_TARNAME "binutils"
5217 serge 210
 
211
/* Define to the home page for this package. */
212
#define PACKAGE_URL ""
213
 
214
/* Define to the version of this package. */
6324 serge 215
#define PACKAGE_VERSION "2.26"
5217 serge 216
 
6324 serge 217
/* The size of `long', as computed by sizeof. */
218
#define SIZEOF_LONG 4
219
 
220
/* The size of `long long', as computed by sizeof. */
221
#define SIZEOF_LONG_LONG 8
222
 
5217 serge 223
/* If using the C implementation of alloca, define if you know the
224
   direction of stack growth for your system; otherwise it will be
225
   automatically deduced at runtime.
226
	STACK_DIRECTION > 0 => grows toward higher addresses
227
	STACK_DIRECTION < 0 => grows toward lower addresses
228
	STACK_DIRECTION = 0 => direction of growth unknown */
229
/* #undef STACK_DIRECTION */
230
 
231
/* Define to 1 if you have the ANSI C header files. */
232
#define STDC_HEADERS 1
233
 
234
/* Define if you can safely include both  and . */
235
#define STRING_WITH_STRINGS 1
236
 
237
/* Configured target name. */
238
#define TARGET "i686-pc-mingw32"
239
 
240
/* Define to 1 if user symbol names have a leading underscore, 0 if not. */
241
#define TARGET_PREPENDS_UNDERSCORE 1
242
 
243
/* Use b modifier when opening binary files? */
244
#define USE_BINARY_FOPEN 1
245
 
246
/* Enable extensions on AIX 3, Interix.  */
247
#ifndef _ALL_SOURCE
248
# define _ALL_SOURCE 1
249
#endif
250
/* Enable GNU extensions on systems that have them.  */
251
#ifndef _GNU_SOURCE
252
# define _GNU_SOURCE 1
253
#endif
254
/* Enable threading extensions on Solaris.  */
255
#ifndef _POSIX_PTHREAD_SEMANTICS
256
# define _POSIX_PTHREAD_SEMANTICS 1
257
#endif
258
/* Enable extensions on HP NonStop.  */
259
#ifndef _TANDEM_SOURCE
260
# define _TANDEM_SOURCE 1
261
#endif
262
/* Enable general extensions on Solaris.  */
263
#ifndef __EXTENSIONS__
264
# define __EXTENSIONS__ 1
265
#endif
266
 
267
 
268
/* Version number of package */
6324 serge 269
#define VERSION "2.26"
5217 serge 270
 
271
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
272
   `char[]'. */
273
/* #undef YYTEXT_POINTER */
274
 
275
/* Number of bits in a file offset, on hosts where this is settable. */
276
/* #undef _FILE_OFFSET_BITS */
277
 
278
/* Define for large files, on AIX-style hosts. */
279
/* #undef _LARGE_FILES */
280
 
281
/* Define to 1 if on MINIX. */
282
/* #undef _MINIX */
283
 
284
/* Define to 2 if the system does not provide POSIX.1 features except with
285
   this defined. */
286
/* #undef _POSIX_1_SOURCE */
287
 
288
/* Define to 1 if you need to in order for `stat' and other things to work. */
289
/* #undef _POSIX_SOURCE */