]> git.saurik.com Git - apt-legacy.git/blob - buildlib/config.h.in
Fix compilation of http when embedding into Cydia.
[apt-legacy.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 /* The following 4 are only used by inttypes.h shim if the system lacks
6 inttypes.h */
7 /* The number of bytes in a usigned char. */
8 #undef SIZEOF_CHAR
9
10 /* The number of bytes in a unsigned int. */
11 #undef SIZEOF_INT
12
13 /* The number of bytes in a unsigned long. */
14 #undef SIZEOF_LONG
15
16 /* The number of bytes in a unsigned short. */
17 #undef SIZEOF_SHORT
18
19 /* Define if we have the timegm() function */
20 #undef HAVE_TIMEGM
21
22 /* These two are used by the statvfs shim for glibc2.0 and bsd */
23 /* Define if we have sys/vfs.h */
24 #undef HAVE_VFS_H
25 #undef HAVE_STRUCT_STATFS_F_TYPE
26
27 /* Define if we have sys/mount.h */
28 #undef HAVE_MOUNT_H
29
30 /* Define if we have enabled pthread support */
31 #undef HAVE_PTHREAD
32
33 /* If there is no socklen_t, define this for the netdb shim */
34 #undef NEED_SOCKLEN_T_DEFINE
35
36 /* Define the arch name string */
37 #undef COMMON_ARCH
38
39 /* The version number string */
40 #undef VERSION
41
42 /* The package name string */
43 #undef PACKAGE