rpm  5.2.1
config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Predefined possible va_copy() implementation (id: ASP) */
8 #define __VA_COPY_USE_ASP(d, s) do { *(d) = *(s); } while (0)
9 
10 /* Predefined possible va_copy() implementation (id: ASS) */
11 #define __VA_COPY_USE_ASS(d, s) do { (d) = (s); } while (0)
12 
13 /* Predefined possible va_copy() implementation (id: C99) */
14 #define __VA_COPY_USE_C99(d, s) va_copy((d), (s))
15 
16 /* Define as 1 if chown() follows symlinks and you don't have lchown() */
17 /* #undef CHOWN_FOLLOWS_SYMLINK */
18 
19 /* Predefined possible va_copy() implementation (id: CPP) */
20 #define __VA_COPY_USE_CPP(d, s) memcpy((void *)(d), (void *)(s), sizeof(*(s)))
21 
22 /* Predefined possible va_copy() implementation (id: CPS) */
23 #define __VA_COPY_USE_CPS(d, s) memcpy((void *)&(d), (void *)&(s), sizeof((s)))
24 
25 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
26  systems. This function is required for `alloca.c' support on those systems.
27  */
28 /* #undef CRAY_STACKSEG_END */
29 
30 /* Define to 1 if using `alloca.c'. */
31 /* #undef C_ALLOCA */
32 
33 /* Full path to RPM database directory */
34 #define DBPATH "/var/local/lib/rpm"
35 
36 /* Define to 1 if translation of program messages to the user's native
37  language is requested. */
38 #define ENABLE_NLS 1
39 
40 /* Predefined possible va_copy() implementation (id: GCB) */
41 #define __VA_COPY_USE_GCB(d, s) __builtin_va_copy((d), (s))
42 
43 /* Predefined possible va_copy() implementation (id: GCH) */
44 #define __VA_COPY_USE_GCH(d, s) __va_copy((d), (s))
45 
46 /* Predefined possible va_copy() implementation (id: GCM) */
47 #define __VA_COPY_USE_GCM(d, s) VA_COPY((d), (s))
48 
49 /* Define to 1 if you have `alloca', as a function or macro. */
50 #define HAVE_ALLOCA 1
51 
52 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
53  */
54 /* #undef HAVE_ALLOCA_H */
55 
56 /* Define to 1 if you have the <arpa/inet.h> header file. */
57 #define HAVE_ARPA_INET_H 1
58 
59 /* Define to 1 if you have the `asprintf' function. */
60 #define HAVE_ASPRINTF 1
61 
62 /* Define to 1 if you have the `basename' function. */
63 #define HAVE_BASENAME 1
64 
65 /* Define to 1 if you have the <beecrypt/api.h> header file. */
66 #define HAVE_BEECRYPT_API_H 1
67 
68 /* Define to 1 if you have the <bzlib.h> header file. */
69 /* #undef HAVE_BZLIB_H */
70 
71 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
72  CoreFoundation framework. */
73 /* #undef HAVE_CFLOCALECOPYCURRENT */
74 
75 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
76  the CoreFoundation framework. */
77 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
78 
79 /* Define to 1 if you have the `clearenv' function. */
80 /* #undef HAVE_CLEARENV */
81 
82 /* Define to 1 if you have the `confstr' function. */
83 #define HAVE_CONFSTR 1
84 
85 /* Define to 1 if you have the <cpuinfo.h> header file. */
86 /* #undef HAVE_CPUINFO_H */
87 
88 /* Have <db.h> header */
89 #define HAVE_DB_H 1
90 
91 /* Define if the GNU dcgettext() function is already present or preinstalled.
92  */
93 #define HAVE_DCGETTEXT 1
94 
95 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
96  */
97 #define HAVE_DIRENT_H 1
98 
99 /* Define to 1 if you have the <dlfcn.h> header file. */
100 #define HAVE_DLFCN_H 1
101 
102 /* Define to 1 if you have the <dmalloc.h> header file. */
103 /* #undef HAVE_DMALLOC_H */
104 
105 /* Define to 1 if you have the `dnl' function. */
106 /* #undef HAVE_DNL */
107 
108 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
109 /* #undef HAVE_DOPRNT */
110 
111 /* Define to 1 if you have the `error' function. */
112 /* #undef HAVE_ERROR */
113 
114 /* Define to 1 if you have the <error.h> header file. */
115 /* #undef HAVE_ERROR_H */
116 
117 /* Define to 1 if you have the <err.h> header file. */
118 #define HAVE_ERR_H 1
119 
120 /* Define to 1 if you have the `fallocate' function. */
121 /* #undef HAVE_FALLOCATE */
122 
123 /* Define to 1 if you have the <fcntl.h> header file. */
124 #define HAVE_FCNTL_H 1
125 
126 /* Define to 1 if you have <ficl.h> */
127 /* #undef HAVE_FICL_H */
128 
129 /* Define to 1 if you have the <float.h> header file. */
130 #define HAVE_FLOAT_H 1
131 
132 /* Define to 1 if you have the `ftok' function. */
133 #define HAVE_FTOK 1
134 
135 /* Define to 1 if you have the `futimens' function. */
136 /* #undef HAVE_FUTIMENS */
137 
138 /* Define to 1 if you have the `futimes' function. */
139 #define HAVE_FUTIMES 1
140 
141 /* Define to 1 if you have the `futimesat' function. */
142 /* #undef HAVE_FUTIMESAT */
143 
144 /* Define to 1 if you have the <gcrypt.h> header file. */
145 /* #undef HAVE_GCRYPT_H */
146 
147 /* Define to 1 if you have the gelf_getvernaux() function. */
148 /* #undef HAVE_GELF_GETVERNAUX */
149 
150 /* Define to 1 if you have gelf.h */
151 /* #undef HAVE_GELF_H */
152 
153 /* Define to 1 if you have the `getaddrinfo' function. */
154 #define HAVE_GETADDRINFO 1
155 
156 /* Define to 1 if you have the `getcwd' function. */
157 #define HAVE_GETCWD 1
158 
159 /* Define if you have the getmntent() function */
160 /* #undef HAVE_GETMNTENT */
161 
162 /* Define as 1 if you have getmntinfo() (Mac OS X) */
163 #define HAVE_GETMNTINFO 1
164 
165 /* Define as 1 if you have getmntinfo_r() (only osf?) */
166 /* #undef HAVE_GETMNTINFO_R */
167 
168 /* Define to 1 if you have the `getmode' function. */
169 #define HAVE_GETMODE 1
170 
171 /* Define to 1 if you have the `getnameinfo' function. */
172 #define HAVE_GETNAMEINFO 1
173 
174 /* Define to 1 if you have the <getopt.h> header file. */
175 #define HAVE_GETOPT_H 1
176 
177 /* Define to 1 if you have the `getpagesize' function. */
178 #define HAVE_GETPAGESIZE 1
179 
180 /* Define to 1 if you have the `getpassphrase' function. */
181 /* #undef HAVE_GETPASSPHRASE */
182 
183 /* Define if the GNU gettext() function is already present or preinstalled. */
184 #define HAVE_GETTEXT 1
185 
186 /* Define to 1 if you have the `getwd' function. */
187 #define HAVE_GETWD 1
188 
189 /* Define to 1 if you have the <glob.h> header file. */
190 #define HAVE_GLOB_H 1
191 
192 /* Define to 1 if you have the <grp.h> header file. */
193 #define HAVE_GRP_H 1
194 
195 /* Define as 1 if <netdb.h> defines h_errno */
196 #define HAVE_HERRNO 1
197 
198 /* Define to 1 if you have the `iconv' function. */
199 #define HAVE_ICONV 1
200 
201 /* Define to 1 if you have the `inet_aton' function. */
202 #define HAVE_INET_ATON 1
203 
204 /* Define to 1 if you have the <inttypes.h> header file. */
205 #define HAVE_INTTYPES_H 1
206 
207 /* Define to 1 if you have the <jsstddef.h> header file. */
208 /* #undef HAVE_JSSTDDEF_H */
209 
210 /* Define to 1 if you have the <keyutils.h> header file. */
211 /* #undef HAVE_KEYUTILS_H */
212 
213 /* Define to 1 if you have the <langinfo.h> header file. */
214 #define HAVE_LANGINFO_H 1
215 
216 /* Define as 1 if you have lchown() */
217 #define HAVE_LCHOWN 1
218 
219 /* Define to 1 if you have the `acl' library (-lacl). */
220 /* #undef HAVE_LIBACL */
221 
222 /* Define to 1 if you have the `attr' library (-lattr). */
223 /* #undef HAVE_LIBATTR */
224 
225 /* Define to 1 if you have the `beecrypt' library (-lbeecrypt). */
226 #define HAVE_LIBBEECRYPT 1
227 
228 /* Define to 1 if you have the `bz2' library (-lbz2). */
229 /* #undef HAVE_LIBBZ2 */
230 
231 /* Define to 1 if you have the `compat' library (-lcompat). */
232 /* #undef HAVE_LIBCOMPAT */
233 
234 /* Define to 1 if you have the `cpuinfo' library (-lcpuinfo). */
235 /* #undef HAVE_LIBCPUINFO */
236 
237 /* Define to 1 if you have the `crypto' library (-lcrypto). */
238 /* #undef HAVE_LIBCRYPTO */
239 
240 /* Define to 1 if you have the `db' library (-ldb). */
241 #define HAVE_LIBDB 1
242 
243 /* Define to 1 if you have the `db-4.7' library (-ldb-4.7). */
244 #define HAVE_LIBDB_4_7 1
245 
246 /* Define to 1 if you have the `dl' library (-ldl). */
247 /* #undef HAVE_LIBDL */
248 
249 /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
250 /* #undef HAVE_LIBDMALLOC */
251 
252 /* Define to 1 if you have the `efence' library (-lefence). */
253 /* #undef HAVE_LIBEFENCE */
254 
255 /* Define to 1 if you have ELF library */
256 /* #undef HAVE_LIBELF */
257 
258 /* Define to 1 if you have libelf.h */
259 /* #undef HAVE_LIBELF_H */
260 
261 /* Define to 1 if you have the 'ficl' library (-lficl). */
262 /* #undef HAVE_LIBFICL */
263 
264 /* Define to 1 if you have the `gcrypt' library (-lgcrypt). */
265 /* #undef HAVE_LIBGCRYPT */
266 
267 /* Define to 1 if you have the <libgen.h> header file. */
268 #define HAVE_LIBGEN_H 1
269 
270 /* Define to 1 if you have the `gz' library (-lgz). */
271 /* #undef HAVE_LIBGZ */
272 
273 /* Define to 1 if you have the <libio.h> header file. */
274 /* #undef HAVE_LIBIO_H */
275 
276 /* Define to 1 if you have the 'js' library (-ljs). */
277 /* #undef HAVE_LIBJS */
278 
279 /* Define to 1 if you have the `keyutils' library (-lkeyutils). */
280 /* #undef HAVE_LIBKEYUTILS */
281 
282 /* Define to 1 if you have the `lua' library (-llua). */
283 #define HAVE_LIBLUA 1
284 
285 /* Define to 1 if you have the `lzma' library (-llzma). */
286 #define HAVE_LIBLZMA 1
287 
288 /* Define to 1 if you have the `m' library (-lm). */
289 #define HAVE_LIBM 1
290 
291 /* Define to 1 if you have the `magic' library (-lmagic). */
292 #define HAVE_LIBMAGIC 1
293 
294 /* Define to 1 if you have the `neon' library (-lneon). */
295 #define HAVE_LIBNEON 1
296 
297 /* Define to 1 if you have the `nsl' library (-lnsl). */
298 /* #undef HAVE_LIBNSL */
299 
300 /* Define to 1 if you have the `nss' library (-lnss). */
301 /* #undef HAVE_LIBNSS */
302 
303 /* Define to 1 if you have the `nss3' library (-lnss3). */
304 /* #undef HAVE_LIBNSS3 */
305 
306 /* Define to 1 if you have the `ossp-uuid' library (-lossp-uuid). */
307 /* #undef HAVE_LIBOSSP_UUID */
308 
309 /* Define to 1 if you have the 'pcre' library (-lpcre). */
310 #define HAVE_LIBPCRE 1
311 
312 /* Define to 1 if you have the `perl' library (-lperl). */
313 /* #undef HAVE_LIBPERL */
314 
315 /* Define to 1 if you have the `popt' library (-lpopt). */
316 #define HAVE_LIBPOPT 1
317 
318 /* Define to 1 if you have the `port' library (-lport). */
319 /* #undef HAVE_LIBPORT */
320 
321 /* Define to 1 if you have the `pthread' library (-lpthread). */
322 #define HAVE_LIBPTHREAD 1
323 
324 /* Define to 1 if you have the `python2.5' library (-lpython2.5). */
325 /* #undef HAVE_LIBPYTHON2_5 */
326 
327 /* Define to 1 if you have the `python2.6' library (-lpython2.6). */
328 /* #undef HAVE_LIBPYTHON2_6 */
329 
330 /* Define to 1 if you have the `rand' library (-lrand). */
331 /* #undef HAVE_LIBRAND */
332 
333 /* Define to 1 if you have the `rpmz' library (-lrpmz). */
334 /* #undef HAVE_LIBRPMZ */
335 
336 /* Define to 1 if you have the `rt' library (-lrt). */
337 /* #undef HAVE_LIBRT */
338 
339 /* Define to 1 if you have the `ruby' library (-lruby). */
340 /* #undef HAVE_LIBRUBY */
341 
342 /* Define to 1 if you have the `socket' library (-lsocket). */
343 /* #undef HAVE_LIBSOCKET */
344 
345 /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
346 #define HAVE_LIBSQLITE3 1
347 
348 /* Define to 1 if you have the `syck' library (-lsyck). */
349 #define HAVE_LIBSYCK 1
350 
351 /* Define to 1 if you have the `tcl' library (-ltcl). */
352 /* #undef HAVE_LIBTCL */
353 
354 /* Define to 1 if you have the `thread' library (-lthread). */
355 /* #undef HAVE_LIBTHREAD */
356 
357 /* Define to 1 if you have the `uuid' library (-luuid). */
358 #define HAVE_LIBUUID 1
359 
360 /* Define to 1 if you have the `xar' library (-lxar). */
361 #define HAVE_LIBXAR 1
362 
363 /* Define to 1 if you have the `z' library (-lz). */
364 #define HAVE_LIBZ 1
365 
366 /* Define to 1 if you have the <limits.h> header file. */
367 #define HAVE_LIMITS_H 1
368 
369 /* Define to 1 if you have the <locale.h> header file. */
370 #define HAVE_LOCALE_H 1
371 
372 /* Define to 1 if the system has the type `long double'. */
373 #define HAVE_LONG_DOUBLE 1
374 
375 /* Define to 1 if the system has the type `long long'. */
376 #define HAVE_LONG_LONG 1
377 
378 /* Define to 1 if you have the <lua.h> header file. */
379 #define HAVE_LUA_H 1
380 
381 /* Define to 1 if you have <lzma.h> */
382 #define HAVE_LZMA_H 1
383 
384 /* Define to 1 if you have the <machine/types.h> header file. */
385 /* #undef HAVE_MACHINE_TYPES_H */
386 
387 /* Define to 1 if you have the `madvise' function. */
388 #define HAVE_MADVISE 1
389 
390 /* Define to 1 if you have <magic.h> */
391 #define HAVE_MAGIC_H 1
392 
393 /* Define to 1 if you have the <mcheck.h> header file. */
394 /* #undef HAVE_MCHECK_H */
395 
396 /* Define to 1 if you have the <memory.h> header file. */
397 #define HAVE_MEMORY_H 1
398 
399 /* Define to 1 if you have the `mempcpy' function. */
400 /* #undef HAVE_MEMPCPY */
401 
402 /* Define to 1 if you have the `mkdtemp' function. */
403 #define HAVE_MKDTEMP 1
404 
405 /* Define to 1 if you have the `mkstemp' function. */
406 #define HAVE_MKSTEMP 1
407 
408 /* Define to 1 if you have a working `mmap' system call. */
409 #define HAVE_MMAP 1
410 
411 /* Define as 1 if you have mntctl() (only aix?) */
412 /* #undef HAVE_MNTCTL */
413 
414 /* Define to 1 if you have the <mntent.h> header file. */
415 /* #undef HAVE_MNTENT_H */
416 
417 /* Define to 1 if you have the `mtrace' function. */
418 /* #undef HAVE_MTRACE */
419 
420 /* Define to 1 if the number of available CPU cores can be detected with
421  sysconf(_SC_NPROCESSORS_ONLN). */
422 #define HAVE_NCPU_SYSCONF 1
423 
424 /* Define to 1 if the number of available CPU cores can be detected with
425  sysctl(). */
426 /* #undef HAVE_NCPU_SYSCTL */
427 
428 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
429 /* #undef HAVE_NDIR_H */
430 
431 /* Define to 1 if you have ne_get_response_header() in libneon. */
432 #define HAVE_NEON_NE_GET_RESPONSE_HEADER 1
433 
434 /* Define to 1 if you have ne_send_request_chunk() in libneon. */
435 /* #undef HAVE_NEON_NE_SEND_REQUEST_CHUNK */
436 
437 /* Define to 1 if you have the <netdb.h> header file. */
438 #define HAVE_NETDB_H 1
439 
440 /* Define to 1 if you have the <netinet/in.h> header file. */
441 #define HAVE_NETINET_IN_H 1
442 
443 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
444 #define HAVE_NETINET_IN_SYSTM_H 1
445 
446 /* Define to 1 if you have the <ne_session.h> header file. */
447 #define HAVE_NE_SESSION_H 1
448 
449 /* Define to 1 if you have the <nss.h> header file. */
450 /* #undef HAVE_NSS_H */
451 
452 /* Define to 1 if you have the <openssl/crypto.h> header file. */
453 /* #undef HAVE_OPENSSL_CRYPTO_H */
454 
455 /* Define to 1 if you have <pcre.h> */
456 #define HAVE_PCRE_H 1
457 
458 /* Define to 1 if you have the <perl.h> header file. */
459 /* #undef HAVE_PERL_H */
460 
461 /* Define to 1 if the amount of physical memory can be detected with
462  sysconf(_SC_PAGESIZE) and sysconf(_SC_PHYS_PAGES). */
463 #define HAVE_PHYSMEM_SYSCONF 1
464 
465 /* Define to 1 if the amount of physical memory can be detected with sysctl().
466  */
467 /* #undef HAVE_PHYSMEM_SYSCTL */
468 
469 /* Define to 1 if you have the <poll.h> header file. */
470 #define HAVE_POLL_H 1
471 
472 /* Define to 1 if you have the <popt.h> header file. */
473 #define HAVE_POPT_H 1
474 
475 /* Define to 1 if you have the `posix_fallocate' function. */
476 #define HAVE_POSIX_FALLOCATE 1
477 
478 /* Define to 1 if you have the <pthread.h> header file. */
479 #define HAVE_PTHREAD_H 1
480 
481 /* Define to 1 if you have the `putenv' function. */
482 #define HAVE_PUTENV 1
483 
484 /* Define to 1 if you have the <pwd.h> header file. */
485 #define HAVE_PWD_H 1
486 
487 /* Define to 1 if you have the <Python.h> header file. */
488 /* #undef HAVE_PYTHON_H */
489 
490 /* Define to 1 if you have the `realpath' function. */
491 #define HAVE_REALPATH 1
492 
493 /* Define to 1 if you have the `regcomp' function. */
494 #define HAVE_REGCOMP 1
495 
496 /* Define to 1 if you have the <ruby.h> header file. */
497 /* #undef HAVE_RUBY_H */
498 
499 /* Define to 1 if you have the <search.h> header file. */
500 #define HAVE_SEARCH_H 1
501 
502 /* Define to 1 if you have the <semaphore.h> header file. */
503 #define HAVE_SEMAPHORE_H 1
504 
505 /* Define to 1 if you have the `setenv' function. */
506 #define HAVE_SETENV 1
507 
508 /* Define to 1 if you have the `setlocale' function. */
509 #define HAVE_SETLOCALE 1
510 
511 /* Define to 1 if you have the `setmode' function. */
512 #define HAVE_SETMODE 1
513 
514 /* Define to 1 if you have the `sigaddset' function. */
515 #define HAVE_SIGADDSET 1
516 
517 /* Define to 1 if you have the `sigdelset' function. */
518 #define HAVE_SIGDELSET 1
519 
520 /* Define to 1 if you have the `sigemptyset' function. */
521 #define HAVE_SIGEMPTYSET 1
522 
523 /* Define to 1 if you have the `sighold' function. */
524 #define HAVE_SIGHOLD 1
525 
526 /* Define to 1 if you have the <signal.h> header file. */
527 #define HAVE_SIGNAL_H 1
528 
529 /* Define to 1 if you have the `sigpause' function. */
530 #define HAVE_SIGPAUSE 1
531 
532 /* Define to 1 if you have the `sigprocmask' function. */
533 #define HAVE_SIGPROCMASK 1
534 
535 /* Define to 1 if you have the `sigrelse' function. */
536 #define HAVE_SIGRELSE 1
537 
538 /* Define to 1 if you have the `sigsuspend' function. */
539 #define HAVE_SIGSUSPEND 1
540 
541 /* Define to 1 if you have the `snprintf' function. */
542 #define HAVE_SNPRINTF 1
543 
544 /* Define to 1 if you have the <sqlite3.h> header file. */
545 #define HAVE_SQLITE3_H 1
546 
547 /* Define to 1 if you have the <stdint.h> header file. */
548 #define HAVE_STDINT_H 1
549 
550 /* Define to 1 if you have the <stdlib.h> header file. */
551 #define HAVE_STDLIB_H 1
552 
553 /* Define to 1 if you have the `stpcpy' function. */
554 #define HAVE_STPCPY 1
555 
556 /* Define to 1 if you have the `stpncpy' function. */
557 #define HAVE_STPNCPY 1
558 
559 /* Define to 1 if you have the `strcspn' function. */
560 #define HAVE_STRCSPN 1
561 
562 /* Define to 1 if you have the `strdup' function. */
563 #define HAVE_STRDUP 1
564 
565 /* Define to 1 if you have the `strerror' function. */
566 #define HAVE_STRERROR 1
567 
568 /* Define to 1 if you have the <strings.h> header file. */
569 #define HAVE_STRINGS_H 1
570 
571 /* Define to 1 if you have the <string.h> header file. */
572 #define HAVE_STRING_H 1
573 
574 /* Define to 1 if you have the `strndup' function. */
575 #define HAVE_STRNDUP 1
576 
577 /* Define to 1 if you have the `strspn' function. */
578 #define HAVE_STRSPN 1
579 
580 /* Define to 1 if you have the `strstr' function. */
581 #define HAVE_STRSTR 1
582 
583 /* Define to 1 if you have the `strtol' function. */
584 #define HAVE_STRTOL 1
585 
586 /* Define to 1 if you have the `strtoul' function. */
587 #define HAVE_STRTOUL 1
588 
589 /* Define as 1 if you have "struct mnttab" (only sco?) */
590 /* #undef HAVE_STRUCT_MNTTAB */
591 
592 /* Define to 1 if `st_atimensec' is member of `struct stat'. */
593 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
594 
595 /* Define to 1 if `st_atimespec.tv_nsec' is member of `struct stat'. */
596 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
597 
598 /* Define to 1 if `st_atim.st__tim.tv_nsec' is member of `struct stat'. */
599 /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
600 
601 /* Define to 1 if `st_atim.tv_nsec' is member of `struct stat'. */
602 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
603 
604 /* Define to 1 if `st_uatime' is member of `struct stat'. */
605 /* #undef HAVE_STRUCT_STAT_ST_UATIME */
606 
607 /* Have <syck.h> header */
608 #define HAVE_SYCK_H 1
609 
610 /* Define to 1 if you have the <synch.h> header file. */
611 /* #undef HAVE_SYNCH_H */
612 
613 /* Define to 1 if you have the `syslog' function. */
614 #define HAVE_SYSLOG 1
615 
616 /* Define to 1 if you have the <sys/acl.h> header file. */
617 /* #undef HAVE_SYS_ACL_H */
618 
619 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
620  */
621 /* #undef HAVE_SYS_DIR_H */
622 
623 /* Define to 1 if you have the <sys/ipc.h> header file. */
624 #define HAVE_SYS_IPC_H 1
625 
626 /* Define to 1 if you have the <sys/mman.h> header file. */
627 #define HAVE_SYS_MMAN_H 1
628 
629 /* Define to 1 if you have the <sys/mntctl.h> header file. */
630 /* #undef HAVE_SYS_MNTCTL_H */
631 
632 /* Define to 1 if you have the <sys/mnttab.h> header file. */
633 /* #undef HAVE_SYS_MNTTAB_H */
634 
635 /* Define to 1 if you have the <sys/mount.h> header file. */
636 #define HAVE_SYS_MOUNT_H 1
637 
638 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
639  */
640 /* #undef HAVE_SYS_NDIR_H */
641 
642 /* Define to 1 if you have the <sys/param.h> header file. */
643 #define HAVE_SYS_PARAM_H 1
644 
645 /* Define to 1 if you have the <sys/resource.h> header file. */
646 #define HAVE_SYS_RESOURCE_H 1
647 
648 /* Define to 1 if you have the <sys/select.h> header file. */
649 #define HAVE_SYS_SELECT_H 1
650 
651 /* Define to 1 if you have the <sys/socket.h> header file. */
652 #define HAVE_SYS_SOCKET_H 1
653 
654 /* Define to 1 if you have the <sys/stat.h> header file. */
655 #define HAVE_SYS_STAT_H 1
656 
657 /* Define to 1 if you have the <sys/stdtypes.h> header file. */
658 /* #undef HAVE_SYS_STDTYPES_H */
659 
660 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
661 /* #undef HAVE_SYS_SYSTEMCFG_H */
662 
663 /* Define to 1 if you have the <sys/types.h> header file. */
664 #define HAVE_SYS_TYPES_H 1
665 
666 /* Define to 1 if you have the <sys/utsname.h> header file. */
667 #define HAVE_SYS_UTSNAME_H 1
668 
669 /* Define to 1 if you have the <sys/vmount.h> header file. */
670 /* #undef HAVE_SYS_VMOUNT_H */
671 
672 /* Define to 1 if you have the <sys/wait.h> header file. */
673 #define HAVE_SYS_WAIT_H 1
674 
675 /* Define to 1 if you have the <sys/xattr.h> header file. */
676 /* #undef HAVE_SYS_XATTR_H */
677 
678 /* Define as 1 if <sys/stat.h> defines S_IFSOCK */
679 #define HAVE_S_IFSOCK 1
680 
681 /* Define as 1 if <sys/stat.h> defines S_ISLNK */
682 #define HAVE_S_ISLNK 1
683 
684 /* Define as 1 if <sys/stat.h> defines S_ISSOCK */
685 #define HAVE_S_ISSOCK 1
686 
687 /* Define to 1 if you have the <tcl.h> header file. */
688 /* #undef HAVE_TCL_H */
689 
690 /* Define to 1 if you have the <thread.h> header file. */
691 /* #undef HAVE_THREAD_H */
692 
693 /* Define to 1 if you have the <unistd.h> header file. */
694 #define HAVE_UNISTD_H 1
695 
696 /* Define to 1 if you have the `utime' function. */
697 /* #undef HAVE_UTIME */
698 
699 /* Define to 1 if you have the `utimes' function. */
700 /* #undef HAVE_UTIMES */
701 
702 /* Define to 1 if you have the <utime.h> header file. */
703 #define HAVE_UTIME_H 1
704 
705 /* Define to 1 if you have the <uuid.h> header file. */
706 #define HAVE_UUID_H 1
707 
708 /* Define if va_copy() macro exists (and no fallback implementation is
709  required) */
710 #define HAVE_VA_COPY 1
711 
712 /* Define as 1 if your va_list type is an array */
713 /* #undef HAVE_VA_LIST_AS_ARRAY */
714 
715 /* Define to 1 if you have the `vprintf' function. */
716 #define HAVE_VPRINTF 1
717 
718 /* Define to 1 if you have the `vsnprintf' function. */
719 #define HAVE_VSNPRINTF 1
720 
721 /* Have <xar.h> header */
722 #define HAVE_XAR_H 1
723 
724 /* Define to 1 if you have <zlib.h> */
725 #define HAVE_ZLIB_H 1
726 
727 /* Define to 1 if you have the `__secure_getenv' function. */
728 /* #undef HAVE___SECURE_GETENV */
729 
730 /* Define to 1 if libelf.h is incompatible with LFS API */
731 /* #undef LIBELF_H_LFS_CONFLICT */
732 
733 /* Full path to RPM locale directory */
734 #define LOCALEDIR "/usr/local/share/locale"
735 
736 /* Define to the sub-directory in which libtool stores uninstalled libraries.
737  */
738 #define LT_OBJDIR ".libs/"
739 
740 /* Colon separated RPM macro files path */
741 #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"
742 
743 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
744  */
745 /* #undef MAJOR_IN_MKDEV */
746 
747 /* Define to 1 if `major', `minor', and `makedev' are declared in
748  <sysmacros.h>. */
749 /* #undef MAJOR_IN_SYSMACROS */
750 
751 /* Define as 1 if we need myrealloc */
752 /* #undef NEED_MYREALLOC */
753 
754 /* Define as one if we need to include <strings.h> (along with <string.h>) */
755 /* #undef NEED_STRINGS_H */
756 
757 /* Name of package */
758 #define PACKAGE "rpm"
759 
760 /* Define to the address where bug reports for this package should be sent. */
761 #define PACKAGE_BUGREPORT "rpm-devel@rpm5.org"
762 
763 /* Define to the full name of this package. */
764 #define PACKAGE_NAME "rpm"
765 
766 /* Define to the full name and version of this package. */
767 #define PACKAGE_STRING "rpm 5.2.1"
768 
769 /* Define to the one symbol short name of this package. */
770 #define PACKAGE_TARNAME "rpm"
771 
772 /* Define to the version of this package. */
773 #define PACKAGE_VERSION "5.2.1"
774 
775 /* Perl install directory (vendor/site) */
776 /* #undef PERL_INSTALLDIRS */
777 
778 /* Full path to RPM package sources directory */
779 #define PKGSRCDIR "/usr/local/src/rpm"
780 
781 /* Define to 1 if the C compiler supports function prototypes. */
782 #define PROTOTYPES 1
783 
784 /* Colon separated RPM Lua script files path */
785 #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"
786 
787 /* Colon separated RPM POPT configuration files path */
788 #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"
789 
790 /* official name of program */
791 #define RPM_NAME "RPM"
792 
793 /* Vendor is Ark */
794 /* #undef RPM_VENDOR_ARK */
795 
796 /* Vendor is Fedora */
797 /* #undef RPM_VENDOR_FEDORA */
798 
799 /* Vendor is Mandriva */
800 /* #undef RPM_VENDOR_MANDRIVA */
801 
802 /* The size of `char', as computed by sizeof. */
803 #define SIZEOF_CHAR 1
804 
805 /* The size of `int', as computed by sizeof. */
806 #define SIZEOF_INT 4
807 
808 /* The size of `long', as computed by sizeof. */
809 #define SIZEOF_LONG 4
810 
811 /* The size of `long long', as computed by sizeof. */
812 #define SIZEOF_LONG_LONG 8
813 
814 /* The size of `short', as computed by sizeof. */
815 #define SIZEOF_SHORT 2
816 
817 /* The size of `unsigned char', as computed by sizeof. */
818 #define SIZEOF_UNSIGNED_CHAR 1
819 
820 /* The size of `unsigned int', as computed by sizeof. */
821 #define SIZEOF_UNSIGNED_INT 4
822 
823 /* The size of `unsigned long', as computed by sizeof. */
824 #define SIZEOF_UNSIGNED_LONG 4
825 
826 /* The size of `unsigned long long', as computed by sizeof. */
827 #define SIZEOF_UNSIGNED_LONG_LONG 8
828 
829 /* The size of `unsigned short', as computed by sizeof. */
830 #define SIZEOF_UNSIGNED_SHORT 2
831 
832 /* If using the C implementation of alloca, define if you know the
833  direction of stack growth for your system; otherwise it will be
834  automatically deduced at runtime.
835  STACK_DIRECTION > 0 => grows toward higher addresses
836  STACK_DIRECTION < 0 => grows toward lower addresses
837  STACK_DIRECTION = 0 => direction of growth unknown */
838 /* #undef STACK_DIRECTION */
839 
840 /* Define if struct statfs has the f_bavail member */
841 #define STATFS_HAS_F_BAVAIL 1
842 
843 /* statfs in <sys/mount.h> (for Digital Unix 4.0D systems) */
844 /* #undef STATFS_IN_SYS_MOUNT */
845 
846 /* statfs in <sys/statfs.h> (for IRIX 6.4 systems) */
847 /* #undef STATFS_IN_SYS_STATFS */
848 
849 /* statfs in <sys/statvfs.h> (for Solaris 2.6+ systems) */
850 #define STATFS_IN_SYS_STATVFS 1
851 
852 /* statfs in <sys/vfs.h> (for Linux systems) */
853 /* #undef STATFS_IN_SYS_VFS */
854 
855 /* Define if statfs() takes 4 arguments */
856 /* #undef STAT_STATFS4 */
857 
858 /* Define to 1 if you have the ANSI C header files. */
859 #define STDC_HEADERS 1
860 
861 /* Full path to RPM global configuration directory */
862 #define SYSCONFIGDIR "/usr/local/etc/rpm"
863 
864 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
865 #define TIME_WITH_SYS_TIME 1
866 
867 /* Define to 1 for using BeeCrypt as default cryptography library */
868 /* #undef USE_CRYPTO_BEECRYPT */
869 
870 /* Define to 1 for using GCrypt as default cryptography library */
871 /* #undef USE_CRYPTO_GCRYPT */
872 
873 /* Define to 1 for using Mozilla NSS as default cryptography library */
874 /* #undef USE_CRYPTO_NS */
875 
876 /* Define to 1 for using OpenSSL as default cryptography library */
877 /* #undef USE_CRYPTO_OPENSSL */
878 
879 /* Defined if getmntent replacement is used */
880 /* #undef USE_GETMNTENT */
881 
882 /* Enable extensions on AIX 3, Interix. */
883 #ifndef _ALL_SOURCE
884 # define _ALL_SOURCE 1
885 #endif
886 /* Enable GNU extensions on systems that have them. */
887 #ifndef _GNU_SOURCE
888 # define _GNU_SOURCE 1
889 #endif
890 /* Enable threading extensions on Solaris. */
891 #ifndef _POSIX_PTHREAD_SEMANTICS
892 # define _POSIX_PTHREAD_SEMANTICS 1
893 #endif
894 /* Enable extensions on HP NonStop. */
895 #ifndef _TANDEM_SOURCE
896 # define _TANDEM_SOURCE 1
897 #endif
898 /* Enable general extensions on Solaris. */
899 #ifndef __EXTENSIONS__
900 # define __EXTENSIONS__ 1
901 #endif
902 
903 
904 /* Full path to RPM system library directory */
905 #define USRLIBRPM "/usr/local/lib/rpm"
906 
907 /* Path to /usr */
908 #define USRPREFIX "/usr/local"
909 
910 /* Path to /var */
911 #define VARPREFIX "/var/local"
912 
913 /* Version number of package */
914 #define VERSION "5.2.1"
915 
916 /* Define as 1 if building with ACL library */
917 /* #undef WITH_ACL */
918 
919 /* Define as 1 if building with ATTR library */
920 /* #undef WITH_ATTR */
921 
922 /* Define as 1 if building with BeeCrypt library */
923 #define WITH_BEECRYPT 1
924 
925 /* Define as 1 if building with GNU BZip2 library */
926 /* #undef WITH_BZIP2 */
927 
928 /* Define as 1 if building with CPUInfo library */
929 /* #undef WITH_CPUINFO */
930 
931 /* Define as 1 if building with Berkeley-DB library */
932 #define WITH_DB 1
933 
934 /* Define as 1 if building with DMalloc library */
935 /* #undef WITH_DMALLOC */
936 
937 /* Define as 1 if building with Electric Fence library */
938 /* #undef WITH_EFENCE */
939 
940 /* Define as 1 if building with FICL library */
941 /* #undef WITH_FICL */
942 
943 /* Define as 1 if building with File (magic) library */
944 #define WITH_FILE 1
945 
946 /* Define if building with GCrypt */
947 /* #undef WITH_GCRYPT */
948 
949 /* Define as 1 if building with JavaScript library */
950 /* #undef WITH_JS */
951 
952 /* Define as 1 if building with Linux keyutils library */
953 /* #undef WITH_KEYUTILS */
954 
955 /* Define as 1 if building with Lua library */
956 #define WITH_LUA 1
957 
958 /* Define if building with internal Lua */
959 /* #undef WITH_LUA_INTERNAL */
960 
961 /* Define as 1 if building with Neon library */
962 #define WITH_NEON 1
963 
964 /* Define as 1 if building with Mozilla NSS library */
965 /* #undef WITH_NSS */
966 
967 /* Define as 1 if building with OpenSSL library */
968 /* #undef WITH_OPENSSL */
969 
970 /* Define as 1 if building with PCRE library */
971 #define WITH_PCRE 1
972 
973 /* Define as 1 if PCRE's POSIX API is available */
974 #define WITH_PCRE_POSIX 1
975 
976 /* Define as 1 if building with Perl ExtUtils::Embed library */
977 /* #undef WITH_PERLEMBED */
978 
979 /* Define as 1 if building with POPT library */
980 #define WITH_POPT 1
981 
982 /* Define to 1 for using Pthreads */
983 #define WITH_PTHREADS 1
984 
985 /* Define as 1 if building with Python embedding library */
986 /* #undef WITH_PYTHONEMBED */
987 
988 /* Define as 1 if building with Ruby library */
989 /* #undef WITH_RUBY */
990 
991 /* Define to 1 if you want embedded Ruby */
992 /* #undef WITH_RUBYEMBED */
993 
994 /* Build with SELinux support? */
995 /* #undef WITH_SELINUX */
996 
997 /* Define as 1 if building with SQLite library */
998 #define WITH_SQLITE 1
999 
1000 /* Define if building with OpenSSL */
1001 /* #undef WITH_SSL */
1002 
1003 /* Define as 1 if building with Syck library */
1004 #define WITH_SYCK 1
1005 
1006 /* Define as 1 if building with Tcl library */
1007 /* #undef WITH_TCL */
1008 
1009 /* Define as 1 if building with OSSP uuid library */
1010 #define WITH_UUID 1
1011 
1012 /* Define as 1 if building with XAR library */
1013 #define WITH_XAR 1
1014 
1015 /* Define as 1 if building with XZ libLZMA library */
1016 #define WITH_XZ 1
1017 
1018 /* Define as 1 if building with ZLib library */
1019 #define WITH_ZLIB 1
1020 
1021 /* Define to 1 if your processor stores words with the most significant byte
1022  first (like Motorola and SPARC, unlike Intel and VAX). */
1023 #if defined(__BIG_ENDIAN__)
1024 #define WORDS_BIGENDIAN 1
1025 #elif defined(__LITTLE_ENDIAN__)
1026 /* #undef WORDS_BIGENDIAN */
1027 #else
1028 /* use configure result: */
1029 /* #undef WORDS_BIGENDIAN */
1030 #endif
1031 
1032 /* Number of bits in a file offset, on hosts where this is settable. */
1033 /* #undef _FILE_OFFSET_BITS */
1034 
1035 /* Define for large files, on AIX-style hosts. */
1036 /* #undef _LARGE_FILES */
1037 
1038 /* Define to 1 if on MINIX. */
1039 /* #undef _MINIX */
1040 
1041 /* Define to 2 if the system does not provide POSIX.1 features except with
1042  this defined. */
1043 /* #undef _POSIX_1_SOURCE */
1044 
1045 /* Define to 1 if you need to in order for `stat' and other things to work. */
1046 /* #undef _POSIX_SOURCE */
1047 
1048 /* full path to a 'mkdir -p' style program */
1049 #define __MKDIR_P "/bin/mkdir -p"
1050 
1051 /* Define like PROTOTYPES; this can be used by system headers. */
1052 #define __PROTOTYPES 1
1053 
1054 /* Optional va_copy() implementation activation */
1055 #ifndef HAVE_VA_COPY
1056 #define va_copy(d, s) __VA_COPY_USE(d, s)
1057 #endif
1058 
1059 
1060 /* Define to id of used va_copy() implementation */
1061 #define __VA_COPY_USE __VA_COPY_USE_C99
1062 
1063 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
1064 /* #undef __func__ */
1065 
1066 /* Define to `__inline__' or `__inline' if that's what the C compiler
1067  calls it, or to nothing if 'inline' is not supported under any name. */
1068 #ifndef __cplusplus
1069 /* #undef inline */
1070 #endif
1071 
1072 /* Define to `int' if <sys/types.h> does not define. */
1073 /* #undef mode_t */
1074 
1075 /* Define to `long int' if <sys/types.h> does not define. */
1076 /* #undef off_t */
1077 
1078 /* Define to `int' if <sys/types.h> does not define. */
1079 /* #undef pid_t */
1080 
1081 /* Define to `unsigned int' if <sys/types.h> does not define. */
1082 /* #undef size_t */