mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
TD-120: Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME
TW-1845: Cygwin build fails, missing get_current_dir_name - Thanks to Jörg Krause, Ben Boeckel, hosaka.
This commit is contained in:
parent
45d0da6105
commit
17201dfd58
3 changed files with 17 additions and 1 deletions
2
AUTHORS
2
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
|
||||
|
|
|
@ -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 ---------------------------
|
||||
|
||||
|
|
11
cmake.h.in
11
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue