]> git.saurik.com Git - apt.git/blob - buildlib/config.h.in
defaults.mak: Set LC_COLLATE=C.UTF-8 for reproducible sort order
[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 /* These two are used by the statvfs shim for glibc2.0 and bsd */
18 /* Define if we have sys/vfs.h */
19 #undef HAVE_VFS_H
20 #undef HAVE_STRUCT_STATFS_F_TYPE
21
22 /* Define if we have sys/mount.h */
23 #undef HAVE_MOUNT_H
24
25 /* Define if we have enabled pthread support */
26 #undef HAVE_PTHREAD
27
28 /* If there is no socklen_t, define this for the netdb shim */
29 #undef NEED_SOCKLEN_T_DEFINE
30
31 /* Check for getresuid() function and similar ones */
32 #undef HAVE_GETRESUID
33 #undef HAVE_GETRESGID
34 #undef HAVE_SETRESUID
35 #undef HAVE_SETRESGID
36
37 /* Check for ptsname_r() */
38 #undef HAVE_PTSNAME_R
39
40 /* Define to the size of the filesize containing structures */
41 #undef _FILE_OFFSET_BITS
42
43 /* Define the arch name string */
44 #undef COMMON_ARCH
45
46 /* The package name string */
47 #undef PACKAGE
48
49 /* The version number string */
50 #undef PACKAGE_VERSION
51
52 /* The mail address to reach upstream */
53 #undef PACKAGE_MAIL
54
55 #define APT_8_CLEANER_HEADERS
56 #define APT_9_CLEANER_HEADERS
57 #define APT_10_CLEANER_HEADERS
58
59 /* unrolling is faster combined with an optimizing compiler */
60 #define SHA2_UNROLL_TRANSFORM