summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-09-12 15:02:19 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-09-12 15:02:19 +0000
commit67d44b290ac24f4019dc5aaf5adb6991f99e3412 (patch)
tree78778aef502ac87bf1a6e94b889363efb868a3f4 /config.h.in
parentf700e4f073e0888d20134bf551a4b0f5e3d7b3b6 (diff)
downloadlibxslt-67d44b290ac24f4019dc5aaf5adb6991f99e3412.tar.gz
libxslt-67d44b290ac24f4019dc5aaf5adb6991f99e3412.tar.bz2
libxslt-67d44b290ac24f4019dc5aaf5adb6991f99e3412.zip
trying to incorporate comments from bug #59220 Daniel
* win32/dsp/libxslt.def libxslt/variables.[ch]: trying to incorporate comments from bug #59220 Daniel
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 24e09d21..3275a08f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -21,6 +21,9 @@
/* Define if you have the gettimeofday function. */
#undef HAVE_GETTIMEOFDAY
+/* Define if you have the gmtime function. */
+#undef HAVE_GMTIME
+
/* Define if you have the localtime function. */
#undef HAVE_LOCALTIME
@@ -30,6 +33,9 @@
/* Define if you have the stat function. */
#undef HAVE_STAT
+/* Define if you have the time function. */
+#undef HAVE_TIME
+
/* Define if you have the <ansidecl.h> header file. */
#undef HAVE_ANSIDECL_H