From: Martin Matuska Date: Mon, 3 Jun 2019 14:29:58 +0000 (+0200) Subject: Add missing HAVE_UNLINKAT to build/cmake/config.h.in X-Git-Tag: v3.4.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e88ab9917a41177407844941fd2f575057597ce;p=thirdparty%2Flibarchive.git Add missing HAVE_UNLINKAT to build/cmake/config.h.in --- diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index aed77f9a8..f0761c957 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -1111,6 +1111,9 @@ typedef uint64_t uintmax_t; /* Define to 1 if you have the 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