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 /config.h.in | |
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 'config.h.in')
-rw-r--r-- | config.h.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index be5dcb92..0c922c00 100644 --- a/config.h.in +++ b/config.h.in @@ -5,3 +5,24 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS + +#undef HAVE_ISINF +#undef HAVE_ISNAN +#undef HAVE_POW +#undef HAVE_FLOOR +#undef HAVE_FABS + +/* Define if you have the <float.h> header file. */ +#undef HAVE_FLOAT_H + +/* Define if you have the <fp_class.h> header file. */ +#undef HAVE_FP_CLASS_H + +/* Define if you have the <ieeefp.h> header file. */ +#undef HAVE_IEEEFP_H + +/* Define if you have the <math.h> header file. */ +#undef HAVE_MATH_H + +/* Define if you have the <nan.h> header file. */ +#undef HAVE_NAN_H |