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