diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-06-17 23:37:11 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-06-17 23:37:11 +0000 |
commit | 3a0c3a908d98fe451dd6bb8fcace1f9939ecd9df (patch) | |
tree | 18c6bf4e400adb12df2c613499a130a88f186f36 /Build/source/libs/poppler/poppler-src/config.h.cmake | |
parent | 1f4ae7ade1db6dd9d9509a1fcf16415579b9aa05 (diff) |
poppler 0.45.0
git-svn-id: svn://tug.org/texlive/trunk@41475 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/config.h.cmake')
-rw-r--r-- | Build/source/libs/poppler/poppler-src/config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/libs/poppler/poppler-src/config.h.cmake b/Build/source/libs/poppler/poppler-src/config.h.cmake index 85c6d3289ef..7988b74e31a 100644 --- a/Build/source/libs/poppler/poppler-src/config.h.cmake +++ b/Build/source/libs/poppler/poppler-src/config.h.cmake @@ -64,6 +64,9 @@ /* Defines if gmtime_r is available on your system */ #cmakedefine HAVE_GMTIME_R 1 +/* Defines if timegm is available on your system */ +#cmakedefine HAVE_TIMEGM 1 + /* Define if you have the iconv() function and it works. */ #cmakedefine HAVE_ICONV 1 |