OpenBSD fixes
[ntk/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 number of bytes in a usigned char. */
6#undef SIZEOF_CHAR
7
8/* The number of bytes in a unsigned int. */
9#undef SIZEOF_INT
10
11/* The number of bytes in a unsigned long. */
12#undef SIZEOF_LONG
13
14/* The number of bytes in a unsigned short. */
15#undef SIZEOF_SHORT
16
17/* Define if we have libgpm. */
18#undef HAVE_LIBGPM
19
20/* Define if we have the SLang library from Davis. */
21#undef HAVE_LIBSLANG
22
23/* Define if we have the X11 windowing system. */
24#undef HAVE_X11
25
26/* Define if we have sys/vfs.h */
27#undef HAVE_VFS_H
28
29/* Define if we have sys/mount.h */
30#undef HAVE_MOUNT_H
31
32/* Define if we have enabled pthread support */
33#undef HAVE_PTHREAD
34
35/* Define the architecture name string */
36#undef ARCHITECTURE
37
38/* The version number string */
39#undef VERSION
40
41/* The package name string */
42#undef PACKAGE
43