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:
Paul Beckingham 2016-08-24 18:21:37 -04:00
parent 45d0da6105
commit 17201dfd58
3 changed files with 17 additions and 1 deletions

View file

@ -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