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