diff options
Diffstat (limited to 'buildlib/config.h.in')
-rw-r--r-- | buildlib/config.h.in | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/buildlib/config.h.in b/buildlib/config.h.in index 4df268022..386d7a619 100644 --- a/buildlib/config.h.in +++ b/buildlib/config.h.in @@ -4,9 +4,6 @@ byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN -/* Define if the X Window System is missing or not being used. */ -#undef X_DISPLAY_MISSING - /* The number of bytes in a unsigned char. */ #undef SIZEOF_UNSIGNED_CHAR @@ -18,3 +15,12 @@ /* The number of bytes in a unsigned short. */ #undef SIZEOF_UNSIGNED_SHORT + +/* Define if we have libgpm. */ +#undef HAVE_LIBGPM + +/* Define if we have the SLang library from Davis. */ +#undef HAVE_LIBSLANG + +/* Define if we have the X11 windowing system. */ +#undef HAVE_X11 |