pionconfig.hpp

来自「用c++编写http server的源码库,对socket等网络处理的代码可迅速」· HPP 代码 · 共 52 行

HPP
52
字号
/* include/libpion/PionConfig.hpp.  Generated from PionConfig.hpp.in by configure.  */// -----------------------------------------------------------------// 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. */#define PION_HAVE_EXT_HASH_MAP 1/* 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. */#define PION_VERSION "0.2.0"/* Define to the directory where HTTP modules are installed. */#define PION_MODULES_DIRECTORY "/usr/local/lib/libpion/modules"/* Define to the directory where cygwin is installed. */#define PION_CYGWIN_DIRECTORY ""#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?