summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-07-07 21:24:06 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-07-07 21:24:06 +0000
commita48ce8ba9db84d39903477eaa2d97a2d23a19165 (patch)
treee0db35fe80acf144d90a4596367a48f2126e23f2 /config.h.in
parent6744bd096b0f163a2a54094444b1afe29159d574 (diff)
downloadlibxslt-a48ce8ba9db84d39903477eaa2d97a2d23a19165.tar.gz
libxslt-a48ce8ba9db84d39903477eaa2d97a2d23a19165.tar.bz2
libxslt-a48ce8ba9db84d39903477eaa2d97a2d23a19165.zip
added gettimeofday() check profiling works option --profile (or --norman
* config.h.in configure.in: added gettimeofday() check * libxslt/transform.c libxslt/xsltInternals.h libxslt/xsltutils.[ch]: profiling works option --profile (or --norman ;) Daniel
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 ac7b2ebd..9790f824 100644
--- a/config.h.in
+++ b/config.h.in
@@ -12,6 +12,9 @@
#undef HAVE_FLOOR
#undef HAVE_FABS
+/* Define if you have the gettimeofday function. */
+#undef HAVE_GETTIMEOFDAY
+
/* Define if you have the <ansidecl.h> header file. */
#undef HAVE_ANSIDECL_H