config.h.in 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. #undef HAVE_STRUCT_STATFS_F_TYPE
  20. /* Define if we have sys/mount.h */
  21. #undef HAVE_MOUNT_H
  22. /* Define if we have enabled pthread support */
  23. #undef HAVE_PTHREAD
  24. /* If there is no socklen_t, define this for the netdb shim */
  25. #undef NEED_SOCKLEN_T_DEFINE
  26. /* Define the arch name string */
  27. #undef COMMON_ARCH
  28. /* The version number string */
  29. #undef VERSION
  30. /* The package name string */
  31. #undef PACKAGE