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