X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2Fconfig.hh;h=4e26793db4f2a46adbc231a39a1402c78be1156a;hb=838c26a04f4ff76694a67c7726ad4b6b626982e7;hp=b076e207bc5d9c689dba650da34d1590e1592036;hpb=c505c034e5fdc932c02aa3dc3847a5551011d87e;p=senf.git diff --git a/senf/config.hh b/senf/config.hh index b076e20..4e26793 100644 --- a/senf/config.hh +++ b/senf/config.hh @@ -30,7 +30,7 @@ #include #include -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace config { @@ -92,10 +92,16 @@ namespace config { # define SENF_PACKET_ANNOTATION_SLOTS 8 # endif # -//# define SENF_PACKET_NO_COMPLEX_ANNOTATIONS - - -///////////////////////////////hh.e//////////////////////////////////////// +# ifndef SENF_PACKET_ANNOTATION_SLOTSIZE +# define SENF_PACKET_ANNOTATION_SLOTSIZE 16 +# endif +# +# ifdef SENF_DEBUG +# ifdef HAVE_EXECINFO_H +# define SENF_BACKTRACE +# endif +# endif +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif