PR 6048
[binutils-gdb.git] / gold / config.in
index 81da6aaad3338f3b4e3b85ada96630fdb34cfe98..73cc6e9eb58e000a1be7184f05542a7037441201 100644 (file)
@@ -31,6 +31,9 @@
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
+/* Define if compiler supports #pragma omp threadprivate */
+#undef HAVE_OMP_SUPPORT
+
 /* Define to 1 if you have the `pread' function. */
 #undef HAVE_PREAD
 
@@ -64,6 +67,9 @@
 /* Define to support 64-bit little-endian targets */
 #undef HAVE_TARGET_64_LITTLE
 
+/* Define if attributes work on C++ templates */
+#undef HAVE_TEMPLATE_ATTRIBUTES
+
 /* Define to 1 if you have the <tr1/unordered_map> header file. */
 #undef HAVE_TR1_UNORDERED_MAP