rpm 5.3.7

config.h

Go to the documentation of this file.
00001 /* config.h.  Generated from config.h.in by configure.  */
00002 /* config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Define if building universal (internal helper macro) */
00005 /* #undef AC_APPLE_UNIVERSAL_BUILD */
00006 
00007 /* Predefined possible va_copy() implementation (id: ASP) */
00008 #define __VA_COPY_USE_ASP(d, s) do { *(d) = *(s); } while (0)
00009 
00010 /* Predefined possible va_copy() implementation (id: ASS) */
00011 #define __VA_COPY_USE_ASS(d, s) do { (d) = (s); } while (0)
00012 
00013 /* Predefined possible va_copy() implementation (id: C99) */
00014 #define __VA_COPY_USE_C99(d, s) va_copy((d), (s))
00015 
00016 /* Define as 1 if chown() follows symlinks and you don't have lchown() */
00017 /* #undef CHOWN_FOLLOWS_SYMLINK */
00018 
00019 /* Predefined possible va_copy() implementation (id: CPP) */
00020 #define __VA_COPY_USE_CPP(d, s) memcpy((void *)(d), (void *)(s), sizeof(*(s)))
00021 
00022 /* Predefined possible va_copy() implementation (id: CPS) */
00023 #define __VA_COPY_USE_CPS(d, s) memcpy((void *)&(d), (void *)&(s), sizeof((s)))
00024 
00025 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
00026    systems. This function is required for `alloca.c' support on those systems.
00027    */
00028 /* #undef CRAY_STACKSEG_END */
00029 
00030 /* Define to 1 if using `alloca.c'. */
00031 /* #undef C_ALLOCA */
00032 
00033 /* Full path to RPM database directory */
00034 #define DBPATH "/var/lib/rpm"
00035 
00036 /* Define to 1 if translation of program messages to the user's native
00037    language is requested. */
00038 #define ENABLE_NLS 1
00039 
00040 /* Predefined possible va_copy() implementation (id: GCB) */
00041 #define __VA_COPY_USE_GCB(d, s) __builtin_va_copy((d), (s))
00042 
00043 /* Predefined possible va_copy() implementation (id: GCH) */
00044 #define __VA_COPY_USE_GCH(d, s) __va_copy((d), (s))
00045 
00046 /* Predefined possible va_copy() implementation (id: GCM) */
00047 #define __VA_COPY_USE_GCM(d, s) VA_COPY((d), (s))
00048 
00049 /* Define to 1 if you have `alloca', as a function or macro. */
00050 #define HAVE_ALLOCA 1
00051 
00052 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
00053    */
00054 #define HAVE_ALLOCA_H 1
00055 
00056 /* Define to 1 if you have the <arpa/inet.h> header file. */
00057 #define HAVE_ARPA_INET_H 1
00058 
00059 /* Define to 1 if you have the `asprintf' function. */
00060 #define HAVE_ASPRINTF 1
00061 
00062 /* Define to 1 if you have the <assert.h> header file. */
00063 #define HAVE_ASSERT_H 1
00064 
00065 /* Define to 1 if you have the <aterm1.h> header file. */
00066 /* #undef HAVE_ATERM1_H */
00067 
00068 /* Define to 1 if you have the `atoi' function. */
00069 #define HAVE_ATOI 1
00070 
00071 /* Define to 1 if you have the `atol' function. */
00072 #define HAVE_ATOL 1
00073 
00074 /* Define to 1 if you have the <augeas.h> header file. */
00075 /* #undef HAVE_AUGEAS_H */
00076 
00077 /* Define to 1 if you have the `basename' function. */
00078 #define HAVE_BASENAME 1
00079 
00080 /* Define to 1 if you have the <bashtypes.h> header file. */
00081 /* #undef HAVE_BASHTYPES_H */
00082 
00083 /* Define to 1 if you have the <beecrypt/api.h> header file. */
00084 #define HAVE_BEECRYPT_API_H 1
00085 
00086 /* Define to 1 if you have the <bzlib.h> header file. */
00087 #define HAVE_BZLIB_H 1
00088 
00089 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
00090    CoreFoundation framework. */
00091 /* #undef HAVE_CFLOCALECOPYCURRENT */
00092 
00093 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
00094    the CoreFoundation framework. */
00095 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
00096 
00097 /* Define to 1 if you have the `chflags' function. */
00098 /* #undef HAVE_CHFLAGS */
00099 
00100 /* Define to 1 if you have the `clearenv' function. */
00101 #define HAVE_CLEARENV 1
00102 
00103 /* Define to 1 if you have the `confstr' function. */
00104 #define HAVE_CONFSTR 1
00105 
00106 /* Define to 1 if you have the <cpuinfo.h> header file. */
00107 #define HAVE_CPUINFO_H 1
00108 
00109 /* Define to 1 if you have the <cudf.h> header file. */
00110 /* #undef HAVE_CUDF_H */
00111 
00112 /* Define to 1 if you have the <db51/dbsql.h> header file. */
00113 #define HAVE_DB51_DBSQL_H 1
00114 
00115 /* Define to 1 if you have the <db51/db.h> header file. */
00116 #define HAVE_DB51_DB_H 1
00117 
00118 /* Have <db.h> header */
00119 /* #undef HAVE_DB_H */
00120 
00121 /* Define if the GNU dcgettext() function is already present or preinstalled.
00122    */
00123 #define HAVE_DCGETTEXT 1
00124 
00125 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
00126    */
00127 #define HAVE_DIRENT_H 1
00128 
00129 /* Define to 1 if you have the <dlfcn.h> header file. */
00130 #define HAVE_DLFCN_H 1
00131 
00132 /* Define to 1 if you have the <dmalloc.h> header file. */
00133 /* #undef HAVE_DMALLOC_H */
00134 
00135 /* Define to 1 if you have the `dnl' function. */
00136 /* #undef HAVE_DNL */
00137 
00138 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
00139 /* #undef HAVE_DOPRNT */
00140 
00141 /* Define to 1 if you have the DSA_generate_parameters_ex() function. */
00142 /* #undef HAVE_DSA_GENERATE_PARAMETERS_EX */
00143 
00144 /* Define to 1 if you have the `error' function. */
00145 #define HAVE_ERROR 1
00146 
00147 /* Define to 1 if you have the <error.h> header file. */
00148 #define HAVE_ERROR_H 1
00149 
00150 /* Define to 1 if you have the <err.h> header file. */
00151 #define HAVE_ERR_H 1
00152 
00153 /* Define to 1 if you have the <expat.h> header file. */
00154 /* #undef HAVE_EXPAT_H */
00155 
00156 /* Define to 1 if you have the <EXTERN.h> header file. */
00157 /* #undef HAVE_EXTERN_H */
00158 
00159 /* Define to 1 if you have the `fallocate' function. */
00160 #define HAVE_FALLOCATE 1
00161 
00162 /* Define to 1 if you have the `fchflags' function. */
00163 /* #undef HAVE_FCHFLAGS */
00164 
00165 /* Define to 1 if you have the `fchmod' function. */
00166 #define HAVE_FCHMOD 1
00167 
00168 /* Define to 1 if you have the `fclose' function. */
00169 #define HAVE_FCLOSE 1
00170 
00171 /* Define to 1 if you have the <fcntl.h> header file. */
00172 #define HAVE_FCNTL_H 1
00173 
00174 /* Define to 1 if you have the `fgetc' function. */
00175 #define HAVE_FGETC 1
00176 
00177 /* Define to 1 if you have the `fgets' function. */
00178 #define HAVE_FGETS 1
00179 
00180 /* Define to 1 if you have <ficl.h> */
00181 /* #undef HAVE_FICL_H */
00182 
00183 /* Define to 1 if you have the <float.h> header file. */
00184 #define HAVE_FLOAT_H 1
00185 
00186 /* Define to 1 if you have the `fopen' function. */
00187 #define HAVE_FOPEN 1
00188 
00189 /* Define to 1 if you have the `ftok' function. */
00190 #define HAVE_FTOK 1
00191 
00192 /* Define to 1 if you have the `futimens' function. */
00193 #define HAVE_FUTIMENS 1
00194 
00195 /* Define to 1 if you have the `futimes' function. */
00196 /* #undef HAVE_FUTIMES */
00197 
00198 /* Define to 1 if you have the `futimesat' function. */
00199 /* #undef HAVE_FUTIMESAT */
00200 
00201 /* Define to 1 if you have the `fwrite' function. */
00202 #define HAVE_FWRITE 1
00203 
00204 /* Define to 1 if you have the <gcrypt.h> header file. */
00205 /* #undef HAVE_GCRYPT_H */
00206 
00207 /* Define to 1 if you have the gelf_getnote() function. */
00208 #define HAVE_GELF_GETNOTE 1
00209 
00210 /* Define to 1 if you have the gelf_getvernaux() function. */
00211 #define HAVE_GELF_GETVERNAUX 1
00212 
00213 /* Define to 1 if you have gelf.h */
00214 #define HAVE_GELF_H 1
00215 
00216 /* Define to 1 if you have the `getaddrinfo' function. */
00217 #define HAVE_GETADDRINFO 1
00218 
00219 /* Define to 1 if you have the `getattrlist' function. */
00220 /* #undef HAVE_GETATTRLIST */
00221 
00222 /* Define to 1 if you have the `getcwd' function. */
00223 #define HAVE_GETCWD 1
00224 
00225 /* Define to 1 if you have the `getdelim' function. */
00226 #define HAVE_GETDELIM 1
00227 
00228 /* Define to 1 if you have the `getline' function. */
00229 #define HAVE_GETLINE 1
00230 
00231 /* Define if you have the getmntent() function */
00232 #define HAVE_GETMNTENT 1
00233 
00234 /* Define as 1 if you have getmntinfo() (Mac OS X) */
00235 /* #undef HAVE_GETMNTINFO */
00236 
00237 /* Define as 1 if you have getmntinfo_r() (only osf?) */
00238 /* #undef HAVE_GETMNTINFO_R */
00239 
00240 /* Define to 1 if you have the `getmode' function. */
00241 /* #undef HAVE_GETMODE */
00242 
00243 /* Define to 1 if you have the `getnameinfo' function. */
00244 #define HAVE_GETNAMEINFO 1
00245 
00246 /* Define to 1 if you have the `getopt' function. */
00247 #define HAVE_GETOPT 1
00248 
00249 /* Define to 1 if you have the <getopt.h> header file. */
00250 #define HAVE_GETOPT_H 1
00251 
00252 /* Define to 1 if you have the `getpagesize' function. */
00253 #define HAVE_GETPAGESIZE 1
00254 
00255 /* Define to 1 if you have the `getpassphrase' function. */
00256 /* #undef HAVE_GETPASSPHRASE */
00257 
00258 /* Define if the GNU gettext() function is already present or preinstalled. */
00259 #define HAVE_GETTEXT 1
00260 
00261 /* Define to 1 if you have the `getwd' function. */
00262 #define HAVE_GETWD 1
00263 
00264 /* Define to 1 if you have the `getxattr' function. */
00265 #define HAVE_GETXATTR 1
00266 
00267 /* Define to 1 if you have the <globals.hh> header file. */
00268 /* #undef HAVE_GLOBALS_HH */
00269 
00270 /* Define to 1 if you have the <glob.h> header file. */
00271 #define HAVE_GLOB_H 1
00272 
00273 /* Define to 1 if you have the <gnutls/gnutls.h> header file. */
00274 /* #undef HAVE_GNUTLS_GNUTLS_H */
00275 
00276 /* Define to 1 if you have <gpsee.h> */
00277 /* #undef HAVE_GPSEE_H */
00278 
00279 /* Define to 1 if you have the <grp.h> header file. */
00280 #define HAVE_GRP_H 1
00281 
00282 /* Define as 1 if <netdb.h> defines h_errno */
00283 #define HAVE_HERRNO 1
00284 
00285 /* Define to 1 if you have the `iconv' function. */
00286 #define HAVE_ICONV 1
00287 
00288 /* Define to 1 if you have the `inet_aton' function. */
00289 #define HAVE_INET_ATON 1
00290 
00291 /* Define to 1 if you have the <inttypes.h> header file. */
00292 #define HAVE_INTTYPES_H 1
00293 
00294 /* Define to 1 if you have the `isalpha' function. */
00295 #define HAVE_ISALPHA 1
00296 
00297 /* Define to 1 if you have the `isdigit' function. */
00298 #define HAVE_ISDIGIT 1
00299 
00300 /* Define to 1 if you have the `isprint' function. */
00301 #define HAVE_ISPRINT 1
00302 
00303 /* Define to 1 if you have the `isspace' function. */
00304 #define HAVE_ISSPACE 1
00305 
00306 /* Define to 1 if you have the <jsapi.h> header file. */
00307 /* #undef HAVE_JSAPI_H */
00308 
00309 /* Define to 1 if you have the <keyutils.h> header file. */
00310 #define HAVE_KEYUTILS_H 1
00311 
00312 /* Define to 1 if you have the <langinfo.h> header file. */
00313 #define HAVE_LANGINFO_H 1
00314 
00315 /* Define to 1 if you have the `lchflags' function. */
00316 /* #undef HAVE_LCHFLAGS */
00317 
00318 /* Define to 1 if you have the `lchmod' function. */
00319 /* #undef HAVE_LCHMOD */
00320 
00321 /* Define to 1 if you have the `lchown' function. */
00322 #define HAVE_LCHOWN 1
00323 
00324 /* Define to 1 if you have the `lgetxattr' function. */
00325 #define HAVE_LGETXATTR 1
00326 
00327 /* Define to 1 if you have the `acl' library (-lacl). */
00328 /* #undef HAVE_LIBACL */
00329 
00330 /* Define to 1 if you have the `ATerm' library (-lATerm). */
00331 /* #undef HAVE_LIBATERM */
00332 
00333 /* Define to 1 if you have the `attr' library (-lattr). */
00334 /* #undef HAVE_LIBATTR */
00335 
00336 /* Define to 1 if you have the `augeas' library (-laugeas). */
00337 /* #undef HAVE_LIBAUGEAS */
00338 
00339 /* Define to 1 if you have the 'bash' library (-lbash). */
00340 /* #undef HAVE_LIBBASH */
00341 
00342 /* Define to 1 if you have the `beecrypt' library (-lbeecrypt). */
00343 #define HAVE_LIBBEECRYPT 1
00344 
00345 /* Define to 1 if you have the `bz2' library (-lbz2). */
00346 #define HAVE_LIBBZ2 1
00347 
00348 /* Define to 1 if you have the `compat' library (-lcompat). */
00349 /* #undef HAVE_LIBCOMPAT */
00350 
00351 /* Define to 1 if you have the `cpuinfo' library (-lcpuinfo). */
00352 #define HAVE_LIBCPUINFO 1
00353 
00354 /* Define to 1 if you have the `crypto' library (-lcrypto). */
00355 /* #undef HAVE_LIBCRYPTO */
00356 
00357 /* Define to 1 if you have the `cudf' library (-lcudf). */
00358 /* #undef HAVE_LIBCUDF */
00359 
00360 /* Define to 1 if you have the `db-5.1' library (-ldb-5.1). */
00361 #define HAVE_LIBDB_5_1 1
00362 
00363 /* Define to 1 if you have the `db_sql-5.1' library (-ldb_sql-5.1). */
00364 #define HAVE_LIBDB_SQL_5_1 1
00365 
00366 /* Define to 1 if you have the `dl' library (-ldl). */
00367 #define HAVE_LIBDL 1
00368 
00369 /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
00370 /* #undef HAVE_LIBDMALLOC */
00371 
00372 /* Define to 1 if you have the `efence' library (-lefence). */
00373 /* #undef HAVE_LIBEFENCE */
00374 
00375 /* Define to 1 if you have ELF library */
00376 #define HAVE_LIBELF 1
00377 
00378 /* Define to 1 if you have libelf.h */
00379 #define HAVE_LIBELF_H 1
00380 
00381 /* Define to 1 if you have the `expat' library (-lexpat). */
00382 /* #undef HAVE_LIBEXPAT */
00383 
00384 /* Define to 1 if you have the 'ficl' library (-lficl). */
00385 /* #undef HAVE_LIBFICL */
00386 
00387 /* Define to 1 if you have the `format' library (-lformat). */
00388 /* #undef HAVE_LIBFORMAT */
00389 
00390 /* Define to 1 if you have the `gcrypt' library (-lgcrypt). */
00391 /* #undef HAVE_LIBGCRYPT */
00392 
00393 /* Define to 1 if you have the <libgen.h> header file. */
00394 #define HAVE_LIBGEN_H 1
00395 
00396 /* Define to 1 if you have the `gnutls' library (-lgnutls). */
00397 /* #undef HAVE_LIBGNUTLS */
00398 
00399 /* Define to 1 if you have the 'gpsee' library (-ljs). */
00400 /* #undef HAVE_LIBGPSEE */
00401 
00402 /* Define to 1 if you have the `gz' library (-lgz). */
00403 /* #undef HAVE_LIBGZ */
00404 
00405 /* Define to 1 if you have the <libio.h> header file. */
00406 #define HAVE_LIBIO_H 1
00407 
00408 /* Define to 1 if you have the 'js' library (-ljs). */
00409 /* #undef HAVE_LIBJS */
00410 
00411 /* Define to 1 if you have the `keyutils' library (-lkeyutils). */
00412 #define HAVE_LIBKEYUTILS 1
00413 
00414 /* Define to 1 if you have the `lua' library (-llua). */
00415 #define HAVE_LIBLUA 1
00416 
00417 /* Define to 1 if you have the `lzma' library (-llzma). */
00418 #define HAVE_LIBLZMA 1
00419 
00420 /* Define to 1 if you have the `m' library (-lm). */
00421 #define HAVE_LIBM 1
00422 
00423 /* Define to 1 if you have the `magic' library (-lmagic). */
00424 #define HAVE_LIBMAGIC 1
00425 
00426 /* Define to 1 if you have the `neon' library (-lneon). */
00427 #define HAVE_LIBNEON 1
00428 
00429 /* Define to 1 if you have the `nsl' library (-lnsl). */
00430 /* #undef HAVE_LIBNSL */
00431 
00432 /* Define to 1 if you have the `nss' library (-lnss). */
00433 /* #undef HAVE_LIBNSS */
00434 
00435 /* Define to 1 if you have the `nss3' library (-lnss3). */
00436 /* #undef HAVE_LIBNSS3 */
00437 
00438 /* Define to 1 if you have the `ossp-uuid' library (-lossp-uuid). */
00439 /* #undef HAVE_LIBOSSP_UUID */
00440 
00441 /* Define to 1 if you have the `pakchois' library (-lpakchois). */
00442 /* #undef HAVE_LIBPAKCHOIS */
00443 
00444 /* Define to 1 if you have the 'pcre' library (-lpcre). */
00445 #define HAVE_LIBPCRE 1
00446 
00447 /* Define to 1 if you have the `perl' library (-lperl). */
00448 /* #undef HAVE_LIBPERL */
00449 
00450 /* Define to 1 if you have the `popt' library (-lpopt). */
00451 #define HAVE_LIBPOPT 1
00452 
00453 /* Define to 1 if you have the `port' library (-lport). */
00454 /* #undef HAVE_LIBPORT */
00455 
00456 /* Define to 1 if you have the `pthread' library (-lpthread). */
00457 #define HAVE_LIBPTHREAD 1
00458 
00459 /* Define to 1 if you have the `python2.4' library (-lpython2.4). */
00460 /* #undef HAVE_LIBPYTHON2_4 */
00461 
00462 /* Define to 1 if you have the `python2.5' library (-lpython2.5). */
00463 /* #undef HAVE_LIBPYTHON2_5 */
00464 
00465 /* Define to 1 if you have the `python2.6' library (-lpython2.6). */
00466 /* #undef HAVE_LIBPYTHON2_6 */
00467 
00468 /* Define to 1 if you have the `python2.7' library (-lpython2.7). */
00469 /* #undef HAVE_LIBPYTHON2_7 */
00470 
00471 /* Define to 1 if you have the `rand' library (-lrand). */
00472 /* #undef HAVE_LIBRAND */
00473 
00474 /* Define to 1 if you have the 'rc' library (-lrc). */
00475 /* #undef HAVE_LIBRC */
00476 
00477 /* Define to 1 if you have the `readline' library (-lreadline). */
00478 /* #undef HAVE_LIBREADLINE */
00479 
00480 /* Define to 1 if you have the `rt' library (-lrt). */
00481 #define HAVE_LIBRT 1
00482 
00483 /* Define to 1 if you have the `ruby' library (-lruby). */
00484 /* #undef HAVE_LIBRUBY */
00485 
00486 /* Define to 1 if you have the `selinux' library (-lselinux). */
00487 /* #undef HAVE_LIBSELINUX */
00488 
00489 /* Define to 1 if you have the `semanage' library (-lsemanage). */
00490 /* #undef HAVE_LIBSEMANAGE */
00491 
00492 /* Define to 1 if you have the `sepol' library (-lsepol). */
00493 /* #undef HAVE_LIBSEPOL */
00494 
00495 /* Define to 1 if you have the `socket' library (-lsocket). */
00496 /* #undef HAVE_LIBSOCKET */
00497 
00498 /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
00499 #define HAVE_LIBSQLITE3 1
00500 
00501 /* Define to 1 if you have the `squirrel' library (-lsquirrel). */
00502 /* #undef HAVE_LIBSQUIRREL */
00503 
00504 /* Define to 1 if you have the `syck' library (-lsyck). */
00505 #define HAVE_LIBSYCK 1
00506 
00507 /* Define to 1 if you have the `tasn1' library (-ltasn1). */
00508 /* #undef HAVE_LIBTASN1 */
00509 
00510 /* Define to 1 if you have the <libtasn1.h> header file. */
00511 /* #undef HAVE_LIBTASN1_H */
00512 
00513 /* Define to 1 if you have the `tcl' library (-ltcl). */
00514 /* #undef HAVE_LIBTCL */
00515 
00516 /* Define to 1 if you have the `tcl8.5' library (-ltcl8.5). */
00517 /* #undef HAVE_LIBTCL8_5 */
00518 
00519 /* Define to 1 if you have the `tcl8.6' library (-ltcl8.6). */
00520 /* #undef HAVE_LIBTCL8_6 */
00521 
00522 /* Define to 1 if you have the `thread' library (-lthread). */
00523 /* #undef HAVE_LIBTHREAD */
00524 
00525 /* Define to 1 if you have the `tomcrypt' library (-ltomcrypt). */
00526 /* #undef HAVE_LIBTOMCRYPT */
00527 
00528 /* Define to 1 if you have the `uuid' library (-luuid). */
00529 /* #undef HAVE_LIBUUID */
00530 
00531 /* Define to 1 if you have the `xar' library (-lxar). */
00532 /* #undef HAVE_LIBXAR */
00533 
00534 /* Define to 1 if you have the `z' library (-lz). */
00535 #define HAVE_LIBZ 1
00536 
00537 /* Define to 1 if you have the <limits.h> header file. */
00538 #define HAVE_LIMITS_H 1
00539 
00540 /* Define to 1 if you have the <locale.h> header file. */
00541 #define HAVE_LOCALE_H 1
00542 
00543 /* Define to 1 if you have the `localtime' function. */
00544 #define HAVE_LOCALTIME 1
00545 
00546 /* Define to 1 if the system has the type `long double'. */
00547 #define HAVE_LONG_DOUBLE 1
00548 
00549 /* Define to 1 if the system has the type `long long'. */
00550 #define HAVE_LONG_LONG 1
00551 
00552 /* Define to 1 if you have the `lsetxattr' function. */
00553 #define HAVE_LSETXATTR 1
00554 
00555 /* Define to 1 if you have the <lua.h> header file. */
00556 #define HAVE_LUA_H 1
00557 
00558 /* Define to 1 if you have the `lutimes' function. */
00559 #define HAVE_LUTIMES 1
00560 
00561 /* Define to 1 if you have <lzma.h> */
00562 #define HAVE_LZMA_H 1
00563 
00564 /* Define to 1 if you have the <machine/types.h> header file. */
00565 /* #undef HAVE_MACHINE_TYPES_H */
00566 
00567 /* Define to 1 if you have the `madvise' function. */
00568 #define HAVE_MADVISE 1
00569 
00570 /* Define to 1 if you have <magic.h> */
00571 #define HAVE_MAGIC_H 1
00572 
00573 /* Define to 1 if you have the <mcheck.h> header file. */
00574 #define HAVE_MCHECK_H 1
00575 
00576 /* Define to 1 if you have the `memcmp' function. */
00577 #define HAVE_MEMCMP 1
00578 
00579 /* Define to 1 if you have the `memcpy' function. */
00580 #define HAVE_MEMCPY 1
00581 
00582 /* Define to 1 if you have the `memmove' function. */
00583 #define HAVE_MEMMOVE 1
00584 
00585 /* Define to 1 if you have the <memory.h> header file. */
00586 #define HAVE_MEMORY_H 1
00587 
00588 /* Define to 1 if you have the `mempcpy' function. */
00589 #define HAVE_MEMPCPY 1
00590 
00591 /* Define to 1 if you have the `mkdtemp' function. */
00592 #define HAVE_MKDTEMP 1
00593 
00594 /* Define to 1 if you have the `mkstemp' function. */
00595 #define HAVE_MKSTEMP 1
00596 
00597 /* Define to 1 if you have a working `mmap' system call. */
00598 #define HAVE_MMAP 1
00599 
00600 /* Define as 1 if you have mntctl() (only aix?) */
00601 /* #undef HAVE_MNTCTL */
00602 
00603 /* Define to 1 if you have the <mntent.h> header file. */
00604 #define HAVE_MNTENT_H 1
00605 
00606 /* Define to 1 if you have the `mtrace' function. */
00607 #define HAVE_MTRACE 1
00608 
00609 /* Define to 1 if the number of available CPU cores can be detected with
00610    sysconf(_SC_NPROCESSORS_ONLN). */
00611 #define HAVE_NCPU_SYSCONF 1
00612 
00613 /* Define to 1 if the number of available CPU cores can be detected with
00614    sysctl(). */
00615 /* #undef HAVE_NCPU_SYSCTL */
00616 
00617 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
00618 /* #undef HAVE_NDIR_H */
00619 
00620 /* Define to 1 if you have ne_get_response_header() in libneon. */
00621 #define HAVE_NEON_NE_GET_RESPONSE_HEADER 1
00622 
00623 /* Define to 1 if you have the <netdb.h> header file. */
00624 #define HAVE_NETDB_H 1
00625 
00626 /* Define to 1 if you have the <netinet/in.h> header file. */
00627 #define HAVE_NETINET_IN_H 1
00628 
00629 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
00630 #define HAVE_NETINET_IN_SYSTM_H 1
00631 
00632 /* Define to 1 if you have the <ne_session.h> header file. */
00633 #define HAVE_NE_SESSION_H 1
00634 
00635 /* Define to 1 if you have the <nss.h> header file. */
00636 /* #undef HAVE_NSS_H */
00637 
00638 /* Define to 1 if you have the <openssl/crypto.h> header file. */
00639 /* #undef HAVE_OPENSSL_CRYPTO_H */
00640 
00641 /* Define to 1 if you have the <pakchois/pakchois.h> header file. */
00642 /* #undef HAVE_PAKCHOIS_PAKCHOIS_H */
00643 
00644 /* Define to 1 if you have <pcre.h> */
00645 #define HAVE_PCRE_H 1
00646 
00647 /* Define to 1 if the amount of physical memory can be detected with
00648    sysconf(_SC_PAGESIZE) and sysconf(_SC_PHYS_PAGES). */
00649 #define HAVE_PHYSMEM_SYSCONF 1
00650 
00651 /* Define to 1 if the amount of physical memory can be detected with sysctl().
00652    */
00653 /* #undef HAVE_PHYSMEM_SYSCTL */
00654 
00655 /* Define to 1 if you have the <poll.h> header file. */
00656 #define HAVE_POLL_H 1
00657 
00658 /* Define to 1 if you have the <popt.h> header file. */
00659 #define HAVE_POPT_H 1
00660 
00661 /* Define to 1 if you have the `posix_fadvise' function. */
00662 #define HAVE_POSIX_FADVISE 1
00663 
00664 /* Define to 1 if you have the `posix_fallocate' function. */
00665 #define HAVE_POSIX_FALLOCATE 1
00666 
00667 /* Define to 1 if you have the `printf' function. */
00668 #define HAVE_PRINTF 1
00669 
00670 /* Define to 1 if you have the <pthread.h> header file. */
00671 #define HAVE_PTHREAD_H 1
00672 
00673 /* Define to 1 if you have the `putenv' function. */
00674 #define HAVE_PUTENV 1
00675 
00676 /* Define to 1 if you have the <pwd.h> header file. */
00677 #define HAVE_PWD_H 1
00678 
00679 /* Define to 1 if you have the <Python.h> header file. */
00680 /* #undef HAVE_PYTHON_H */
00681 
00682 /* Define to 1 if you have the `qsort' function. */
00683 #define HAVE_QSORT 1
00684 
00685 /* Define to 1 if you have the `raise' function. */
00686 #define HAVE_RAISE 1
00687 
00688 /* Define to 1 if you have the `rand' function. */
00689 #define HAVE_RAND 1
00690 
00691 /* Define to 1 if you have <rc.h> */
00692 /* #undef HAVE_RC_H */
00693 
00694 /* Define to 1 if you have the <readline/history.h> header file. */
00695 /* #undef HAVE_READLINE_HISTORY_H */
00696 
00697 /* Define to 1 if you have the <readline/readline.h> header file. */
00698 /* #undef HAVE_READLINE_READLINE_H */
00699 
00700 /* Define to 1 if you have the `realpath' function. */
00701 #define HAVE_REALPATH 1
00702 
00703 /* Define to 1 if you have the `regcomp' function. */
00704 #define HAVE_REGCOMP 1
00705 
00706 /* Define to 1 if you have the `rl_completion_matches' function. */
00707 /* #undef HAVE_RL_COMPLETION_MATCHES */
00708 
00709 /* Define to 1 if you have the RSA_generate_key_ex() function. */
00710 /* #undef HAVE_RSA_GENERATE_KEY_EX */
00711 
00712 /* Define to 1 if you have the <ruby.h> header file. */
00713 /* #undef HAVE_RUBY_H */
00714 
00715 /* Define to 1 if you have the <search.h> header file. */
00716 #define HAVE_SEARCH_H 1
00717 
00718 /* Define to 1 if you have the <selinux/selinux.h> header file. */
00719 /* #undef HAVE_SELINUX_SELINUX_H */
00720 
00721 /* Define to 1 if you have the <semanage/semanage.h> header file. */
00722 /* #undef HAVE_SEMANAGE_SEMANAGE_H */
00723 
00724 /* Define to 1 if you have the <semaphore.h> header file. */
00725 #define HAVE_SEMAPHORE_H 1
00726 
00727 /* Define to 1 if you have the <sepol/sepol.h> header file. */
00728 /* #undef HAVE_SEPOL_SEPOL_H */
00729 
00730 /* Define to 1 if you have the `setattrlist' function. */
00731 /* #undef HAVE_SETATTRLIST */
00732 
00733 /* Define to 1 if you have the `setenv' function. */
00734 #define HAVE_SETENV 1
00735 
00736 /* Define to 1 if you have the `setlocale' function. */
00737 #define HAVE_SETLOCALE 1
00738 
00739 /* Define to 1 if you have the `setmode' function. */
00740 /* #undef HAVE_SETMODE */
00741 
00742 /* Define to 1 if you have the `setproctitle' function. */
00743 /* #undef HAVE_SETPROCTITLE */
00744 
00745 /* Define to 1 if you have the `setxattr' function. */
00746 #define HAVE_SETXATTR 1
00747 
00748 /* Define to 1 if you have the `sigaction' function. */
00749 #define HAVE_SIGACTION 1
00750 
00751 /* Define to 1 if you have the `sigaddset' function. */
00752 #define HAVE_SIGADDSET 1
00753 
00754 /* Define to 1 if you have the `sigdelset' function. */
00755 #define HAVE_SIGDELSET 1
00756 
00757 /* Define to 1 if you have the `sigemptyset' function. */
00758 #define HAVE_SIGEMPTYSET 1
00759 
00760 /* Define to 1 if you have the `sighold' function. */
00761 #define HAVE_SIGHOLD 1
00762 
00763 /* Define to 1 if you have the <signal.h> header file. */
00764 #define HAVE_SIGNAL_H 1
00765 
00766 /* Define to 1 if you have the `sigpause' function. */
00767 #define HAVE_SIGPAUSE 1
00768 
00769 /* Define to 1 if you have the `sigprocmask' function. */
00770 #define HAVE_SIGPROCMASK 1
00771 
00772 /* Define to 1 if you have the `sigrelse' function. */
00773 #define HAVE_SIGRELSE 1
00774 
00775 /* Define to 1 if you have the `sigsuspend' function. */
00776 #define HAVE_SIGSUSPEND 1
00777 
00778 /* Define to 1 if you have the `snprintf' function. */
00779 #define HAVE_SNPRINTF 1
00780 
00781 /* Define to 1 if you have the <sqlite3.h> header file. */
00782 #define HAVE_SQLITE3_H 1
00783 
00784 /* Define to 1 if you have the <squirrel.h> header file. */
00785 /* #undef HAVE_SQUIRREL_H */
00786 
00787 /* Define to 1 if you have the <stdint.h> header file. */
00788 #define HAVE_STDINT_H 1
00789 
00790 /* Define to 1 if you have the <stdlib.h> header file. */
00791 #define HAVE_STDLIB_H 1
00792 
00793 /* Define to 1 if you have the `stpcpy' function. */
00794 #define HAVE_STPCPY 1
00795 
00796 /* Define to 1 if you have the `stpncpy' function. */
00797 #define HAVE_STPNCPY 1
00798 
00799 /* Define to 1 if you have the `strcasecmp' function. */
00800 #define HAVE_STRCASECMP 1
00801 
00802 /* Define to 1 if you have the `strcat' function. */
00803 #define HAVE_STRCAT 1
00804 
00805 /* Define to 1 if you have the `strchr' function. */
00806 #define HAVE_STRCHR 1
00807 
00808 /* Define to 1 if you have the `strcoll' function. */
00809 #define HAVE_STRCOLL 1
00810 
00811 /* Define to 1 if you have the `strcspn' function. */
00812 #define HAVE_STRCSPN 1
00813 
00814 /* Define to 1 if you have the `strdup' function. */
00815 #define HAVE_STRDUP 1
00816 
00817 /* Define to 1 if you have the `strerror' function. */
00818 #define HAVE_STRERROR 1
00819 
00820 /* Define to 1 if you have the <strings.h> header file. */
00821 #define HAVE_STRINGS_H 1
00822 
00823 /* Define to 1 if you have the <string.h> header file. */
00824 #define HAVE_STRING_H 1
00825 
00826 /* Define to 1 if you have the `strmode' function. */
00827 /* #undef HAVE_STRMODE */
00828 
00829 /* Define to 1 if you have the `strncat' function. */
00830 #define HAVE_STRNCAT 1
00831 
00832 /* Define to 1 if you have the `strncmp' function. */
00833 #define HAVE_STRNCMP 1
00834 
00835 /* Define to 1 if you have the `strndup' function. */
00836 #define HAVE_STRNDUP 1
00837 
00838 /* Define to 1 if you have the `strrchr' function. */
00839 #define HAVE_STRRCHR 1
00840 
00841 /* Define to 1 if you have the `strsep' function. */
00842 #define HAVE_STRSEP 1
00843 
00844 /* Define to 1 if you have the `strspn' function. */
00845 #define HAVE_STRSPN 1
00846 
00847 /* Define to 1 if you have the `strstr' function. */
00848 #define HAVE_STRSTR 1
00849 
00850 /* Define to 1 if you have the `strtol' function. */
00851 #define HAVE_STRTOL 1
00852 
00853 /* Define to 1 if you have the `strtoul' function. */
00854 #define HAVE_STRTOUL 1
00855 
00856 /* Define as 1 if you have "struct mnttab" (only sco?) */
00857 /* #undef HAVE_STRUCT_MNTTAB */
00858 
00859 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
00860 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
00861 
00862 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
00863 /* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC */
00864 
00865 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
00866 /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
00867 
00868 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
00869 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
00870 
00871 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
00872 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
00873 
00874 /* Define to 1 if `st_flags' is a member of `struct stat'. */
00875 /* #undef HAVE_STRUCT_STAT_ST_FLAGS */
00876 
00877 /* Define to 1 if `st_uatime' is a member of `struct stat'. */
00878 /* #undef HAVE_STRUCT_STAT_ST_UATIME */
00879 
00880 /* Define to 1 if you have the `strverscmp' function. */
00881 #define HAVE_STRVERSCMP 1
00882 
00883 /* Have <syck.h> header */
00884 #define HAVE_SYCK_H 1
00885 
00886 /* Define to 1 if you have the <synch.h> header file. */
00887 /* #undef HAVE_SYNCH_H */
00888 
00889 /* Define to 1 if you have the `syslog' function. */
00890 #define HAVE_SYSLOG 1
00891 
00892 /* Have <sys/acl.h> header */
00893 /* #undef HAVE_SYS_ACL_H */
00894 
00895 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
00896    */
00897 /* #undef HAVE_SYS_DIR_H */
00898 
00899 /* Define to 1 if you have the <sys/ipc.h> header file. */
00900 #define HAVE_SYS_IPC_H 1
00901 
00902 /* Define to 1 if you have the <sys/mman.h> header file. */
00903 #define HAVE_SYS_MMAN_H 1
00904 
00905 /* Define to 1 if you have the <sys/mntctl.h> header file. */
00906 /* #undef HAVE_SYS_MNTCTL_H */
00907 
00908 /* Define to 1 if you have the <sys/mnttab.h> header file. */
00909 /* #undef HAVE_SYS_MNTTAB_H */
00910 
00911 /* Define to 1 if you have the <sys/mount.h> header file. */
00912 #define HAVE_SYS_MOUNT_H 1
00913 
00914 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
00915    */
00916 /* #undef HAVE_SYS_NDIR_H */
00917 
00918 /* Define to 1 if you have the <sys/param.h> header file. */
00919 #define HAVE_SYS_PARAM_H 1
00920 
00921 /* Define to 1 if you have the <sys/prctl.h> header file. */
00922 #define HAVE_SYS_PRCTL_H 1
00923 
00924 /* Define to 1 if you have the <sys/resource.h> header file. */
00925 #define HAVE_SYS_RESOURCE_H 1
00926 
00927 /* Define to 1 if you have the <sys/select.h> header file. */
00928 #define HAVE_SYS_SELECT_H 1
00929 
00930 /* Define to 1 if you have the <sys/socket.h> header file. */
00931 #define HAVE_SYS_SOCKET_H 1
00932 
00933 /* Define to 1 if you have the <sys/stat.h> header file. */
00934 #define HAVE_SYS_STAT_H 1
00935 
00936 /* Define to 1 if you have the <sys/stdtypes.h> header file. */
00937 /* #undef HAVE_SYS_STDTYPES_H */
00938 
00939 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
00940 /* #undef HAVE_SYS_SYSTEMCFG_H */
00941 
00942 /* Define to 1 if you have the <sys/time.h> header file. */
00943 #define HAVE_SYS_TIME_H 1
00944 
00945 /* Define to 1 if you have the <sys/types.h> header file. */
00946 #define HAVE_SYS_TYPES_H 1
00947 
00948 /* Define to 1 if you have the <sys/utsname.h> header file. */
00949 #define HAVE_SYS_UTSNAME_H 1
00950 
00951 /* Define to 1 if you have the <sys/vmount.h> header file. */
00952 /* #undef HAVE_SYS_VMOUNT_H */
00953 
00954 /* Define to 1 if you have the <sys/wait.h> header file. */
00955 #define HAVE_SYS_WAIT_H 1
00956 
00957 /* Define to 1 if you have the <sys/xattr.h> header file. */
00958 /* #undef HAVE_SYS_XATTR_H */
00959 
00960 /* Define as 1 if <sys/stat.h> defines S_IFSOCK */
00961 #define HAVE_S_IFSOCK 1
00962 
00963 /* Define as 1 if <sys/stat.h> defines S_ISLNK */
00964 #define HAVE_S_ISLNK 1
00965 
00966 /* Define as 1 if <sys/stat.h> defines S_ISSOCK */
00967 #define HAVE_S_ISSOCK 1
00968 
00969 /* Define as 1 if <sys/stat.h> defines S_ISTXT */
00970 /* #undef HAVE_S_ISTXT */
00971 
00972 /* Define as 1 if <sys/stat.h> defines S_ISVTX */
00973 #define HAVE_S_ISVTX 1
00974 
00975 /* Define to 1 if you have the <tcl.h> header file. */
00976 /* #undef HAVE_TCL_H */
00977 
00978 /* Define to 1 if you have the <thread.h> header file. */
00979 /* #undef HAVE_THREAD_H */
00980 
00981 /* Define to 1 if you have the `time' function. */
00982 #define HAVE_TIME 1
00983 
00984 /* Define to 1 if you have the <tomcrypt/tomcrypt.h> header file. */
00985 /* #undef HAVE_TOMCRYPT_TOMCRYPT_H */
00986 
00987 /* Define to 1 if you have the <unistd.h> header file. */
00988 #define HAVE_UNISTD_H 1
00989 
00990 /* Define to 1 if you have the `utime' function. */
00991 /* #undef HAVE_UTIME */
00992 
00993 /* Define to 1 if you have the `utimes' function. */
00994 /* #undef HAVE_UTIMES */
00995 
00996 /* Define to 1 if you have the <utime.h> header file. */
00997 #define HAVE_UTIME_H 1
00998 
00999 /* Define to 1 if you have the <uuid.h> header file. */
01000 /* #undef HAVE_UUID_H */
01001 
01002 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
01003 /* #undef HAVE_VALGRIND_VALGRIND_H */
01004 
01005 /* Define if va_copy() macro exists (and no fallback implementation is
01006    required) */
01007 #define HAVE_VA_COPY 1
01008 
01009 /* Define as 1 if your va_list type is an array */
01010 /* #undef HAVE_VA_LIST_AS_ARRAY */
01011 
01012 /* Define to 1 if you have the `vprintf' function. */
01013 #define HAVE_VPRINTF 1
01014 
01015 /* Define to 1 if you have the `vsnprintf' function. */
01016 #define HAVE_VSNPRINTF 1
01017 
01018 /* Define to 1 if you have xar_get_size() in libxar. */
01019 /* #undef HAVE_XAR_GET_SIZE */
01020 
01021 /* Have <xar.h> header */
01022 /* #undef HAVE_XAR_H */
01023 
01024 /* Define to 1 if you have <zlib.h> */
01025 #define HAVE_ZLIB_H 1
01026 
01027 /* Define to 1 if you have the `__secure_getenv' function. */
01028 #define HAVE___SECURE_GETENV 1
01029 
01030 /* Define to 1 if libelf.h is incompatible with LFS API */
01031 /* #undef LIBELF_H_LFS_CONFLICT */
01032 
01033 /* Full path to RPM locale directory */
01034 #define LOCALEDIR "/usr/share/locale"
01035 
01036 /* Define to the sub-directory in which libtool stores uninstalled libraries.
01037    */
01038 #define LT_OBJDIR ".libs/"
01039 
01040 /* Colon separated RPM macro files path */
01041 #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:/usr/lib/rpm/mandriva/platform/%{_target}/macros:/etc/rpm/macros.d/*.macros:/usr/lib/rpm/macros.d/mandriva:~/.rpmmacros"
01042 
01043 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
01044    */
01045 /* #undef MAJOR_IN_MKDEV */
01046 
01047 /* Define to 1 if `major', `minor', and `makedev' are declared in
01048    <sysmacros.h>. */
01049 /* #undef MAJOR_IN_SYSMACROS */
01050 
01051 /* Define as 1 if we need myrealloc */
01052 /* #undef NEED_MYREALLOC */
01053 
01054 /* Define as one if we need to include <strings.h> (along with <string.h>) */
01055 /* #undef NEED_STRINGS_H */
01056 
01057 /* Name of package */
01058 #define PACKAGE "rpm"
01059 
01060 /* Define to the address where bug reports for this package should be sent. */
01061 #define PACKAGE_BUGREPORT "rpm-devel@rpm5.org"
01062 
01063 /* Define to the full name of this package. */
01064 #define PACKAGE_NAME "rpm"
01065 
01066 /* Define to the full name and version of this package. */
01067 #define PACKAGE_STRING "rpm 5.3.7"
01068 
01069 /* Define to the one symbol short name of this package. */
01070 #define PACKAGE_TARNAME "rpm"
01071 
01072 /* Define to the home page for this package. */
01073 #define PACKAGE_URL ""
01074 
01075 /* Define to the version of this package. */
01076 #define PACKAGE_VERSION "5.3.7"
01077 
01078 /* Perl install directory (vendor/site) */
01079 #define PERL_INSTALLDIRS 'INSTALLDIRS'  => 'vendor',
01080 
01081 /* Full path to RPM package sources directory */
01082 #define PKGSRCDIR "/usr/src/rpm"
01083 
01084 /* Define to 1 if the C compiler supports function prototypes. */
01085 #define PROTOTYPES 1
01086 
01087 /* Colon separated RPM Lua script files path */
01088 #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"
01089 
01090 /* Colon separated RPM POPT configuration files path */
01091 #define RPMPOPTFILES "/usr/lib/rpm/rpmpopt:/usr/lib/rpm/%{_target}/rpmpopt:/etc/rpm/rpmpopt.*:/etc/rpm/rpmpopt:/etc/rpm/%{_target}/rpmpopt:~/.rpmpopt"
01092 
01093 /* official name of program */
01094 #define RPM_NAME "RPM"
01095 
01096 /* Vendor is Ark */
01097 /* #undef RPM_VENDOR_ARK */
01098 
01099 /* Vendor is Fedora */
01100 /* #undef RPM_VENDOR_FEDORA */
01101 
01102 /* Vendor is Mandriva */
01103 #define RPM_VENDOR_MANDRIVA 1
01104 
01105 /* The size of `char', as computed by sizeof. */
01106 #define SIZEOF_CHAR 1
01107 
01108 /* The size of `int', as computed by sizeof. */
01109 #define SIZEOF_INT 4
01110 
01111 /* The size of `long', as computed by sizeof. */
01112 #define SIZEOF_LONG 4
01113 
01114 /* The size of `long long', as computed by sizeof. */
01115 #define SIZEOF_LONG_LONG 8
01116 
01117 /* The size of `short', as computed by sizeof. */
01118 #define SIZEOF_SHORT 2
01119 
01120 /* The size of `unsigned char', as computed by sizeof. */
01121 #define SIZEOF_UNSIGNED_CHAR 1
01122 
01123 /* The size of `unsigned int', as computed by sizeof. */
01124 #define SIZEOF_UNSIGNED_INT 4
01125 
01126 /* The size of `unsigned long', as computed by sizeof. */
01127 #define SIZEOF_UNSIGNED_LONG 4
01128 
01129 /* The size of `unsigned long long', as computed by sizeof. */
01130 #define SIZEOF_UNSIGNED_LONG_LONG 8
01131 
01132 /* The size of `unsigned short', as computed by sizeof. */
01133 #define SIZEOF_UNSIGNED_SHORT 2
01134 
01135 /* If using the C implementation of alloca, define if you know the
01136    direction of stack growth for your system; otherwise it will be
01137    automatically deduced at runtime.
01138         STACK_DIRECTION > 0 => grows toward higher addresses
01139         STACK_DIRECTION < 0 => grows toward lower addresses
01140         STACK_DIRECTION = 0 => direction of growth unknown */
01141 /* #undef STACK_DIRECTION */
01142 
01143 /* Define if struct statfs has the f_bavail member */
01144 #define STATFS_HAS_F_BAVAIL 1
01145 
01146 /* statfs in <sys/mount.h> (for Digital Unix 4.0D systems) */
01147 /* #undef STATFS_IN_SYS_MOUNT */
01148 
01149 /* statfs in <sys/statfs.h> (for IRIX 6.4 systems) */
01150 /* #undef STATFS_IN_SYS_STATFS */
01151 
01152 /* statfs in <sys/statvfs.h> (for Solaris 2.6+ systems) */
01153 #define STATFS_IN_SYS_STATVFS 1
01154 
01155 /* statfs in <sys/vfs.h> (for Linux systems) */
01156 /* #undef STATFS_IN_SYS_VFS */
01157 
01158 /* Define if statfs() takes 4 arguments */
01159 /* #undef STAT_STATFS4 */
01160 
01161 /* Define to 1 if you have the ANSI C header files. */
01162 #define STDC_HEADERS 1
01163 
01164 /* Full path to RPM global configuration directory */
01165 #define SYSCONFIGDIR "/etc/rpm"
01166 
01167 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
01168 #define TIME_WITH_SYS_TIME 1
01169 
01170 /* Define to 1 for using BeeCrypt as default cryptography library */
01171 #define USE_CRYPTO_BEECRYPT 1
01172 
01173 /* Define to 1 for using Apple CDSA as default cryptography library */
01174 /* #undef USE_CRYPTO_CDSA */
01175 
01176 /* Define to 1 for using GCrypt as default cryptography library */
01177 /* #undef USE_CRYPTO_GCRYPT */
01178 
01179 /* Define to 1 for using Mozilla NSS as default cryptography library */
01180 /* #undef USE_CRYPTO_NSS */
01181 
01182 /* Define to 1 for using OpenSSL as default cryptography library */
01183 /* #undef USE_CRYPTO_OPENSSL */
01184 
01185 /* Define to 1 for using TomCrypt as default cryptography library */
01186 /* #undef USE_CRYPTO_TOMCRYPT */
01187 
01188 /* Defined if getmntent replacement is used */
01189 /* #undef USE_GETMNTENT */
01190 
01191 /* Enable extensions on AIX 3, Interix.  */
01192 #ifndef _ALL_SOURCE
01193 # define _ALL_SOURCE 1
01194 #endif
01195 /* Enable GNU extensions on systems that have them.  */
01196 #ifndef _GNU_SOURCE
01197 # define _GNU_SOURCE 1
01198 #endif
01199 /* Enable threading extensions on Solaris.  */
01200 #ifndef _POSIX_PTHREAD_SEMANTICS
01201 # define _POSIX_PTHREAD_SEMANTICS 1
01202 #endif
01203 /* Enable extensions on HP NonStop.  */
01204 #ifndef _TANDEM_SOURCE
01205 # define _TANDEM_SOURCE 1
01206 #endif
01207 /* Enable general extensions on Solaris.  */
01208 #ifndef __EXTENSIONS__
01209 # define __EXTENSIONS__ 1
01210 #endif
01211 
01212 
01213 /* Full path to RPM system library directory */
01214 #define USRLIBRPM "/usr/lib/rpm"
01215 
01216 /* Path to /usr */
01217 #define USRPREFIX "/usr"
01218 
01219 /* Path to /var */
01220 #define VARPREFIX "/var"
01221 
01222 /* Version number of package */
01223 #define VERSION "5.3.7"
01224 
01225 /* Define as 1 if building with ACL library */
01226 /* #undef WITH_ACL */
01227 
01228 /* Define as 1 if building with ATerm library */
01229 /* #undef WITH_ATERM */
01230 
01231 /* Define as 1 if building with ATTR library */
01232 /* #undef WITH_ATTR */
01233 
01234 /* Define as 1 if building with Augeas library */
01235 /* #undef WITH_AUGEAS */
01236 
01237 /* Define as 1 if building with Bash library */
01238 /* #undef WITH_BASH */
01239 
01240 /* Define as 1 if building with BeeCrypt library */
01241 #define WITH_BEECRYPT 1
01242 
01243 /* Define as 1 if building with GNU BZip2 library */
01244 #define WITH_BZIP2 1
01245 
01246 /* Define as 1 if building with CPUInfo library */
01247 #define WITH_CPUINFO 1
01248 
01249 /* Define as 1 if building with Libcudf library */
01250 /* #undef WITH_CUDF */
01251 
01252 /* Define as 1 if building with Berkeley-DB library */
01253 #define WITH_DB 1
01254 
01255 /* Define as 1 if building with Berkeley-DB (+SQLite3) library */
01256 #define WITH_DBSQL 1
01257 
01258 /* Define as 1 if building with DMalloc library */
01259 /* #undef WITH_DMALLOC */
01260 
01261 /* Define as 1 if building with Electric Fence library */
01262 /* #undef WITH_EFENCE */
01263 
01264 /* Define if building with Expat */
01265 /* #undef WITH_EXPAT */
01266 
01267 /* Define as 1 if building with FICL library */
01268 /* #undef WITH_FICL */
01269 
01270 /* Define as 1 if building with File (magic) library */
01271 #define WITH_FILE 1
01272 
01273 /* Define if building with GCrypt */
01274 /* #undef WITH_GCRYPT */
01275 
01276 /* Define if building with GnuTLS */
01277 /* #undef WITH_GNUTLS */
01278 
01279 /* Define to 1 if to use GPSEE as the embedded JS interpreter */
01280 /* #undef WITH_GPSEE */
01281 
01282 /* Define as 1 if building with JavaScript library */
01283 /* #undef WITH_JS */
01284 
01285 /* Define as 1 if building with Linux keyutils library */
01286 #define WITH_KEYUTILS 1
01287 
01288 /* Define if building with Libtasn1 */
01289 /* #undef WITH_LIBTASN1 */
01290 
01291 /* Define as 1 if building with Lua library */
01292 #define WITH_LUA 1
01293 
01294 /* Define if building with internal Lua */
01295 /* #undef WITH_LUA_INTERNAL */
01296 
01297 /* Define as 1 if building with Neon library */
01298 #define WITH_NEON 1
01299 
01300 /* Define as 1 if building with Nix expressions library */
01301 /* #undef WITH_NIX */
01302 
01303 /* Define if building with Mozilla NSS */
01304 /* #undef WITH_NSS */
01305 
01306 /* Define as 1 if building with OpenSSL library */
01307 /* #undef WITH_OPENSSL */
01308 
01309 /* Define if building with Pakchois */
01310 /* #undef WITH_PAKCHOIS */
01311 
01312 /* Define as 1 if building with PCRE library */
01313 #define WITH_PCRE 1
01314 
01315 /* Define as 1 if PCRE's POSIX API is available */
01316 #define WITH_PCRE_POSIX 1
01317 
01318 /* Define as 1 if building with Perl ExtUtils::Embed library */
01319 /* #undef WITH_PERLEMBED */
01320 
01321 /* Define as 1 if building with POPT library */
01322 #define WITH_POPT 1
01323 
01324 /* Define to 1 for using Pthreads */
01325 #define WITH_PTHREADS 1
01326 
01327 /* Define as 1 if building with Python embedding library */
01328 /* #undef WITH_PYTHONEMBED */
01329 
01330 /* Define as 1 if building with Rc library */
01331 /* #undef WITH_RC */
01332 
01333 /* Define to 1 if you want to use Readline */
01334 /* #undef WITH_READLINE */
01335 
01336 /* Define as 1 if building with Ruby library */
01337 /* #undef WITH_RUBY */
01338 
01339 /* Define to 1 if you want embedded Ruby */
01340 /* #undef WITH_RUBYEMBED */
01341 
01342 /* Define if building with Libselinux */
01343 /* #undef WITH_SELINUX */
01344 
01345 /* Define if building with Libsemanage */
01346 /* #undef WITH_SEMANAGE */
01347 
01348 /* Define if building with Libsepol */
01349 /* #undef WITH_SEPOL */
01350 
01351 /* Define as 1 if building with SQLite library */
01352 #define WITH_SQLITE 1
01353 
01354 /* Define as 1 if building with Squirrel library */
01355 /* #undef WITH_SQUIRREL */
01356 
01357 /* Define if building with OpenSSL */
01358 /* #undef WITH_SSL */
01359 
01360 /* Define as 1 if building with Syck library */
01361 #define WITH_SYCK 1
01362 
01363 /* Define as 1 if building with Tcl library */
01364 /* #undef WITH_TCL */
01365 
01366 /* Define if building with LibTomCrypt */
01367 /* #undef WITH_TOMCRYPT */
01368 
01369 /* Define as 1 if building with OSSP uuid library */
01370 /* #undef WITH_UUID */
01371 
01372 /* Build with valgrind support? */
01373 /* #undef WITH_VALGRIND */
01374 
01375 /* Define as 1 if building with XAR library */
01376 /* #undef WITH_XAR */
01377 
01378 /* Define as 1 if building with XZ libLZMA library */
01379 #define WITH_XZ 1
01380 
01381 /* Define as 1 if building with ZLib library */
01382 #define WITH_ZLIB 1
01383 
01384 /* Define to 1 if your processor stores words with the most significant byte
01385    first (like Motorola and SPARC, unlike Intel and VAX). */
01386 #if defined(__BIG_ENDIAN__)
01387 #define WORDS_BIGENDIAN 1
01388 #elif defined(__LITTLE_ENDIAN__)
01389 /* #undef WORDS_BIGENDIAN */
01390 #else
01391 /* use configure result: */
01392 /* #undef WORDS_BIGENDIAN */
01393 #endif
01394 
01395 /* Number of bits in a file offset, on hosts where this is settable. */
01396 #define _FILE_OFFSET_BITS 64
01397 
01398 /* Define for large files, on AIX-style hosts. */
01399 /* #undef _LARGE_FILES */
01400 
01401 /* Define to 1 if on MINIX. */
01402 /* #undef _MINIX */
01403 
01404 /* Define to 2 if the system does not provide POSIX.1 features except with
01405    this defined. */
01406 /* #undef _POSIX_1_SOURCE */
01407 
01408 /* Define to 1 if you need to in order for `stat' and other things to work. */
01409 /* #undef _POSIX_SOURCE */
01410 
01411 /* full path to a 'mkdir -p' style program */
01412 #define __MKDIR_P "/bin/mkdir -p"
01413 
01414 /* Define like PROTOTYPES; this can be used by system headers. */
01415 #define __PROTOTYPES 1
01416 
01417 /* Optional va_copy() implementation activation */
01418 #ifndef HAVE_VA_COPY
01419 #define va_copy(d, s) __VA_COPY_USE(d, s)
01420 #endif
01421 
01422 
01423 /* Define to id of used va_copy() implementation */
01424 #define __VA_COPY_USE __VA_COPY_USE_C99
01425 
01426 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
01427 /* #undef __func__ */
01428 
01429 /* Define to `__inline__' or `__inline' if that's what the C compiler
01430    calls it, or to nothing if 'inline' is not supported under any name.  */
01431 #ifndef __cplusplus
01432 /* #undef inline */
01433 #endif
01434 
01435 /* Define to `int' if <sys/types.h> does not define. */
01436 /* #undef mode_t */
01437 
01438 /* Define to `long int' if <sys/types.h> does not define. */
01439 /* #undef off_t */
01440 
01441 /* Define to `int' if <sys/types.h> does not define. */
01442 /* #undef pid_t */
01443 
01444 /* Define to `unsigned int' if <sys/types.h> does not define. */
01445 /* #undef size_t */
01446 #define PREMACROFILES "/etc/rpm/premacros.d/*.macros"