Subversion Repositories Kolibri OS

Rev

Rev 5217 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5217 Rev 6324
Line 1... Line 1...
1
/* config.h.  Generated from config.in by configure.  */
1
/* config.h.  Generated from config.in by configure.  */
2
/* config.in.  Generated from configure.in by autoheader.  */
2
/* config.in.  Generated from configure.ac by autoheader.  */
Line 3... Line 3...
3
 
3
 
4
/* Check that config.h is #included before system headers
4
/* Check that config.h is #included before system headers
5
   (this works only for glibc, but that should be enough).  */
5
   (this works only for glibc, but that should be enough).  */
6
#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
6
#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
7
#  error config.h must be #included before system headers
7
#  error config.h must be #included before system headers
8
#endif
-
 
9
 
8
#endif
Line 10... Line 9...
10
#define __CONFIG_H__ 1
9
#define __CONFIG_H__ 1
11
 
10
 
12
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
11
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
Line 18... Line 17...
18
/* #undef C_ALLOCA */
17
/* #undef C_ALLOCA */
Line 19... Line 18...
19
 
18
 
20
/* Should ar and ranlib use -D behavior by default? */
19
/* Should ar and ranlib use -D behavior by default? */
Line -... Line 20...
-
 
20
#define DEFAULT_AR_DETERMINISTIC 0
-
 
21
 
-
 
22
/* Should strings use -a behavior by default? */
21
#define DEFAULT_AR_DETERMINISTIC 0
23
#define DEFAULT_STRINGS_ALL 1
22
 
24
 
23
/* Define to 1 if translation of program messages to the user's native
25
/* Define to 1 if translation of program messages to the user's native
Line 24... Line 26...
24
   language is requested. */
26
   language is requested. */
Line 30... Line 32...
30
/* Define to 1 if you have `alloca', as a function or macro. */
32
/* Define to 1 if you have `alloca', as a function or macro. */
31
#define HAVE_ALLOCA 1
33
#define HAVE_ALLOCA 1
Line 32... Line 34...
32
 
34
 
33
/* Define to 1 if you have  and it should be used (not on Ultrix).
35
/* Define to 1 if you have  and it should be used (not on Ultrix).
34
   */
36
   */
-
 
37
#define HAVE_ALLOCA_H 1
-
 
38
 
-
 
39
/* Define to 1 if you have the `basename' function. */
-
 
40
#define HAVE_BASENAME 1
-
 
41
 
Line 35... Line 42...
35
/* #undef HAVE_ALLOCA_H */
42
#define HAVE_DECL_BASENAME 1
36
 
43
 
37
/* Define to 1 if you have the declaration of `environ', and to 0 if you
44
/* Define to 1 if you have the declaration of `environ', and to 0 if you
Line 65... Line 72...
65
   */
72
   */
66
#define HAVE_DECL_STPCPY 0
73
#define HAVE_DECL_STPCPY 0
Line 67... Line 74...
67
 
74
 
68
/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
75
/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
69
   don't. */
76
   don't. */
Line 70... Line 77...
70
#define HAVE_DECL_STRNLEN 0
77
#define HAVE_DECL_STRNLEN 1
71
 
78
 
72
/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
79
/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
Line 105... Line 112...
105
#define HAVE_LIMITS_H 1
112
#define HAVE_LIMITS_H 1
Line 106... Line 113...
106
 
113
 
107
/* Define to 1 if you have the  header file. */
114
/* Define to 1 if you have the  header file. */
Line -... Line 115...
-
 
115
#define HAVE_LOCALE_H 1
-
 
116
 
-
 
117
/* Define to 1 if the system has the type `long long'. */
108
#define HAVE_LOCALE_H 1
118
#define HAVE_LONG_LONG 1
109
 
119
 
Line 110... Line 120...
110
/* Define if mbstate_t exists in wchar.h. */
120
/* Define if mbstate_t exists in wchar.h. */
111
#define HAVE_MBSTATE_T 1
121
#define HAVE_MBSTATE_T 1
Line 188... Line 198...
188
 
198
 
189
/* Define to the address where bug reports for this package should be sent. */
199
/* Define to the address where bug reports for this package should be sent. */
Line 190... Line 200...
190
#define PACKAGE_BUGREPORT ""
200
#define PACKAGE_BUGREPORT ""
191
 
201
 
Line 192... Line 202...
192
/* Define to the full name of this package. */
202
/* Define to the full name of this package. */
193
#define PACKAGE_NAME ""
203
#define PACKAGE_NAME "binutils"
Line 194... Line 204...
194
 
204
 
195
/* Define to the full name and version of this package. */
205
/* Define to the full name and version of this package. */
Line 196... Line 206...
196
#define PACKAGE_STRING ""
206
#define PACKAGE_STRING "binutils 2.26"
197
 
207
 
Line 198... Line 208...
198
/* Define to the one symbol short name of this package. */
208
/* Define to the one symbol short name of this package. */
199
#define PACKAGE_TARNAME ""
209
#define PACKAGE_TARNAME "binutils"
-
 
210
 
-
 
211
/* Define to the home page for this package. */
-
 
212
#define PACKAGE_URL ""
-
 
213
 
-
 
214
/* Define to the version of this package. */
-
 
215
#define PACKAGE_VERSION "2.26"
Line 200... Line 216...
200
 
216
 
201
/* Define to the home page for this package. */
217
/* The size of `long', as computed by sizeof. */
202
#define PACKAGE_URL ""
218
#define SIZEOF_LONG 4
203
 
219
 
Line 248... Line 264...
248
# define __EXTENSIONS__ 1
264
# define __EXTENSIONS__ 1
249
#endif
265
#endif
Line 250... Line 266...
250
 
266
 
251
 
267
 
Line 252... Line 268...
252
/* Version number of package */
268
/* Version number of package */
253
#define VERSION "2.24"
269
#define VERSION "2.26"
254
 
270