Go to the source code of this file.
◆ TOOLBOX_VERSION
#define TOOLBOX_VERSION "snapshot" |
Toolbox version.
Definition at line 24 of file Config.h.
◆ TOOLBOX_PACKED
#define TOOLBOX_PACKED __attribute__((packed)) |
Macro for packed structures.
Definition at line 29 of file Config.h.
◆ TOOLBOX_WEAK
#define TOOLBOX_WEAK __attribute__((visibility("default"), weak)) |
Macro for exporting weak symbols.
Definition at line 34 of file Config.h.
◆ TOOLBOX_API
#define TOOLBOX_API __attribute__((visibility("default"))) |
Macro for exporting classes and functions that compose the public API.
Definition at line 39 of file Config.h.
◆ TOOLBOX_HAVE_SYSTEMTAP
#define TOOLBOX_HAVE_SYSTEMTAP 1 |
True if SystemTap support is enabled.
Definition at line 44 of file Config.h.
◆ TOOLBOX_BUILD_DEBUG
#define TOOLBOX_BUILD_DEBUG 0 |
True if debug build is enabled.
Definition at line 50 of file Config.h.