]> git.ipfire.org Git - thirdparty/pdns.git/blob - pdns/mtasker_context.cc
Merge pull request #3554 from nlyan/ctxlinkfixes
[thirdparty/pdns.git] / pdns / mtasker_context.cc
1 #ifdef HAVE_CONFIG_H
2 #include "config.h"
3 #endif
4
5 #if defined(HAVE_BOOST_CONTEXT)
6 #include "mtasker_fcontext.cc"
7 #else
8 #include "mtasker_ucontext.cc"
9 #endif