OSDN Git Service

2001-03-05 Stephen M. Webb <stephen.webb@cybersafe.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / acconfig.h
index 85b6ca7..29ffd5e 100644 (file)
@@ -1,5 +1,11 @@
 // acconfig.h symbols and macros for libstdc++ v3 -*- C++ -*-
 
+// Define if GCC support for __complex__ float is buggy.
+#undef _GLIBCPP_BUGGY_FLOAT_COMPLEX
+
+// Define if GCC support for __complex__ is buggy.
+#undef _GLIBCPP_BUGGY_COMPLEX
+
 // Include support for multiple threads, e.g., in the I/O package.
 #undef _GLIBCPP_USE_THREADS
 
 // Define if code specialized for wchar_t should be used.
 #undef _GLIBCPP_USE_WCHAR_T
 
+// Define if you have the atan2f function.
+#undef _GLIBCPP_HAVE_ATAN2F 
+
+// Define if you have the atan2l function.
+#undef _GLIBCPP_HAVE_ATAN2L
+
+// Define if you have the copysignf function.
+#undef _GLIBCPP_HAVE_COPYSIGNF
+
 // Define if lldiv_t exists in stdlib.h.
 #undef HAVE_LLDIV_T
 
+// Define if mbstate_t exists in wchar.h.  */
+#undef HAVE_MBSTATE_T
+
+// Define if you have the modff function.  */
+#undef HAVE_MODFF
+
+// Define if you have the modfl function.  */
+#undef HAVE_MODFL
+
 // Define if the compiler/host combination has __builtin_abs
 #undef HAVE___BUILTIN_ABS
 
 // Define if the compiler/host combination has __builtin_sqrtl
 #undef HAVE___BUILTIN_SQRTL
 
-// Define if GCC support for __complex__ float is buggy.
-#undef _GLIBCPP_BUGGY_FLOAT_COMPLEX
-
-// Define if GCC support for __complex__ is buggy.
-#undef _GLIBCPP_BUGGY_COMPLEX
-
 // Define if LC_MESSAGES is available in <locale.h>.
 #undef HAVE_LC_MESSAGES