⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pionconfig.hpp.in

📁 用c++编写http server的源码库,对socket等网络处理的代码可迅速转为己用.
💻 IN
字号:
// -----------------------------------------------------------------// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -