X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=config.hh;h=12e24b5df5d868f46f8e1da60368ac4da0d7547a;hb=3312f76b1836cad486d5f38690ee9c0f84cbc12c;hp=976f691a91bf2835157cae071ef15c90b4d01361;hpb=bf1d8ba5ce6fc6a169a938183f8d01c8bdbccf32;p=senf.git diff --git a/config.hh b/config.hh index 976f691..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 @@ -85,6 +93,10 @@ # define SENF_CONSOLE_MAX_COMMAND_ARITY 6 # endif # +# ifndef PHOENIX_LIMIT +# define PHOENIX_LIMIT 6 +# endif +# # ///////////////////////////////hh.e//////////////////////////////////////// # endif