rpm
5.2.1
|
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/local/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 /* #undef HAVE_ALLOCA_H */ 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 `basename' function. */ 00063 #define HAVE_BASENAME 1 00064 00065 /* Define to 1 if you have the <beecrypt/api.h> header file. */ 00066 #define HAVE_BEECRYPT_API_H 1 00067 00068 /* Define to 1 if you have the <bzlib.h> header file. */ 00069 /* #undef HAVE_BZLIB_H */ 00070 00071 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 00072 CoreFoundation framework. */ 00073 /* #undef HAVE_CFLOCALECOPYCURRENT */ 00074 00075 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 00076 the CoreFoundation framework. */ 00077 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 00078 00079 /* Define to 1 if you have the `clearenv' function. */ 00080 /* #undef HAVE_CLEARENV */ 00081 00082 /* Define to 1 if you have the `confstr' function. */ 00083 #define HAVE_CONFSTR 1 00084 00085 /* Define to 1 if you have the <cpuinfo.h> header file. */ 00086 /* #undef HAVE_CPUINFO_H */ 00087 00088 /* Have <db.h> header */ 00089 #define HAVE_DB_H 1 00090 00091 /* Define if the GNU dcgettext() function is already present or preinstalled. 00092 */ 00093 #define HAVE_DCGETTEXT 1 00094 00095 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00096 */ 00097 #define HAVE_DIRENT_H 1 00098 00099 /* Define to 1 if you have the <dlfcn.h> header file. */ 00100 #define HAVE_DLFCN_H 1 00101 00102 /* Define to 1 if you have the <dmalloc.h> header file. */ 00103 /* #undef HAVE_DMALLOC_H */ 00104 00105 /* Define to 1 if you have the `dnl' function. */ 00106 /* #undef HAVE_DNL */ 00107 00108 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 00109 /* #undef HAVE_DOPRNT */ 00110 00111 /* Define to 1 if you have the `error' function. */ 00112 /* #undef HAVE_ERROR */ 00113 00114 /* Define to 1 if you have the <error.h> header file. */ 00115 /* #undef HAVE_ERROR_H */ 00116 00117 /* Define to 1 if you have the <err.h> header file. */ 00118 #define HAVE_ERR_H 1 00119 00120 /* Define to 1 if you have the `fallocate' function. */ 00121 /* #undef HAVE_FALLOCATE */ 00122 00123 /* Define to 1 if you have the <fcntl.h> header file. */ 00124 #define HAVE_FCNTL_H 1 00125 00126 /* Define to 1 if you have <ficl.h> */ 00127 /* #undef HAVE_FICL_H */ 00128 00129 /* Define to 1 if you have the <float.h> header file. */ 00130 #define HAVE_FLOAT_H 1 00131 00132 /* Define to 1 if you have the `ftok' function. */ 00133 #define HAVE_FTOK 1 00134 00135 /* Define to 1 if you have the `futimens' function. */ 00136 /* #undef HAVE_FUTIMENS */ 00137 00138 /* Define to 1 if you have the `futimes' function. */ 00139 #define HAVE_FUTIMES 1 00140 00141 /* Define to 1 if you have the `futimesat' function. */ 00142 /* #undef HAVE_FUTIMESAT */ 00143 00144 /* Define to 1 if you have the <gcrypt.h> header file. */ 00145 /* #undef HAVE_GCRYPT_H */ 00146 00147 /* Define to 1 if you have the gelf_getvernaux() function. */ 00148 /* #undef HAVE_GELF_GETVERNAUX */ 00149 00150 /* Define to 1 if you have gelf.h */ 00151 /* #undef HAVE_GELF_H */ 00152 00153 /* Define to 1 if you have the `getaddrinfo' function. */ 00154 #define HAVE_GETADDRINFO 1 00155 00156 /* Define to 1 if you have the `getcwd' function. */ 00157 #define HAVE_GETCWD 1 00158 00159 /* Define if you have the getmntent() function */ 00160 /* #undef HAVE_GETMNTENT */ 00161 00162 /* Define as 1 if you have getmntinfo() (Mac OS X) */ 00163 #define HAVE_GETMNTINFO 1 00164 00165 /* Define as 1 if you have getmntinfo_r() (only osf?) */ 00166 /* #undef HAVE_GETMNTINFO_R */ 00167 00168 /* Define to 1 if you have the `getmode' function. */ 00169 #define HAVE_GETMODE 1 00170 00171 /* Define to 1 if you have the `getnameinfo' function. */ 00172 #define HAVE_GETNAMEINFO 1 00173 00174 /* Define to 1 if you have the <getopt.h> header file. */ 00175 #define HAVE_GETOPT_H 1 00176 00177 /* Define to 1 if you have the `getpagesize' function. */ 00178 #define HAVE_GETPAGESIZE 1 00179 00180 /* Define to 1 if you have the `getpassphrase' function. */ 00181 /* #undef HAVE_GETPASSPHRASE */ 00182 00183 /* Define if the GNU gettext() function is already present or preinstalled. */ 00184 #define HAVE_GETTEXT 1 00185 00186 /* Define to 1 if you have the `getwd' function. */ 00187 #define HAVE_GETWD 1 00188 00189 /* Define to 1 if you have the <glob.h> header file. */ 00190 #define HAVE_GLOB_H 1 00191 00192 /* Define to 1 if you have the <grp.h> header file. */ 00193 #define HAVE_GRP_H 1 00194 00195 /* Define as 1 if <netdb.h> defines h_errno */ 00196 #define HAVE_HERRNO 1 00197 00198 /* Define to 1 if you have the `iconv' function. */ 00199 #define HAVE_ICONV 1 00200 00201 /* Define to 1 if you have the `inet_aton' function. */ 00202 #define HAVE_INET_ATON 1 00203 00204 /* Define to 1 if you have the <inttypes.h> header file. */ 00205 #define HAVE_INTTYPES_H 1 00206 00207 /* Define to 1 if you have the <jsstddef.h> header file. */ 00208 /* #undef HAVE_JSSTDDEF_H */ 00209 00210 /* Define to 1 if you have the <keyutils.h> header file. */ 00211 /* #undef HAVE_KEYUTILS_H */ 00212 00213 /* Define to 1 if you have the <langinfo.h> header file. */ 00214 #define HAVE_LANGINFO_H 1 00215 00216 /* Define as 1 if you have lchown() */ 00217 #define HAVE_LCHOWN 1 00218 00219 /* Define to 1 if you have the `acl' library (-lacl). */ 00220 /* #undef HAVE_LIBACL */ 00221 00222 /* Define to 1 if you have the `attr' library (-lattr). */ 00223 /* #undef HAVE_LIBATTR */ 00224 00225 /* Define to 1 if you have the `beecrypt' library (-lbeecrypt). */ 00226 #define HAVE_LIBBEECRYPT 1 00227 00228 /* Define to 1 if you have the `bz2' library (-lbz2). */ 00229 /* #undef HAVE_LIBBZ2 */ 00230 00231 /* Define to 1 if you have the `compat' library (-lcompat). */ 00232 /* #undef HAVE_LIBCOMPAT */ 00233 00234 /* Define to 1 if you have the `cpuinfo' library (-lcpuinfo). */ 00235 /* #undef HAVE_LIBCPUINFO */ 00236 00237 /* Define to 1 if you have the `crypto' library (-lcrypto). */ 00238 /* #undef HAVE_LIBCRYPTO */ 00239 00240 /* Define to 1 if you have the `db' library (-ldb). */ 00241 #define HAVE_LIBDB 1 00242 00243 /* Define to 1 if you have the `db-4.7' library (-ldb-4.7). */ 00244 #define HAVE_LIBDB_4_7 1 00245 00246 /* Define to 1 if you have the `dl' library (-ldl). */ 00247 /* #undef HAVE_LIBDL */ 00248 00249 /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */ 00250 /* #undef HAVE_LIBDMALLOC */ 00251 00252 /* Define to 1 if you have the `efence' library (-lefence). */ 00253 /* #undef HAVE_LIBEFENCE */ 00254 00255 /* Define to 1 if you have ELF library */ 00256 /* #undef HAVE_LIBELF */ 00257 00258 /* Define to 1 if you have libelf.h */ 00259 /* #undef HAVE_LIBELF_H */ 00260 00261 /* Define to 1 if you have the 'ficl' library (-lficl). */ 00262 /* #undef HAVE_LIBFICL */ 00263 00264 /* Define to 1 if you have the `gcrypt' library (-lgcrypt). */ 00265 /* #undef HAVE_LIBGCRYPT */ 00266 00267 /* Define to 1 if you have the <libgen.h> header file. */ 00268 #define HAVE_LIBGEN_H 1 00269 00270 /* Define to 1 if you have the `gz' library (-lgz). */ 00271 /* #undef HAVE_LIBGZ */ 00272 00273 /* Define to 1 if you have the <libio.h> header file. */ 00274 /* #undef HAVE_LIBIO_H */ 00275 00276 /* Define to 1 if you have the 'js' library (-ljs). */ 00277 /* #undef HAVE_LIBJS */ 00278 00279 /* Define to 1 if you have the `keyutils' library (-lkeyutils). */ 00280 /* #undef HAVE_LIBKEYUTILS */ 00281 00282 /* Define to 1 if you have the `lua' library (-llua). */ 00283 #define HAVE_LIBLUA 1 00284 00285 /* Define to 1 if you have the `lzma' library (-llzma). */ 00286 #define HAVE_LIBLZMA 1 00287 00288 /* Define to 1 if you have the `m' library (-lm). */ 00289 #define HAVE_LIBM 1 00290 00291 /* Define to 1 if you have the `magic' library (-lmagic). */ 00292 #define HAVE_LIBMAGIC 1 00293 00294 /* Define to 1 if you have the `neon' library (-lneon). */ 00295 #define HAVE_LIBNEON 1 00296 00297 /* Define to 1 if you have the `nsl' library (-lnsl). */ 00298 /* #undef HAVE_LIBNSL */ 00299 00300 /* Define to 1 if you have the `nss' library (-lnss). */ 00301 /* #undef HAVE_LIBNSS */ 00302 00303 /* Define to 1 if you have the `nss3' library (-lnss3). */ 00304 /* #undef HAVE_LIBNSS3 */ 00305 00306 /* Define to 1 if you have the `ossp-uuid' library (-lossp-uuid). */ 00307 /* #undef HAVE_LIBOSSP_UUID */ 00308 00309 /* Define to 1 if you have the 'pcre' library (-lpcre). */ 00310 #define HAVE_LIBPCRE 1 00311 00312 /* Define to 1 if you have the `perl' library (-lperl). */ 00313 /* #undef HAVE_LIBPERL */ 00314 00315 /* Define to 1 if you have the `popt' library (-lpopt). */ 00316 #define HAVE_LIBPOPT 1 00317 00318 /* Define to 1 if you have the `port' library (-lport). */ 00319 /* #undef HAVE_LIBPORT */ 00320 00321 /* Define to 1 if you have the `pthread' library (-lpthread). */ 00322 #define HAVE_LIBPTHREAD 1 00323 00324 /* Define to 1 if you have the `python2.5' library (-lpython2.5). */ 00325 /* #undef HAVE_LIBPYTHON2_5 */ 00326 00327 /* Define to 1 if you have the `python2.6' library (-lpython2.6). */ 00328 /* #undef HAVE_LIBPYTHON2_6 */ 00329 00330 /* Define to 1 if you have the `rand' library (-lrand). */ 00331 /* #undef HAVE_LIBRAND */ 00332 00333 /* Define to 1 if you have the `rpmz' library (-lrpmz). */ 00334 /* #undef HAVE_LIBRPMZ */ 00335 00336 /* Define to 1 if you have the `rt' library (-lrt). */ 00337 /* #undef HAVE_LIBRT */ 00338 00339 /* Define to 1 if you have the `ruby' library (-lruby). */ 00340 /* #undef HAVE_LIBRUBY */ 00341 00342 /* Define to 1 if you have the `socket' library (-lsocket). */ 00343 /* #undef HAVE_LIBSOCKET */ 00344 00345 /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ 00346 #define HAVE_LIBSQLITE3 1 00347 00348 /* Define to 1 if you have the `syck' library (-lsyck). */ 00349 #define HAVE_LIBSYCK 1 00350 00351 /* Define to 1 if you have the `tcl' library (-ltcl). */ 00352 /* #undef HAVE_LIBTCL */ 00353 00354 /* Define to 1 if you have the `thread' library (-lthread). */ 00355 /* #undef HAVE_LIBTHREAD */ 00356 00357 /* Define to 1 if you have the `uuid' library (-luuid). */ 00358 #define HAVE_LIBUUID 1 00359 00360 /* Define to 1 if you have the `xar' library (-lxar). */ 00361 #define HAVE_LIBXAR 1 00362 00363 /* Define to 1 if you have the `z' library (-lz). */ 00364 #define HAVE_LIBZ 1 00365 00366 /* Define to 1 if you have the <limits.h> header file. */ 00367 #define HAVE_LIMITS_H 1 00368 00369 /* Define to 1 if you have the <locale.h> header file. */ 00370 #define HAVE_LOCALE_H 1 00371 00372 /* Define to 1 if the system has the type `long double'. */ 00373 #define HAVE_LONG_DOUBLE 1 00374 00375 /* Define to 1 if the system has the type `long long'. */ 00376 #define HAVE_LONG_LONG 1 00377 00378 /* Define to 1 if you have the <lua.h> header file. */ 00379 #define HAVE_LUA_H 1 00380 00381 /* Define to 1 if you have <lzma.h> */ 00382 #define HAVE_LZMA_H 1 00383 00384 /* Define to 1 if you have the <machine/types.h> header file. */ 00385 /* #undef HAVE_MACHINE_TYPES_H */ 00386 00387 /* Define to 1 if you have the `madvise' function. */ 00388 #define HAVE_MADVISE 1 00389 00390 /* Define to 1 if you have <magic.h> */ 00391 #define HAVE_MAGIC_H 1 00392 00393 /* Define to 1 if you have the <mcheck.h> header file. */ 00394 /* #undef HAVE_MCHECK_H */ 00395 00396 /* Define to 1 if you have the <memory.h> header file. */ 00397 #define HAVE_MEMORY_H 1 00398 00399 /* Define to 1 if you have the `mempcpy' function. */ 00400 /* #undef HAVE_MEMPCPY */ 00401 00402 /* Define to 1 if you have the `mkdtemp' function. */ 00403 #define HAVE_MKDTEMP 1 00404 00405 /* Define to 1 if you have the `mkstemp' function. */ 00406 #define HAVE_MKSTEMP 1 00407 00408 /* Define to 1 if you have a working `mmap' system call. */ 00409 #define HAVE_MMAP 1 00410 00411 /* Define as 1 if you have mntctl() (only aix?) */ 00412 /* #undef HAVE_MNTCTL */ 00413 00414 /* Define to 1 if you have the <mntent.h> header file. */ 00415 /* #undef HAVE_MNTENT_H */ 00416 00417 /* Define to 1 if you have the `mtrace' function. */ 00418 /* #undef HAVE_MTRACE */ 00419 00420 /* Define to 1 if the number of available CPU cores can be detected with 00421 sysconf(_SC_NPROCESSORS_ONLN). */ 00422 #define HAVE_NCPU_SYSCONF 1 00423 00424 /* Define to 1 if the number of available CPU cores can be detected with 00425 sysctl(). */ 00426 /* #undef HAVE_NCPU_SYSCTL */ 00427 00428 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00429 /* #undef HAVE_NDIR_H */ 00430 00431 /* Define to 1 if you have ne_get_response_header() in libneon. */ 00432 #define HAVE_NEON_NE_GET_RESPONSE_HEADER 1 00433 00434 /* Define to 1 if you have ne_send_request_chunk() in libneon. */ 00435 /* #undef HAVE_NEON_NE_SEND_REQUEST_CHUNK */ 00436 00437 /* Define to 1 if you have the <netdb.h> header file. */ 00438 #define HAVE_NETDB_H 1 00439 00440 /* Define to 1 if you have the <netinet/in.h> header file. */ 00441 #define HAVE_NETINET_IN_H 1 00442 00443 /* Define to 1 if you have the <netinet/in_systm.h> header file. */ 00444 #define HAVE_NETINET_IN_SYSTM_H 1 00445 00446 /* Define to 1 if you have the <ne_session.h> header file. */ 00447 #define HAVE_NE_SESSION_H 1 00448 00449 /* Define to 1 if you have the <nss.h> header file. */ 00450 /* #undef HAVE_NSS_H */ 00451 00452 /* Define to 1 if you have the <openssl/crypto.h> header file. */ 00453 /* #undef HAVE_OPENSSL_CRYPTO_H */ 00454 00455 /* Define to 1 if you have <pcre.h> */ 00456 #define HAVE_PCRE_H 1 00457 00458 /* Define to 1 if you have the <perl.h> header file. */ 00459 /* #undef HAVE_PERL_H */ 00460 00461 /* Define to 1 if the amount of physical memory can be detected with 00462 sysconf(_SC_PAGESIZE) and sysconf(_SC_PHYS_PAGES). */ 00463 #define HAVE_PHYSMEM_SYSCONF 1 00464 00465 /* Define to 1 if the amount of physical memory can be detected with sysctl(). 00466 */ 00467 /* #undef HAVE_PHYSMEM_SYSCTL */ 00468 00469 /* Define to 1 if you have the <poll.h> header file. */ 00470 #define HAVE_POLL_H 1 00471 00472 /* Define to 1 if you have the <popt.h> header file. */ 00473 #define HAVE_POPT_H 1 00474 00475 /* Define to 1 if you have the `posix_fallocate' function. */ 00476 /* #undef HAVE_POSIX_FALLOCATE */ 00477 00478 /* Define to 1 if you have the <pthread.h> header file. */ 00479 #define HAVE_PTHREAD_H 1 00480 00481 /* Define to 1 if you have the `putenv' function. */ 00482 #define HAVE_PUTENV 1 00483 00484 /* Define to 1 if you have the <pwd.h> header file. */ 00485 #define HAVE_PWD_H 1 00486 00487 /* Define to 1 if you have the <Python.h> header file. */ 00488 /* #undef HAVE_PYTHON_H */ 00489 00490 /* Define to 1 if you have the `realpath' function. */ 00491 #define HAVE_REALPATH 1 00492 00493 /* Define to 1 if you have the `regcomp' function. */ 00494 #define HAVE_REGCOMP 1 00495 00496 /* Define to 1 if you have the <ruby.h> header file. */ 00497 /* #undef HAVE_RUBY_H */ 00498 00499 /* Define to 1 if you have the <search.h> header file. */ 00500 #define HAVE_SEARCH_H 1 00501 00502 /* Define to 1 if you have the <semaphore.h> header file. */ 00503 #define HAVE_SEMAPHORE_H 1 00504 00505 /* Define to 1 if you have the `setenv' function. */ 00506 #define HAVE_SETENV 1 00507 00508 /* Define to 1 if you have the `setlocale' function. */ 00509 #define HAVE_SETLOCALE 1 00510 00511 /* Define to 1 if you have the `setmode' function. */ 00512 #define HAVE_SETMODE 1 00513 00514 /* Define to 1 if you have the `sigaddset' function. */ 00515 #define HAVE_SIGADDSET 1 00516 00517 /* Define to 1 if you have the `sigdelset' function. */ 00518 #define HAVE_SIGDELSET 1 00519 00520 /* Define to 1 if you have the `sigemptyset' function. */ 00521 #define HAVE_SIGEMPTYSET 1 00522 00523 /* Define to 1 if you have the `sighold' function. */ 00524 #define HAVE_SIGHOLD 1 00525 00526 /* Define to 1 if you have the <signal.h> header file. */ 00527 #define HAVE_SIGNAL_H 1 00528 00529 /* Define to 1 if you have the `sigpause' function. */ 00530 #define HAVE_SIGPAUSE 1 00531 00532 /* Define to 1 if you have the `sigprocmask' function. */ 00533 #define HAVE_SIGPROCMASK 1 00534 00535 /* Define to 1 if you have the `sigrelse' function. */ 00536 #define HAVE_SIGRELSE 1 00537 00538 /* Define to 1 if you have the `sigsuspend' function. */ 00539 #define HAVE_SIGSUSPEND 1 00540 00541 /* Define to 1 if you have the `snprintf' function. */ 00542 #define HAVE_SNPRINTF 1 00543 00544 /* Define to 1 if you have the <sqlite3.h> header file. */ 00545 #define HAVE_SQLITE3_H 1 00546 00547 /* Define to 1 if you have the <stdint.h> header file. */ 00548 #define HAVE_STDINT_H 1 00549 00550 /* Define to 1 if you have the <stdlib.h> header file. */ 00551 #define HAVE_STDLIB_H 1 00552 00553 /* Define to 1 if you have the `stpcpy' function. */ 00554 #define HAVE_STPCPY 1 00555 00556 /* Define to 1 if you have the `stpncpy' function. */ 00557 #define HAVE_STPNCPY 1 00558 00559 /* Define to 1 if you have the `strcspn' function. */ 00560 #define HAVE_STRCSPN 1 00561 00562 /* Define to 1 if you have the `strdup' function. */ 00563 #define HAVE_STRDUP 1 00564 00565 /* Define to 1 if you have the `strerror' function. */ 00566 #define HAVE_STRERROR 1 00567 00568 /* Define to 1 if you have the <strings.h> header file. */ 00569 #define HAVE_STRINGS_H 1 00570 00571 /* Define to 1 if you have the <string.h> header file. */ 00572 #define HAVE_STRING_H 1 00573 00574 /* Define to 1 if you have the `strndup' function. */ 00575 #define HAVE_STRNDUP 1 00576 00577 /* Define to 1 if you have the `strspn' function. */ 00578 #define HAVE_STRSPN 1 00579 00580 /* Define to 1 if you have the `strstr' function. */ 00581 #define HAVE_STRSTR 1 00582 00583 /* Define to 1 if you have the `strtol' function. */ 00584 #define HAVE_STRTOL 1 00585 00586 /* Define to 1 if you have the `strtoul' function. */ 00587 #define HAVE_STRTOUL 1 00588 00589 /* Define as 1 if you have "struct mnttab" (only sco?) */ 00590 /* #undef HAVE_STRUCT_MNTTAB */ 00591 00592 /* Define to 1 if `st_atimensec' is member of `struct stat'. */ 00593 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */ 00594 00595 /* Define to 1 if `st_atimespec.tv_nsec' is member of `struct stat'. */ 00596 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 00597 00598 /* Define to 1 if `st_atim.st__tim.tv_nsec' is member of `struct stat'. */ 00599 /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */ 00600 00601 /* Define to 1 if `st_atim.tv_nsec' is member of `struct stat'. */ 00602 /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */ 00603 00604 /* Define to 1 if `st_uatime' is member of `struct stat'. */ 00605 /* #undef HAVE_STRUCT_STAT_ST_UATIME */ 00606 00607 /* Have <syck.h> header */ 00608 #define HAVE_SYCK_H 1 00609 00610 /* Define to 1 if you have the <synch.h> header file. */ 00611 /* #undef HAVE_SYNCH_H */ 00612 00613 /* Define to 1 if you have the `syslog' function. */ 00614 #define HAVE_SYSLOG 1 00615 00616 /* Define to 1 if you have the <sys/acl.h> header file. */ 00617 /* #undef HAVE_SYS_ACL_H */ 00618 00619 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00620 */ 00621 /* #undef HAVE_SYS_DIR_H */ 00622 00623 /* Define to 1 if you have the <sys/ipc.h> header file. */ 00624 #define HAVE_SYS_IPC_H 1 00625 00626 /* Define to 1 if you have the <sys/mman.h> header file. */ 00627 #define HAVE_SYS_MMAN_H 1 00628 00629 /* Define to 1 if you have the <sys/mntctl.h> header file. */ 00630 /* #undef HAVE_SYS_MNTCTL_H */ 00631 00632 /* Define to 1 if you have the <sys/mnttab.h> header file. */ 00633 /* #undef HAVE_SYS_MNTTAB_H */ 00634 00635 /* Define to 1 if you have the <sys/mount.h> header file. */ 00636 #define HAVE_SYS_MOUNT_H 1 00637 00638 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00639 */ 00640 /* #undef HAVE_SYS_NDIR_H */ 00641 00642 /* Define to 1 if you have the <sys/param.h> header file. */ 00643 #define HAVE_SYS_PARAM_H 1 00644 00645 /* Define to 1 if you have the <sys/resource.h> header file. */ 00646 #define HAVE_SYS_RESOURCE_H 1 00647 00648 /* Define to 1 if you have the <sys/select.h> header file. */ 00649 #define HAVE_SYS_SELECT_H 1 00650 00651 /* Define to 1 if you have the <sys/socket.h> header file. */ 00652 #define HAVE_SYS_SOCKET_H 1 00653 00654 /* Define to 1 if you have the <sys/stat.h> header file. */ 00655 #define HAVE_SYS_STAT_H 1 00656 00657 /* Define to 1 if you have the <sys/stdtypes.h> header file. */ 00658 /* #undef HAVE_SYS_STDTYPES_H */ 00659 00660 /* Define to 1 if you have the <sys/systemcfg.h> header file. */ 00661 /* #undef HAVE_SYS_SYSTEMCFG_H */ 00662 00663 /* Define to 1 if you have the <sys/types.h> header file. */ 00664 #define HAVE_SYS_TYPES_H 1 00665 00666 /* Define to 1 if you have the <sys/utsname.h> header file. */ 00667 #define HAVE_SYS_UTSNAME_H 1 00668 00669 /* Define to 1 if you have the <sys/vmount.h> header file. */ 00670 /* #undef HAVE_SYS_VMOUNT_H */ 00671 00672 /* Define to 1 if you have the <sys/wait.h> header file. */ 00673 #define HAVE_SYS_WAIT_H 1 00674 00675 /* Define to 1 if you have the <sys/xattr.h> header file. */ 00676 /* #undef HAVE_SYS_XATTR_H */ 00677 00678 /* Define as 1 if <sys/stat.h> defines S_IFSOCK */ 00679 #define HAVE_S_IFSOCK 1 00680 00681 /* Define as 1 if <sys/stat.h> defines S_ISLNK */ 00682 #define HAVE_S_ISLNK 1 00683 00684 /* Define as 1 if <sys/stat.h> defines S_ISSOCK */ 00685 #define HAVE_S_ISSOCK 1 00686 00687 /* Define to 1 if you have the <tcl.h> header file. */ 00688 /* #undef HAVE_TCL_H */ 00689 00690 /* Define to 1 if you have the <thread.h> header file. */ 00691 /* #undef HAVE_THREAD_H */ 00692 00693 /* Define to 1 if you have the <unistd.h> header file. */ 00694 #define HAVE_UNISTD_H 1 00695 00696 /* Define to 1 if you have the `utime' function. */ 00697 /* #undef HAVE_UTIME */ 00698 00699 /* Define to 1 if you have the `utimes' function. */ 00700 /* #undef HAVE_UTIMES */ 00701 00702 /* Define to 1 if you have the <utime.h> header file. */ 00703 #define HAVE_UTIME_H 1 00704 00705 /* Define to 1 if you have the <uuid.h> header file. */ 00706 #define HAVE_UUID_H 1 00707 00708 /* Define if va_copy() macro exists (and no fallback implementation is 00709 required) */ 00710 #define HAVE_VA_COPY 1 00711 00712 /* Define as 1 if your va_list type is an array */ 00713 /* #undef HAVE_VA_LIST_AS_ARRAY */ 00714 00715 /* Define to 1 if you have the `vprintf' function. */ 00716 #define HAVE_VPRINTF 1 00717 00718 /* Define to 1 if you have the `vsnprintf' function. */ 00719 #define HAVE_VSNPRINTF 1 00720 00721 /* Have <xar.h> header */ 00722 #define HAVE_XAR_H 1 00723 00724 /* Define to 1 if you have <zlib.h> */ 00725 #define HAVE_ZLIB_H 1 00726 00727 /* Define to 1 if you have the `__secure_getenv' function. */ 00728 /* #undef HAVE___SECURE_GETENV */ 00729 00730 /* Define to 1 if libelf.h is incompatible with LFS API */ 00731 /* #undef LIBELF_H_LFS_CONFLICT */ 00732 00733 /* Full path to RPM locale directory */ 00734 #define LOCALEDIR "/usr/local/share/locale" 00735 00736 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00737 */ 00738 #define LT_OBJDIR ".libs/" 00739 00740 /* Colon separated RPM macro files path */ 00741 #define MACROFILES "/usr/local/lib/rpm/macros:/usr/local/lib/rpm/%{_target}/macros:/usr/local/etc/rpm/macros.*:/usr/local/etc/rpm/macros:/usr/local/etc/rpm/%{_target}/macros:~/.rpmmacros" 00742 00743 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 00744 */ 00745 /* #undef MAJOR_IN_MKDEV */ 00746 00747 /* Define to 1 if `major', `minor', and `makedev' are declared in 00748 <sysmacros.h>. */ 00749 /* #undef MAJOR_IN_SYSMACROS */ 00750 00751 /* Define as 1 if we need myrealloc */ 00752 /* #undef NEED_MYREALLOC */ 00753 00754 /* Define as one if we need to include <strings.h> (along with <string.h>) */ 00755 /* #undef NEED_STRINGS_H */ 00756 00757 /* Name of package */ 00758 #define PACKAGE "rpm" 00759 00760 /* Define to the address where bug reports for this package should be sent. */ 00761 #define PACKAGE_BUGREPORT "rpm-devel@rpm5.org" 00762 00763 /* Define to the full name of this package. */ 00764 #define PACKAGE_NAME "rpm" 00765 00766 /* Define to the full name and version of this package. */ 00767 #define PACKAGE_STRING "rpm 5.2.1" 00768 00769 /* Define to the one symbol short name of this package. */ 00770 #define PACKAGE_TARNAME "rpm" 00771 00772 /* Define to the version of this package. */ 00773 #define PACKAGE_VERSION "5.2.1" 00774 00775 /* Perl install directory (vendor/site) */ 00776 /* #undef PERL_INSTALLDIRS */ 00777 00778 /* Full path to RPM package sources directory */ 00779 #define PKGSRCDIR "/usr/local/src/rpm" 00780 00781 /* Define to 1 if the C compiler supports function prototypes. */ 00782 #define PROTOTYPES 1 00783 00784 /* Colon separated RPM Lua script files path */ 00785 #define RPMLUAFILES "/usr/local/lib/rpm/init.lua:/usr/local/lib/rpm/rpmlua:/usr/local/lib/rpm/%{_target}/rpmlua:/usr/local/etc/rpm/rpmlua.*:/usr/local/etc/rpm/rpmlua:/usr/local/etc/rpm/%{_target}/rpmlua:~/.rpmlua" 00786 00787 /* Colon separated RPM POPT configuration files path */ 00788 #define RPMPOPTFILES "/usr/local/lib/rpm/rpmpopt:/usr/local/lib/rpm/%{_target}/rpmpopt:/usr/local/etc/rpm/rpmpopt.*:/usr/local/etc/rpm/rpmpopt:/usr/local/etc/rpm/%{_target}/rpmpopt:~/.rpmpopt" 00789 00790 /* official name of program */ 00791 #define RPM_NAME "RPM" 00792 00793 /* Vendor is Ark */ 00794 /* #undef RPM_VENDOR_ARK */ 00795 00796 /* Vendor is Fedora */ 00797 /* #undef RPM_VENDOR_FEDORA */ 00798 00799 /* Vendor is Mandriva */ 00800 /* #undef RPM_VENDOR_MANDRIVA */ 00801 00802 /* The size of `char', as computed by sizeof. */ 00803 #define SIZEOF_CHAR 1 00804 00805 /* The size of `int', as computed by sizeof. */ 00806 #define SIZEOF_INT 4 00807 00808 /* The size of `long', as computed by sizeof. */ 00809 #define SIZEOF_LONG 8 00810 00811 /* The size of `long long', as computed by sizeof. */ 00812 #define SIZEOF_LONG_LONG 8 00813 00814 /* The size of `short', as computed by sizeof. */ 00815 #define SIZEOF_SHORT 2 00816 00817 /* The size of `unsigned char', as computed by sizeof. */ 00818 #define SIZEOF_UNSIGNED_CHAR 1 00819 00820 /* The size of `unsigned int', as computed by sizeof. */ 00821 #define SIZEOF_UNSIGNED_INT 4 00822 00823 /* The size of `unsigned long', as computed by sizeof. */ 00824 #define SIZEOF_UNSIGNED_LONG 8 00825 00826 /* The size of `unsigned long long', as computed by sizeof. */ 00827 #define SIZEOF_UNSIGNED_LONG_LONG 8 00828 00829 /* The size of `unsigned short', as computed by sizeof. */ 00830 #define SIZEOF_UNSIGNED_SHORT 2 00831 00832 /* If using the C implementation of alloca, define if you know the 00833 direction of stack growth for your system; otherwise it will be 00834 automatically deduced at runtime. 00835 STACK_DIRECTION > 0 => grows toward higher addresses 00836 STACK_DIRECTION < 0 => grows toward lower addresses 00837 STACK_DIRECTION = 0 => direction of growth unknown */ 00838 /* #undef STACK_DIRECTION */ 00839 00840 /* Define if struct statfs has the f_bavail member */ 00841 #define STATFS_HAS_F_BAVAIL 1 00842 00843 /* statfs in <sys/mount.h> (for Digital Unix 4.0D systems) */ 00844 /* #undef STATFS_IN_SYS_MOUNT */ 00845 00846 /* statfs in <sys/statfs.h> (for IRIX 6.4 systems) */ 00847 /* #undef STATFS_IN_SYS_STATFS */ 00848 00849 /* statfs in <sys/statvfs.h> (for Solaris 2.6+ systems) */ 00850 #define STATFS_IN_SYS_STATVFS 1 00851 00852 /* statfs in <sys/vfs.h> (for Linux systems) */ 00853 /* #undef STATFS_IN_SYS_VFS */ 00854 00855 /* Define if statfs() takes 4 arguments */ 00856 /* #undef STAT_STATFS4 */ 00857 00858 /* Define to 1 if you have the ANSI C header files. */ 00859 #define STDC_HEADERS 1 00860 00861 /* Full path to RPM global configuration directory */ 00862 #define SYSCONFIGDIR "/usr/local/etc/rpm" 00863 00864 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00865 #define TIME_WITH_SYS_TIME 1 00866 00867 /* Define to 1 for using BeeCrypt as default cryptography library */ 00868 /* #undef USE_CRYPTO_BEECRYPT */ 00869 00870 /* Define to 1 for using GCrypt as default cryptography library */ 00871 /* #undef USE_CRYPTO_GCRYPT */ 00872 00873 /* Define to 1 for using Mozilla NSS as default cryptography library */ 00874 /* #undef USE_CRYPTO_NS */ 00875 00876 /* Define to 1 for using OpenSSL as default cryptography library */ 00877 /* #undef USE_CRYPTO_OPENSSL */ 00878 00879 /* Defined if getmntent replacement is used */ 00880 /* #undef USE_GETMNTENT */ 00881 00882 /* Enable extensions on AIX 3, Interix. */ 00883 #ifndef _ALL_SOURCE 00884 # define _ALL_SOURCE 1 00885 #endif 00886 /* Enable GNU extensions on systems that have them. */ 00887 #ifndef _GNU_SOURCE 00888 # define _GNU_SOURCE 1 00889 #endif 00890 /* Enable threading extensions on Solaris. */ 00891 #ifndef _POSIX_PTHREAD_SEMANTICS 00892 # define _POSIX_PTHREAD_SEMANTICS 1 00893 #endif 00894 /* Enable extensions on HP NonStop. */ 00895 #ifndef _TANDEM_SOURCE 00896 # define _TANDEM_SOURCE 1 00897 #endif 00898 /* Enable general extensions on Solaris. */ 00899 #ifndef __EXTENSIONS__ 00900 # define __EXTENSIONS__ 1 00901 #endif 00902 00903 00904 /* Full path to RPM system library directory */ 00905 #define USRLIBRPM "/usr/local/lib/rpm" 00906 00907 /* Path to /usr */ 00908 #define USRPREFIX "/usr/local" 00909 00910 /* Path to /var */ 00911 #define VARPREFIX "/var/local" 00912 00913 /* Version number of package */ 00914 #define VERSION "5.2.1" 00915 00916 /* Define as 1 if building with ACL library */ 00917 /* #undef WITH_ACL */ 00918 00919 /* Define as 1 if building with ATTR library */ 00920 /* #undef WITH_ATTR */ 00921 00922 /* Define as 1 if building with BeeCrypt library */ 00923 #define WITH_BEECRYPT 1 00924 00925 /* Define as 1 if building with GNU BZip2 library */ 00926 /* #undef WITH_BZIP2 */ 00927 00928 /* Define as 1 if building with CPUInfo library */ 00929 /* #undef WITH_CPUINFO */ 00930 00931 /* Define as 1 if building with Berkeley-DB library */ 00932 #define WITH_DB 1 00933 00934 /* Define as 1 if building with DMalloc library */ 00935 /* #undef WITH_DMALLOC */ 00936 00937 /* Define as 1 if building with Electric Fence library */ 00938 /* #undef WITH_EFENCE */ 00939 00940 /* Define as 1 if building with FICL library */ 00941 /* #undef WITH_FICL */ 00942 00943 /* Define as 1 if building with File (magic) library */ 00944 #define WITH_FILE 1 00945 00946 /* Define if building with GCrypt */ 00947 /* #undef WITH_GCRYPT */ 00948 00949 /* Define as 1 if building with JavaScript library */ 00950 /* #undef WITH_JS */ 00951 00952 /* Define as 1 if building with Linux keyutils library */ 00953 /* #undef WITH_KEYUTILS */ 00954 00955 /* Define as 1 if building with Lua library */ 00956 #define WITH_LUA 1 00957 00958 /* Define if building with internal Lua */ 00959 /* #undef WITH_LUA_INTERNAL */ 00960 00961 /* Define as 1 if building with Neon library */ 00962 #define WITH_NEON 1 00963 00964 /* Define as 1 if building with Mozilla NSS library */ 00965 /* #undef WITH_NSS */ 00966 00967 /* Define as 1 if building with OpenSSL library */ 00968 /* #undef WITH_OPENSSL */ 00969 00970 /* Define as 1 if building with PCRE library */ 00971 #define WITH_PCRE 1 00972 00973 /* Define as 1 if PCRE's POSIX API is available */ 00974 #define WITH_PCRE_POSIX 1 00975 00976 /* Define as 1 if building with Perl ExtUtils::Embed library */ 00977 /* #undef WITH_PERLEMBED */ 00978 00979 /* Define as 1 if building with POPT library */ 00980 #define WITH_POPT 1 00981 00982 /* Define to 1 for using Pthreads */ 00983 #define WITH_PTHREADS 1 00984 00985 /* Define as 1 if building with Python embedding library */ 00986 /* #undef WITH_PYTHONEMBED */ 00987 00988 /* Define as 1 if building with Ruby library */ 00989 /* #undef WITH_RUBY */ 00990 00991 /* Define to 1 if you want embedded Ruby */ 00992 /* #undef WITH_RUBYEMBED */ 00993 00994 /* Build with SELinux support? */ 00995 /* #undef WITH_SELINUX */ 00996 00997 /* Define as 1 if building with SQLite library */ 00998 #define WITH_SQLITE 1 00999 01000 /* Define if building with OpenSSL */ 01001 /* #undef WITH_SSL */ 01002 01003 /* Define as 1 if building with Syck library */ 01004 #define WITH_SYCK 1 01005 01006 /* Define as 1 if building with Tcl library */ 01007 /* #undef WITH_TCL */ 01008 01009 /* Define as 1 if building with OSSP uuid library */ 01010 #define WITH_UUID 1 01011 01012 /* Define as 1 if building with XAR library */ 01013 #define WITH_XAR 1 01014 01015 /* Define as 1 if building with XZ libLZMA library */ 01016 #define WITH_XZ 1 01017 01018 /* Define as 1 if building with ZLib library */ 01019 #define WITH_ZLIB 1 01020 01021 /* Define to 1 if your processor stores words with the most significant byte 01022 first (like Motorola and SPARC, unlike Intel and VAX). */ 01023 #if defined(__BIG_ENDIAN__) 01024 #define WORDS_BIGENDIAN 1 01025 #elif defined(__LITTLE_ENDIAN__) 01026 /* #undef WORDS_BIGENDIAN */ 01027 #else 01028 /* use configure result: */ 01029 #define WORDS_BIGENDIAN 1 01030 #endif 01031 01032 /* Number of bits in a file offset, on hosts where this is settable. */ 01033 /* #undef _FILE_OFFSET_BITS */ 01034 01035 /* Define for large files, on AIX-style hosts. */ 01036 /* #undef _LARGE_FILES */ 01037 01038 /* Define to 1 if on MINIX. */ 01039 /* #undef _MINIX */ 01040 01041 /* Define to 2 if the system does not provide POSIX.1 features except with 01042 this defined. */ 01043 /* #undef _POSIX_1_SOURCE */ 01044 01045 /* Define to 1 if you need to in order for `stat' and other things to work. */ 01046 /* #undef _POSIX_SOURCE */ 01047 01048 /* full path to a 'mkdir -p' style program */ 01049 #define __MKDIR_P "/bin/mkdir -p" 01050 01051 /* Define like PROTOTYPES; this can be used by system headers. */ 01052 #define __PROTOTYPES 1 01053 01054 /* Optional va_copy() implementation activation */ 01055 #ifndef HAVE_VA_COPY 01056 #define va_copy(d, s) __VA_COPY_USE(d, s) 01057 #endif 01058 01059 01060 /* Define to id of used va_copy() implementation */ 01061 #define __VA_COPY_USE __VA_COPY_USE_C99 01062 01063 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */ 01064 /* #undef __func__ */ 01065 01066 /* Define to `__inline__' or `__inline' if that's what the C compiler 01067 calls it, or to nothing if 'inline' is not supported under any name. */ 01068 #ifndef __cplusplus 01069 /* #undef inline */ 01070 #endif 01071 01072 /* Define to `int' if <sys/types.h> does not define. */ 01073 /* #undef mode_t */ 01074 01075 /* Define to `long int' if <sys/types.h> does not define. */ 01076 /* #undef off_t */ 01077 01078 /* Define to `int' if <sys/types.h> does not define. */ 01079 /* #undef pid_t */ 01080 01081 /* Define to `unsigned int' if <sys/types.h> does not define. */ 01082 /* #undef size_t */