diff options
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 |