/usr/include/pion/config.hpp is in libpion-dev 5.0.7+dfsg-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | /* include/pion/config.hpp. Generated from config.hpp.in by configure. */
// ---------------------------------------------------------------------
// pion: a Boost C++ framework for building lightweight HTTP interfaces
// ---------------------------------------------------------------------
// Copyright (C) 2007-2014 Splunk Inc. (https://github.com/splunk/pion)
//
// Distributed under the Boost Software License, Version 1.0.
// See 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 the version number of pion. */
#define PION_VERSION "5.0.7"
/* Define to the directory where Pion plug-ins are installed. */
#define PION_PLUGINS_DIRECTORY "/usr/share/pion/plugins"
/* Define to the directory where cygwin is installed. */
#define PION_CYGWIN_DIRECTORY ""
/* Define to 1 if C library supports malloc_trim() */
#define PION_HAVE_MALLOC_TRIM 1
// -----------------------------------------------------------------------
// hash_map support
//
// At least one of the following options should be defined.
/* 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 <tr1/unordered_map> header file. */
/* #undef PION_HAVE_TR1_UNORDERED_MAP */
/* Define to 1 if you have the <unordered_map> header file. */
#define PION_HAVE_UNORDERED_MAP 1
// -----------------------------------------------------------------------
// Logging Options
//
// At most one of the logging options below should be defined. If none of
// them are defined, std::cout and std::cerr will be used for logging.
/* Define to 1 to use the `log4cplus' library (-llog4cplus) for logging. */
/* #undef PION_USE_LOG4CPLUS */
/* Define to 1 to use the `log4cxx' library (-llog4cxx) for logging. */
/* #undef PION_USE_LOG4CXX */
/* Define to 1 to use the `log4cpp' library (-llog4cpp) for logging. */
#define PION_USE_LOG4CPP 1
/* Define to 1 to disable logging. */
/* #undef PION_DISABLE_LOGGING */
// -----------------------------------------------------------------------
/* Define to 1 if you have the `zlib' library. */
#define PION_HAVE_ZLIB 1
/* Define to 1 if you have the `bzlib' library. */
#define PION_HAVE_BZLIB 1
/* Define to 1 if you have the `OpenSSL' library. */
#define PION_HAVE_SSL 1
/* This is used by Windows projects to flag exported symbols */
#define PION_API
#define PION_PLUGIN
#endif
|