Subversion Repositories Kolibri OS

Rev

Rev 5197 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5197 Rev 6324
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.  */
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
9
#define __CONFIG_H__ 1
9
#define __CONFIG_H__ 1
10
 
10
 
11
/* Name of host specific core header file to include in elf.c. */
11
/* Name of host specific core header file to include in elf.c. */
12
/* #undef CORE_HEADER */
12
/* #undef CORE_HEADER */
13
 
13
 
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 */
17
 
17
 
18
/* Define to 1 if you have the  header file. */
18
/* Define to 1 if you have the  header file. */
19
/* #undef HAVE_ALLOCA_H */
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. */
-
 
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
22
   don't. */
26
   don't. */
23
#define HAVE_DECL_BASENAME 0
27
#define HAVE_DECL_BASENAME 1
24
 
28
 
25
/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
29
/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
26
#define HAVE_DECL_FFS 0
30
#define HAVE_DECL_FFS 0
27
 
31
 
28
/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
32
/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
29
   */
33
   */
30
#define HAVE_DECL_FREE 1
34
#define HAVE_DECL_FREE 1
31
 
35
 
32
/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
36
/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
33
   */
37
   */
34
#define HAVE_DECL_FSEEKO 0
38
#define HAVE_DECL_FSEEKO 0
35
 
39
 
36
/* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
40
/* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
37
   don't. */
41
   don't. */
38
#define HAVE_DECL_FSEEKO64 0
42
#define HAVE_DECL_FSEEKO64 0
39
 
43
 
40
/* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
44
/* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
41
   */
45
   */
42
#define HAVE_DECL_FTELLO 0
46
#define HAVE_DECL_FTELLO 0
43
 
47
 
44
/* Define to 1 if you have the declaration of `ftello64', and to 0 if you
48
/* Define to 1 if you have the declaration of `ftello64', and to 0 if you
45
   don't. */
49
   don't. */
46
#define HAVE_DECL_FTELLO64 0
50
#define HAVE_DECL_FTELLO64 0
47
 
51
 
48
/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
52
/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
49
   */
53
   */
50
#define HAVE_DECL_GETENV 1
54
#define HAVE_DECL_GETENV 1
51
 
55
 
52
/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
56
/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
53
   */
57
   */
54
#define HAVE_DECL_MALLOC 1
58
#define HAVE_DECL_MALLOC 1
55
 
59
 
56
/* Define to 1 if you have the declaration of `realloc', and to 0 if you
60
/* Define to 1 if you have the declaration of `realloc', and to 0 if you
57
   don't. */
61
   don't. */
58
#define HAVE_DECL_REALLOC 1
62
#define HAVE_DECL_REALLOC 1
59
 
63
 
60
/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
64
/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
61
   don't. */
65
   don't. */
62
#define HAVE_DECL_SNPRINTF 1
66
#define HAVE_DECL_SNPRINTF 1
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
   */
66
#define HAVE_DECL_STPCPY 0
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. */
-
 
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.
69
   */
77
   */
70
#define HAVE_DECL_STRSTR 1
78
#define HAVE_DECL_STRSTR 1
-
 
79
 
-
 
80
/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
-
 
81
   don't. */
-
 
82
#define HAVE_DECL_VASPRINTF 0
71
 
83
 
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
73
   don't. */
85
   don't. */
74
#define HAVE_DECL_VSNPRINTF 1
86
#define HAVE_DECL_VSNPRINTF 1
75
 
87
 
76
/* Define to 1 if you have the  header file, and it defines `DIR'.
88
/* Define to 1 if you have the  header file, and it defines `DIR'.
77
   */
89
   */
78
#define HAVE_DIRENT_H 1
90
#define HAVE_DIRENT_H 1
79
 
91
 
80
/* Define to 1 if you have the  header file. */
92
/* Define to 1 if you have the  header file. */
81
/* #undef HAVE_DLFCN_H */
93
/* #undef HAVE_DLFCN_H */
82
 
94
 
83
/* Define to 1 if you have the `fcntl' function. */
95
/* Define to 1 if you have the `fcntl' function. */
84
/* #undef HAVE_FCNTL */
96
/* #undef HAVE_FCNTL */
85
 
97
 
86
/* Define to 1 if you have the  header file. */
98
/* Define to 1 if you have the  header file. */
87
#define HAVE_FCNTL_H 1
99
#define HAVE_FCNTL_H 1
88
 
100
 
