summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-03-07 14:20:05 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-03-07 14:20:05 +0000
commit8af1c0b719aff5b0abcaa281f36c7b0603594e37 (patch)
tree9366cc52ddc8bfb33a89c09ebc4c05eb13c76ce6 /config.h.in
parenta7bee24993ab1c6e34a86e2146c93ca79b495e01 (diff)
downloadlibxslt-8af1c0b719aff5b0abcaa281f36c7b0603594e37.tar.gz
libxslt-8af1c0b719aff5b0abcaa281f36c7b0603594e37.tar.bz2
libxslt-8af1c0b719aff5b0abcaa281f36c7b0603594e37.zip
fixed bug #71488 in a similar way as #71457 Daniel
* configure.in xsltproc/xsltproc.c: fixed bug #71488 in a similar way as #71457 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 ce889f73..c9452264 100644
--- a/config.h.in
+++ b/config.h.in
@@ -16,6 +16,9 @@
/* Define if you have the asctime function. */
#undef HAVE_ASCTIME
+/* Define if you have the ftime function. */
+#undef HAVE_FTIME
+
/* Define if you have the gettimeofday function. */
#undef HAVE_GETTIMEOFDAY
@@ -70,6 +73,9 @@
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
+/* Define if you have the <sys/timeb.h> header file. */
+#undef HAVE_SYS_TIMEB_H
+
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H