Subversion Repositories Kolibri OS

Rev

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

Rev 5197 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__)
Line 14... Line 14...
14
/* Define to 1 if translation of program messages to the user's native
14
/* Define to 1 if translation of program messages to the user's native
15
   language is requested. */
15
   language is requested. */
16
/* #undef ENABLE_NLS */
16
/* #undef ENABLE_NLS */
Line 17... Line 17...
17
 
17
 
18
/* Define to 1 if you have the  header file. */
18
/* Define to 1 if you have the  header file. */
-
 
19
#define HAVE_ALLOCA_H 1
-
 
20
 
-
 
21
/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
-
 
22
   don't. */
Line 19... Line 23...
19
/* #undef HAVE_ALLOCA_H */
23
#define HAVE_DECL_ASPRINTF 0
20
 
24
 
21
/* Define to 1 if you have the declaration of `basename', and to 0 if you
25
/* Define to 1 if you have the declaration of `basename', and to 0 if you
Line 22... Line 26...
22
   don't. */
26
   don't. */
23
#define HAVE_DECL_BASENAME 0
27
#define HAVE_DECL_BASENAME 1
Line 24... Line 28...
24
 
28
 
Line 63... Line 67...
63
 
67
 
64
/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
68
/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
65
   */
69
   */
Line -... Line 70...
-
 
70
#define HAVE_DECL_STPCPY 0
-
 
71
 
-
 
72
/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
-
 
73
   don't. */
66
#define HAVE_DECL_STPCPY 0
74
#define HAVE_DECL_STRNLEN 0
67
 
75
 
68
/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
76
/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
Line -... Line 77...
-
 
77
   */
-
 
78
#define HAVE_DECL_STRSTR 1
-
 
79
 
-
 
80
/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
69
   */
81
   don't. */
70
#define HAVE_DECL_STRSTR 1
82
#define HAVE_DECL_VASPRINTF 0
71
 
83
 
Line 72... Line 84...
72
/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
84
/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
Line 277... Line 289...
277
 
289
 
278
/* Define to the full name of this package. */
290
/* Define to the full name of this package. */
Line 279... Line 291...
279
#define PACKAGE_NAME "bfd"
291
#define PACKAGE_NAME "bfd"
280
 
292
 
Line 281... Line 293...
281
/* Define to the full name and version of this package. */
293
/* Define to the full name and version of this package. */
282
#define PACKAGE_STRING "bfd 2.24"
294
#define PACKAGE_STRING "bfd 2.26"
Line 283... Line 295...
283
 
295
 
284
/* Define to the one symbol short name of this package. */
296
/* Define to the one symbol short name of this package. */
Line 285... Line 297...
285
#define PACKAGE_TARNAME "bfd"
297
#define PACKAGE_TARNAME "bfd"
286
 
298
 
Line 287... Line 299...
287
/* Define to the home page for this package. */
299
/* Define to the home page for this package. */
288
#define PACKAGE_URL ""
300
#define PACKAGE_URL ""
Line 289... Line 301...
289
 
301
 
Line 359... Line 371...
359
# define __EXTENSIONS__ 1
371
# define __EXTENSIONS__ 1
360
#endif
372
#endif
Line 361... Line 373...
361
 
373
 
362
 
374
 
Line 363... Line 375...
363
/* Version number of package */
375
/* Version number of package */
364
#define VERSION "2.24"
376
#define VERSION "2.26"
Line 365... Line 377...
365
 
377