MessagePack for C
include
msgpack
predef
library
std
modena.h
Go to the documentation of this file.
1
/*
2
Copyright Rene Rivera 2008-2015
3
Distributed under the Boost Software License, Version 1.0.
4
(See accompanying file LICENSE_1_0.txt or copy at
5
http://www.boost.org/LICENSE_1_0.txt)
6
*/
7
8
#ifndef MSGPACK_PREDEF_LIBRARY_STD_MODENA_H
9
#define MSGPACK_PREDEF_LIBRARY_STD_MODENA_H
10
11
#include <
msgpack/predef/library/std/_prefix.h
>
12
13
#include <
msgpack/predef/version_number.h
>
14
#include <
msgpack/predef/make.h
>
15
16
/*`
17
[heading `MSGPACK_LIB_STD_MSIPL`]
18
19
[@http://modena.us/ Modena Software Lib++] Standard C++ Library.
20
21
[table
22
[[__predef_symbol__] [__predef_version__]]
23
24
[[`MSIPL_COMPILE_H`] [__predef_detection__]]
25
[[`__MSIPL_COMPILE_H`] [__predef_detection__]]
26
]
27
*/
28
29
#define MSGPACK_LIB_STD_MSIPL MSGPACK_VERSION_NUMBER_NOT_AVAILABLE
30
31
#if defined(MSIPL_COMPILE_H) || defined(__MSIPL_COMPILE_H)
32
# undef MSGPACK_LIB_STD_MSIPL
33
# define MSGPACK_LIB_STD_MSIPL MSGPACK_VERSION_NUMBER_AVAILABLE
34
#endif
35
36
#if MSGPACK_LIB_STD_MSIPL
37
# define MSGPACK_LIB_STD_MSIPL_AVAILABLE
38
#endif
39
40
#define MSGPACK_LIB_STD_MSIPL_NAME "Modena Software Lib++"
41
42
#endif
43
44
#include <
msgpack/predef/detail/test.h
>
45
MSGPACK_PREDEF_DECLARE_TEST
(
MSGPACK_LIB_STD_MSIPL
,
MSGPACK_LIB_STD_MSIPL_NAME
)
_prefix.h
MSGPACK_LIB_STD_MSIPL_NAME
#define MSGPACK_LIB_STD_MSIPL_NAME
Definition:
modena.h:40
version_number.h
MSGPACK_LIB_STD_MSIPL
#define MSGPACK_LIB_STD_MSIPL
Definition:
modena.h:29
test.h
MSGPACK_PREDEF_DECLARE_TEST
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition:
test.h:13
make.h
Generated by
1.8.17