89
/* Define to 1 if you have the `fdopen' function. */
101
/* Define to 1 if you have the `fdopen' function. */
90
#define HAVE_FDOPEN 1
102
#define HAVE_FDOPEN 1
91
 
103
 
92
/* Define to 1 if you have the `fileno' function. */
104
/* Define to 1 if you have the `fileno' function. */
93
#define HAVE_FILENO 1
105
#define HAVE_FILENO 1
94
 
106
 
95
/* Define to 1 if you have the `fopen64' function. */
107
/* Define to 1 if you have the `fopen64' function. */
96
//#define HAVE_FOPEN64 0
108
//#define HAVE_FOPEN64 0
97
 
109
 
98
/* Define to 1 if you have the `fseeko' function. */
110
/* Define to 1 if you have the `fseeko' function. */
99
/* #undef HAVE_FSEEKO */
111
/* #undef HAVE_FSEEKO */
100
 
112
 
101
/* Define to 1 if you have the `fseeko64' function. */
113
/* Define to 1 if you have the `fseeko64' function. */
102
//#define HAVE_FSEEKO64 0
114
//#define HAVE_FSEEKO64 0
103
 
115
 
104
/* Define to 1 if you have the `ftello' function. */
116
/* Define to 1 if you have the `ftello' function. */
105
/* #undef HAVE_FTELLO */
117
/* #undef HAVE_FTELLO */
106
 
118
 
107
/* Define to 1 if you have the `ftello64' function. */
119
/* Define to 1 if you have the `ftello64' function. */
108
//#define HAVE_FTELLO64 0
120
//#define HAVE_FTELLO64 0
109
 
121
 
110
/* Define to 1 if you have the `getgid' function. */
122
/* Define to 1 if you have the `getgid' function. */
111
/* #undef HAVE_GETGID */
123
/* #undef HAVE_GETGID */
112
 
124
 
113
/* Define to 1 if you have the `getpagesize' function. */
125
/* Define to 1 if you have the `getpagesize' function. */
114
//#define HAVE_GETPAGESIZE 1
126
//#define HAVE_GETPAGESIZE 1
115
 
127
 
116
/* Define to 1 if you have the `getrlimit' function. */
128
/* Define to 1 if you have the `getrlimit' function. */
117
/* #undef HAVE_GETRLIMIT */
129
/* #undef HAVE_GETRLIMIT */
118
 
130
 
119
/* Define to 1 if you have the `getuid' function. */
131
/* Define to 1 if you have the `getuid' function. */
120
/* #undef HAVE_GETUID */
132
/* #undef HAVE_GETUID */
121
 
133
 
122
/* Define to 1 if you have the  header file. */
134
/* Define to 1 if you have the  header file. */
123
#define HAVE_INTTYPES_H 1
135
#define HAVE_INTTYPES_H 1
124
 
136
 
125
/* Define if  has lwpstatus_t. */
137
/* Define if  has lwpstatus_t. */
126
/* #undef HAVE_LWPSTATUS_T */
138
/* #undef HAVE_LWPSTATUS_T */
127
 
139
 
128
/* Define if  has lwpstatus_t.pr_context. */
140
/* Define if  has lwpstatus_t.pr_context. */
129
/* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */
141
/* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */
130
 
142
 
131
/* Define if  has lwpstatus_t.pr_fpreg. */
143
/* Define if  has lwpstatus_t.pr_fpreg. */
132
/* #undef HAVE_LWPSTATUS_T_PR_FPREG */
144
/* #undef HAVE_LWPSTATUS_T_PR_FPREG */
133
 
145
 
134
/* Define if  has lwpstatus_t.pr_reg. */
146
/* Define if  has lwpstatus_t.pr_reg. */
135
/* #undef HAVE_LWPSTATUS_T_PR_REG */
147
/* #undef HAVE_LWPSTATUS_T_PR_REG */
136
 
148
 
137
/* Define if  has lwpxstatus_t. */
149
/* Define if  has lwpxstatus_t. */
138
/* #undef HAVE_LWPXSTATUS_T */
150
/* #undef HAVE_LWPXSTATUS_T */
139
 
151
 
140
/* Define to 1 if you have the `madvise' function. */
152
/* Define to 1 if you have the `madvise' function. */
141
/* #undef HAVE_MADVISE */
153
/* #undef HAVE_MADVISE */
142
 
154
 
143
/* Define to 1 if you have the  header file. */
155
/* Define to 1 if you have the  header file. */
144
#define HAVE_MEMORY_H 1
156
#define HAVE_MEMORY_H 1
145
 
157
 
