MACE  1.0.0
 All Classes Namespaces Files Functions Variables Enumerations Defines
libs/rpc/include/mace/rpc/http/unyield.hpp
00001 //
00002 // unyield.hpp
00003 // ~~~~~~~~~~~
00004 //
00005 // Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
00006 //
00007 // Distributed under the Boost Software License, Version 1.0. (See accompanying
00008 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
00009 //
00010 
00011 #ifdef reenter
00012 # undef reenter
00013 #endif
00014 
00015 #ifdef yield
00016 # undef yield
00017 #endif
00018 
00019 #ifdef fork
00020 # undef fork
00021 #endif