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. /* Define if we have the timegm() function */
  5. #undef HAVE_TIMEGM
  6. /* Define if we have the zlib library for gzip */
  7. #undef HAVE_ZLIB
  8. /* Define if we have the bz2 library for bzip2 */
  9. #undef HAVE_BZ2
  10. /* Define if we have the lzma library for lzma/xz */
  11. #undef HAVE_LZMA
  12. /* These two are used by the statvfs shim for glibc2.0 and bsd */
  13. /* Define if we have sys/vfs.h */
  14. #undef HAVE_VFS_H
  15. #undef HAVE_STRUCT_STATFS_F_TYPE
  16. /* Define if we have sys/mount.h */
  17. #undef HAVE_MOUNT_H
  18. /* Define if we have enabled pthread support */
  19. #undef HAVE_PTHREAD
  20. /* If there is no socklen_t, define this for the netdb shim */
  21. #undef NEED_SOCKLEN_T_DEFINE
  22. /* Define to the size of the filesize containing structures */
  23. #undef _FILE_OFFSET_BITS
  24. /* Define the arch name string */
  25. #undef COMMON_ARCH
  26. /* The package name string */
  27. #undef PACKAGE
  28. /* The version number string */
  29. #undef PACKAGE_VERSION
  30. /* The mail address to reach upstream */
  31. #undef PACKAGE_MAIL
  32. #define APT_8_CLEANER_HEADERS
  33. #define APT_9_CLEANER_HEADERS
  34. #define APT_10_CLEANER_HEADERS