1 #ifndef PARAMS_H_
2 #define PARAMS_H_
3 
4 /* params.h -- global parameters for CMH
5  *
6  * Copyright (C) 2006, 2010, 2011, 2012, 2013 INRIA
7  *
8  * This file is part of CMH.
9  *
10  * CMH is free software; you can redistribute it and/or modify it under
11  * the terms of the GNU General Public License as published by the
12  * Free Software Foundation; either version 3 of the License, or (at your
13  * option) any later version.
14  *
15  * CMH is distributed in the hope that it will be useful, but WITHOUT ANY
16  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
17  * FOR A PARTICULAR PURPOSE. See the GNU General Public License for
18  * more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with this program. If not, see http://www.gnu.org/licenses/ .
22  */
23 
24 #define SEC_MARGIN		(25)
25 
26 #endif
27