Open SCAP Library
Macros
debug_priv.h File Reference

oscap debug helpers private header More...

#include "util.h"
#include "public/debug.h"
#include <assert.h>

Go to the source code of this file.

Macros

#define OSCAP_DEBUG_PRIV_H_
#define OSCAP_DEBUGOBJ_SEXP   1
#define _A(x)   assert(x)
#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