diff options
author | Roumen Petrov <bugtrack@roumenpetrov.info> | 2012-02-26 18:36:27 +0200 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2012-08-16 16:46:56 +0800 |
commit | a2051bf912d8e96e5b7407fde237cfbdc590ce1e (patch) | |
tree | d3bb243e48865422816d3f621475cda649d8aa8e /config.h.in | |
parent | c5eda69c278119e7a66aa5371cd3521cead79fa1 (diff) | |
download | libxslt-a2051bf912d8e96e5b7407fde237cfbdc590ce1e.tar.gz libxslt-a2051bf912d8e96e5b7407fde237cfbdc590ce1e.tar.bz2 libxslt-a2051bf912d8e96e5b7407fde237cfbdc590ce1e.zip |
check for gmtime - on mingw* hosts will enable date-time function
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 2f9f9732..9cadf4bc 100644 --- a/config.h.in +++ b/config.h.in @@ -36,6 +36,9 @@ /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY +/* Define to 1 if you have the `gmtime' function. */ +#undef HAVE_GMTIME + /* Define to 1 if you have the `gmtime_r' function. */ #undef HAVE_GMTIME_R |