From 17201dfd58792d8541bbb503167a506f801c991a Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 24 Aug 2016 18:21:37 -0400 Subject: [PATCH] TD-120: Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME TW-1845: Cygwin build fails, missing get_current_dir_name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Thanks to Jörg Krause, Ben Boeckel, hosaka. --- AUTHORS | 2 ++ ChangeLog | 5 ++++- cmake.h.in | 11 +++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 79250894..bbb3bf1e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -18,6 +18,7 @@ The following submitted code, packages or analysis, and deserve special thanks: Michael Meier Martin Boeker Felix Wolfsteller + Jörg Krause Thanks to the following, who submitted detailed bug reports and excellent suggestions: @@ -36,3 +37,4 @@ suggestions: Michel Crucifix Jonathon Bly Felix Wolfsteller + hosaka diff --git a/ChangeLog b/ChangeLog index 417ad4d6..5f70bfa8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ 1.1.0 () - -- +- TD-120 Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME + (Thanks to Jörg Krause, Ben Boeckel). +- TW-1845 Cygwin build fails, missing get_current_dir_name + (thanks to hosaka). ------ current release --------------------------- diff --git a/cmake.h.in b/cmake.h.in index a03bde3f..14e40248 100644 --- a/cmake.h.in +++ b/cmake.h.in @@ -34,3 +34,14 @@ #cmakedefine GNUHURD #cmakedefine UNKNOWN +/* Found tm.tm_gmtoff struct member */ +#cmakedefine HAVE_TM_GMTOFF + +/* Found st.st_birthtime struct member */ +#cmakedefine HAVE_ST_BIRTHTIME + +/* Functions */ +#cmakedefine HAVE_GET_CURRENT_DIR_NAME +#cmakedefine HAVE_TIMEGM +#cmakedefine HAVE_UUID_UNPARSE_LOWER +