opentracing-c
OpenTracing C API
Macros
config.h File Reference
#include <opentracing-c/visibility.h>
Include dependency graph for config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OPENTRACINGC_MAJOR_VERSION   0
 
#define OPENTRACINGC_MINOR_VERSION   0
 
#define OPENTRACINGC_PATCH_VERSION   1
 
#define OPENTRACINGC_VERSION_STRING   "0.0.1"
 
#define HAVE_SYS_TIME_H
 
#define OPENTRACINGC_HAVE_WEAK_SYMBOLS
 
#define OPENTRACINGC_HAVE_NONNULL_ATTRIBUTE
 
#define OPENTRACINGC_HAVE_USED_ATTRIBUTE
 
#define OPENTRACINGC_WEAK   __attribute__((weak))
 
#define OPENTRACINGC_NONNULL(...)   __attribute__((nonnull(__VA_ARGS__)))
 
#define OPENTRACINGC_NONNULL_ALL   __attribute__((nonnull))
 
#define OPENTRACINGC_USED   __attribute__((used))