]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
build: add missing HAVE_STRUCT_STATFS to build/cmake/config.h.in
authorMartin Matuska <martin@matuska.de>
Wed, 2 Aug 2023 22:31:38 +0000 (00:31 +0200)
committerMartin Matuska <martin@matuska.de>
Thu, 3 Aug 2023 22:18:10 +0000 (00:18 +0200)
Fixes #1937

build/cmake/config.h.in

index 08a3196f2a6ded9ba45febe8c02f1d56f299470d..71d54a4cec71c12a6208aacca8e7f6949367eb66 100644 (file)
@@ -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