rpm  5.4.15
config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Predefined possible va_copy() implementation (id: ASP) */
8 #define __VA_COPY_USE_ASP(d, s) do { *(d) = *(s); } while (0)
9 
10 /* Predefined possible va_copy() implementation (id: ASS) */
11 #define __VA_COPY_USE_ASS(d, s) do { (d) = (s); } while (0)
12 
13 /* Predefined possible va_copy() implementation (id: C99) */
14 #define __VA_COPY_USE_C99(d, s) va_copy((d), (s))
15 
16 /* Define as 1 if chown() follows symlinks and you don't have lchown() */
17 /* #undef CHOWN_FOLLOWS_SYMLINK */
18 
19 /* Predefined possible va_copy() implementation (id: CPP) */
20 #define __VA_COPY_USE_CPP(d, s) memcpy((void *)(d), (void *)(s), sizeof(*(s)))
21 
22 /* Predefined possible va_copy() implementation (id: CPS) */
23 #define __VA_COPY_USE_CPS(d, s) memcpy((void *)&(d), (void *)&(s), sizeof((s)))
24 
25 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
26  systems. This function is required for `alloca.c' support on those systems.
27  */
28 /* #undef CRAY_STACKSEG_END */
29 
30 /* Define to 1 if using `alloca.c'. */
31 /* #undef C_ALLOCA */
32 
33 /* Full path to RPM database directory */
34 #define DBPATH "/var/lib/rpm"
35 
36 /* Define to 1 if translation of program messages to the user's native
37  language is requested. */
38 #define ENABLE_NLS 1
39 
40 /* Predefined possible va_copy() implementation (id: GCB) */
41 #define __VA_COPY_USE_GCB(d, s) __builtin_va_copy((d), (s))
42 
43 /* Predefined possible va_copy() implementation (id: GCH) */
44 #define __VA_COPY_USE_GCH(d, s) __va_copy((d), (s))
45 
46 /* Predefined possible va_copy() implementation (id: GCM) */
47 #define __VA_COPY_USE_GCM(d, s) VA_COPY((d), (s))
48 
49 /* Define to 1 if you have `alloca', as a function or macro. */
50 #define HAVE_ALLOCA 1
51 
52 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
53  */
54 #define HAVE_ALLOCA_H 1
55 
56 /* Define to 1 if you have the <apr-1/apr.h> header file. */
57 /* #undef HAVE_APR_1_APR_H */
58 
59 /* Define to 1 if you have the <arpa/inet.h> header file. */
60 #define HAVE_ARPA_INET_H 1
61 
62 /* Define to 1 if you have the `asprintf' function. */
63 #define HAVE_ASPRINTF 1
64 
65 /* Define to 1 if you have the <assert.h> header file. */
66 #define HAVE_ASSERT_H 1
67 
68 /* Define to 1 if you have the <aterm1.h> header file. */
69 /* #undef HAVE_ATERM1_H */
70 
71 /* Define to 1 if you have the `atoi' function. */
72 #define HAVE_ATOI 1
73 
74 /* Define to 1 if you have the `atol' function. */
75 #define HAVE_ATOL 1
76 
77 /* Define to 1 if you have the <augeas.h> header file. */
78 /* #undef HAVE_AUGEAS_H */
79 
80 /* Define to 1 if you have the `basename' function. */
81 #define HAVE_BASENAME 1
82 
83 /* Define to 1 if you have the <bashtypes.h> header file. */
84 /* #undef HAVE_BASHTYPES_H */
85 
86 /* Define to 1 if you have the <beecrypt/api.h> header file. */
87 #define HAVE_BEECRYPT_API_H 1
88 
89 /* Define to 1 if you have the <bzlib.h> header file. */
90 #define HAVE_BZLIB_H 1
91 
92 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
93  CoreFoundation framework. */
94 /* #undef HAVE_CFLOCALECOPYCURRENT */
95 
96 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
97  the CoreFoundation framework. */
98 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
99 
100 /* Define to 1 if you have the `chflags' function. */
101 /* #undef HAVE_CHFLAGS */
102 
103 /* Define to 1 if you have the `clearenv' function. */
104 #define HAVE_CLEARENV 1
105 
106 /* Define to 1 if you have the `confstr' function. */
107 #define HAVE_CONFSTR 1
108 
109 /* Define to 1 if you have the <cpuinfo.h> header file. */
110 /* #undef HAVE_CPUINFO_H */
111 
112 /* Define to 1 if you have the <cudf.h> header file. */
113 /* #undef HAVE_CUDF_H */
114 
115 /* Define to 1 if you have the <dbsql.h> header file. */
116 #define HAVE_DBSQL_H 1
117 
118 /* Have <db.h> header */
119 #define HAVE_DB_H 1
120 
121 /* Define if the GNU dcgettext() function is already present or preinstalled.
122  */
123 #define HAVE_DCGETTEXT 1
124 
125 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
126  */
127 #define HAVE_DIRENT_H 1
128 
129 /* Define to 1 if you have the <dlfcn.h> header file. */
130 #define HAVE_DLFCN_H 1
131 
132 /* Define to 1 if you have the <dmalloc.h> header file. */
133 /* #undef HAVE_DMALLOC_H */
134 
135 /* Define to 1 if you have the `dnl' function. */
136 /* #undef HAVE_DNL */
137 
138 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
139 /* #undef HAVE_DOPRNT */
140 
141 /* Define to 1 if you have the DSA_generate_parameters_ex() function. */
142 /* #undef HAVE_DSA_GENERATE_PARAMETERS_EX */
143 
144 /* Define to 1 if you have the `error' function. */
145 #define HAVE_ERROR 1
146 
147 /* Define to 1 if you have the <error.h> header file. */
148 #define HAVE_ERROR_H 1
149 
150 /* Define to 1 if you have the <err.h> header file. */
151 #define HAVE_ERR_H 1
152 
153 /* Define to 1 if you have the <expat.h> header file. */
154 /* #undef HAVE_EXPAT_H */
155 
156 /* Define to 1 if you have the <EXTERN.h> header file. */
157 /* #undef HAVE_EXTERN_H */
158 
159 /* Define to 1 if you have the `fallocate' function. */
160 #define HAVE_FALLOCATE 1
161 
162 /* Define to 1 if you have the `fchflags' function. */
163 /* #undef HAVE_FCHFLAGS */
164 
165 /* Define to 1 if you have the `fchmod' function. */
166 #define HAVE_FCHMOD 1
167 
168 /* Define to 1 if you have the `fclose' function. */
169 #define HAVE_FCLOSE 1
170 
171 /* Define to 1 if you have the <fcntl.h> header file. */
172 #define HAVE_FCNTL_H 1
173 
174 /* Define to 1 if you have the `fgetc' function. */
175 #define HAVE_FGETC 1
176 
177 /* Define to 1 if you have the `fgets' function. */
178 #define HAVE_FGETS 1
179 
180 /* Define to 1 if you have <ficl.h> */
181 /* #undef HAVE_FICL_H */
182 
183 /* Define to 1 if you have the <float.h> header file. */
184 #define HAVE_FLOAT_H 1
185 
186 /* Define to 1 if you have the `fopen' function. */
187 #define HAVE_FOPEN 1
188 
189 /* Define to 1 if you have the `ftok' function. */
190 #define HAVE_FTOK 1
191 
192 /* Define to 1 if you have the `futimens' function. */
193 #define HAVE_FUTIMENS 1
194 
195 /* Define to 1 if you have the `futimes' function. */
196 /* #undef HAVE_FUTIMES */
197 
198 /* Define to 1 if you have the `futimesat' function. */
199 /* #undef HAVE_FUTIMESAT */
200 
201 /* Define to 1 if you have the `fwrite' function. */
202 #define HAVE_FWRITE 1
203 
204 /* Define to 1 if you have the <gcrypt.h> header file. */
205 /* #undef HAVE_GCRYPT_H */
206 
207 /* Define to 1 if you have the gelf_getnote() function. */
208 #define HAVE_GELF_GETNOTE 1
209 
210 /* Define to 1 if you have the gelf_getvernaux() function. */
211 #define HAVE_GELF_GETVERNAUX 1
212 
213 /* Define to 1 if you have gelf.h */
214 #define HAVE_GELF_H 1
215 
216 /* Define to 1 if you have the `getaddrinfo' function. */
217 #define HAVE_GETADDRINFO 1
218 
219 /* Define to 1 if you have the `getattrlist' function. */
220 /* #undef HAVE_GETATTRLIST */
221 
222 /* Define to 1 if you have the `getcwd' function. */
223 #define HAVE_GETCWD 1
224 
225 /* Define to 1 if you have the `getdelim' function. */
226 #define HAVE_GETDELIM 1
227 
228 /* Define to 1 if you have the `getline' function. */
229 #define HAVE_GETLINE 1
230 
231 /* Define if you have the getmntent() function */
232 #define HAVE_GETMNTENT 1
233 
234 /* Define as 1 if you have getmntinfo() (Mac OS X) */
235 /* #undef HAVE_GETMNTINFO */
236 
237 /* Define as 1 if you have getmntinfo_r() (only osf?) */
238 /* #undef HAVE_GETMNTINFO_R */
239 
240 /* Define to 1 if you have the `getmode' function. */
241 /* #undef HAVE_GETMODE */
242 
243 /* Define to 1 if you have the `getnameinfo' function. */
244 #define HAVE_GETNAMEINFO 1
245 
246 /* Define to 1 if you have the `getopt' function. */
247 #define HAVE_GETOPT 1
248 
249 /* Define to 1 if you have the <getopt.h> header file. */
250 #define HAVE_GETOPT_H 1
251 
252 /* Define to 1 if you have the `getpagesize' function. */
253 #define HAVE_GETPAGESIZE 1
254 
255 /* Define to 1 if you have the `getpassphrase' function. */
256 /* #undef HAVE_GETPASSPHRASE */
257 
258 /* Define if the GNU gettext() function is already present or preinstalled. */
259 #define HAVE_GETTEXT 1
260 
261 /* Define to 1 if you have the `getwd' function. */
262 #define HAVE_GETWD 1
263 
264 /* Define to 1 if you have the `getxattr' function. */
265 #define HAVE_GETXATTR 1
266 
267 /* Define to 1 if you have <git2.h> */
268 /* #undef HAVE_GIT2_H */
269 
270 /* Define to 1 if you have the <globals.hh> header file. */
271 /* #undef HAVE_GLOBALS_HH */
272 
273 /* Define to 1 if you have the <glob.h> header file. */
274 #define HAVE_GLOB_H 1
275 
276 /* Define to 1 if you have the <gnutls/gnutls.h> header file. */
277 /* #undef HAVE_GNUTLS_GNUTLS_H */
278 
279 /* Define to 1 if you have <gpsee.h> */
280 /* #undef HAVE_GPSEE_H */
281 
282 /* Define to 1 if you have the <grp.h> header file. */
283 #define HAVE_GRP_H 1
284 
285 /* Define as 1 if <netdb.h> defines h_errno */
286 #define HAVE_HERRNO 1
287 
288 /* Define to 1 if you have the `iconv' function. */
289 #define HAVE_ICONV 1
290 
291 /* Define to 1 if you have the `inet_aton' function. */
292 #define HAVE_INET_ATON 1
293 
294 /* Define to 1 if you have the <inttypes.h> header file. */
295 #define HAVE_INTTYPES_H 1
296 
297 /* Define to 1 if you have the `isalpha' function. */
298 #define HAVE_ISALPHA 1
299 
300 /* Define to 1 if you have the `isdigit' function. */
301 #define HAVE_ISDIGIT 1
302 
303 /* Define to 1 if you have the `isprint' function. */
304 #define HAVE_ISPRINT 1
305 
306 /* Define to 1 if you have the `isspace' function. */
307 #define HAVE_ISSPACE 1
308 
309 /* Define to 1 if you have the <jni.h> header file. */
310 /* #undef HAVE_JNI_H */
311 
312 /* Define to 1 if you have the <jsapi.h> header file. */
313 /* #undef HAVE_JSAPI_H */
314 
315 /* Define to 1 if you have the <keyutils.h> header file. */
316 /* #undef HAVE_KEYUTILS_H */
317 
318 /* Define to 1 if you have the <langinfo.h> header file. */
319 #define HAVE_LANGINFO_H 1
320 
321 /* Define to 1 if you have the `lchflags' function. */
322 /* #undef HAVE_LCHFLAGS */
323 
324 /* Define to 1 if you have the `lchmod' function. */
325 /* #undef HAVE_LCHMOD */
326 
327 /* Define to 1 if you have the `lchown' function. */
328 #define HAVE_LCHOWN 1
329 
330 /* Define to 1 if you have the `lgetxattr' function. */
331 #define HAVE_LGETXATTR 1
332 
333 /* Define to 1 if you have the `acl' library (-lacl). */
334 /* #undef HAVE_LIBACL */
335 
336 /* Define to 1 if you have the `apr-1' library (-lapr-1). */
337 /* #undef HAVE_LIBAPR_1 */
338 
339 /* Define to 1 if you have the `ATerm' library (-lATerm). */
340 /* #undef HAVE_LIBATERM */
341 
342 /* Define to 1 if you have the `attr' library (-lattr). */
343 /* #undef HAVE_LIBATTR */
344 
345 /* Define to 1 if you have the `augeas' library (-laugeas). */
346 /* #undef HAVE_LIBAUGEAS */
347 
348 /* Define to 1 if you have the 'bash' library (-lbash). */
349 /* #undef HAVE_LIBBASH */
350 
351 /* Define to 1 if you have the `beecrypt' library (-lbeecrypt). */
352 #define HAVE_LIBBEECRYPT 1
353 
354 /* Define to 1 if you have the `bz2' library (-lbz2). */
355 #define HAVE_LIBBZ2 1
356 
357 /* Define to 1 if you have the `compat' library (-lcompat). */
358 /* #undef HAVE_LIBCOMPAT */
359 
360 /* Define to 1 if you have the `cpuinfo' library (-lcpuinfo). */
361 /* #undef HAVE_LIBCPUINFO */
362 
363 /* Define to 1 if you have the `crypto' library (-lcrypto). */
364 /* #undef HAVE_LIBCRYPTO */
365 
366 /* Define to 1 if you have the `cudf' library (-lcudf). */
367 /* #undef HAVE_LIBCUDF */
368 
369 /* Define to 1 if you have the `db-5.2' library (-ldb-5.2). */
370 #define HAVE_LIBDB_5_2 1
371 
372 /* Define to 1 if you have the `db_sql-5.2' library (-ldb_sql-5.2). */
373 #define HAVE_LIBDB_SQL_5_2 1
374 
375 /* Define to 1 if you have the `dl' library (-ldl). */
376 #define HAVE_LIBDL 1
377 
378 /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
379 /* #undef HAVE_LIBDMALLOC */
380 
381 /* Define to 1 if you have the `efence' library (-lefence). */
382 /* #undef HAVE_LIBEFENCE */
383 
384 /* Define to 1 if you have ELF library */
385 #define HAVE_LIBELF 1
386 
387 /* Define to 1 if you have libelf.h */
388 #define HAVE_LIBELF_H 1
389 
390 /* Define to 1 if you have the `expat' library (-lexpat). */
391 /* #undef HAVE_LIBEXPAT */
392 
393 /* Define to 1 if you have the 'ficl' library (-lficl). */
394 /* #undef HAVE_LIBFICL */
395 
396 /* Define to 1 if you have the `format' library (-lformat). */
397 /* #undef HAVE_LIBFORMAT */
398 
399 /* Define to 1 if you have the `gcrypt' library (-lgcrypt). */
400 /* #undef HAVE_LIBGCRYPT */
401 
402 /* Define to 1 if you have the <libgen.h> header file. */
403 #define HAVE_LIBGEN_H 1
404 
405 /* Define to 1 if you have the `git2' library (-lgit2). */
406 /* #undef HAVE_LIBGIT2 */
407 
408 /* Define to 1 if you have the `gnutls' library (-lgnutls). */
409 /* #undef HAVE_LIBGNUTLS */
410 
411 /* Define to 1 if you have the 'gpsee' library (-ljs). */
412 /* #undef HAVE_LIBGPSEE */
413 
414 /* Define to 1 if you have the `gz' library (-lgz). */
415 /* #undef HAVE_LIBGZ */
416 
417 /* Define to 1 if you have the <libio.h> header file. */
418 #define HAVE_LIBIO_H 1
419 
420 /* Define to 1 if you have the 'mozjs185' library (-lmozjs185). */
421 /* #undef HAVE_LIBJS */
422 
423 /* Define to 1 if you have the `jvm' library (-ljvm). */
424 /* #undef HAVE_LIBJVM */
425 
426 /* Define to 1 if you have the `keyutils' library (-lkeyutils). */
427 /* #undef HAVE_LIBKEYUTILS */
428 
429 /* Define to 1 if you have the `lua' library (-llua). */
430 /* #undef HAVE_LIBLUA */
431 
432 /* Define to 1 if you have the `lzma' library (-llzma). */
433 #define HAVE_LIBLZMA 1
434 
435 /* Define to 1 if you have the `m' library (-lm). */
436 #define HAVE_LIBM 1
437 
438 /* Define to 1 if you have the `magic' library (-lmagic). */
439 #define HAVE_LIBMAGIC 1
440 
441 /* Define to 1 if you have the `mozjs185' library (-lmozjs185). */
442 /* #undef HAVE_LIBMOZJS185 */
443 
444 /* Define to 1 if you have the `mruby' library (-lmruby). */
445 /* #undef HAVE_LIBMRUBY */
446 
447 /* Define to 1 if you have the `neon' library (-lneon). */
448 /* #undef HAVE_LIBNEON */
449 
450 /* Define to 1 if you have the `nsl' library (-lnsl). */
451 /* #undef HAVE_LIBNSL */
452 
453 /* Define to 1 if you have the `nss' library (-lnss). */
454 /* #undef HAVE_LIBNSS */
455 
456 /* Define to 1 if you have the `nss3' library (-lnss3). */
457 /* #undef HAVE_LIBNSS3 */
458 
459 /* Define to 1 if you have the `odbc' library (-lodbc). */
460 /* #undef HAVE_LIBODBC */
461 
462 /* Define to 1 if you have the `ossp-uuid' library (-lossp-uuid). */
463 #define HAVE_LIBOSSP_UUID 1
464 
465 /* Define to 1 if you have the `pakchois' library (-lpakchois). */
466 /* #undef HAVE_LIBPAKCHOIS */
467 
468 /* Define to 1 if you have the 'pcre' library (-lpcre). */
469 #define HAVE_LIBPCRE 1
470 
471 /* Define to 1 if you have the `perl' library (-lperl). */
472 /* #undef HAVE_LIBPERL */
473 
474 /* Define to 1 if you have the `popt' library (-lpopt). */
475 #define HAVE_LIBPOPT 1
476 
477 /* Define to 1 if you have the `port' library (-lport). */
478 /* #undef HAVE_LIBPORT */
479 
480 /* Define to 1 if you have the `pthread' library (-lpthread). */
481 #define HAVE_LIBPTHREAD 1
482 
483 /* Define to 1 if you have the `python2.4' library (-lpython2.4). */
484 /* #undef HAVE_LIBPYTHON2_4 */
485 
486 /* Define to 1 if you have the `python2.5' library (-lpython2.5). */
487 /* #undef HAVE_LIBPYTHON2_5 */
488 
489 /* Define to 1 if you have the `python2.6' library (-lpython2.6). */
490 /* #undef HAVE_LIBPYTHON2_6 */
491 
492 /* Define to 1 if you have the `python2.7' library (-lpython2.7). */
493 /* #undef HAVE_LIBPYTHON2_7 */
494 
495 /* Define to 1 if you have the `rand' library (-lrand). */
496 /* #undef HAVE_LIBRAND */
497 
498 /* Define to 1 if you have the 'rc' library (-lrc). */
499 /* #undef HAVE_LIBRC */
500 
501 /* Define to 1 if you have the `readline' library (-lreadline). */
502 /* #undef HAVE_LIBREADLINE */
503 
504 /* Define to 1 if you have the `rt' library (-lrt). */
505 /* #undef HAVE_LIBRT */
506 
507 /* Define to 1 if you have the `ruby' library (-lruby). */
508 /* #undef HAVE_LIBRUBY */
509 
510 /* Define to 1 if you have the `selinux' library (-lselinux). */
511 #define HAVE_LIBSELINUX 1
512 
513 /* Define to 1 if you have the `semanage' library (-lsemanage). */
514 #define HAVE_LIBSEMANAGE 1
515 
516 /* Define to 1 if you have the `sepol' library (-lsepol). */
517 #define HAVE_LIBSEPOL 1
518 
519 /* Define to 1 if you have the `socket' library (-lsocket). */
520 /* #undef HAVE_LIBSOCKET */
521 
522 /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
523 /* #undef HAVE_LIBSQLITE3 */
524 
525 /* Define to 1 if you have the `squirrel' library (-lsquirrel). */
526 /* #undef HAVE_LIBSQUIRREL */
527 
528 /* Define to 1 if you have the `svn_client-1' library (-lsvn_client-1). */
529 /* #undef HAVE_LIBSVN_CLIENT_1 */
530 
531 /* Define to 1 if you have the `syck' library (-lsyck). */
532 /* #undef HAVE_LIBSYCK */
533 
534 /* Define to 1 if you have the `tasn1' library (-ltasn1). */
535 /* #undef HAVE_LIBTASN1 */
536 
537 /* Define to 1 if you have the <libtasn1.h> header file. */
538 /* #undef HAVE_LIBTASN1_H */
539 
540 /* Define to 1 if you have the `tcl' library (-ltcl). */
541 /* #undef HAVE_LIBTCL */
542 
543 /* Define to 1 if you have the `tcl8.5' library (-ltcl8.5). */
544 /* #undef HAVE_LIBTCL8_5 */
545 
546 /* Define to 1 if you have the `tcl8.6' library (-ltcl8.6). */
547 /* #undef HAVE_LIBTCL8_6 */
548 
549 /* Define to 1 if you have the `thread' library (-lthread). */
550 /* #undef HAVE_LIBTHREAD */
551 
552 /* Define to 1 if you have the `tomcrypt' library (-ltomcrypt). */
553 /* #undef HAVE_LIBTOMCRYPT */
554 
555 /* Define to 1 if you have the libtpm library (-ltpm). */
556 /* #undef HAVE_LIBTPM */
557 
558 /* Define to 1 if you have the `uuid' library (-luuid). */
559 #define HAVE_LIBUUID 1
560 
561 /* Define to 1 if you have the `xar' library (-lxar). */
562 /* #undef HAVE_LIBXAR */
563 
564 /* Define to 1 if you have the `z' library (-lz). */
565 #define HAVE_LIBZ 1
566 
567 /* Define to 1 if you have the <limits.h> header file. */
568 #define HAVE_LIMITS_H 1
569 
570 /* Define to 1 if you have the <locale.h> header file. */
571 #define HAVE_LOCALE_H 1
572 
573 /* Define to 1 if you have the `localtime' function. */
574 #define HAVE_LOCALTIME 1
575 
576 /* Define to 1 if the system has the type `long double'. */
577 #define HAVE_LONG_DOUBLE 1
578 
579 /* Define to 1 if the system has the type `long long'. */
580 #define HAVE_LONG_LONG 1
581 
582 /* Define to 1 if you have the `lsetxattr' function. */
583 #define HAVE_LSETXATTR 1
584 
585 /* Define to 1 if you have the <lua.h> header file. */
586 /* #undef HAVE_LUA_H */
587 
588 /* Define to 1 if you have the `lutimes' function. */
589 #define HAVE_LUTIMES 1
590 
591 /* Define to 1 if you have <lzma.h> */
592 #define HAVE_LZMA_H 1
593 
594 /* Define to 1 if you have the <machine/types.h> header file. */
595 /* #undef HAVE_MACHINE_TYPES_H */
596 
597 /* Define to 1 if you have the `madvise' function. */
598 #define HAVE_MADVISE 1
599 
600 /* Define to 1 if you have <magic.h> */
601 #define HAVE_MAGIC_H 1
602 
603 /* Define to 1 if you have the <mcheck.h> header file. */
604 #define HAVE_MCHECK_H 1
605 
606 /* Define to 1 if you have the `memcmp' function. */
607 #define HAVE_MEMCMP 1
608 
609 /* Define to 1 if you have the `memcpy' function. */
610 #define HAVE_MEMCPY 1
611 
612 /* Define to 1 if you have the `memmove' function. */
613 #define HAVE_MEMMOVE 1
614 
615 /* Define to 1 if you have the <memory.h> header file. */
616 #define HAVE_MEMORY_H 1
617 
618 /* Define to 1 if you have the `mempcpy' function. */
619 #define HAVE_MEMPCPY 1
620 
621 /* Define to 1 if you have the `mkdtemp' function. */
622 #define HAVE_MKDTEMP 1
623 
624 /* Define to 1 if you have the `mkstemp' function. */
625 #define HAVE_MKSTEMP 1
626 
627 /* Define to 1 if you have a working `mmap' system call. */
628 #define HAVE_MMAP 1
629 
630 /* Define as 1 if you have mntctl() (only aix?) */
631 /* #undef HAVE_MNTCTL */
632 
633 /* Define to 1 if you have the <mntent.h> header file. */
634 #define HAVE_MNTENT_H 1
635 
636 /* Define to 1 if you have the <mruby.h> header file. */
637 /* #undef HAVE_MRUBY_H */
638 
639 /* Define to 1 if you have the `mtrace' function. */
640 #define HAVE_MTRACE 1
641 
642 /* Define to 1 if the number of available CPU cores can be detected with
643  sysconf(_SC_NPROCESSORS_ONLN). */
644 #define HAVE_NCPU_SYSCONF 1
645 
646 /* Define to 1 if the number of available CPU cores can be detected with
647  sysctl(). */
648 /* #undef HAVE_NCPU_SYSCTL */
649 
650 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
651 /* #undef HAVE_NDIR_H */
652 
653 /* Define to 1 if you have ne_get_response_header() in libneon. */
654 /* #undef HAVE_NEON_NE_GET_RESPONSE_HEADER */
655 
656 /* Define to 1 if you have the <netdb.h> header file. */
657 #define HAVE_NETDB_H 1
658 
659 /* Define to 1 if you have the <netinet/in.h> header file. */
660 #define HAVE_NETINET_IN_H 1
661 
662 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
663 #define HAVE_NETINET_IN_SYSTM_H 1
664 
665 /* Define to 1 if you have the <ne_session.h> header file. */
666 /* #undef HAVE_NE_SESSION_H */
667 
668 /* Define to 1 if you have the <nss.h> header file. */
669 /* #undef HAVE_NSS_H */
670 
671 /* Define to 1 if you have the NSS_InitContext() function. */
672 /* #undef HAVE_NSS_INITCONTEXT */
673 
674 /* Define to 1 if you have the NSS_Initialize() function. */
675 /* #undef HAVE_NSS_INITIALIZE */
676 
677 /* Define to 1 if you have the <openssl/crypto.h> header file. */
678 /* #undef HAVE_OPENSSL_CRYPTO_H */
679 
680 /* Define to 1 if you have the <pakchois/pakchois.h> header file. */
681 /* #undef HAVE_PAKCHOIS_PAKCHOIS_H */
682 
683 /* Define to 1 if you have <pcre.h> */
684 #define HAVE_PCRE_H 1
685 
686 /* Define to 1 if the amount of physical memory can be detected with
687  sysconf(_SC_PAGESIZE) and sysconf(_SC_PHYS_PAGES). */
688 #define HAVE_PHYSMEM_SYSCONF 1
689 
690 /* Define to 1 if the amount of physical memory can be detected with sysctl().
691  */
692 /* #undef HAVE_PHYSMEM_SYSCTL */
693 
694 /* Define to 1 if you have the <poll.h> header file. */
695 #define HAVE_POLL_H 1
696 
697 /* Define to 1 if you have the <popt.h> header file. */
698 #define HAVE_POPT_H 1
699 
700 /* Define to 1 if you have the `posix_fadvise' function. */
701 #define HAVE_POSIX_FADVISE 1
702 
703 /* Define to 1 if you have the `posix_fallocate' function. */
704 #define HAVE_POSIX_FALLOCATE 1
705 
706 /* Define to 1 if you have the `printf' function. */
707 #define HAVE_PRINTF 1
708 
709 /* Define to 1 if you have the <pthread.h> header file. */
710 #define HAVE_PTHREAD_H 1
711 
712 /* Define to 1 if you have the `putenv' function. */
713 #define HAVE_PUTENV 1
714 
715 /* Define to 1 if you have the <pwd.h> header file. */
716 #define HAVE_PWD_H 1
717 
718 /* Define to 1 if you have the <Python.h> header file. */
719 /* #undef HAVE_PYTHON_H */
720 
721 /* Define to 1 if you have the `qsort' function. */
722 #define HAVE_QSORT 1
723 
724 /* Define to 1 if you have the `raise' function. */
725 #define HAVE_RAISE 1
726 
727 /* Define to 1 if you have the `rand' function. */
728 #define HAVE_RAND 1
729 
730 /* Define to 1 if you have <rc.h> */
731 /* #undef HAVE_RC_H */
732 
733 /* Define to 1 if you have the <readline/history.h> header file. */
734 /* #undef HAVE_READLINE_HISTORY_H */
735 
736 /* Define to 1 if you have the <readline/readline.h> header file. */
737 /* #undef HAVE_READLINE_READLINE_H */
738 
739 /* Define to 1 if you have the `realpath' function. */
740 #define HAVE_REALPATH 1
741 
742 /* Define to 1 if you have the `regcomp' function. */
743 #define HAVE_REGCOMP 1
744 
745 /* Define to 1 if you have the `rl_completion_matches' function. */
746 /* #undef HAVE_RL_COMPLETION_MATCHES */
747 
748 /* Define to 1 if you have the RSA_generate_key_ex() function. */
749 /* #undef HAVE_RSA_GENERATE_KEY_EX */
750 
751 /* Define to 1 if you have the <ruby.h> header file. */
752 /* #undef HAVE_RUBY_H */
753 
754 /* Define to 1 if you have the <search.h> header file. */
755 #define HAVE_SEARCH_H 1
756 
757 /* Define to 1 if you have the `secure_getenv' function. */
758 #define HAVE_SECURE_GETENV 1
759 
760 /* Define to 1 if you have the <selinux/selinux.h> header file. */
761 #define HAVE_SELINUX_SELINUX_H 1
762 
763 /* Define to 1 if you have the <semanage/semanage.h> header file. */
764 #define HAVE_SEMANAGE_SEMANAGE_H 1
765 
766 /* Define to 1 if you have the <semaphore.h> header file. */
767 #define HAVE_SEMAPHORE_H 1
768 
769 /* Define to 1 if you have the <sepol/sepol.h> header file. */
770 #define HAVE_SEPOL_SEPOL_H 1
771 
772 /* Define to 1 if you have the `setattrlist' function. */
773 /* #undef HAVE_SETATTRLIST */
774 
775 /* Define to 1 if you have the `setenv' function. */
776 #define HAVE_SETENV 1
777 
778 /* Define to 1 if you have the `setlocale' function. */
779 #define HAVE_SETLOCALE 1
780 
781 /* Define to 1 if you have the `setmode' function. */
782 /* #undef HAVE_SETMODE */
783 
784 /* Define to 1 if you have the `setxattr' function. */
785 #define HAVE_SETXATTR 1
786 
787 /* Define to 1 if you have the `sigaction' function. */
788 #define HAVE_SIGACTION 1
789 
790 /* Define to 1 if you have the `sigaddset' function. */
791 #define HAVE_SIGADDSET 1
792 
793 /* Define to 1 if you have the `sigdelset' function. */
794 #define HAVE_SIGDELSET 1
795 
796 /* Define to 1 if you have the `sigemptyset' function. */
797 #define HAVE_SIGEMPTYSET 1
798 
799 /* Define to 1 if the system has the type `sighanlder_t'. */
800 /* #undef HAVE_SIGHANLDER_T */
801 
802 /* Define to 1 if you have the `sighold' function. */
803 #define HAVE_SIGHOLD 1
804 
805 /* Define to 1 if you have the <signal.h> header file. */
806 #define HAVE_SIGNAL_H 1
807 
808 /* Define to 1 if you have the `sigpause' function. */
809 #define HAVE_SIGPAUSE 1
810 
811 /* Define to 1 if you have the `sigprocmask' function. */
812 #define HAVE_SIGPROCMASK 1
813 
814 /* Define to 1 if you have the `sigrelse' function. */
815 #define HAVE_SIGRELSE 1
816 
817 /* Define to 1 if you have the `sigsuspend' function. */
818 #define HAVE_SIGSUSPEND 1
819 
820 /* Define to 1 if the system has the type `sig_t'. */
821 /* #undef HAVE_SIG_T */
822 
823 /* Define to 1 if you have the `snprintf' function. */
824 #define HAVE_SNPRINTF 1
825 
826 /* Define to 1 if you have the <sqlext.h> header file. */
827 /* #undef HAVE_SQLEXT_H */
828 
829 /* Define to 1 if you have the <sqlite3.h> header file. */
830 /* #undef HAVE_SQLITE3_H */
831 
832 /* Define to 1 if you have the <squirrel.h> header file. */
833 /* #undef HAVE_SQUIRREL_H */
834 
835 /* Define to 1 if you have the <stdbool.h> header file. */
836 #define HAVE_STDBOOL_H 1
837 
838 /* Define to 1 if you have the <stdint.h> header file. */
839 #define HAVE_STDINT_H 1
840 
841 /* Define to 1 if you have the <stdlib.h> header file. */
842 #define HAVE_STDLIB_H 1
843 
844 /* Define to 1 if you have the `stpcpy' function. */
845 #define HAVE_STPCPY 1
846 
847 /* Define to 1 if you have the `stpncpy' function. */
848 #define HAVE_STPNCPY 1
849 
850 /* Define to 1 if you have the `strcasecmp' function. */
851 #define HAVE_STRCASECMP 1
852 
853 /* Define to 1 if you have the `strcat' function. */
854 #define HAVE_STRCAT 1
855 
856 /* Define to 1 if you have the `strchr' function. */
857 #define HAVE_STRCHR 1
858 
859 /* Define to 1 if you have the `strcoll' function. */
860 #define HAVE_STRCOLL 1
861 
862 /* Define to 1 if you have the `strcspn' function. */
863 #define HAVE_STRCSPN 1
864 
865 /* Define to 1 if you have the `strdup' function. */
866 #define HAVE_STRDUP 1
867 
868 /* Define to 1 if you have the `strerror' function. */
869 #define HAVE_STRERROR 1
870 
871 /* Define to 1 if you have the <strings.h> header file. */
872 #define HAVE_STRINGS_H 1
873 
874 /* Define to 1 if you have the <string.h> header file. */
875 #define HAVE_STRING_H 1
876 
877 /* Define to 1 if you have the `strmode' function. */
878 /* #undef HAVE_STRMODE */
879 
880 /* Define to 1 if you have the `strncat' function. */
881 #define HAVE_STRNCAT 1
882 
883 /* Define to 1 if you have the `strncmp' function. */
884 #define HAVE_STRNCMP 1
885 
886 /* Define to 1 if you have the `strndup' function. */
887 #define HAVE_STRNDUP 1
888 
889 /* Define to 1 if you have the `strrchr' function. */
890 #define HAVE_STRRCHR 1
891 
892 /* Define to 1 if you have the `strsep' function. */
893 #define HAVE_STRSEP 1
894 
895 /* Define to 1 if you have the `strspn' function. */
896 #define HAVE_STRSPN 1
897 
898 /* Define to 1 if you have the `strstr' function. */
899 #define HAVE_STRSTR 1
900 
901 /* Define to 1 if you have the `strtol' function. */
902 #define HAVE_STRTOL 1
903 
904 /* Define to 1 if you have the `strtoul' function. */
905 #define HAVE_STRTOUL 1
906 
907 /* Define as 1 if you have "struct mnttab" (only sco?) */
908 /* #undef HAVE_STRUCT_MNTTAB */
909 
910 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
911 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
912 
913 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
914 /* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC */
915 
916 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
917 /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
918 
919 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
920 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
921 
922 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
923 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
924 
925 /* Define to 1 if `st_flags' is a member of `struct stat'. */
926 /* #undef HAVE_STRUCT_STAT_ST_FLAGS */
927 
928 /* Define to 1 if `st_uatime' is a member of `struct stat'. */
929 /* #undef HAVE_STRUCT_STAT_ST_UATIME */
930 
931 /* Define to 1 if you have the `strverscmp' function. */
932 #define HAVE_STRVERSCMP 1
933 
934 /* Define to 1 if you have the <subversion-1/svn_client.h> header file. */
935 /* #undef HAVE_SUBVERSION_1_SVN_CLIENT_H */
936 
937 /* Have <syck.h> header */
938 /* #undef HAVE_SYCK_H */
939 
940 /* Define to 1 if you have the <synch.h> header file. */
941 /* #undef HAVE_SYNCH_H */
942 
943 /* Define to 1 if you have the `syslog' function. */
944 #define HAVE_SYSLOG 1
945 
946 /* Have <sys/acl.h> header */
947 /* #undef HAVE_SYS_ACL_H */
948 
949 /* Define to 1 if you have the <sys/byteorder.h> header file. */
950 /* #undef HAVE_SYS_BYTEORDER_H */
951 
952 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
953  */
954 /* #undef HAVE_SYS_DIR_H */
955 
956 /* Define to 1 if you have the <sys/endian.h> header file. */
957 /* #undef HAVE_SYS_ENDIAN_H */
958 
959 /* Define to 1 if you have the <sys/ipc.h> header file. */
960 #define HAVE_SYS_IPC_H 1
961 
962 /* Define to 1 if you have the <sys/mman.h> header file. */
963 #define HAVE_SYS_MMAN_H 1
964 
965 /* Define to 1 if you have the <sys/mntctl.h> header file. */
966 /* #undef HAVE_SYS_MNTCTL_H */
967 
968 /* Define to 1 if you have the <sys/mnttab.h> header file. */
969 /* #undef HAVE_SYS_MNTTAB_H */
970 
971 /* Define to 1 if you have the <sys/mount.h> header file. */
972 #define HAVE_SYS_MOUNT_H 1
973 
974 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
975  */
976 /* #undef HAVE_SYS_NDIR_H */
977 
978 /* Define to 1 if you have the <sys/param.h> header file. */
979 #define HAVE_SYS_PARAM_H 1
980 
981 /* Define to 1 if you have the <sys/prctl.h> header file. */
982 #define HAVE_SYS_PRCTL_H 1
983 
984 /* Define to 1 if you have the <sys/resource.h> header file. */
985 #define HAVE_SYS_RESOURCE_H 1
986 
987 /* Define to 1 if you have the <sys/select.h> header file. */
988 #define HAVE_SYS_SELECT_H 1
989 
990 /* Define to 1 if you have the <sys/socket.h> header file. */
991 #define HAVE_SYS_SOCKET_H 1
992 
993 /* Define to 1 if you have the <sys/stat.h> header file. */
994 #define HAVE_SYS_STAT_H 1
995 
996 /* Define to 1 if you have the <sys/stdtypes.h> header file. */
997 /* #undef HAVE_SYS_STDTYPES_H */
998 
999 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
1000 /* #undef HAVE_SYS_SYSTEMCFG_H */
1001 
1002 /* Define to 1 if you have the <sys/time.h> header file. */
1003 #define HAVE_SYS_TIME_H 1
1004 
1005 /* Define to 1 if you have the <sys/types.h> header file. */
1006 #define HAVE_SYS_TYPES_H 1
1007 
1008 /* Define to 1 if you have the <sys/utsname.h> header file. */
1009 #define HAVE_SYS_UTSNAME_H 1
1010 
1011 /* Define to 1 if you have the <sys/vmount.h> header file. */
1012 /* #undef HAVE_SYS_VMOUNT_H */
1013 
1014 /* Define to 1 if you have the <sys/wait.h> header file. */
1015 #define HAVE_SYS_WAIT_H 1
1016 
1017 /* Define to 1 if you have the <sys/xattr.h> header file. */
1018 /* #undef HAVE_SYS_XATTR_H */
1019 
1020 /* Define as 1 if <sys/stat.h> defines S_IFSOCK */
1021 #define HAVE_S_IFSOCK 1
1022 
1023 /* Define as 1 if <sys/stat.h> defines S_ISLNK */
1024 #define HAVE_S_ISLNK 1
1025 
1026 /* Define as 1 if <sys/stat.h> defines S_ISSOCK */
1027 #define HAVE_S_ISSOCK 1
1028 
1029 /* Define as 1 if <sys/stat.h> defines S_ISTXT */
1030 /* #undef HAVE_S_ISTXT */
1031 
1032 /* Define as 1 if <sys/stat.h> defines S_ISVTX */
1033 #define HAVE_S_ISVTX 1
1034 
1035 /* Define to 1 if you have the <tcl.h> header file. */
1036 /* #undef HAVE_TCL_H */
1037 
1038 /* Define to 1 if you have the <thread.h> header file. */
1039 /* #undef HAVE_THREAD_H */
1040 
1041 /* Define to 1 if you have the `time' function. */
1042 #define HAVE_TIME 1
1043 
1044 /* Define to 1 if you have the <tomcrypt_cfg.h> header file. */
1045 /* #undef HAVE_TOMCRYPT_CFG_H */
1046 
1047 /* Define to 1 if you have the <tpm.h> header file. */
1048 /* #undef HAVE_TPM_H */
1049 
1050 /* Define to 1 if you have the <unistd.h> header file. */
1051 #define HAVE_UNISTD_H 1
1052 
1053 /* Define to 1 if you have the `utime' function. */
1054 /* #undef HAVE_UTIME */
1055 
1056 /* Define to 1 if you have the `utimes' function. */
1057 /* #undef HAVE_UTIMES */
1058 
1059 /* Define to 1 if you have the <utime.h> header file. */
1060 #define HAVE_UTIME_H 1
1061 
1062 /* Define to 1 if you have the <uuid.h> header file. */
1063 #define HAVE_UUID_H 1
1064 
1065 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
1066 /* #undef HAVE_VALGRIND_VALGRIND_H */
1067 
1068 /* Define if va_copy() macro exists (and no fallback implementation is
1069  required) */
1070 #define HAVE_VA_COPY 1
1071 
1072 /* Define as 1 if your va_list type is an array */
1073 #define HAVE_VA_LIST_AS_ARRAY 1
1074 
1075 /* Define to 1 if you have the `vprintf' function. */
1076 #define HAVE_VPRINTF 1
1077 
1078 /* Define to 1 if you have the `vsnprintf' function. */
1079 #define HAVE_VSNPRINTF 1
1080 
1081 /* Define to 1 if you have xar_get_size() in libxar. */
1082 /* #undef HAVE_XAR_GET_SIZE */
1083 
1084 /* Have <xar.h> header */
1085 /* #undef HAVE_XAR_H */
1086 
1087 /* Define to 1 if you have <zlib.h> */
1088 #define HAVE_ZLIB_H 1
1089 
1090 /* Define to 1 if you have the `__secure_getenv' function. */
1091 /* #undef HAVE___SECURE_GETENV */
1092 
1093 /* Define as const if the declaration of iconv() needs const. */
1094 #define ICONV_CONST
1095 
1096 /* Define to 1 if libelf.h is incompatible with LFS API */
1097 /* #undef LIBELF_H_LFS_CONFLICT */
1098 
1099 /* Full path to RPM locale directory */
1100 #define LOCALEDIR "/usr/share/locale"
1101 
1102 /* Define to the sub-directory where libtool stores uninstalled libraries. */
1103 #define LT_OBJDIR ".libs/"
1104 
1105 /* Colon separated RPM macro files path */
1106 #define MACROFILES "/usr/lib/rpm/macros:/usr/lib/rpm/macros.d/pld:/usr/lib/rpm/%{_target}/macros:/usr/lib/rpm/macros.build:/etc/rpm/macros.*:/etc/rpm/macros:/etc/rpm/%{_target}/macros:/etc/rpm/macros.d/*.macros:~/etc/.rpmmacros:~/.rpmmacros"
1107 
1108 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1109  */
1110 /* #undef MAJOR_IN_MKDEV */
1111 
1112 /* Define to 1 if `major', `minor', and `makedev' are declared in
1113  <sysmacros.h>. */
1114 /* #undef MAJOR_IN_SYSMACROS */
1115 
1116 /* Define as 1 if we need myrealloc */
1117 /* #undef NEED_MYREALLOC */
1118 
1119 /* Define as one if we need to include <strings.h> (along with <string.h>) */
1120 /* #undef NEED_STRINGS_H */
1121 
1122 /* Name of package */
1123 #define PACKAGE "rpm"
1124 
1125 /* Define to the address where bug reports for this package should be sent. */
1126 #define PACKAGE_BUGREPORT "rpm-devel@rpm5.org"
1127 
1128 /* Define to the full name of this package. */
1129 #define PACKAGE_NAME "rpm"
1130 
1131 /* Define to the full name and version of this package. */
1132 #define PACKAGE_STRING "rpm 5.4.15"
1133 
1134 /* Define to the one symbol short name of this package. */
1135 #define PACKAGE_TARNAME "rpm"
1136 
1137 /* Define to the home page for this package. */
1138 #define PACKAGE_URL ""
1139 
1140 /* Define to the version of this package. */
1141 #define PACKAGE_VERSION "5.4.15"
1142 
1143 /* Perl install directory (vendor/site) */
1144 /* #undef PERL_INSTALLDIRS */
1145 
1146 /* Perl install directory (vendor/site) */
1147 /* #undef PERL_URPM_INSTALLDIRS */
1148 
1149 /* Full path to RPM package sources directory */
1150 #define PKGSRCDIR "/usr/src/rpm"
1151 
1152 /* Colon separated RPM Lua script files path */
1153 #define RPMLUAFILES "/usr/lib/rpm/init.lua:/usr/lib/rpm/rpmlua:/usr/lib/rpm/%{_target}/rpmlua:/etc/rpm/rpmlua.*:/etc/rpm/rpmlua:/etc/rpm/%{_target}/rpmlua:~/.rpmlua"
1154 
1155 /* Colon separated RPM POPT configuration files path */
1156 #define RPMPOPTFILES "/usr/lib/rpm/rpmpopt:/usr/lib/rpm/%{_target}/rpmpopt:/etc/rpm/rpmpopt.*:/etc/rpm/rpmpopt:/etc/rpm/%{_target}/rpmpopt:~/.rpmpopt"
1157 
1158 /* Permit in RPM version comparison that digits beat alpha */
1159 /* #undef RPMVERCMP_DIGITS_BEAT_ALPHA */
1160 
1161 /* Adds RPM Lua extensions based on rpmlib functionality */
1162 /* #undef RPM_LUA_EXTENSIONS_BASED_ON_RPMLIB */
1163 
1164 /* official name of program */
1165 #define RPM_NAME "RPM"
1166 
1167 /* permit to disable via macro the automatic dirname and symlink dependecy */
1168 /* #undef RPM_OPTIONAL_DIRNAME_AND_SYMLINK_DEPS */
1169 
1170 /* Vendor is Ark */
1171 /* #undef RPM_VENDOR_ARK */
1172 
1173 /* Vendor is Fedora */
1174 /* #undef RPM_VENDOR_FEDORA */
1175 
1176 /* Vendor is Mandriva */
1177 /* #undef RPM_VENDOR_MANDRIVA */
1178 
1179 /* Vendor is openmamba */
1180 /* #undef RPM_VENDOR_OPENMAMBA */
1181 
1182 /* Vendor is PLD */
1183 #define RPM_VENDOR_PLD 1
1184 
1185 /* Vendor is suse */
1186 /* #undef RPM_VENDOR_SUSE */
1187 
1188 /* The size of `char', as computed by sizeof. */
1189 #define SIZEOF_CHAR 1
1190 
1191 /* The size of `int', as computed by sizeof. */
1192 #define SIZEOF_INT 4
1193 
1194 /* The size of `long', as computed by sizeof. */
1195 #define SIZEOF_LONG 8
1196 
1197 /* The size of `long long', as computed by sizeof. */
1198 #define SIZEOF_LONG_LONG 8
1199 
1200 /* The size of `short', as computed by sizeof. */
1201 #define SIZEOF_SHORT 2
1202 
1203 /* The size of `unsigned char', as computed by sizeof. */
1204 #define SIZEOF_UNSIGNED_CHAR 1
1205 
1206 /* The size of `unsigned int', as computed by sizeof. */
1207 #define SIZEOF_UNSIGNED_INT 4
1208 
1209 /* The size of `unsigned long', as computed by sizeof. */
1210 #define SIZEOF_UNSIGNED_LONG 8
1211 
1212 /* The size of `unsigned long long', as computed by sizeof. */
1213 #define SIZEOF_UNSIGNED_LONG_LONG 8
1214 
1215 /* The size of `unsigned short', as computed by sizeof. */
1216 #define SIZEOF_UNSIGNED_SHORT 2
1217 
1218 /* If using the C implementation of alloca, define if you know the
1219  direction of stack growth for your system; otherwise it will be
1220  automatically deduced at runtime.
1221  STACK_DIRECTION > 0 => grows toward higher addresses
1222  STACK_DIRECTION < 0 => grows toward lower addresses
1223  STACK_DIRECTION = 0 => direction of growth unknown */
1224 /* #undef STACK_DIRECTION */
1225 
1226 /* Define if struct statfs has the f_bavail member */
1227 #define STATFS_HAS_F_BAVAIL 1
1228 
1229 /* statfs in <sys/mount.h> (for Digital Unix 4.0D systems) */
1230 /* #undef STATFS_IN_SYS_MOUNT */
1231 
1232 /* statfs in <sys/statfs.h> (for IRIX 6.4 systems) */
1233 /* #undef STATFS_IN_SYS_STATFS */
1234 
1235 /* statfs in <sys/statvfs.h> (for Solaris 2.6+ systems) */
1236 #define STATFS_IN_SYS_STATVFS 1
1237 
1238 /* statfs in <sys/vfs.h> (for Linux systems) */
1239 /* #undef STATFS_IN_SYS_VFS */
1240 
1241 /* Define if statfs() takes 4 arguments */
1242 /* #undef STAT_STATFS4 */
1243 
1244 /* Define to 1 if you have the ANSI C header files. */
1245 #define STDC_HEADERS 1
1246 
1247 /* Full path to RPM global configuration directory */
1248 #define SYSCONFIGDIR "/etc/rpm"
1249 
1250 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1251 #define TIME_WITH_SYS_TIME 1
1252 
1253 /* Define to 1 for using BeeCrypt as default cryptography library */
1254 /* #undef USE_CRYPTO_BEECRYPT */
1255 
1256 /* Define to 1 for using Apple CDSA as default cryptography library */
1257 /* #undef USE_CRYPTO_CDSA */
1258 
1259 /* Define to 1 for using GCrypt as default cryptography library */
1260 /* #undef USE_CRYPTO_GCRYPT */
1261 
1262 /* Define to 1 for using Mozilla NSS as default cryptography library */
1263 /* #undef USE_CRYPTO_NSS */
1264 
1265 /* Define to 1 for using OpenSSL as default cryptography library */
1266 /* #undef USE_CRYPTO_OPENSSL */
1267 
1268 /* Define to 1 for using TomCrypt as default cryptography library */
1269 /* #undef USE_CRYPTO_TOMCRYPT */
1270 
1271 /* Defined if getmntent replacement is used */
1272 /* #undef USE_GETMNTENT */
1273 
1274 /* Enable extensions on AIX 3, Interix. */
1275 #ifndef _ALL_SOURCE
1276 # define _ALL_SOURCE 1
1277 #endif
1278 /* Enable GNU extensions on systems that have them. */
1279 #ifndef _GNU_SOURCE
1280 # define _GNU_SOURCE 1
1281 #endif
1282 /* Enable threading extensions on Solaris. */
1283 #ifndef _POSIX_PTHREAD_SEMANTICS
1284 # define _POSIX_PTHREAD_SEMANTICS 1
1285 #endif
1286 /* Enable extensions on HP NonStop. */
1287 #ifndef _TANDEM_SOURCE
1288 # define _TANDEM_SOURCE 1
1289 #endif
1290 /* Enable general extensions on Solaris. */
1291 #ifndef __EXTENSIONS__
1292 # define __EXTENSIONS__ 1
1293 #endif
1294 
1295 
1296 /* Full path to RPM system library directory */
1297 #define USRLIBRPM "/usr/lib/rpm"
1298 
1299 /* Path to /usr */
1300 #define USRPREFIX "/usr"
1301 
1302 /* Path to /var */
1303 #define VARPREFIX "/var"
1304 
1305 /* Version number of package */
1306 #define VERSION "5.4.15"
1307 
1308 /* Define as 1 if building with ACL library */
1309 /* #undef WITH_ACL */
1310 
1311 /* Define if building with Apr */
1312 /* #undef WITH_APR */
1313 
1314 /* Define as 1 if building with ATerm library */
1315 /* #undef WITH_ATERM */
1316 
1317 /* Define as 1 if building with ATTR library */
1318 /* #undef WITH_ATTR */
1319 
1320 /* Define as 1 if building with Augeas library */
1321 /* #undef WITH_AUGEAS */
1322 
1323 /* Define as 1 if building with Bash library */
1324 /* #undef WITH_BASH */
1325 
1326 /* Define as 1 if building with BeeCrypt library */
1327 #define WITH_BEECRYPT 1
1328 
1329 /* Define as 1 if building with GNU BZip2 library */
1330 #define WITH_BZIP2 1
1331 
1332 /* Define as 1 if building with CPUInfo library */
1333 /* #undef WITH_CPUINFO */
1334 
1335 /* Define as 1 if building with Libcudf library */
1336 /* #undef WITH_CUDF */
1337 
1338 /* Define as 1 if building with Berkeley-DB library */
1339 #define WITH_DB 1
1340 
1341 /* Define as 1 if building with Berkeley-DB (+SQLite3) library */
1342 #define WITH_DBSQL 1
1343 
1344 /* Define as 1 if building with DMalloc library */
1345 /* #undef WITH_DMALLOC */
1346 
1347 /* Define as 1 if building with Electric Fence library */
1348 /* #undef WITH_EFENCE */
1349 
1350 /* Define if building with Expat */
1351 /* #undef WITH_EXPAT */
1352 
1353 /* Define as 1 if building with FICL library */
1354 /* #undef WITH_FICL */
1355 
1356 /* Define as 1 if building with File (magic) library */
1357 #define WITH_FILE 1
1358 
1359 /* Define if building with GCrypt */
1360 /* #undef WITH_GCRYPT */
1361 
1362 /* Define if building with GnuTLS */
1363 /* #undef WITH_GNUTLS */
1364 
1365 /* Define to 1 if to use GPSEE as the embedded JS interpreter */
1366 /* #undef WITH_GPSEE */
1367 
1368 /* Define to 1 if you want an embedded JVM */
1369 /* #undef WITH_JNIEMBED */
1370 
1371 /* Define as 1 if building with JVM embedding library */
1372 /* #undef WITH_JVM */
1373 
1374 /* Define as 1 if building with Linux keyutils library */
1375 /* #undef WITH_KEYUTILS */
1376 
1377 /* Define as 1 if building with Libgit2 library */
1378 /* #undef WITH_LIBGIT2 */
1379 
1380 /* Define if building with Libtasn1 */
1381 /* #undef WITH_LIBTASN1 */
1382 
1383 /* Define as 1 if building with IBM TPM library */
1384 /* #undef WITH_LIBTPM */
1385 
1386 /* Define as 1 if building with Lua library */
1387 #define WITH_LUA 1
1388 
1389 /* Define if building with internal Lua */
1390 #define WITH_LUA_INTERNAL 1
1391 
1392 /* Define as 1 if building with JavaScript library */
1393 /* #undef WITH_MOZJS185 */
1394 
1395 /* Define to 1 if you want embedded MRuby */
1396 /* #undef WITH_MRBEMBED */
1397 
1398 /* Define as 1 if building with MRuby library */
1399 /* #undef WITH_MRUBY */
1400 
1401 /* Define as 1 if building with Neon library */
1402 /* #undef WITH_NEON */
1403 
1404 /* Define as 1 if building with Nix expressions library */
1405 /* #undef WITH_NIX */
1406 
1407 /* Define if building with Mozilla NSS */
1408 /* #undef WITH_NSS */
1409 
1410 /* Define as 1 if building with OpenSSL library */
1411 /* #undef WITH_OPENSSL */
1412 
1413 /* Define if building with Pakchois */
1414 /* #undef WITH_PAKCHOIS */
1415 
1416 /* Define as 1 if building with PCRE library */
1417 #define WITH_PCRE 1
1418 
1419 /* Define as 1 if PCRE's POSIX API is available */
1420 #define WITH_PCRE_POSIX 1
1421 
1422 /* Define as 1 if building with Perl ExtUtils::Embed library */
1423 /* #undef WITH_PERLEMBED */
1424 
1425 /* Define as 1 if building with POPT library */
1426 #define WITH_POPT 1
1427 
1428 /* Define to 1 for using Pthreads */
1429 #define WITH_PTHREADS 1
1430 
1431 /* Define as 1 if building with Python embedding library */
1432 /* #undef WITH_PYTHONEMBED */
1433 
1434 /* Define as 1 if building with Rc library */
1435 /* #undef WITH_RC */
1436 
1437 /* Define to 1 if you want to use Readline */
1438 /* #undef WITH_READLINE */
1439 
1440 /* Define as 1 if building with Ruby library */
1441 /* #undef WITH_RUBY */
1442 
1443 /* Define to 1 if you want embedded Ruby */
1444 /* #undef WITH_RUBYEMBED */
1445 
1446 /* Define if building with Libselinux */
1447 #define WITH_SELINUX 1
1448 
1449 /* Define if building with Libsemanage */
1450 #define WITH_SEMANAGE 1
1451 
1452 /* Define if building with Libsepol */
1453 #define WITH_SEPOL 1
1454 
1455 /* Define as 1 if building with SQLite library */
1456 #define WITH_SQLITE 1
1457 
1458 /* Define as 1 if building with Squirrel library */
1459 /* #undef WITH_SQUIRREL */
1460 
1461 /* Define if building with OpenSSL */
1462 /* #undef WITH_SSL */
1463 
1464 /* Define if building with Subversion */
1465 /* #undef WITH_SUBVERSION */
1466 
1467 /* Define as 1 if building with Syck library */
1468 /* #undef WITH_SYCK */
1469 
1470 /* Define as 1 if building with Tcl library */
1471 /* #undef WITH_TCL */
1472 
1473 /* Define if building with LibTomCrypt */
1474 /* #undef WITH_TOMCRYPT */
1475 
1476 /* Define if building with UnixODBC */
1477 /* #undef WITH_UNIXODBC */
1478 
1479 /* Define as 1 if building with OSSP uuid library */
1480 #define WITH_UUID 1
1481 
1482 /* Build with valgrind support? */
1483 /* #undef WITH_VALGRIND */
1484 
1485 /* Define as 1 if building with XAR library */
1486 /* #undef WITH_XAR */
1487 
1488 /* Define as 1 if building with XZ libLZMA library */
1489 #define WITH_XZ 1
1490 
1491 /* Define as 1 if building with ZLib library */
1492 #define WITH_ZLIB 1
1493 
1494 /* Define to 1 if your processor stores words with the most significant byte
1495  first (like Motorola and SPARC, unlike Intel and VAX). */
1496 #if defined(__BIG_ENDIAN__)
1497 #define WORDS_BIGENDIAN 1
1498 #elif defined(__LITTLE_ENDIAN__)
1499 /* #undef WORDS_BIGENDIAN */
1500 #else
1501 /* use configure result: */
1502 /* #undef WORDS_BIGENDIAN */
1503 #endif
1504 
1505 /* Enable large inode numbers on Mac OS X 10.5. */
1506 #ifndef _DARWIN_USE_64_BIT_INODE
1507 # define _DARWIN_USE_64_BIT_INODE 1
1508 #endif
1509 
1510 /* Number of bits in a file offset, on hosts where this is settable. */
1511 /* #undef _FILE_OFFSET_BITS */
1512 
1513 /* Define for large files, on AIX-style hosts. */
1514 /* #undef _LARGE_FILES */
1515 
1516 /* Define to 1 if on MINIX. */
1517 /* #undef _MINIX */
1518 
1519 /* Define to 2 if the system does not provide POSIX.1 features except with
1520  this defined. */
1521 /* #undef _POSIX_1_SOURCE */
1522 
1523 /* Define to 1 if you need to in order for `stat' and other things to work. */
1524 /* #undef _POSIX_SOURCE */
1525 
1526 /* full path to a 'mkdir -p' style program */
1527 #define __MKDIR_P "/bin/mkdir -p"
1528 
1529 /* Optional va_copy() implementation activation */
1530 #ifndef HAVE_VA_COPY
1531 #define va_copy(d, s) __VA_COPY_USE(d, s)
1532 #endif
1533 
1534 
1535 /* Define to id of used va_copy() implementation */
1536 #define __VA_COPY_USE __VA_COPY_USE_C99
1537 
1538 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
1539 /* #undef __func__ */
1540 
1541 /* Define to `__inline__' or `__inline' if that's what the C compiler
1542  calls it, or to nothing if 'inline' is not supported under any name. */
1543 #ifndef __cplusplus
1544 /* #undef inline */
1545 #endif
1546 
1547 /* Define to `int' if <sys/types.h> does not define. */
1548 /* #undef mode_t */
1549 
1550 /* Define to `long int' if <sys/types.h> does not define. */
1551 /* #undef off_t */
1552 
1553 /* Define to `int' if <sys/types.h> does not define. */
1554 /* #undef pid_t */
1555 
1556 /* Define to `unsigned int' if <sys/types.h> does not define. */
1557 /* #undef size_t */