diff options
author | das <das@FreeBSD.org> | 2005-03-26 08:27:53 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2005-03-26 08:27:53 +0000 |
commit | 660dab49e82be7f08e0be4728da611cf00c2a62b (patch) | |
tree | fa45bcaa9876007a326c4a647aa8fa59a63897c5 /gnu/lib | |
parent | eabc12aec25a615c8f67412a01546d989f83d9fd (diff) | |
download | FreeBSD-src-660dab49e82be7f08e0be4728da611cf00c2a62b.zip FreeBSD-src-660dab49e82be7f08e0be4728da611cf00c2a62b.tar.gz |
Teach libstdc++ about frexpl() and ldexpl().
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/libstdc++/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h index f304da9..08183d3 100644 --- a/gnu/lib/libstdc++/config.h +++ b/gnu/lib/libstdc++/config.h @@ -285,7 +285,7 @@ #define HAVE_FREXPF 1 /* Define to 1 if you have the `frexpl' function. */ -/* #undef HAVE_FREXPL */ +#define HAVE_FREXPL 1 /* Define to 1 if you have the `fwide' function. */ #define HAVE_FWIDE 1 @@ -357,7 +357,7 @@ #define HAVE_LDEXPF 1 /* Define to 1 if you have the `ldexpl' function. */ -/* #undef HAVE_LDEXPL */ +#define HAVE_LDEXPL 1 /* Define to 1 if you have the <libintl.h> header file. */ /* #undef HAVE_LIBINTL_H */ |