X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/5b28c8040795b53a4df54f33e57976720558ed32..9179f697ed4796a86f820b516f034fd679e48be4:/buildlib/config.h.in diff --git a/buildlib/config.h.in b/buildlib/config.h.in index eddb16246..87918bbec 100644 --- a/buildlib/config.h.in +++ b/buildlib/config.h.in @@ -22,6 +22,7 @@ /* These two are used by the statvfs shim for glibc2.0 and bsd */ /* Define if we have sys/vfs.h */ #undef HAVE_VFS_H +#undef HAVE_STRUCT_STATFS_F_TYPE /* Define if we have sys/mount.h */ #undef HAVE_MOUNT_H @@ -32,11 +33,16 @@ /* If there is no socklen_t, define this for the netdb shim */ #undef NEED_SOCKLEN_T_DEFINE +/* Define to the size of the filesize containing structures */ +#undef _FILE_OFFSET_BITS + /* Define the arch name string */ #undef COMMON_ARCH -/* The version number string */ -#undef VERSION - /* The package name string */ #undef PACKAGE + +/* The version number string */ +#undef PACKAGE_VERSION + +#define APT_8_CLEANER_HEADERS