NEW FILE HEADER / COPYRIGHT FORMAT
[senf.git] / config.hh
index a0e1cbc..a69218e 100644 (file)
--- 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 <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -34,7 +34,7 @@
 # include "local_config.hh"
 
 # ifndef SENF_ABSOLUTE_INCLUDE_PATH
-#     define SENF_ABSOLUTE_INCLUDE_PATH(senf_relative_include_file_path) <senf_relative_include_file_path>
+#     define SENF_ABSOLUTE_INCLUDE_PATH(senf_relative_include_file_path) <senf/senf_relative_include_file_path>
 # endif
 
 # ifndef SENF_copy_n
 #
 # 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: