]>
git.saurik.com Git - apt.git/blob - buildlib/config.h.in
1 /* buildlib/config.h.in. Generated automatically from configure.in by autoheader. */
3 /* Define if your processor stores words with the most significant
4 byte first (like Motorola and SPARC, unlike Intel and VAX). */
7 /* The number of bytes in a usigned char. */
10 /* The number of bytes in a unsigned int. */
13 /* The number of bytes in a unsigned long. */
16 /* The number of bytes in a unsigned short. */
19 /* Define if we have libgpm. */
22 /* Define if we have the SLang library from Davis. */
25 /* Define if we have the X11 windowing system. */
28 /* Define the architecture name string */
31 /* The version number string */
34 /* The package name string */
37 /* Generate the fixed bit size types */
40 # define UINT32 unsigned int
44 # define UINT32 unsigned long
46 # if SIZEOF_SHORT == 4
48 # define UINT32 unsigned short
50 # error Must have a form of 32-bit integer
57 # define UINT16 unsigned int
61 # define UINT16 unsigned long
63 # if SIZEOF_SHORT == 2
67 # error Must have a form of 16-bit integer