Subversion Repositories Kolibri OS

Rev

Rev 5199 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5199 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
8
#endif
Line -... Line 9...
-
 
9
#define __CONFIG_H__ 1
-
 
10
 
-
 
11
/* Define if you want compressed debug sections by default. */
9
#define __CONFIG_H__ 1
12
/* #undef DEFAULT_FLAG_COMPRESS_DEBUG */
10
 
13
 
11
/* 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
Line 12... Line 15...
12
   language is requested. */
15
   language is requested. */
Line 46... Line 49...
46
 
49
 
47
/* Define to 1 if you have the  header file, and it defines `DIR'.
50
/* Define to 1 if you have the  header file, and it defines `DIR'.
48
   */
51
   */
Line 49... Line -...
49
#define HAVE_DIRENT_H 1
-
 
50
 
-
 
51
/* Define to 1 if you have the `dlclose' function. */
-
 
52
/* #undef HAVE_DLCLOSE */
52
#define HAVE_DIRENT_H 1
53
 
53
 
Line 54... Line -...
54
/* Define to 1 if you have the  header file. */
-
 
55
/* #undef HAVE_DLFCN_H */
-
 
56
 
-
 
57
/* Define to 1 if you have the `dlopen' function. */
-
 
58
/* #undef HAVE_DLOPEN */
-
 
59
 
-
 
60
/* Define to 1 if you have the `dlsym' function. */
54
/* Define to 1 if you have the  header file. */
61
/* #undef HAVE_DLSYM */
55
/* #undef HAVE_DLFCN_H */
Line 62... Line 56...
62
 
56
 
63
/* Define to 1 if you have the  header file. */
57
/* Define to 1 if you have the  header file. */
Line 164... Line 158...
164
 
158
 
165
/* Define to the address where bug reports for this package should be sent. */
159
/* Define to the address where bug reports for this package should be sent. */
Line 166... Line 160...
166
#define PACKAGE_BUGREPORT ""
160
#define PACKAGE_BUGREPORT ""
167
 
161
 
Line 168... Line 162...
168
/* Define to the full name of this package. */
162
/* Define to the full name of this package. */
169
#define PACKAGE_NAME ""
163
#define PACKAGE_NAME "ld"
Line 170... Line 164...
170
 
164
 
171
/* Define to the full name and version of this package. */
165
/* Define to the full name and version of this package. */
Line 172... Line 166...
172
#define PACKAGE_STRING ""
166
#define PACKAGE_STRING "ld 2.26"
173
 
167
 
Line 174... Line 168...
174
/* Define to the one symbol short name of this package. */
168
/* Define to the one symbol short name of this package. */
175
#define PACKAGE_TARNAME ""
169
#define PACKAGE_TARNAME "ld"
Line 176... Line 170...
176
 
170
 
177
/* Define to the home page for this package. */
171
/* Define to the home page for this package. */
Line 178... Line 172...
178
#define PACKAGE_URL ""
172
#define PACKAGE_URL ""
Line 213... Line 207...
213
# define __EXTENSIONS__ 1
207
# define __EXTENSIONS__ 1
214
#endif
208
#endif
Line 215... Line 209...
215
 
209
 
216
 
210
 
Line 217... Line 211...
217
/* Version number of package */
211
/* Version number of package */
218
#define VERSION "2.24"
212
#define VERSION "2.26"
219
 
213