1From b067ab9bf667bb9257bb9eeaa6bf25f9a1a17f06 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
3Date: Fri, 6 May 2016 23:35:42 +0200
4Subject: [PATCH] Fix missing cmakedefine HAVE_GET_CURRENT_DIR_NAME
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
10---
11 cmake.h.in | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/cmake.h.in b/cmake.h.in
15index 4124ce9..0b8f9d0 100644
16--- a/cmake.h.in
17+++ b/cmake.h.in
18@@ -51,6 +51,7 @@
19 #cmakedefine HAVE_ST_BIRTHTIME
20
21 /* Functions */
22+#cmakedefine HAVE_GET_CURRENT_DIR_NAME
23 #cmakedefine HAVE_TIMEGM
24 #cmakedefine HAVE_UUID_UNPARSE_LOWER
25
26--
272.8.2
28
29