]>
Commit | Line | Data |
---|---|---|
d7bccc73 AL |
1 | /* buildlib/config.h.in. Generated automatically from configure.in by autoheader. */ |
2 | ||
3 | /* Define if your processor stores words with the most significant | |
4 | byte first (like Motorola and SPARC, unlike Intel and VAX). */ | |
5 | #undef WORDS_BIGENDIAN | |
6 | ||
e1b74f61 AL |
7 | /* The number of bytes in a usigned char. */ |
8 | #undef SIZEOF_CHAR | |
d7bccc73 AL |
9 | |
10 | /* The number of bytes in a unsigned int. */ | |
e1b74f61 | 11 | #undef SIZEOF_INT |
d7bccc73 AL |
12 | |
13 | /* The number of bytes in a unsigned long. */ | |
e1b74f61 | 14 | #undef SIZEOF_LONG |
d7bccc73 AL |
15 | |
16 | /* The number of bytes in a unsigned short. */ | |
e1b74f61 | 17 | #undef SIZEOF_SHORT |
118a5e95 AL |
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 | |
e1b74f61 AL |
27 | |
28 | /* Define the architecture name string */ | |
29 | #undef ARCHITECTURE | |
30 | ||
31 | /* The version number string */ | |
32 | #undef VERSION | |
33 | ||
34 | /* The package name string */ | |
35 | #undef PACKAGE |