config.h.in 868 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* buildlib/config.h.in. Generated automatically from configure.in by autoheader. */
  2. /* Define if your processor stores words with the most significant
  3. byte first (like Motorola and SPARC, unlike Intel and VAX). */
  4. #undef WORDS_BIGENDIAN
  5. /* The number of bytes in a usigned char. */
  6. #undef SIZEOF_CHAR
  7. /* The number of bytes in a unsigned int. */
  8. #undef SIZEOF_INT
  9. /* The number of bytes in a unsigned long. */
  10. #undef SIZEOF_LONG
  11. /* The number of bytes in a unsigned short. */
  12. #undef SIZEOF_SHORT
  13. /* Define if we have libgpm. */
  14. #undef HAVE_LIBGPM
  15. /* Define if we have the SLang library from Davis. */
  16. #undef HAVE_LIBSLANG
  17. /* Define if we have the X11 windowing system. */
  18. #undef HAVE_X11
  19. /* Define the architecture name string */
  20. #undef ARCHITECTURE
  21. /* The version number string */
  22. #undef VERSION
  23. /* The package name string */
  24. #undef PACKAGE