/home/brq/plautrba/devel/src/openscap.git/openscap-0.8.2/src/common/debug_priv.h File Reference
oscap debug helpers private header
More...
#include "util.h"
#include "public/debug.h"
Go to the source code of this file.
Defines |
#define | OSCAP_DEBUGOBJ_SEXP 1 |
#define | oscap_dlprintf(...) while(0) |
#define | debug(l) if (0) |
#define | dO(type, obj) while(0) |
#define | dI(...) oscap_dlprintf(DBG_I, __VA_ARGS__) |
#define | dW(...) oscap_dlprintf(DBG_W, __VA_ARGS__) |
#define | dE(...) oscap_dlprintf(DBG_E, __VA_ARGS__) |
Detailed Description
oscap debug helpers private header