summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorRoumen Petrov <bugtrack@roumenpetrov.info>2012-02-26 18:36:27 +0200
committerDaniel Veillard <veillard@redhat.com>2012-08-16 16:46:56 +0800
commita2051bf912d8e96e5b7407fde237cfbdc590ce1e (patch)
treed3bb243e48865422816d3f621475cda649d8aa8e /config.h.in
parentc5eda69c278119e7a66aa5371cd3521cead79fa1 (diff)
downloadlibxslt-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.in3
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