X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=config.hh;h=976f691a91bf2835157cae071ef15c90b4d01361;hb=456ee576285b76aa46240f8001f426757810dcc1;hp=a0e1cbcbd5acf13f0032e0176550e1664870464f;hpb=271789888cd1ae6361607616f9f4e6e460e192c4;p=senf.git diff --git a/config.hh b/config.hh index a0e1cbc..976f691 100644 --- a/config.hh +++ b/config.hh @@ -1,42 +1,41 @@ -// $Id$ -// -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the -// Free Software Foundation, Inc., -// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -/** \file - \brief config public header */ - -#ifndef HH_config_ -#define HH_config_ 1 - -// Custom includes - -//#include "config.mpp" -///////////////////////////////hh.p//////////////////////////////////////// - +# // $Id$ +# // +# // 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 +# // it under the terms of the GNU General Public License as published by +# // the Free Software Foundation; either version 2 of the License, or +# // (at your option) any later version. +# // +# // This program is distributed in the hope that it will be useful, +# // but WITHOUT ANY WARRANTY; without even the implied warranty of +# // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# // GNU General Public License for more details. +# // +# // You should have received a copy of the GNU General Public License +# // along with this program; if not, write to the +# // Free Software Foundation, Inc., +# // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# /** \file +# \brief config public header */ +# +# ifndef HH_config_ +# define HH_config_ 1 +# +# // Custom includes +# +# ///////////////////////////////hh.p//////////////////////////////////////// +# # 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 # include # if defined(__GNUC__) && ! defined(_STLP_ALGORITHM) && (__GNUC__>=4 || (__GNUC__==3 && __GNUC_MINOR__>=4)) @@ -46,11 +45,11 @@ # define SENF_copy_n std::copy_n # endif # endif - +# # ifndef SENF_MPL_RV_ALIGNMENT # define SENF_MPL_RV_ALIGNMENT 16 # endif - +# # if !defined(SENF_BUFFER_USE_LOCALS) && !defined(SENF_BUFFER_USE_ALLOCA) && !defined(SENF_BUFFER_USE_NEW) # # if defined(__GNUC__) @@ -69,13 +68,26 @@ # endif # # endif - -///////////////////////////////hh.e//////////////////////////////////////// -//#include "config.cci" -//#include "config.ct" -//#include "config.cti" -#endif - +# +# ifndef SENF_SENFLOG_LIMIT +# ifndef SENF_DEBUG +# define SENF_SENFLOG_LIMIT senf::log::IMPORTANT +# else +# 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 + // Local Variables: // mode: c++ @@ -84,5 +96,6 @@ // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" -// compile-command: "scons -u test" +// compile-command: "scons -u all_tests" // End: +