diff options
author | kan <kan@FreeBSD.org> | 2005-01-26 13:57:22 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2005-01-26 13:57:22 +0000 |
commit | 3f0d8e467c82773cd96f4e8a6daed7e6cdf02c2c (patch) | |
tree | ce253a4fb22e14c34b936b9232819ee83afad43f | |
parent | 8a903b4c36fcdb7885e1403dd75e7c131445d595 (diff) | |
download | FreeBSD-src-3f0d8e467c82773cd96f4e8a6daed7e6cdf02c2c.zip FreeBSD-src-3f0d8e467c82773cd96f4e8a6daed7e6cdf02c2c.tar.gz |
We have floorl() now. Reflect this in the library config file.
-rw-r--r-- | gnu/lib/libstdc++/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h index a34d4da..d764096 100644 --- a/gnu/lib/libstdc++/config.h +++ b/gnu/lib/libstdc++/config.h @@ -261,7 +261,7 @@ #define HAVE_FLOORF 1 /* Define to 1 if you have the `floorl' function. */ -/* #undef HAVE_FLOORL */ +#define HAVE_FLOORL 1 /* Define to 1 if you have the `fmodf' function. */ #define HAVE_FMODF 1 |