146
/* Define to 1 if you have a working `mmap' system call. */
158
/* Define to 1 if you have a working `mmap' system call. */
147
/* #undef HAVE_MMAP */
159
/* #undef HAVE_MMAP */
148
 
160
 
149
/* Define to 1 if you have the `mprotect' function. */
161
/* Define to 1 if you have the `mprotect' function. */
150
//#define HAVE_MPROTECT 0
162
//#define HAVE_MPROTECT 0
151
 
163
 
152
/* Define to 1 if you have the  header file, and it defines `DIR'. */
164
/* Define to 1 if you have the  header file, and it defines `DIR'. */
153
/* #undef HAVE_NDIR_H */
165
/* #undef HAVE_NDIR_H */
154
 
166
 
155
/* Define if  has prpsinfo32_t. */
167
/* Define if  has prpsinfo32_t. */
156
/* #undef HAVE_PRPSINFO32_T */
168
/* #undef HAVE_PRPSINFO32_T */
157
 
169
 
158
/* Define if  has prpsinfo32_t.pr_pid. */
170
/* Define if  has prpsinfo32_t.pr_pid. */
159
/* #undef HAVE_PRPSINFO32_T_PR_PID */
171
/* #undef HAVE_PRPSINFO32_T_PR_PID */
160
 
172
 
161
/* Define if  has prpsinfo_t. */
173
/* Define if  has prpsinfo_t. */
162
/* #undef HAVE_PRPSINFO_T */
174
/* #undef HAVE_PRPSINFO_T */
163
 
175
 
164
/* Define if  has prpsinfo_t.pr_pid. */
176
/* Define if  has prpsinfo_t.pr_pid. */
165
/* #undef HAVE_PRPSINFO_T_PR_PID */
177
/* #undef HAVE_PRPSINFO_T_PR_PID */
166
 
178
 
167
/* Define if  has prstatus32_t. */
179
/* Define if  has prstatus32_t. */
168
/* #undef HAVE_PRSTATUS32_T */
180
/* #undef HAVE_PRSTATUS32_T */
169
 
181
 
170
/* Define if  has prstatus32_t.pr_who. */
182
/* Define if  has prstatus32_t.pr_who. */
171
/* #undef HAVE_PRSTATUS32_T_PR_WHO */
183
/* #undef HAVE_PRSTATUS32_T_PR_WHO */
172
 
184
 
173
/* Define if  has prstatus_t. */
185
/* Define if  has prstatus_t. */
174
/* #undef HAVE_PRSTATUS_T */
186
/* #undef HAVE_PRSTATUS_T */
175
 
187
 
176
/* Define if  has prstatus_t.pr_who. */
188
/* Define if  has prstatus_t.pr_who. */
177
/* #undef HAVE_PRSTATUS_T_PR_WHO */
189
/* #undef HAVE_PRSTATUS_T_PR_WHO */
178
 
190
 
179
/* Define if  has psinfo32_t. */
191
/* Define if  has psinfo32_t. */
180
/* #undef HAVE_PSINFO32_T */
192
/* #undef HAVE_PSINFO32_T */
181
 
193
 
182
/* Define if  has psinfo32_t.pr_pid. */
194
/* Define if  has psinfo32_t.pr_pid. */
183
/* #undef HAVE_PSINFO32_T_PR_PID */
195
/* #undef HAVE_PSINFO32_T_PR_PID */
184
 
196
 
185
/* Define if  has psinfo_t. */
197
/* Define if  has psinfo_t. */
186
/* #undef HAVE_PSINFO_T */
198
/* #undef HAVE_PSINFO_T */
187
 
199
 
188
/* Define if  has psinfo_t.pr_pid. */
200
/* Define if  has psinfo_t.pr_pid. */
189
/* #undef HAVE_PSINFO_T_PR_PID */
201
/* #undef HAVE_PSINFO_T_PR_PID */
190
 
202
 
191
/* Define if  has pstatus32_t. */
203
/* Define if  has pstatus32_t. */
192
/* #undef HAVE_PSTATUS32_T */
204
/* #undef HAVE_PSTATUS32_T */
193
 
205
 
194
/* Define if  has pstatus_t. */
206
/* Define if  has pstatus_t. */
195
/* #undef HAVE_PSTATUS_T */
207
/* #undef HAVE_PSTATUS_T */
196
 
208
 
197
/* Define if  has pxstatus_t. */
209
/* Define if  has pxstatus_t. */
198
/* #undef HAVE_PXSTATUS_T */
210
/* #undef HAVE_PXSTATUS_T */
199
 
