]> git.saurik.com Git - apt.git/blame - buildlib/config.h.in
detect zlib correctly. We still don't allow to build without it to remain
[apt.git] / buildlib / config.h.in
CommitLineData
83ab33fc
AL
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
1cecba4d
AL
5/* The following 4 are only used by inttypes.h shim if the system lacks
6 inttypes.h */
e1b74f61
AL
7/* The number of bytes in a usigned char. */
8#undef SIZEOF_CHAR
d7bccc73
AL
9
10/* The number of bytes in a unsigned int. */
e1b74f61 11#undef SIZEOF_INT
d7bccc73
AL
12
13/* The number of bytes in a unsigned long. */
e1b74f61 14#undef SIZEOF_LONG
d7bccc73
AL
15
16/* The number of bytes in a unsigned short. */
e1b74f61 17#undef SIZEOF_SHORT
118a5e95 18
41b6caf4
AL
19/* Define if we have the timegm() function */
20#undef HAVE_TIMEGM
21
7efb8c8e
DK
22/* Define if we have the zlib library for gzip */
23#undef HAVE_ZLIB
24
1cecba4d 25/* These two are used by the statvfs shim for glibc2.0 and bsd */
b819effd
AL
26/* Define if we have sys/vfs.h */
27#undef HAVE_VFS_H
0883532c 28#undef HAVE_STRUCT_STATFS_F_TYPE
b819effd
AL
29
30/* Define if we have sys/mount.h */
31#undef HAVE_MOUNT_H
32
35584d03
AL
33/* Define if we have enabled pthread support */
34#undef HAVE_PTHREAD
35
1cecba4d 36/* If there is no socklen_t, define this for the netdb shim */
53d3d263
AL
37#undef NEED_SOCKLEN_T_DEFINE
38
650faab0
DK
39/* Define to the size of the filesize containing structures */
40#undef _FILE_OFFSET_BITS
41
5b28c804
OS
42/* Define the arch name string */
43#undef COMMON_ARCH
e1b74f61 44
e1b74f61
AL
45/* The package name string */
46#undef PACKAGE
73688d27 47
9179f697
DK
48/* The version number string */
49#undef PACKAGE_VERSION
50
73688d27 51#define APT_8_CLEANER_HEADERS