From: Martin Matuska Date: Wed, 2 Aug 2023 22:31:38 +0000 (+0200) Subject: build: add missing HAVE_STRUCT_STATFS to build/cmake/config.h.in X-Git-Tag: v3.7.2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=574f6594ce48893ac5da56ecbe328450324ecdfc;p=thirdparty%2Flibarchive.git build: add missing HAVE_STRUCT_STATFS to build/cmake/config.h.in Fixes #1937 --- diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index 08a3196f2..71d54a4ce 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -1032,6 +1032,12 @@ typedef uint64_t uintmax_t; /* Define to 1 if you have the `strrchr' function. */ #cmakedefine HAVE_STRRCHR 1 +/* Define to 1 if the system has the type `struct statfs'. */ +#cmakedefine HAVE_STRUCT_STATFS 1 + +/* Define to 1 if `f_iosize' is a member of `struct statfs'. */ +#cmakedefine HAVE_STRUCT_STATFS_F_IOSIZE 1 + /* Define to 1 if `f_namemax' is a member of `struct statfs'. */ #cmakedefine HAVE_STRUCT_STATFS_F_NAMEMAX 1