config.h.in 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. /* Check for getresuid() function and similar ones */
  23. #undef HAVE_GETRESUID
  24. #undef HAVE_GETRESGID
  25. #undef HAVE_SETRESUID
  26. #undef HAVE_SETRESGID
  27. /* Check for ptsname_r() */
  28. #undef HAVE_PTSNAME_R
  29. /* Define to the size of the filesize containing structures */
  30. #undef _FILE_OFFSET_BITS
  31. /* Define the arch name string */
  32. #undef COMMON_ARCH
  33. /* The package name string */
  34. #undef PACKAGE
  35. /* The version number string */
  36. #undef PACKAGE_VERSION
  37. /* The mail address to reach upstream */
  38. #undef PACKAGE_MAIL
  39. #define APT_8_CLEANER_HEADERS
  40. #define APT_9_CLEANER_HEADERS
  41. #define APT_10_CLEANER_HEADERS
  42. /* unrolling is faster combined with an optimizing compiler */
  43. #define SHA2_UNROLL_TRANSFORM