diff options
| author | David Schultz <das@FreeBSD.org> | 2005-03-26 08:27:53 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2005-03-26 08:27:53 +0000 |
| commit | b4a12fe13bf96725bb4b1f1cbfa16df5c5278fb4 (patch) | |
| tree | fa45bcaa9876007a326c4a647aa8fa59a63897c5 /gnu/lib/libstdc++ | |
| parent | c9a4bb99b003a477a9675740f3e2a1234136533e (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libstdc++')
| -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 f304da9f0dfb..08183d32cf45 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 */ |
