Add configure options for specifying where to look for libstdc++.
[oota-llvm.git] / include / llvm / Config / config.h.in
index 238a012bc85ff147683451ccdcff11ea289eb297..8051f55dd58e26e596be4ff82ab7ec0f9d86e1c0 100644 (file)
@@ -8,6 +8,18 @@
    */
 #undef CRAY_STACKSEG_END
 
+/* 32 bit multilib directory. */
+#undef CXX_INCLUDE_32BIT_DIR
+
+/* 64 bit multilib directory. */
+#undef CXX_INCLUDE_64BIT_DIR
+
+/* Arch the libstdc++ headers. */
+#undef CXX_INCLUDE_ARCH
+
+/* Directory with the libstdc++ headers. */
+#undef CXX_INCLUDE_ROOT
+
 /* Define to 1 if using `alloca.c'. */
 #undef C_ALLOCA