X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2Fconfig.hh;h=e31bc20caa1804f562449945be466e857ad8d26d;hb=9aa490ed0078870217b4986174e5e7d1953da58f;hp=bf13b1e3d7dd4de03be76492953022cf09b67d1d;hpb=1b81402339edd170198bf4ee6dcc75f1e589c1a9;p=senf.git diff --git a/senf/config.hh b/senf/config.hh index bf13b1e..e31bc20 100644 --- a/senf/config.hh +++ b/senf/config.hh @@ -1,36 +1,36 @@ -# // $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 -# include -# include -# -# ///////////////////////////////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 +#include +#include + +///////////////////////////////hh.p//////////////////////////////////////// namespace senf { namespace config { @@ -101,9 +101,9 @@ namespace config { # if __GLIBC__>=2 && __GLIBC_MINOR__>=8 # define HAVE_TIMERFD 1 # endif -# -# ///////////////////////////////hh.e//////////////////////////////////////// -# endif + +///////////////////////////////hh.e//////////////////////////////////////// +#endif // Local Variables: