]> git.saurik.com Git - apt.git/blob - buildlib/config.h.in
fb21b387fc8d9814e5c28c30b9393e791632acd3
[apt.git] / buildlib / config.h.in
1 /* Define if your processor stores words with the most significant
2 byte first (like Motorola and SPARC, unlike Intel and VAX). */
3 #undef WORDS_BIGENDIAN
4
5 /* Define if we have the timegm() function */
6 #undef HAVE_TIMEGM
7
8 /* Define if we have the zlib library for gzip */
9 #undef HAVE_ZLIB
10
11 /* Define if we have the bz2 library for bzip2 */
12 #undef HAVE_BZ2
13
14 /* Define if we have the lzma library for lzma/xz */
15 #undef HAVE_LZMA
16
17 /* Define if we have the lz4 library for lz4 */
18 #undef HAVE_LZ4
19
20 /* These two are used by the statvfs shim for glibc2.0 and bsd */
21 /* Define if we have sys/vfs.h */
22 #undef HAVE_VFS_H
23 #undef HAVE_STRUCT_STATFS_F_TYPE
24
25 /* Define if we have sys/mount.h */
26 #undef HAVE_MOUNT_H
27
28 /* Define if we have enabled pthread support */
29 #undef HAVE_PTHREAD
30
31 /* If there is no socklen_t, define this for the netdb shim */
32 #undef NEED_SOCKLEN_T_DEFINE
33
34 /* Check for getresuid() function and similar ones */
35 #undef HAVE_GETRESUID
36 #undef HAVE_GETRESGID
37 #undef HAVE_SETRESUID
38 #undef HAVE_SETRESGID
39
40 /* Check for ptsname_r() */
41 #undef HAVE_PTSNAME_R
42
43 /* Define to the size of the filesize containing structures */
44 #undef _FILE_OFFSET_BITS
45
46 /* Define the arch name string */
47 #undef COMMON_ARCH
48
49 /* The package name string */
50 #undef PACKAGE
51
52 /* The version number string */
53 #undef PACKAGE_VERSION
54
55 /* The mail address to reach upstream */
56 #undef PACKAGE_MAIL
57
58 #define APT_8_CLEANER_HEADERS
59 #define APT_9_CLEANER_HEADERS
60 #define APT_10_CLEANER_HEADERS
61
62 /* unrolling is faster combined with an optimizing compiler */
63 #define SHA2_UNROLL_TRANSFORM