00001 /* config.h. Generated from config.h.in by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Predefined possible va_copy() implementation (id: ASP) */ 00005 #define __VA_COPY_USE_ASP(d, s) do { *(d) = *(s); } while (0) 00006 00007 /* Predefined possible va_copy() implementation (id: ASS) */ 00008 #define __VA_COPY_USE_ASS(d, s) do { (d) = (s); } while (0) 00009 00010 /* Predefined possible va_copy() implementation (id: C99) */ 00011 #define __VA_COPY_USE_C99(d, s) va_copy((d), (s)) 00012 00013 /* Define as 1 if chown() follows symlinks and you don't have lchown() */ 00014 /* #undef CHOWN_FOLLOWS_SYMLINK */ 00015 00016 /* Predefined possible va_copy() implementation (id: CPP) */ 00017 #define __VA_COPY_USE_CPP(d, s) memcpy((void *)(d), (void *)(s), sizeof(*(s))) 00018 00019 /* Predefined possible va_copy() implementation (id: CPS) */ 00020 #define __VA_COPY_USE_CPS(d, s) memcpy((void *)&(d), (void *)&(s), sizeof((s))) 00021 00022 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 00023 systems. This function is required for `alloca.c' support on those systems. 00024 */ 00025 /* #undef CRAY_STACKSEG_END */ 00026 00027 /* Define to 1 if using `alloca.c'. */ 00028 /* #undef C_ALLOCA */ 00029 00030 /* Full path to RPM database directory */ 00031 #define DBPATH "/var/local/lib/rpm" 00032 00033 /* Define to 1 if translation of program messages to the user's native 00034 language is requested. */ 00035 #define ENABLE_NLS 1 00036 00037 /* Predefined possible va_copy() implementation (id: GCB) */ 00038 #define __VA_COPY_USE_GCB(d, s) __builtin_va_copy((d), (s)) 00039 00040 /* Predefined possible va_copy() implementation (id: GCH) */ 00041 #define __VA_COPY_USE_GCH(d, s) __va_copy((d), (s)) 00042 00043 /* Predefined possible va_copy() implementation (id: GCM) */ 00044 #define __VA_COPY_USE_GCM(d, s) VA_COPY((d), (s)) 00045 00046 /* Define to 1 if you have `alloca', as a function or macro. */ 00047 #define HAVE_ALLOCA 1 00048 00049 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 00050 */ 00051 /* #undef HAVE_ALLOCA_H */ 00052 00053 /* Define to 1 if you have the <arpa/inet.h> header file. */ 00054 #define HAVE_ARPA_INET_H 1 00055 00056 /* Define to 1 if you have the `basename' function. */ 00057 #define HAVE_BASENAME 1 00058 00059 /* Define to 1 if you have the <beecrypt/api.h> header file. */ 00060 #define HAVE_BEECRYPT_API_H 1 00061 00062 /* Define to 1 if you have the <bzlib.h> header file. */ 00063 /* #undef HAVE_BZLIB_H */ 00064 00065 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 00066 CoreFoundation framework. */ 00067 /* #undef HAVE_CFLOCALECOPYCURRENT */ 00068 00069 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 00070 the CoreFoundation framework. */ 00071 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 00072 00073 /* Define to 1 if you have the `clearenv' function. */ 00074 /* #undef HAVE_CLEARENV */ 00075 00076 /* Define to 1 if you have the `confstr' function. */ 00077 #define HAVE_CONFSTR 1 00078 00079 /* Have <db.h> header */ 00080 #define HAVE_DB_H 1 00081 00082 /* Define if the GNU dcgettext() function is already present or preinstalled. 00083 */ 00084 #define HAVE_DCGETTEXT 1 00085 00086 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00087 */ 00088 #define HAVE_DIRENT_H 1 00089 00090 /* Define to 1 if you have the <dlfcn.h> header file. */ 00091 #define HAVE_DLFCN_H 1 00092 00093 /* Define to 1 if you have the <dmalloc.h> header file. */ 00094 /* #undef HAVE_DMALLOC_H */ 00095 00096 /* Define to 1 if you have the `dnl' function. */ 00097 /* #undef HAVE_DNL */ 00098 00099 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 00100 /* #undef HAVE_DOPRNT */ 00101 00102 /* Define to 1 if you have the `error' function. */ 00103 /* #undef HAVE_ERROR */ 00104 00105 /* Define to 1 if you have the <error.h> header file. */ 00106 /* #undef HAVE_ERROR_H */ 00107 00108 /* Define to 1 if you have the <err.h> header file. */ 00109 #define HAVE_ERR_H 1 00110 00111 /* Define to 1 if you have the <fcntl.h> header file. */ 00112 #define HAVE_FCNTL_H 1 00113 00114 /* Define to 1 if you have the <float.h> header file. */ 00115 #define HAVE_FLOAT_H 1 00116 00117 /* Define to 1 if you have the `ftok' function. */ 00118 #define HAVE_FTOK 1 00119 00120 /* Define to 1 if you have the gelf_getvernaux() function. */ 00121 /* #undef HAVE_GELF_GETVERNAUX */ 00122 00123 /* Define to 1 if you have gelf.h */ 00124 /* #undef HAVE_GELF_H */ 00125 00126 /* Define to 1 if you have the `getaddrinfo' function. */ 00127 #define HAVE_GETADDRINFO 1 00128 00129 /* Define to 1 if you have the `getcwd' function. */ 00130 #define HAVE_GETCWD 1 00131 00132 /* Define if you have the getmntent() function */ 00133 /* #undef HAVE_GETMNTENT */ 00134 00135 /* Define as 1 if you have getmntinfo() (Mac OS X) */ 00136 #define HAVE_GETMNTINFO 1 00137 00138 /* Define as 1 if you have getmntinfo_r() (only osf?) */ 00139 /* #undef HAVE_GETMNTINFO_R */ 00140 00141 /* Define to 1 if you have the `getnameinfo' function. */ 00142 #define HAVE_GETNAMEINFO 1 00143 00144 /* Define to 1 if you have the <getopt.h> header file. */ 00145 #define HAVE_GETOPT_H 1 00146 00147 /* Define to 1 if you have the `getpagesize' function. */ 00148 #define HAVE_GETPAGESIZE 1 00149 00150 /* Define to 1 if you have the `getpassphrase' function. */ 00151 /* #undef HAVE_GETPASSPHRASE */ 00152 00153 /* Define if the GNU gettext() function is already present or preinstalled. */ 00154 #define HAVE_GETTEXT 1 00155 00156 /* Define to 1 if you have the `getwd' function. */ 00157 #define HAVE_GETWD 1 00158 00159 /* Define to 1 if you have the <glob.h> header file. */ 00160 #define HAVE_GLOB_H 1 00161 00162 /* Define to 1 if you have the <grp.h> header file. */ 00163 #define HAVE_GRP_H 1 00164 00165 /* Define as 1 if <netdb.h> defines h_errno */ 00166 #define HAVE_HERRNO 1 00167 00168 /* Define if you have the iconv() function. */ 00169 #define HAVE_ICONV 1 00170 00171 /* Define to 1 if you have the `inet_aton' function. */ 00172 #define HAVE_INET_ATON 1 00173 00174 /* Define to 1 if you have the <inttypes.h> header file. */ 00175 #define HAVE_INTTYPES_H 1 00176 00177 /* Define to 1 if you have the <keyutils.h> header file. */ 00178 /* #undef HAVE_KEYUTILS_H */ 00179 00180 /* Define to 1 if you have the <langinfo.h> header file. */ 00181 #define HAVE_LANGINFO_H 1 00182 00183 /* Define as 1 if you have lchown() */ 00184 #define HAVE_LCHOWN 1 00185 00186 /* Define to 1 if you have the `beecrypt' library (-lbeecrypt). */ 00187 #define HAVE_LIBBEECRYPT 1 00188 00189 /* Define to 1 if you have the `bz2' library (-lbz2). */ 00190 /* #undef HAVE_LIBBZ2 */ 00191 00192 /* Define to 1 if you have the `compat' library (-lcompat). */ 00193 /* #undef HAVE_LIBCOMPAT */ 00194 00195 /* Define to 1 if you have the `crypto' library (-lcrypto). */ 00196 /* #undef HAVE_LIBCRYPTO */ 00197 00198 /* Define to 1 if you have the `db' library (-ldb). */ 00199 #define HAVE_LIBDB 1 00200 00201 /* Define to 1 if you have the `db-4.6' library (-ldb-4.6). */ 00202 /* #undef HAVE_LIBDB_4_6 */ 00203 00204 /* Define to 1 if you have the `dl' library (-ldl). */ 00205 /* #undef HAVE_LIBDL */ 00206 00207 /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */ 00208 /* #undef HAVE_LIBDMALLOC */ 00209 00210 /* Define to 1 if you have the `efence' library (-lefence). */ 00211 /* #undef HAVE_LIBEFENCE */ 00212 00213 /* Define to 1 if you have ELF library */ 00214 /* #undef HAVE_LIBELF */ 00215 00216 /* Define to 1 if you have libelf.h */ 00217 /* #undef HAVE_LIBELF_H */ 00218 00219 /* Define to 1 if you have the <libgen.h> header file. */ 00220 #define HAVE_LIBGEN_H 1 00221 00222 /* Define to 1 if you have the `gz' library (-lgz). */ 00223 /* #undef HAVE_LIBGZ */ 00224 00225 /* Define to 1 if you have the <libio.h> header file. */ 00226 /* #undef HAVE_LIBIO_H */ 00227 00228 /* Define to 1 if you have the `keyutils' library (-lkeyutils). */ 00229 /* #undef HAVE_LIBKEYUTILS */ 00230 00231 /* Define to 1 if you have the `lua' library (-llua). */ 00232 #define HAVE_LIBLUA 1 00233 00234 /* Define to 1 if you have the `lzma' library (-llzma). */ 00235 #define HAVE_LIBLZMA 1 00236 00237 /* Define to 1 if you have the `m' library (-lm). */ 00238 #define HAVE_LIBM 1 00239 00240 /* Define to 1 if you have the `magic' library (-lmagic). */ 00241 #define HAVE_LIBMAGIC 1 00242 00243 /* Define to 1 if you have the `neon' library (-lneon). */ 00244 #define HAVE_LIBNEON 1 00245 00246 /* Define to 1 if you have the `nsl' library (-lnsl). */ 00247 /* #undef HAVE_LIBNSL */ 00248 00249 /* Define to 1 if you have the `nss' library (-lnss). */ 00250 /* #undef HAVE_LIBNSS */ 00251 00252 /* Define to 1 if you have the `nss3' library (-lnss3). */ 00253 /* #undef HAVE_LIBNSS3 */ 00254 00255 /* Define to 1 if you have the `pcre' library (-lpcre). */ 00256 #define HAVE_LIBPCRE 1 00257 00258 /* Define to 1 if you have the `popt' library (-lpopt). */ 00259 #define HAVE_LIBPOPT 1 00260 00261 /* Define to 1 if you have the `port' library (-lport). */ 00262 /* #undef HAVE_LIBPORT */ 00263 00264 /* Define to 1 if you have the `pthread' library (-lpthread). */ 00265 #define HAVE_LIBPTHREAD 1 00266 00267 /* Define to 1 if you have the `rand' library (-lrand). */ 00268 /* #undef HAVE_LIBRAND */ 00269 00270 /* Define to 1 if you have the `rpmz' library (-lrpmz). */ 00271 /* #undef HAVE_LIBRPMZ */ 00272 00273 /* Define to 1 if you have the `rt' library (-lrt). */ 00274 /* #undef HAVE_LIBRT */ 00275 00276 /* Define to 1 if you have the `socket' library (-lsocket). */ 00277 /* #undef HAVE_LIBSOCKET */ 00278 00279 /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ 00280 #define HAVE_LIBSQLITE3 1 00281 00282 /* Define to 1 if you have the `thread' library (-lthread). */ 00283 /* #undef HAVE_LIBTHREAD */ 00284 00285 /* Define to 1 if you have the `xar' library (-lxar). */ 00286 #define HAVE_LIBXAR 1 00287 00288 /* Define to 1 if you have the `z' library (-lz). */ 00289 #define HAVE_LIBZ 1 00290 00291 /* Define to 1 if you have the <limits.h> header file. */ 00292 #define HAVE_LIMITS_H 1 00293 00294 /* Define to 1 if you have the <locale.h> header file. */ 00295 #define HAVE_LOCALE_H 1 00296 00297 /* Define to 1 if you have the <lua.h> header file. */ 00298 #define HAVE_LUA_H 1 00299 00300 /* Define to 1 if you have the <lzma.h> header file. */ 00301 #define HAVE_LZMA_H 1 00302 00303 /* Define to 1 if you have the <machine/types.h> header file. */ 00304 /* #undef HAVE_MACHINE_TYPES_H */ 00305 00306 /* Define to 1 if you have the `madvise' function. */ 00307 #define HAVE_MADVISE 1 00308 00309 /* Define to 1 if you have <magic.h> */ 00310 #define HAVE_MAGIC_H 1 00311 00312 /* Define to 1 if you have the <mcheck.h> header file. */ 00313 /* #undef HAVE_MCHECK_H */ 00314 00315 /* Define to 1 if you have the <memory.h> header file. */ 00316 #define HAVE_MEMORY_H 1 00317 00318 /* Define to 1 if you have the `mkstemp' function. */ 00319 #define HAVE_MKSTEMP 1 00320 00321 /* Define to 1 if you have a working `mmap' system call. */ 00322 #define HAVE_MMAP 1 00323 00324 /* Define as 1 if you have mntctl() (only aix?) */ 00325 /* #undef HAVE_MNTCTL */ 00326 00327 /* Define to 1 if you have the <mntent.h> header file. */ 00328 /* #undef HAVE_MNTENT_H */ 00329 00330 /* Define to 1 if you have the `mtrace' function. */ 00331 /* #undef HAVE_MTRACE */ 00332 00333 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00334 /* #undef HAVE_NDIR_H */ 00335 00336 /* Define to 1 if you have ne_get_response_header() in libneon. */ 00337 #define HAVE_NEON_NE_GET_RESPONSE_HEADER 1 00338 00339 /* Define to 1 if you have ne_send_request_chunk() in libneon. */ 00340 /* #undef HAVE_NEON_NE_SEND_REQUEST_CHUNK */ 00341 00342 /* Define to 1 if you have the <netdb.h> header file. */ 00343 #define HAVE_NETDB_H 1 00344 00345 /* Define to 1 if you have the <netinet/in.h> header file. */ 00346 #define HAVE_NETINET_IN_H 1 00347 00348 /* Define to 1 if you have the <netinet/in_systm.h> header file. */ 00349 #define HAVE_NETINET_IN_SYSTM_H 1 00350 00351 /* Define to 1 if you have the <ne_session.h> header file. */ 00352 #define HAVE_NE_SESSION_H 1 00353 00354 /* Define to 1 if you have the <nss.h> header file. */ 00355 /* #undef HAVE_NSS_H */ 00356 00357 /* Define to 1 if you have the <openssl/crypto.h> header file. */ 00358 /* #undef HAVE_OPENSSL_CRYPTO_H */ 00359 00360 /* Define to 1 if you have the <pcre.h> header file. */ 00361 #define HAVE_PCRE_H 1 00362 00363 /* Define to 1 if you have the <poll.h> header file. */ 00364 #define HAVE_POLL_H 1 00365 00366 /* Define to 1 if you have the <popt.h> header file. */ 00367 #define HAVE_POPT_H 1 00368 00369 /* Define to 1 if you have the <pthread.h> header file. */ 00370 #define HAVE_PTHREAD_H 1 00371 00372 /* Define to 1 if you have the `putenv' function. */ 00373 #define HAVE_PUTENV 1 00374 00375 /* Define to 1 if you have the <pwd.h> header file. */ 00376 #define HAVE_PWD_H 1 00377 00378 /* Define to 1 if you have the `realpath' function. */ 00379 #define HAVE_REALPATH 1 00380 00381 /* Define to 1 if you have the `regcomp' function. */ 00382 #define HAVE_REGCOMP 1 00383 00384 /* Define to 1 if you have the <search.h> header file. */ 00385 #define HAVE_SEARCH_H 1 00386 00387 /* Define to 1 if you have the <semaphore.h> header file. */ 00388 #define HAVE_SEMAPHORE_H 1 00389 00390 /* Define to 1 if you have the `setenv' function. */ 00391 #define HAVE_SETENV 1 00392 00393 /* Define to 1 if you have the `setlocale' function. */ 00394 #define HAVE_SETLOCALE 1 00395 00396 /* Define to 1 if you have the `sigaddset' function. */ 00397 #define HAVE_SIGADDSET 1 00398 00399 /* Define to 1 if you have the `sigdelset' function. */ 00400 #define HAVE_SIGDELSET 1 00401 00402 /* Define to 1 if you have the `sigemptyset' function. */ 00403 #define HAVE_SIGEMPTYSET 1 00404 00405 /* Define to 1 if you have the `sighold' function. */ 00406 #define HAVE_SIGHOLD 1 00407 00408 /* Define to 1 if you have the <signal.h> header file. */ 00409 #define HAVE_SIGNAL_H 1 00410 00411 /* Define to 1 if you have the `sigpause' function. */ 00412 #define HAVE_SIGPAUSE 1 00413 00414 /* Define to 1 if you have the `sigprocmask' function. */ 00415 #define HAVE_SIGPROCMASK 1 00416 00417 /* Define to 1 if you have the `sigrelse' function. */ 00418 #define HAVE_SIGRELSE 1 00419 00420 /* Define to 1 if you have the `sigsuspend' function. */ 00421 #define HAVE_SIGSUSPEND 1 00422 00423 /* Define to 1 if you have the `snprintf' function. */ 00424 #define HAVE_SNPRINTF 1 00425 00426 /* Define to 1 if you have the <sqlite3.h> header file. */ 00427 #define HAVE_SQLITE3_H 1 00428 00429 /* Define to 1 if you have the <stdint.h> header file. */ 00430 #define HAVE_STDINT_H 1 00431 00432 /* Define to 1 if you have the <stdlib.h> header file. */ 00433 #define HAVE_STDLIB_H 1 00434 00435 /* Define to 1 if you have the `stpcpy' function. */ 00436 #define HAVE_STPCPY 1 00437 00438 /* Define to 1 if you have the `stpncpy' function. */ 00439 #define HAVE_STPNCPY 1 00440 00441 /* Define to 1 if you have the `strcspn' function. */ 00442 #define HAVE_STRCSPN 1 00443 00444 /* Define to 1 if you have the `strdup' function. */ 00445 #define HAVE_STRDUP 1 00446 00447 /* Define to 1 if you have the `strerror' function. */ 00448 #define HAVE_STRERROR 1 00449 00450 /* Define to 1 if you have the <strings.h> header file. */ 00451 #define HAVE_STRINGS_H 1 00452 00453 /* Define to 1 if you have the <string.h> header file. */ 00454 #define HAVE_STRING_H 1 00455 00456 /* Define to 1 if you have the `strndup' function. */ 00457 #define HAVE_STRNDUP 1 00458 00459 /* Define to 1 if you have the `strspn' function. */ 00460 #define HAVE_STRSPN 1 00461 00462 /* Define to 1 if you have the `strstr' function. */ 00463 #define HAVE_STRSTR 1 00464 00465 /* Define to 1 if you have the `strtol' function. */ 00466 #define HAVE_STRTOL 1 00467 00468 /* Define to 1 if you have the `strtoul' function. */ 00469 #define HAVE_STRTOUL 1 00470 00471 /* Define as 1 if you have "struct mnttab" (only sco?) */ 00472 /* #undef HAVE_STRUCT_MNTTAB */ 00473 00474 /* Define to 1 if you have the <synch.h> header file. */ 00475 /* #undef HAVE_SYNCH_H */ 00476 00477 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00478 */ 00479 /* #undef HAVE_SYS_DIR_H */ 00480 00481 /* Define to 1 if you have the <sys/ipc.h> header file. */ 00482 #define HAVE_SYS_IPC_H 1 00483 00484 /* Define to 1 if you have the <sys/mman.h> header file. */ 00485 #define HAVE_SYS_MMAN_H 1 00486 00487 /* Define to 1 if you have the <sys/mntctl.h> header file. */ 00488 /* #undef HAVE_SYS_MNTCTL_H */ 00489 00490 /* Define to 1 if you have the <sys/mnttab.h> header file. */ 00491 /* #undef HAVE_SYS_MNTTAB_H */ 00492 00493 /* Define to 1 if you have the <sys/mount.h> header file. */ 00494 #define HAVE_SYS_MOUNT_H 1 00495 00496 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00497 */ 00498 /* #undef HAVE_SYS_NDIR_H */ 00499 00500 /* Define to 1 if you have the <sys/param.h> header file. */ 00501 #define HAVE_SYS_PARAM_H 1 00502 00503 /* Define to 1 if you have the <sys/resource.h> header file. */ 00504 #define HAVE_SYS_RESOURCE_H 1 00505 00506 /* Define to 1 if you have the <sys/select.h> header file. */ 00507 #define HAVE_SYS_SELECT_H 1 00508 00509 /* Define to 1 if you have the <sys/socket.h> header file. */ 00510 #define HAVE_SYS_SOCKET_H 1 00511 00512 /* Define to 1 if you have the <sys/stat.h> header file. */ 00513 #define HAVE_SYS_STAT_H 1 00514 00515 /* Define to 1 if you have the <sys/stdtypes.h> header file. */ 00516 /* #undef HAVE_SYS_STDTYPES_H */ 00517 00518 /* Define to 1 if you have the <sys/systemcfg.h> header file. */ 00519 /* #undef HAVE_SYS_SYSTEMCFG_H */ 00520 00521 /* Define to 1 if you have the <sys/types.h> header file. */ 00522 #define HAVE_SYS_TYPES_H 1 00523 00524 /* Define to 1 if you have the <sys/utsname.h> header file. */ 00525 #define HAVE_SYS_UTSNAME_H 1 00526 00527 /* Define to 1 if you have the <sys/vmount.h> header file. */ 00528 /* #undef HAVE_SYS_VMOUNT_H */ 00529 00530 /* Define to 1 if you have the <sys/wait.h> header file. */ 00531 #define HAVE_SYS_WAIT_H 1 00532 00533 /* Define as 1 if <sys/stat.h> defines S_IFSOCK */ 00534 #define HAVE_S_IFSOCK 1 00535 00536 /* Define as 1 if <sys/stat.h> defines S_ISLNK */ 00537 #define HAVE_S_ISLNK 1 00538 00539 /* Define as 1 if <sys/stat.h> defines S_ISSOCK */ 00540 #define HAVE_S_ISSOCK 1 00541 00542 /* Define to 1 if you have the <thread.h> header file. */ 00543 /* #undef HAVE_THREAD_H */ 00544 00545 /* Define to 1 if you have the <unistd.h> header file. */ 00546 #define HAVE_UNISTD_H 1 00547 00548 /* Define to 1 if you have the <utime.h> header file. */ 00549 #define HAVE_UTIME_H 1 00550 00551 /* Define if va_copy() macro exists (and no fallback implementation is 00552 required) */ 00553 #define HAVE_VA_COPY 1 00554 00555 /* Define to 1 if you have the `vprintf' function. */ 00556 #define HAVE_VPRINTF 1 00557 00558 /* Define to 1 if you have the `vsnprintf' function. */ 00559 #define HAVE_VSNPRINTF 1 00560 00561 /* Have <xar.h> header */ 00562 #define HAVE_XAR_H 1 00563 00564 /* Define to 1 if you have <zlib.h> */ 00565 #define HAVE_ZLIB_H 1 00566 00567 /* Define to 1 if you have the `__secure_getenv' function. */ 00568 /* #undef HAVE___SECURE_GETENV */ 00569 00570 /* Define to 1 if libelf.h is incompatible with LFS API */ 00571 /* #undef LIBELF_H_LFS_CONFLICT */ 00572 00573 /* Full path to RPM locale directory */ 00574 #define LOCALEDIR "/usr/local/share/locale" 00575 00576 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00577 */ 00578 #define LT_OBJDIR ".libs/" 00579 00580 /* Colon separated RPM macro files path */ 00581 #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" 00582 00583 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 00584 */ 00585 /* #undef MAJOR_IN_MKDEV */ 00586 00587 /* Define to 1 if `major', `minor', and `makedev' are declared in 00588 <sysmacros.h>. */ 00589 /* #undef MAJOR_IN_SYSMACROS */ 00590 00591 /* Define as 1 if we need myrealloc */ 00592 /* #undef NEED_MYREALLOC */ 00593 00594 /* Define as one if we need to include <strings.h> (along with <string.h>) */ 00595 /* #undef NEED_STRINGS_H */ 00596 00597 /* Name of package */ 00598 #define PACKAGE "rpm" 00599 00600 /* Define to the address where bug reports for this package should be sent. */ 00601 #define PACKAGE_BUGREPORT "rpm-devel@rpm5.org" 00602 00603 /* Define to the full name of this package. */ 00604 #define PACKAGE_NAME "rpm" 00605 00606 /* Define to the full name and version of this package. */ 00607 #define PACKAGE_STRING "rpm 5.0.3" 00608 00609 /* Define to the one symbol short name of this package. */ 00610 #define PACKAGE_TARNAME "rpm" 00611 00612 /* Define to the version of this package. */ 00613 #define PACKAGE_VERSION "5.0.3" 00614 00615 /* Perl install directory (vendor/site) */ 00616 /* #undef PERL_INSTALLDIRS */ 00617 00618 /* Full path to RPM package sources directory */ 00619 #define PKGSRCDIR "/usr/local/src/rpm" 00620 00621 /* Define to 1 if the C compiler supports function prototypes. */ 00622 #define PROTOTYPES 1 00623 00624 /* Colon separated RPM POPT configuration files path */ 00625 #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" 00626 00627 /* official name of program */ 00628 #define RPM_NAME "RPM" 00629 00630 /* If using the C implementation of alloca, define if you know the 00631 direction of stack growth for your system; otherwise it will be 00632 automatically deduced at runtime. 00633 STACK_DIRECTION > 0 => grows toward higher addresses 00634 STACK_DIRECTION < 0 => grows toward lower addresses 00635 STACK_DIRECTION = 0 => direction of growth unknown */ 00636 /* #undef STACK_DIRECTION */ 00637 00638 /* Define if struct statfs has the f_bavail member */ 00639 #define STATFS_HAS_F_BAVAIL 1 00640 00641 /* statfs in <sys/mount.h> (for Digital Unix 4.0D systems) */ 00642 /* #undef STATFS_IN_SYS_MOUNT */ 00643 00644 /* statfs in <sys/statfs.h> (for IRIX 6.4 systems) */ 00645 /* #undef STATFS_IN_SYS_STATFS */ 00646 00647 /* statfs in <sys/statvfs.h> (for Solaris 2.6+ systems) */ 00648 #define STATFS_IN_SYS_STATVFS 1 00649 00650 /* statfs in <sys/vfs.h> (for Linux systems) */ 00651 /* #undef STATFS_IN_SYS_VFS */ 00652 00653 /* Define if statfs() takes 4 arguments */ 00654 /* #undef STAT_STATFS4 */ 00655 00656 /* Define to 1 if you have the ANSI C header files. */ 00657 #define STDC_HEADERS 1 00658 00659 /* Full path to RPM global configuration directory */ 00660 #define SYSCONFIGDIR "/usr/local/etc/rpm" 00661 00662 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00663 #define TIME_WITH_SYS_TIME 1 00664 00665 /* Defined if getmntent replacement is used */ 00666 /* #undef USE_GETMNTENT */ 00667 00668 /* Full path to RPM system library directory */ 00669 #define USRLIBRPM "/usr/local/lib/rpm" 00670 00671 /* Path to /usr */ 00672 #define USRPREFIX "/usr/local" 00673 00674 /* Path to /var */ 00675 #define VARPREFIX "/var/local" 00676 00677 /* Version number of package */ 00678 #define VERSION "5.0.3" 00679 00680 /* Define as 1 if building with BeeCrypt library */ 00681 #define WITH_BEECRYPT 1 00682 00683 /* Define as 1 if building with GNU BZip2 library */ 00684 /* #undef WITH_BZIP2 */ 00685 00686 /* Define as 1 if building with Berkeley-DB library */ 00687 #define WITH_DB 1 00688 00689 /* Define as 1 if building with DMalloc library */ 00690 /* #undef WITH_DMALLOC */ 00691 00692 /* Define as 1 if building with Electric Fence library */ 00693 /* #undef WITH_EFENCE */ 00694 00695 /* Define as 1 if building with File (magic) library */ 00696 #define WITH_FILE 1 00697 00698 /* Define as 1 if building with Linux keyutils library */ 00699 /* #undef WITH_KEYUTILS */ 00700 00701 /* Define as 1 if building with Lua library */ 00702 #define WITH_LUA 1 00703 00704 /* Define if building with internal Lua */ 00705 /* #undef WITH_LUA_INTERNAL */ 00706 00707 /* Define as 1 if building with Neon library */ 00708 #define WITH_NEON 1 00709 00710 /* Define as 1 if building with Mozilla NSS library */ 00711 /* #undef WITH_NSS */ 00712 00713 /* Define as 1 if building with OpenSSL library */ 00714 /* #undef WITH_OPENSSL */ 00715 00716 /* Define as 1 if building with PCRE library */ 00717 #define WITH_PCRE 1 00718 00719 /* Define as 1 if PCRE's POSIX API is available */ 00720 #define WITH_PCRE_POSIX 1 00721 00722 /* Define as 1 if building with POPT library */ 00723 #define WITH_POPT 1 00724 00725 /* Build with SELinux support? */ 00726 /* #undef WITH_SELINUX */ 00727 00728 /* Define as 1 if building with SQLite library */ 00729 #define WITH_SQLITE 1 00730 00731 /* Define if building with OpenSSL */ 00732 /* #undef WITH_SSL */ 00733 00734 /* Define as 1 if building with XAR library */ 00735 #define WITH_XAR 1 00736 00737 /* Define as 1 if building with XZ libLZMA library */ 00738 #define WITH_XZ 1 00739 00740 /* Define as 1 if building with ZLib library */ 00741 #define WITH_ZLIB 1 00742 00743 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 00744 significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ 00745 #if defined __BIG_ENDIAN__ 00746 # define WORDS_BIGENDIAN 1 00747 #elif ! defined __LITTLE_ENDIAN__ 00748 /* # undef WORDS_BIGENDIAN */ 00749 #endif 00750 00751 /* Number of bits in a file offset, on hosts where this is settable. */ 00752 /* #undef _FILE_OFFSET_BITS */ 00753 00754 /* Define for large files, on AIX-style hosts. */ 00755 /* #undef _LARGE_FILES */ 00756 00757 /* Define to 1 if on MINIX. */ 00758 /* #undef _MINIX */ 00759 00760 /* Define to 2 if the system does not provide POSIX.1 features except with 00761 this defined. */ 00762 /* #undef _POSIX_1_SOURCE */ 00763 00764 /* Define to 1 if you need to in order for `stat' and other things to work. */ 00765 /* #undef _POSIX_SOURCE */ 00766 00767 /* Enable extensions on AIX 3, Interix. */ 00768 #ifndef _ALL_SOURCE 00769 # define _ALL_SOURCE 1 00770 #endif 00771 /* Enable GNU extensions on systems that have them. */ 00772 #ifndef _GNU_SOURCE 00773 # define _GNU_SOURCE 1 00774 #endif 00775 /* Enable threading extensions on Solaris. */ 00776 #ifndef _POSIX_PTHREAD_SEMANTICS 00777 # define _POSIX_PTHREAD_SEMANTICS 1 00778 #endif 00779 /* Enable extensions on HP NonStop. */ 00780 #ifndef _TANDEM_SOURCE 00781 # define _TANDEM_SOURCE 1 00782 #endif 00783 /* Enable general extensions on Solaris. */ 00784 #ifndef __EXTENSIONS__ 00785 # define __EXTENSIONS__ 1 00786 #endif 00787 00788 00789 /* full path to a 'mkdir -p' style program */ 00790 #define __MKDIR_P "/bin/mkdir -p" 00791 00792 /* Define like PROTOTYPES; this can be used by system headers. */ 00793 #define __PROTOTYPES 1 00794 00795 /* Optional va_copy() implementation activation */ 00796 #ifndef HAVE_VA_COPY 00797 #define va_copy(d, s) __VA_COPY_USE(d, s) 00798 #endif 00799 00800 00801 /* Define to id of used va_copy() implementation */ 00802 #define __VA_COPY_USE __VA_COPY_USE_C99 00803 00804 /* Define to `__inline__' or `__inline' if that's what the C compiler 00805 calls it, or to nothing if 'inline' is not supported under any name. */ 00806 #ifndef __cplusplus 00807 /* #undef inline */ 00808 #endif 00809 00810 /* Define to `int' if <sys/types.h> does not define. */ 00811 /* #undef mode_t */ 00812 00813 /* Define to `long int' if <sys/types.h> does not define. */ 00814 /* #undef off_t */ 00815 00816 /* Define to `int' if <sys/types.h> does not define. */ 00817 /* #undef pid_t */ 00818 00819 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00820 /* #undef size_t */