config.h.in 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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 following 4 are only used by inttypes.h shim if the system lacks
  5. inttypes.h */
  6. /* The number of bytes in a usigned char. */
  7. #undef SIZEOF_CHAR
  8. /* The number of bytes in a unsigned int. */
  9. #undef SIZEOF_INT
  10. /* The number of bytes in a unsigned long. */
  11. #undef SIZEOF_LONG
  12. /* The number of bytes in a unsigned short. */
  13. #undef SIZEOF_SHORT
  14. /* Define if we have libgpm. */
  15. #undef HAVE_LIBGPM
  16. /* Define if we have the SLang library from Davis. */
  17. #undef HAVE_LIBSLANG
  18. /* Define if we have the X11 windowing system. */
  19. #undef HAVE_X11
  20. /* These two are used by the statvfs shim for glibc2.0 and bsd */
  21. /* Define if we have sys/vfs.h */
  22. #undef HAVE_VFS_H
  23. /* Define if we have sys/mount.h */
  24. #undef HAVE_MOUNT_H
  25. /* Define if we have enabled pthread support */
  26. #undef HAVE_PTHREAD
  27. /* If there is no socklen_t, define this for the netdb shim */
  28. #undef NEED_SOCKLEN_T_DEFINE
  29. /* Define the architecture name string */
  30. #undef ARCHITECTURE
  31. /* The version number string */
  32. #undef VERSION
  33. /* The package name string */
  34. #undef PACKAGE