Subversion Repositories Kolibri OS

Rev

Rev 5221 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5221 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 12... Line 12...
12
   language is requested. */
12
   language is requested. */
13
/* #undef ENABLE_NLS */
13
/* #undef ENABLE_NLS */
Line 14... Line 14...
14
 
14
 
15
/* Define to 1 if you have the declaration of `basename', and to 0 if you
15
/* Define to 1 if you have the declaration of `basename', and to 0 if you
16
   don't. */
16
   don't. */
Line 17... Line 17...
17
#define HAVE_DECL_BASENAME 0
17
#define HAVE_DECL_BASENAME 1
18
 
18
 
19
/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
19
/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
Line 62... Line 62...
62
 
62
 
63
/* Define to the address where bug reports for this package should be sent. */
63
/* Define to the address where bug reports for this package should be sent. */
Line 64... Line 64...
64
#define PACKAGE_BUGREPORT ""
64
#define PACKAGE_BUGREPORT ""
65
 
65
 
Line 66... Line 66...
66
/* Define to the full name of this package. */
66
/* Define to the full name of this package. */
67
#define PACKAGE_NAME ""
67
#define PACKAGE_NAME "opcodes"
Line 68... Line 68...
68
 
68
 
69
/* Define to the full name and version of this package. */
69
/* Define to the full name and version of this package. */
Line 70... Line 70...
70
#define PACKAGE_STRING ""
70
#define PACKAGE_STRING "opcodes 2.26"
71
 
71
 
Line 72... Line 72...
72
/* Define to the one symbol short name of this package. */
72
/* Define to the one symbol short name of this package. */
73
#define PACKAGE_TARNAME ""
73
#define PACKAGE_TARNAME "opcodes"
Line 74... Line 74...
74
 
74
 
75
/* Define to the home page for this package. */
75
/* Define to the home page for this package. */
Line 76... Line 76...
76
#define PACKAGE_URL ""
76
#define PACKAGE_URL ""
Line 105... Line 105...
105
# define __EXTENSIONS__ 1
105
# define __EXTENSIONS__ 1
106
#endif
106
#endif
Line 107... Line 107...
107
 
107
 
108
 
108
 
Line 109... Line 109...
109
/* Version number of package */
109
/* Version number of package */
110
#define VERSION "2.24"
110
#define VERSION "2.26"
Line 111... Line 111...
111
 
111