]> git.saurik.com Git - apt.git/blame_incremental - buildlib/config.h.in
Sparc64 and fixes
[apt.git] / buildlib / config.h.in
... / ...
CommitLineData
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 libgpm. */
20#undef HAVE_LIBGPM
21
22/* Define if we have the SLang library from Davis. */
23#undef HAVE_LIBSLANG
24
25/* Define if we have the X11 windowing system. */
26#undef HAVE_X11
27
28/* These two are used by the statvfs shim for glibc2.0 and bsd */
29/* Define if we have sys/vfs.h */
30#undef HAVE_VFS_H
31
32/* Define if we have sys/mount.h */
33#undef HAVE_MOUNT_H
34
35/* Define if we have enabled pthread support */
36#undef HAVE_PTHREAD
37
38/* If there is no socklen_t, define this for the netdb shim */
39#undef NEED_SOCKLEN_T_DEFINE
40
41/* Define the architecture name string */
42#undef ARCHITECTURE
43
44/* The version number string */
45#undef VERSION
46
47/* The package name string */
48#undef PACKAGE