config.h.in 692 B

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