diff options
Diffstat (limited to 'build/cmake/config.h.in')
-rw-r--r-- | build/cmake/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index aed77f9a81c9..f0761c957ecd 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 <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 |