OSDN Git Service

2009-01-15 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / config.h.in
index 10246a0..32d4937 100644 (file)
 /* Define to 1 if you have the <complex.h> header file. */
 #undef HAVE_COMPLEX_H
 
-/* Define to 1 if you have the `copysign' function. */
-#undef HAVE_COPYSIGN
-
-/* Define to 1 if you have the `copysignf' function. */
-#undef HAVE_COPYSIGNF
-
-/* Define to 1 if you have the `copysignl' function. */
-#undef HAVE_COPYSIGNL
-
 /* Define to 1 if you have the `cosf' function. */
 #undef HAVE_COSF
 
 /* Define to 1 if you have the <libintl.h> header file. */
 #undef HAVE_LIBINTL_H
 
-/* Define to 1 if you have the `m' library (-lm). */
-#undef HAVE_LIBM
-
 /* Only used in build directory testsuite_hooks.h. */
 #undef HAVE_LIMIT_AS
 
 /* Define to 1 if you have the `_ceill' function. */
 #undef HAVE__CEILL
 
-/* Define to 1 if you have the `_copysign' function. */
-#undef HAVE__COPYSIGN
-
-/* Define to 1 if you have the `_copysignl' function. */
-#undef HAVE__COPYSIGNL
-
 /* Define to 1 if you have the `_cosf' function. */
 #undef HAVE__COSF
 
 /* Define to 1 if you have the `_tanl' function. */
 #undef HAVE__TANL
 
-/* Define to 1 if you have the `__signbit' function. */
-#undef HAVE___SIGNBIT
-
-/* Define to 1 if you have the `__signbitf' function. */
-#undef HAVE___SIGNBITF
-
-/* Define to 1 if you have the `__signbitl' function. */
-#undef HAVE___SIGNBITL
-
 /* Define as const if the declaration of iconv() needs const. */
 #undef ICONV_CONST
 
 # define ceill _ceill
 #endif
 
-#if defined (HAVE__COPYSIGN) && ! defined (HAVE_COPYSIGN)
-# define HAVE_COPYSIGN 1
-# define copysign _copysign
-#endif
-
-#if defined (HAVE__COPYSIGNL) && ! defined (HAVE_COPYSIGNL)
-# define HAVE_COPYSIGNL 1
-# define copysignl _copysignl
-#endif
-
 #if defined (HAVE__COSF) && ! defined (HAVE_COSF)
 # define HAVE_COSF 1
 # define cosf _cosf