config.h.in 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. /* Define if we have the zlib library for gzip */
  17. #undef HAVE_ZLIB
  18. /* Define if we have the bz2 library for bzip2 */
  19. #undef HAVE_BZ2
  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. #undef HAVE_STRUCT_STATFS_F_TYPE
  24. /* Define if we have sys/mount.h */
  25. #undef HAVE_MOUNT_H
  26. /* Define if we have enabled pthread support */
  27. #undef HAVE_PTHREAD
  28. /* If there is no socklen_t, define this for the netdb shim */
  29. #undef NEED_SOCKLEN_T_DEFINE
  30. /* Define to the size of the filesize containing structures */
  31. #undef _FILE_OFFSET_BITS
  32. /* Define the arch name string */
  33. #undef COMMON_ARCH
  34. /* The package name string */
  35. #undef PACKAGE
  36. /* The version number string */
  37. #undef PACKAGE_VERSION
  38. #define APT_8_CLEANER_HEADERS