diff options
Diffstat (limited to 'Build/source/libs/poppler/config.h.in')
-rw-r--r-- | Build/source/libs/poppler/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/libs/poppler/config.h.in b/Build/source/libs/poppler/config.h.in index 94f471a34b7..75f3ce3bc5b 100644 --- a/Build/source/libs/poppler/config.h.in +++ b/Build/source/libs/poppler/config.h.in @@ -37,6 +37,9 @@ /* Define to 1 if you have the `rand_r' function. */ #undef HAVE_RAND_R +/* Define to 1 if you have the `timegm' function. */ +#undef HAVE_TIMEGM + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H |