]>
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 the architecture name string */
29 /* The version number string */
32 /* The package name string */
35 /* Generate the fixed bit size types */
38 # define UINT32 unsigned int
42 # define UINT32 unsigned long
44 # if SIZEOF_SHORT == 4
46 # define UINT32 unsigned short
48 # error Must have a form of 32-bit integer
55 # define UINT16 unsigned int
59 # define UINT16 unsigned long
61 # if SIZEOF_SHORT == 2
65 # error Must have a form of 16-bit integer