]> git.saurik.com Git - apt.git/blob - buildlib/config.h.in
c6b097ca8c95d5afb2deade01c629f20cb8feb4f
[apt.git] / buildlib / config.h.in
1 /* The number of bytes in a usigned char. */
2 #undef SIZEOF_CHAR
3
4 /* The number of bytes in a unsigned int. */
5 #undef SIZEOF_INT
6
7 /* The number of bytes in a unsigned long. */
8 #undef SIZEOF_LONG
9
10 /* The number of bytes in a unsigned short. */
11 #undef SIZEOF_SHORT
12
13 /* Define if we have libgpm. */
14 #undef HAVE_LIBGPM
15
16 /* Define if we have the SLang library from Davis. */
17 #undef HAVE_LIBSLANG
18
19 /* Define if we have the X11 windowing system. */
20 #undef HAVE_X11
21
22 /* Define if we have enabled pthread support */
23 #undef HAVE_PTHREAD
24
25 /* Define the architecture name string */
26 #undef ARCHITECTURE
27
28 /* The version number string */
29 #undef VERSION
30
31 /* The package name string */
32 #undef PACKAGE
33