211
 
200
/* Define to 1 if you have the `setitimer' function. */
212
/* Define to 1 if you have the `setitimer' function. */
201
/* #undef HAVE_SETITIMER */
213
/* #undef HAVE_SETITIMER */
202
 
214
 
203
/* Define to 1 if you have the  header file. */
215
/* Define to 1 if you have the  header file. */
204
#define HAVE_STDDEF_H 1
216
#define HAVE_STDDEF_H 1
205
 
217
 
206
/* Define to 1 if you have the  header file. */
218
/* Define to 1 if you have the  header file. */
207
#define HAVE_STDINT_H 1
219
#define HAVE_STDINT_H 1
208
 
220
 
209
/* Define to 1 if you have the  header file. */
221
/* Define to 1 if you have the  header file. */
210
#define HAVE_STDLIB_H 1
222
#define HAVE_STDLIB_H 1
211
 
223
 
212
/* Define to 1 if you have the  header file. */
224
/* Define to 1 if you have the  header file. */
213
#define HAVE_STRINGS_H 1
225
#define HAVE_STRINGS_H 1
214
 
226
 
215
/* Define to 1 if you have the  header file. */
227
/* Define to 1 if you have the  header file. */
216
#define HAVE_STRING_H 1
228
#define HAVE_STRING_H 1
217
 
229
 
218
/* Define to 1 if you have the `strtoull' function. */
230
/* Define to 1 if you have the `strtoull' function. */
219
#define HAVE_STRTOULL 1
231
#define HAVE_STRTOULL 1
220
 
232
 
221
/* Define if struct core_dumpx has member c_impl */
233
/* Define if struct core_dumpx has member c_impl */
222
/* #undef HAVE_ST_C_IMPL */
234
/* #undef HAVE_ST_C_IMPL */
223
 
235
 
224
/* Define to 1 if you have the `sysconf' function. */
236
/* Define to 1 if you have the `sysconf' function. */
225
/* #undef HAVE_SYSCONF */
237
/* #undef HAVE_SYSCONF */
226
 
238
 
227
/* Define to 1 if you have the  header file, and it defines `DIR'.
239
/* Define to 1 if you have the  header file, and it defines `DIR'.
228
   */
240
   */
229
/* #undef HAVE_SYS_DIR_H */
241
/* #undef HAVE_SYS_DIR_H */
230
 
242
 
231
/* Define to 1 if you have the  header file. */
243
/* Define to 1 if you have the  header file. */
232
#define HAVE_SYS_FILE_H 1
244
#define HAVE_SYS_FILE_H 1
233
 
245
 
234
/* Define to 1 if you have the  header file, and it defines `DIR'.
246
/* Define to 1 if you have the  header file, and it defines `DIR'.
235
   */
247
   */
236
/* #undef HAVE_SYS_NDIR_H */
248
/* #undef HAVE_SYS_NDIR_H */
237
 
249
 
238
/* Define to 1 if you have the  header file. */
250
/* Define to 1 if you have the  header file. */
239
/* #undef HAVE_SYS_PROCFS_H */
251
/* #undef HAVE_SYS_PROCFS_H */
240
 
252
 
241
/* Define to 1 if you have the  header file. */
253
/* Define to 1 if you have the  header file. */
242
/* #undef HAVE_SYS_RESOURCE_H */
254
/* #undef HAVE_SYS_RESOURCE_H */
243
 
255
 
244
/* Define to 1 if you have the  header file. */
256
/* Define to 1 if you have the  header file. */
245
#define HAVE_SYS_STAT_H 1
257
#define HAVE_SYS_STAT_H 1
246
 
258
 
247
/* Define to 1 if you have the  header file. */
259
/* Define to 1 if you have the  header file. */
248
#define HAVE_SYS_TIME_H 1
260
#define HAVE_SYS_TIME_H 1
249
 
261
 
250
/* Define to 1 if you have the  header file. */
262
/* Define to 1 if you have the  header file. */
251
#define HAVE_SYS_TYPES_H 1
263
#define HAVE_SYS_TYPES_H 1
252
 
264
 
253
/* Define to 1 if you have the  header file. */
265
/* Define to 1 if you have the  header file. */
254
#define HAVE_TIME_H 1
266
#define HAVE_TIME_H 1
255
 
267
 
256
/* Define to 1 if you have the  header file. */
268
/* Define to 1 if you have the  header file. */
257
#define HAVE_UNISTD_H 1
269
#define HAVE_UNISTD_H 1
258
 
