X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=config.hh;h=976f691a91bf2835157cae071ef15c90b4d01361;hb=8025a3e571ed9de108f7203907baa4cabc801ea9;hp=5b77078d6fd2a35e4e876c511fd32e14aa242136;hpb=51044eb18f034c1a059ffe2fb109a422c1cbe251;p=senf.git diff --git a/config.hh b/config.hh index 5b77078..976f691 100644 --- a/config.hh +++ b/config.hh @@ -1,8 +1,8 @@ # // $Id$ # // -# // Copyright (C) 2007 -# // Fraunhofer Institute for Open Communication Systems (FOKUS) -# // Competence Center NETwork research (NET), St. Augustin, GERMANY +# // Copyright (C) 2007 +# // Fraunhofer Institute for Open Communication Systems (FOKUS) +# // Competence Center NETwork research (NET), St. Augustin, GERMANY # // Stefan Bund # // # // This program is free software; you can redistribute it and/or modify @@ -70,12 +70,20 @@ # 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 # # ///////////////////////////////hh.e//////////////////////////////////////// # endif