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