diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-25 11:16:26 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-25 11:16:26 +0000 |
commit | a7da804741d2650c5132ab004d442d7dc4e6b64b (patch) | |
tree | 75f026360fde1db3feae8ef2e390fd722d40b99b /acconfig.h | |
parent | b6f493448ebb71a53f20a3c7205d03bb582e639d (diff) | |
download | libxslt-a7da804741d2650c5132ab004d442d7dc4e6b64b.tar.gz libxslt-a7da804741d2650c5132ab004d442d7dc4e6b64b.tar.bz2 libxslt-a7da804741d2650c5132ab004d442d7dc4e6b64b.zip |
- functions.[ch]: Bjorn Reese <breese@mail1.stofanet.dk> provided
number formatting !!!
- acconfig.h config.h.in configure.in libxslt/Makefile.am
tests/Makefile.am; added testing for mathematical functions,
fixed make test(s)
- FEATURES: updated
Daniel
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 00000000..f00b312e --- /dev/null +++ b/acconfig.h @@ -0,0 +1,5 @@ +#undef HAVE_ISINF +#undef HAVE_ISNAN +#undef HAVE_POW +#undef HAVE_FLOOR +#undef HAVE_FABS |