]>
git.saurik.com Git - apt.git/blob - 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). */
5 /* The number of bytes in a usigned char. */
8 /* The number of bytes in a unsigned int. */
11 /* The number of bytes in a unsigned long. */
14 /* The number of bytes in a unsigned short. */
17 /* Define if we have libgpm. */
20 /* Define if we have the SLang library from Davis. */
23 /* Define if we have the X11 windowing system. */
26 /* Define if we have enabled pthread support */
29 /* Define the architecture name string */
32 /* The version number string */
35 /* The package name string */
38 /* Generate the fixed bit size types */
41 # define UINT32 unsigned int
45 # define UINT32 unsigned long
47 # if SIZEOF_SHORT == 4
49 # define UINT32 unsigned short
51 # error Must have a form of 32-bit integer
58 # define UINT16 unsigned int
62 # define UINT16 unsigned long
64 # if SIZEOF_SHORT == 2
68 # error Must have a form of 16-bit integer