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