config.h.in 850 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. /* The number of bytes in a usigned char. */
  5. #undef SIZEOF_CHAR
  6. /* The number of bytes in a unsigned int. */
  7. #undef SIZEOF_INT
  8. /* The number of bytes in a unsigned long. */
  9. #undef SIZEOF_LONG
  10. /* The number of bytes in a unsigned short. */
  11. #undef SIZEOF_SHORT
  12. /* Define if we have libgpm. */
  13. #undef HAVE_LIBGPM
  14. /* Define if we have the SLang library from Davis. */
  15. #undef HAVE_LIBSLANG
  16. /* Define if we have the X11 windowing system. */
  17. #undef HAVE_X11
  18. /* Define if we have enabled pthread support */
  19. #undef HAVE_PTHREAD
  20. /* Define the architecture name string */
  21. #undef ARCHITECTURE
  22. /* The version number string */
  23. #undef VERSION
  24. /* The package name string */
  25. #undef PACKAGE