From: bangerth Date: Wed, 14 Jan 2009 15:07:26 +0000 (+0000) Subject: Make compile. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b0801ce1984f7913d78da94032e8cbadd38eda;p=dealii-svn.git Make compile. git-svn-id: https://svn.dealii.org/trunk@18222 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/boost_threads.cc b/deal.II/base/source/boost_threads.cc index f23e72061b..82e6ece2ee 100644 --- a/deal.II/base/source/boost_threads.cc +++ b/deal.II/base/source/boost_threads.cc @@ -20,10 +20,18 @@ // the files that form BOOST's thread implementation so that we don't have to // build BOOST itself only to get at this small part of it. it also ensures // that we use the correct compiler and flags -# define BOOST_THREAD_POSIX # define BOOST_THREAD_BUILD_LIB 1 +# define DBOOST_ALL_NO_LIB 1 # ifdef DEAL_II_USE_MT_POSIX +# define BOOST_THREAD_POSIX +# include +# include + +# ifndef UINTMAX_C +# define UINTMAX_C(x) x ## ULL +# endif + # include <../libs/thread/src/pthread/once.cpp> # include <../libs/thread/src/pthread/exceptions.cpp> # include <../libs/thread/src/pthread/thread.cpp>