ThreadSupport.h is now output from configure.

llvm-svn: 11770
This commit is contained in:
Brian Gaeke 2004-02-23 21:30:29 +00:00
parent d97a1201c2
commit c685388125
1 changed files with 1 additions and 3 deletions

View File

@ -17,9 +17,7 @@
#ifndef SUPPORT_THREADSUPPORT_H
#define SUPPORT_THREADSUPPORT_H
// FIXME: Eventually don't #include config.h here
#include "Config/config.h"
#if defined(HAVE_PTHREAD_MUTEX_LOCK) && HAVE_PTHREAD_MUTEX_LOCK
#if @HAVE_PTHREAD_MUTEX_LOCK@
#include "Support/ThreadSupport-PThreads.h"
#else
#include "Support/ThreadSupport-NoSupport.h"