config.h.in 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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 the timegm() function */
  15. #undef HAVE_TIMEGM
  16. /* These two are used by the statvfs shim for glibc2.0 and bsd */
  17. /* Define if we have sys/vfs.h */
  18. #undef HAVE_VFS_H
  19. /* Define if we have sys/mount.h */
  20. #undef HAVE_MOUNT_H
  21. /* Define if we have enabled pthread support */
  22. #undef HAVE_PTHREAD
  23. /* If there is no socklen_t, define this for the netdb shim */
  24. #undef NEED_SOCKLEN_T_DEFINE
  25. /* Define the cpu name string */
  26. #undef COMMON_CPU
  27. /* Define the on name string */
  28. #undef COMMON_OS
  29. /* The version number string */
  30. #undef VERSION
  31. /* The package name string */
  32. #undef PACKAGE