Forgot this file in my last commit.
authorOwen Anderson <resistor@mac.com>
Tue, 19 May 2009 22:25:55 +0000 (22:25 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 19 May 2009 22:25:55 +0000 (22:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72141 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/config.h.in

index 8ab67a4f63a181eea8b549f257be810a388412f9..eee2f946148bd6f1b2f91f4393da905e59061ba4 100644 (file)
 /* Installation directory for man pages */
 #undef LLVM_MANDIR
 
+/* Build multithreading support into LLVM */
+#undef LLVM_MULTITHREADED
+
 /* Define if this is Unixish platform */
 #undef LLVM_ON_UNIX