Toolbox
snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
toolbox
Config.h
Go to the documentation of this file.
1
/*
2
* The Reactive C++ Toolbox.
3
* Copyright (C) 2013-2019 Swirly Cloud Limited
4
* Copyright (C) 2021 Reactive Markets Limited
5
*
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
* you may not use this file except in compliance with the License.
8
* You may obtain a copy of the License at
9
*
10
* http://www.apache.org/licenses/LICENSE-2.0
11
*
12
* Unless required by applicable law or agreed to in writing, software
13
* distributed under the License is distributed on an "AS IS" BASIS,
14
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
* See the License for the specific language governing permissions and
16
* limitations under the License.
17
*/
18
#ifndef TOOLBOX_CONFIG_H
19
#define TOOLBOX_CONFIG_H
20
24
#define TOOLBOX_VERSION "snapshot"
25
29
#define TOOLBOX_PACKED __attribute__((packed))
30
34
#define TOOLBOX_WEAK __attribute__((visibility("default"), weak))
35
39
#define TOOLBOX_API __attribute__((visibility("default")))
40
44
#define TOOLBOX_HAVE_SYSTEMTAP 1
45
49
#ifndef TOOLBOX_BUILD_DEBUG
50
#define TOOLBOX_BUILD_DEBUG 0
51
#endif
52
53
#endif
// TOOLBOX_CONFIG_H
Generated by
1.9.8