]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Add missing HAVE_UNLINKAT to build/cmake/config.h.in
authorMartin Matuska <martin@matuska.org>
Mon, 3 Jun 2019 14:29:58 +0000 (16:29 +0200)
committerMartin Matuska <martin@matuska.org>
Mon, 3 Jun 2019 14:29:58 +0000 (16:29 +0200)
build/cmake/config.h.in

index aed77f9a81c93be3ff681fbd365d56a8f4431cab..f0761c957ecd5bcda0114599d0c733a131745b18 100644 (file)
@@ -1111,6 +1111,9 @@ typedef uint64_t uintmax_t;
 /* Define to 1 if you have the <unistd.h> header file. */
 #cmakedefine HAVE_UNISTD_H 1
 
+/* Define to 1 if you have the `unlinkat' function. */
+#cmakedefine HAVE_UNLINKAT 1
+
 /* Define to 1 if you have the `unsetenv' function. */
 #cmakedefine HAVE_UNSETENV 1