]>
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 | ||
d7bccc73 AL |
7 | /* The number of bytes in a unsigned char. */ |
8 | #undef SIZEOF_UNSIGNED_CHAR | |
9 | ||
10 | /* The number of bytes in a unsigned int. */ | |
11 | #undef SIZEOF_UNSIGNED_INT | |
12 | ||
13 | /* The number of bytes in a unsigned long. */ | |
14 | #undef SIZEOF_UNSIGNED_LONG | |
15 | ||
16 | /* The number of bytes in a unsigned short. */ | |
17 | #undef SIZEOF_UNSIGNED_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 |