Go to the source code of this file.
Defines | |
#define | s11n_CONFIG_HPP_INCLUDED 1 |
#define | s11n_S11N_INCLUDED 1 |
#define | s11n_S11N_PACKAGE_NAME "s11n" |
#define | s11n_S11N_LIBRARY_VERSION "1.3.0" |
#define | s11n_S11N_LIBRARY_VERSION_HEX (0x010300) |
#define | s11n_PACKAGE_RELEASE_CODENAME "Approved by Me" |
#define | s11n_PACKAGE_LICENSE "Public Domain" |
#define | s11n_PACKAGE_URL "http://s11n.net/" |
#define | s11n_PACKAGE_EMAIL_ADDRESS "s11n-devel@lists.sourceforge.net" |
#define | s11n_S11NLITE_DEFAULT_SERIALIZER_TYPE_NAME std::string("s11n::io::funtxt_serializer") |
#define | s11n_CONFIG_SHARED_DIR std::string("/usr/share/s11n") |
#define | s11n_CONFIG_LIB_DIR std::string("/usr/lib/s11n") |
#define | s11n_CONFIG_HAVE_LIBEXPAT (0) |
#define | s11n_CONFIG_HAVE_ZFSTREAM (0) |
#define | s11n_CONFIG_HAVE_WIN32_THREADS (0) |
#define | s11n_CONFIG_HAVE_GNUPTH_THREADS (0) |
#define | s11n_CONFIG_HAVE_PTHREADS (0) |
#define | s11n_CONFIG_ENABLE_PLUGINS (1) |
#define | s11n_CONFIG_ADDON_PSTREAMS_ENABLE (1) |
#define | s11n_CONFIG_PURE_ISO (0) |
#define | s11n_CONFIG_SINGLE_THREADED 1 |
#define s11n_CONFIG_ADDON_PSTREAMS_ENABLE (1) |
Definition at line 64 of file s11n_config.hpp.
#define s11n_CONFIG_ENABLE_PLUGINS (1) |
Definition at line 63 of file s11n_config.hpp.
#define s11n_CONFIG_HAVE_GNUPTH_THREADS (0) |
Definition at line 61 of file s11n_config.hpp.
#define s11n_CONFIG_HAVE_LIBEXPAT (0) |
Definition at line 58 of file s11n_config.hpp.
#define s11n_CONFIG_HAVE_PTHREADS (0) |
Definition at line 62 of file s11n_config.hpp.
#define s11n_CONFIG_HAVE_WIN32_THREADS (0) |
Definition at line 60 of file s11n_config.hpp.
#define s11n_CONFIG_HAVE_ZFSTREAM (0) |
Definition at line 59 of file s11n_config.hpp.
#define s11n_CONFIG_HPP_INCLUDED 1 |
Definition at line 2 of file s11n_config.hpp.
#define s11n_CONFIG_LIB_DIR std::string("/usr/lib/s11n") |
Definition at line 36 of file s11n_config.hpp.
#define s11n_CONFIG_PURE_ISO (0) |
Definition at line 72 of file s11n_config.hpp.
#define s11n_CONFIG_SHARED_DIR std::string("/usr/share/s11n") |
Definition at line 35 of file s11n_config.hpp.
#define s11n_CONFIG_SINGLE_THREADED 1 |
Definition at line 95 of file s11n_config.hpp.
#define s11n_PACKAGE_EMAIL_ADDRESS "s11n-devel@lists.sourceforge.net" |
Definition at line 27 of file s11n_config.hpp.
#define s11n_PACKAGE_LICENSE "Public Domain" |
Definition at line 25 of file s11n_config.hpp.
#define s11n_PACKAGE_RELEASE_CODENAME "Approved by Me" |
Definition at line 24 of file s11n_config.hpp.
#define s11n_PACKAGE_URL "http://s11n.net/" |
Definition at line 26 of file s11n_config.hpp.
#define s11n_S11N_INCLUDED 1 |
Definition at line 11 of file s11n_config.hpp.
#define s11n_S11N_LIBRARY_VERSION "1.3.0" |
Definition at line 22 of file s11n_config.hpp.
#define s11n_S11N_LIBRARY_VERSION_HEX (0x010300) |
Definition at line 23 of file s11n_config.hpp.
#define s11n_S11N_PACKAGE_NAME "s11n" |
Definition at line 21 of file s11n_config.hpp.
#define s11n_S11NLITE_DEFAULT_SERIALIZER_TYPE_NAME std::string("s11n::io::funtxt_serializer") |
Definition at line 28 of file s11n_config.hpp.