X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=config.hh;h=412338371e796c49b6f740ab67648c706166a501;hb=3a6fc6734844f1fba988b9d4b711dd518a536d8e;hp=a0e1cbcbd5acf13f0032e0176550e1664870464f;hpb=271789888cd1ae6361607616f9f4e6e460e192c4;p=senf.git diff --git a/config.hh b/config.hh index a0e1cbc..4123383 100644 --- a/config.hh +++ b/config.hh @@ -34,7 +34,7 @@ # include "local_config.hh" # ifndef SENF_ABSOLUTE_INCLUDE_PATH -# define SENF_ABSOLUTE_INCLUDE_PATH(senf_relative_include_file_path) +# define SENF_ABSOLUTE_INCLUDE_PATH(senf_relative_include_file_path) # endif # ifndef SENF_copy_n @@ -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: