X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=config.hh;h=bf13b1e3d7dd4de03be76492953022cf09b67d1d;hb=81f84badf27b66dbadec9890646ca1193e998505;hp=29060306b9e4cc97798d0d59eafc79fdaf1d0102;hpb=7a4d13b962b9cd20e2e0bad0753a9bb1ca3219c4;p=senf.git diff --git a/config.hh b/config.hh index 2906030..bf13b1e 100644 --- a/config.hh +++ b/config.hh @@ -27,9 +27,18 @@ # define HH_config_ 1 # # // Custom includes +# include +# include # # ///////////////////////////////hh.p//////////////////////////////////////// -# + +namespace senf { +namespace config { + + typedef boost::int_fast64_t time_type; + +}} + # include "local_config.hh" # # ifndef SENF_ABSOLUTE_INCLUDE_PATH @@ -73,9 +82,25 @@ # 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 +# +# if __GLIBC__>=2 && __GLIBC_MINOR__>=8 +# define HAVE_TIMERFD 1 +# endif # # ///////////////////////////////hh.e//////////////////////////////////////// # endif