config.h.in 1.0 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. /* 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. /* These two are used by the statvfs shim for glibc2.0 and bsd */
  11. /* Define if we have sys/vfs.h */
  12. #undef HAVE_VFS_H
  13. #undef HAVE_STRUCT_STATFS_F_TYPE
  14. /* Define if we have sys/mount.h */
  15. #undef HAVE_MOUNT_H
  16. /* Define if we have enabled pthread support */
  17. #undef HAVE_PTHREAD
  18. /* If there is no socklen_t, define this for the netdb shim */
  19. #undef NEED_SOCKLEN_T_DEFINE
  20. /* Define to the size of the filesize containing structures */
  21. #undef _FILE_OFFSET_BITS
  22. /* Define the arch name string */
  23. #undef COMMON_ARCH
  24. /* The package name string */
  25. #undef PACKAGE
  26. /* The version number string */
  27. #undef PACKAGE_VERSION
  28. /* The mail address to reach upstream */
  29. #undef PACKAGE_MAIL
  30. #define APT_8_CLEANER_HEADERS