X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=config.hh;h=a69218ecd8078f7ae441e9dc7e11ba9dd6c2929f;hb=63b650afb727cce067817ce9451eecb932446bf3;hp=4ecb902269d098eeb34430ce233acc55fbbaad0b;hpb=739eecfbeffc911e700660864ff1d7f05c6283d0;p=senf.git diff --git a/config.hh b/config.hh index 4ecb902..a69218e 100644 --- a/config.hh +++ b/config.hh @@ -1,8 +1,8 @@ // $Id$ // // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// 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,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: