CppCMS
|
00001 // 00002 // Copyright (C) 2009-2012 Artyom Beilis (Tonkikh) 00003 // 00004 // Distributed under the Boost Software License, Version 1.0. (See 00005 // accompanying file LICENSE_1_0.txt or copy at 00006 // http://www.boost.org/LICENSE_1_0.txt) 00007 // 00008 #ifndef BOOSTER_AIO_CONFIG_H 00009 #define BOOSTER_AIO_CONFIG_H 00010 00011 #include <booster/config.h> 00012 #include <booster/build_config.h> 00013 00014 #if defined(BOOSTER_WIN32) 00015 # define BOOSTER_AIO_NO_PF_UNIX 00016 #endif 00017 00018 #ifndef BOOSTER_AIO_HAVE_PF_INET6 00019 # define BOOSTER_AIO_NO_PF_INET6 00020 #endif 00021 00022 00023 #endif // AIO_CONFIG_H