270
 
259
/* Define if  has win32_pstatus_t. */
271
/* Define if  has win32_pstatus_t. */
260
/* #undef HAVE_WIN32_PSTATUS_T */
272
/* #undef HAVE_WIN32_PSTATUS_T */
261
 
273
 
262
/* Define to 1 if you have the  header file. */
274
/* Define to 1 if you have the  header file. */
263
//#define HAVE_WINDOWS_H 1
275
//#define HAVE_WINDOWS_H 1
264
 
276
 
265
/* Define to 1 if you have the  header file. */
277
/* Define to 1 if you have the  header file. */
266
#define HAVE_ZLIB_H 1
278
#define HAVE_ZLIB_H 1
267
 
279
 
268
/* Define to the sub-directory in which libtool stores uninstalled libraries.
280
/* Define to the sub-directory in which libtool stores uninstalled libraries.
269
   */
281
   */
270
#define LT_OBJDIR ".libs/"
282
#define LT_OBJDIR ".libs/"
271
 
283
 
272
/* Name of package */
284
/* Name of package */
273
#define PACKAGE "bfd"
285
#define PACKAGE "bfd"
274
 
286
 
275
/* Define to the address where bug reports for this package should be sent. */
287
/* Define to the address where bug reports for this package should be sent. */
276
#define PACKAGE_BUGREPORT ""
288
#define PACKAGE_BUGREPORT ""
277
 
289
 
278
/* Define to the full name of this package. */
290
/* Define to the full name of this package. */
279
#define PACKAGE_NAME "bfd"
291
#define PACKAGE_NAME "bfd"
280
 
292
 
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"
283
 
295
 
284
/* Define to the one symbol short name of this package. */
296
/* Define to the one symbol short name of this package. */
285
#define PACKAGE_TARNAME "bfd"
297
#define PACKAGE_TARNAME "bfd"
286
 
298
 
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 ""
289
 
301
 
290
/* Define to the version of this package. */
302
/* Define to the version of this package. */
291
#define PACKAGE_VERSION "2.24"
303
#define PACKAGE_VERSION "2.26"
292
 
304
 
293
/* The size of `char', as computed by sizeof. */
305
/* The size of `char', as computed by sizeof. */
294
/* #undef SIZEOF_CHAR */
306
/* #undef SIZEOF_CHAR */
295
 
307
 
296
/* The size of `int', as computed by sizeof. */
308
/* The size of `int', as computed by sizeof. */
297
/* #undef SIZEOF_INT */
309
/* #undef SIZEOF_INT */
298
 
310
 
299
/* The size of `long', as computed by sizeof. */
311
/* The size of `long', as computed by sizeof. */
300
#define SIZEOF_LONG 4
312
#define SIZEOF_LONG 4
301
 
313
 
302
/* The size of `long long', as computed by sizeof. */
314
/* The size of `long long', as computed by sizeof. */
303
#define SIZEOF_LONG_LONG 8
315
#define SIZEOF_LONG_LONG 8
304
 
316
 
305
/* The size of `off_t', as computed by sizeof. */
317
/* The size of `off_t', as computed by sizeof. */
306
/* #undef SIZEOF_OFF_T */
318
/* #undef SIZEOF_OFF_T */
307
 
319
 
308
/* The size of `short', as computed by sizeof. */
320
/* The size of `short', as computed by sizeof. */
309
/* #undef SIZEOF_SHORT */
321
/* #undef SIZEOF_SHORT */
310
 
322
 
311
/* The size of `void *', as computed by sizeof. */
323
/* The size of `void *', as computed by sizeof. */
312
#define SIZEOF_VOID_P 4
324
#define SIZEOF_VOID_P 4
313
 
325
 
314
/* Define to 1 if you have the ANSI C header files. */
326
/* Define to 1 if you have the ANSI C header files. */
315
#define STDC_HEADERS 1
327
#define STDC_HEADERS 1
316
 
328
 
317
/* Define if you can safely include both  and . */
329
/* Define if you can safely include both  and . */
318
#define STRING_WITH_STRINGS 1
330
#define STRING_WITH_STRINGS 1
319
 
331
 
320
/* Define to 1 if you can safely include both  and . */
332
/* Define to 1 if you can safely include both  and . */
321
#define TIME_WITH_SYS_TIME 1
333
#define TIME_WITH_SYS_TIME 1
322
 
334
 
