pionconfig.hpp.in
来自「用c++编写http server的源码库,对socket等网络处理的代码可迅速」· IN 代码 · 共 51 行
IN
51 行
// -----------------------------------------------------------------// libpion: a C++ framework for building lightweight HTTP interfaces// -----------------------------------------------------------------// Copyright (C) 2007 Atomic Labs, Inc. (http://www.atomiclabs.com)//// Distributed under the Boost Software License, Version 1.0.// See accompanying file COPYING or copy at http://www.boost.org/LICENSE_1_0.txt//#ifndef __PION_PIONCONFIG_HEADER__#define __PION_PIONCONFIG_HEADER__// DO NOT USE autoheader ; this file is not automanaged!!!/* Define to 1 if you have the <ext/hash_map> header file. */#undef PION_HAVE_EXT_HASH_MAP/* Define to 1 if you have the <hash_map> header file. */#undef PION_HAVE_HASH_MAP/* Define to 1 if you have the `OpenSSL' library. */#undef PION_HAVE_SSL/* Define to 1 if you have the `log4cplus' library (-llog4cplus). */#undef PION_HAVE_LOG4CPLUS/* Define to 1 if you have the `log4cxx' library (-llog4cxx). */#undef PION_HAVE_LOG4CXX/* Define to 1 if you have the `log4cpp' library (-llog4cpp). */#undef PION_HAVE_LOG4CPP/* Define to 1 to use std::cout and std::cerr for logging. */#undef PION_HAVE_OSTREAM_LOGGING/* Define to 1 if you have the <unordered_map> header file. */#undef PION_HAVE_UNORDERED_MAP/* Define to the version number of libpion. */#undef PION_VERSION/* Define to the directory where HTTP modules are installed. */#undef PION_MODULES_DIRECTORY/* Define to the directory where cygwin is installed. */#undef PION_CYGWIN_DIRECTORY#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?