config.h.in 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. /* Define if we have the lz4 library for lz4 */
  13. #undef HAVE_LZ4
  14. /* These two are used by the statvfs shim for glibc2.0 and bsd */
  15. /* Define if we have sys/vfs.h */
  16. #undef HAVE_VFS_H
  17. #undef HAVE_STRUCT_STATFS_F_TYPE
  18. /* Define if we have sys/mount.h */
  19. #undef HAVE_MOUNT_H
  20. /* Define if we have enabled pthread support */
  21. #undef HAVE_PTHREAD
  22. /* If there is no socklen_t, define this for the netdb shim */
  23. #undef NEED_SOCKLEN_T_DEFINE
  24. /* Check for getresuid() function and similar ones */
  25. #undef HAVE_GETRESUID
  26. #undef HAVE_GETRESGID
  27. #undef HAVE_SETRESUID
  28. #undef HAVE_SETRESGID
  29. /* Check for ptsname_r() */
  30. #undef HAVE_PTSNAME_R
  31. /* Define to the size of the filesize containing structures */
  32. #undef _FILE_OFFSET_BITS
  33. /* Define the arch name string */
  34. #undef COMMON_ARCH
  35. /* The package name string */
  36. #undef PACKAGE
  37. /* The version number string */
  38. #undef PACKAGE_VERSION
  39. /* The mail address to reach upstream */
  40. #undef PACKAGE_MAIL
  41. #define APT_8_CLEANER_HEADERS
  42. #define APT_9_CLEANER_HEADERS
  43. #define APT_10_CLEANER_HEADERS
  44. /* unrolling is faster combined with an optimizing compiler */
  45. #define SHA2_UNROLL_TRANSFORM