X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=config.hh;h=412338371e796c49b6f740ab67648c706166a501;hb=596982cfab0043e6f22d1c32c525b037c1fae741;hp=4ecb902269d098eeb34430ce233acc55fbbaad0b;hpb=739eecfbeffc911e700660864ff1d7f05c6283d0;p=senf.git diff --git a/config.hh b/config.hh index 4ecb902..4123383 100644 --- a/config.hh +++ b/config.hh @@ -70,6 +70,10 @@ # # endif +# ifndef SENF_SENFLOG_LIMIT +# define SENF_SENFLOG_LIMIT senf::log::VERBOSE +# endif + ///////////////////////////////hh.e//////////////////////////////////////// //#include "config.cci" //#include "config.ct" @@ -84,5 +88,5 @@ // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" -// compile-command: "scons -u test" +// compile-command: "scons -u all_tests" // End: