]> git.ipfire.org Git - thirdparty/pdns.git/blob - pdns/mtasker_context.cc
Fix Boost component library detection.
[thirdparty/pdns.git] / pdns / mtasker_context.cc
1 #include "config.h"
2
3 #if defined(HAVE_BOOST_CONTEXT)
4 #include "mtasker_fcontext.cc"
5 #else
6 #include "mtasker_ucontext.cc"
7 #endif