323
/* Name of host specific header file to include in trad-core.c. */
335
/* Name of host specific header file to include in trad-core.c. */
324
/* #undef TRAD_HEADER */
336
/* #undef TRAD_HEADER */
325
 
337
 
326
/* Use b modifier when opening binary files? */
338
/* Use b modifier when opening binary files? */
327
#define USE_BINARY_FOPEN 1
339
#define USE_BINARY_FOPEN 1
328
 
340
 
329
/* Define if we should use leading underscore on 64 bit mingw targets */
341
/* Define if we should use leading underscore on 64 bit mingw targets */
330
/* #undef USE_MINGW64_LEADING_UNDERSCORES */
342
/* #undef USE_MINGW64_LEADING_UNDERSCORES */
331
 
343
 
332
/* Use mmap if it's available? */
344
/* Use mmap if it's available? */
333
/* #undef USE_MMAP */
345
/* #undef USE_MMAP */
334
 
346
 
335
/* Define if we should default to creating read-only plt entries */
347
/* Define if we should default to creating read-only plt entries */
336
/* #undef USE_SECUREPLT */
348
/* #undef USE_SECUREPLT */
337
 
349
 
338
/* Define if we may generate symbols with ELF's STT_COMMON type */
350
/* Define if we may generate symbols with ELF's STT_COMMON type */
339
/* #undef USE_STT_COMMON */
351
/* #undef USE_STT_COMMON */
340
 
352
 
341
/* Enable extensions on AIX 3, Interix.  */
353
/* Enable extensions on AIX 3, Interix.  */
342
#ifndef _ALL_SOURCE
354
#ifndef _ALL_SOURCE
343
# define _ALL_SOURCE 1
355
# define _ALL_SOURCE 1
344
#endif
356
#endif
345
/* Enable GNU extensions on systems that have them.  */
357
/* Enable GNU extensions on systems that have them.  */
346
#ifndef _GNU_SOURCE
358
#ifndef _GNU_SOURCE
347
# define _GNU_SOURCE 1
359
# define _GNU_SOURCE 1
348
#endif
360
#endif
349
/* Enable threading extensions on Solaris.  */
361
/* Enable threading extensions on Solaris.  */
350
#ifndef _POSIX_PTHREAD_SEMANTICS
362
#ifndef _POSIX_PTHREAD_SEMANTICS
351
# define _POSIX_PTHREAD_SEMANTICS 1
363
# define _POSIX_PTHREAD_SEMANTICS 1
352
#endif
364
#endif
353
/* Enable extensions on HP NonStop.  */
365
/* Enable extensions on HP NonStop.  */
354
#ifndef _TANDEM_SOURCE
366
#ifndef _TANDEM_SOURCE
355
# define _TANDEM_SOURCE 1
367
# define _TANDEM_SOURCE 1
356
#endif
368
#endif
357
/* Enable general extensions on Solaris.  */
369
/* Enable general extensions on Solaris.  */
358
#ifndef __EXTENSIONS__
370
#ifndef __EXTENSIONS__
359
# define __EXTENSIONS__ 1
371
# define __EXTENSIONS__ 1
360
#endif
372
#endif
361
 
373
 
362
 
374
 
363
/* Version number of package */
375
/* Version number of package */
364
#define VERSION "2.24"
376
#define VERSION "2.26"
365
 
377
 
366
/* Number of bits in a file offset, on hosts where this is settable. */
378
/* Number of bits in a file offset, on hosts where this is settable. */
367
/* #undef _FILE_OFFSET_BITS */
379
/* #undef _FILE_OFFSET_BITS */
368
 
380
 
369
/* Define for large files, on AIX-style hosts. */
381
/* Define for large files, on AIX-style hosts. */
370
/* #undef _LARGE_FILES */
382
/* #undef _LARGE_FILES */
371
 
383
 
372
/* Define to 1 if on MINIX. */
384
/* Define to 1 if on MINIX. */
373
/* #undef _MINIX */
385
/* #undef _MINIX */
374
 
386
 
375
/* Define to 2 if the system does not provide POSIX.1 features except with
387
/* Define to 2 if the system does not provide POSIX.1 features except with
376
   this defined. */
388
   this defined. */
377
/* #undef _POSIX_1_SOURCE */
389
/* #undef _POSIX_1_SOURCE */
378
 
390
 
379
/* Define to 1 if you need to in order for `stat' and other things to work. */
391
/* Define to 1 if you need to in order for `stat' and other things to work. */
380
/* #undef _POSIX_SOURCE */
392
/* #undef _POSIX_SOURCE */