From 7e88ab9917a41177407844941fd2f575057597ce Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Mon, 3 Jun 2019 16:29:58 +0200 Subject: [PATCH] Add missing HAVE_UNLINKAT to build/cmake/config.h.in --- build/cmake/config.h.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2