]> git.saurik.com Git - apt.git/blame_incremental - buildlib/config.h.in
cleanup headers and especially #includes everywhere
[apt.git] / buildlib / config.h.in
... / ...
CommitLineData
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/* These two are used by the statvfs shim for glibc2.0 and bsd */
15/* Define if we have sys/vfs.h */
16#undef HAVE_VFS_H
17#undef HAVE_STRUCT_STATFS_F_TYPE
18
19/* Define if we have sys/mount.h */
20#undef HAVE_MOUNT_H
21
22/* Define if we have enabled pthread support */
23#undef HAVE_PTHREAD
24
25/* If there is no socklen_t, define this for the netdb shim */
26#undef NEED_SOCKLEN_T_DEFINE
27
28/* Define to the size of the filesize containing structures */
29#undef _FILE_OFFSET_BITS
30
31/* Define the arch name string */
32#undef COMMON_ARCH
33
34/* The package name string */
35#undef PACKAGE
36
37/* The version number string */
38#undef PACKAGE_VERSION
39
40/* The mail address to reach upstream */
41#undef PACKAGE_MAIL
42
43#define APT_8_CLEANER_HEADERS
44#define APT_9_CLEANER_HEADERS
45#define APT_10_CLEANER_HEADERS