diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2003-02-19 04:28:12 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-02-19 04:28:12 +0000 |
| commit | 61856f3619094d3c7dd142500f0295f62a970dca (patch) | |
| tree | 8a2f71ecf2251e1c17fee86a9919a112f9658e16 /gnu/lib/libstdc++/config.h | |
| parent | 0252d2036972ff8da4ddc709e3b786717041b637 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libstdc++/config.h')
| -rw-r--r-- | gnu/lib/libstdc++/config.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h index ca157b1130a33..cce0516887e6f 100644 --- a/gnu/lib/libstdc++/config.h +++ b/gnu/lib/libstdc++/config.h @@ -9,9 +9,6 @@ // Define if GCC supports weak symbols. #define _GLIBCPP_SUPPORTS_WEAK __GXX_WEAK__ -// Define if gthr-default.h exists (meaning that threading support is enabled). -#define HAVE_GTHR_DEFAULT 1 - // Include I/O support for 'long long' and 'unsigned long long'. #define _GLIBCPP_USE_LONG_LONG 1 @@ -41,6 +38,9 @@ #define _GLIBCPP_ASM_SYMVER(cur, old, version) #endif +// Define if gthr-default.h exists (meaning that threading support is enabled). +#define HAVE_GTHR_DEFAULT 1 + // Define if mbstate_t exists in wchar.h. #define HAVE_MBSTATE_T 1 @@ -108,7 +108,7 @@ #define HAVE_LC_MESSAGES 1 /* Define if you have the __signbit function. */ -/* #undef HAVE___SIGNBIT */ +#define HAVE___SIGNBIT 1 /* Define if you have the __signbitf function. */ /* #undef HAVE___SIGNBITF */ @@ -452,6 +452,9 @@ /* Define if you have the iconv_open function. */ /* #undef HAVE_ICONV_OPEN */ +/* Define if you have the isatty function. */ +#define HAVE_ISATTY 1 + /* Define if you have the isinf function. */ #define HAVE_ISINF 1 @@ -762,7 +765,7 @@ #define PACKAGE "libstdc++" /* Version number of package */ -#define VERSION "3.2.1" +#define VERSION "3.2.2" /* Define if the compiler is configured for setjmp/longjmp exceptions. */ /* #undef _GLIBCPP_SJLJ_EXCEPTIONS */ |
