diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-07-07 21:24:06 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-07-07 21:24:06 +0000 |
commit | a48ce8ba9db84d39903477eaa2d97a2d23a19165 (patch) | |
tree | e0db35fe80acf144d90a4596367a48f2126e23f2 /config.h.in | |
parent | 6744bd096b0f163a2a54094444b1afe29159d574 (diff) | |
download | libxslt-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.in | 3 |
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 |