OSDN Git Service

2005-10-07 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / config.h.in
index 6a4871c..6fb113d 100644 (file)
@@ -1,6 +1,4 @@
 /* config.h.in.  Generated from configure.ac by autoheader.  */
-// Symbols and macros for libstdc++ -*- C++ -*-
-
 
 /* Define to 1 if you have the `acosf' function. */
 #undef HAVE_ACOSF
 /* Define to 1 if a full hosted library is built, or 0 if freestanding. */
 #undef _GLIBCXX_HOSTED
 
+/* Define if ptrdiff_t is int. */
+#undef _GLIBCXX_PTRDIFF_T_IS_INT
+
 /* Define if using setrlimit to set resource limits during "make check" */
 #undef _GLIBCXX_RES_LIMITS
 
+/* Define if size_t is unsigned int. */
+#undef _GLIBCXX_SIZE_T_IS_UINT
+
 /* Define if the compiler is configured for setjmp/longjmp exceptions. */
 #undef _GLIBCXX_SJLJ_EXCEPTIONS
 
-/* Define to use symbol versioning in the shared library. */
+/* Define to use GNU symbol versioning in the shared library. */
 #undef _GLIBCXX_SYMVER
 
 /* Define if C99 functions or macros from <wchar.h>, <math.h>, <complex.h>,
 # define HAVE_TANL 1
 # define tanl _tanl
 #endif
-//
-// Define symbol versioning in assember directives. If symbol
-// versioning is beigng used, and the assembler supports this kind of
-// thing, then use it.
-// NB: _GLIBCXX_AT_AT is a hack to work around quoting issues in m4.
-#if _GLIBCXX_SYMVER
-  #define _GLIBCXX_ASM_SYMVER(cur, old, version) \
-   asm (".symver " #cur "," #old _GLIBCXX_AT_AT #version);
-#else
-  #define _GLIBCXX_ASM_SYMVER(cur, old, version)
-#endif