X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=config.hh;h=12e24b5df5d868f46f8e1da60368ac4da0d7547a;hb=798a0c904f7aabb1c2eb0c937bc4a57caf2d057b;hp=42fb59572fa640f4a6fe07fbdb1910a4c791f61f;hpb=a1a6c76a214ad1935032826713cabaf9ac57bf07;p=senf.git diff --git a/config.hh b/config.hh index 42fb595..12e24b5 100644 --- a/config.hh +++ b/config.hh @@ -27,9 +27,17 @@ # define HH_config_ 1 # # // Custom includes +# include # # ///////////////////////////////hh.p//////////////////////////////////////// -# + +namespace senf { +namespace config { + + typedef boost::int_fast64_t time_type; + +}} + # include "local_config.hh" # # ifndef SENF_ABSOLUTE_INCLUDE_PATH @@ -70,12 +78,24 @@ # endif # # ifndef SENF_SENFLOG_LIMIT -# ifdef SENF_NO_DEBUG +# ifndef SENF_DEBUG # define SENF_SENFLOG_LIMIT senf::log::IMPORTANT # else -# define SENF_SENFLOG_LIMIT senf::log::VERBOSE +# define SENF_SENFLOG_LIMIT senf::log::NOTICE # endif # endif +# +# ifndef SENF_DEBUG_BACKTRACE_NUMCALLERS +# define SENF_DEBUG_BACKTRACE_NUMCALLERS 64 +# endif +# +# ifndef SENF_CONSOLE_MAX_COMMAND_ARITY +# define SENF_CONSOLE_MAX_COMMAND_ARITY 6 +# endif +# +# ifndef PHOENIX_LIMIT +# define PHOENIX_LIMIT 6 +# endif # # ///////////////////////////////hh.e//////////////////////////////////////// # endif