X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=config.hh;h=a7466269d24157b037d977cbcb35208a085eb53a;hb=9c3803e6f6a6073a43524940307b7dd7de8b16d9;hp=c4459cd4d921fc23c73b6b95608c08d5066f0e28;hpb=8ec0b7ed2df36144b52df5aa40497fc5409c31f7;p=senf.git diff --git a/config.hh b/config.hh index c4459cd..a746626 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 @@ -80,6 +88,10 @@ # 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 # # ///////////////////////////////hh.e//////////////////////////////////////// # endif