00001 /*<<<<<COPYRIGHT*/ 00002 /* 00003 * RTK The report toolkit 00004 * Copyright (C) 2003 Francisco Santiago Capel Torres 00005 00006 * rtkconfig.h Config include 00007 * 00008 * This program is free software; you can redistribute it and/or modify 00009 * it under the terms of the GNU General Public License as published by 00010 * the Free Software Foundation; either version 2 of the License, or 00011 * (at your option) any later version. 00012 * 00013 * This program is distributed in the hope that it will be useful, 00014 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00016 * GNU General Public License for more details. 00017 * 00018 */ 00019 /*>>>>>COPYRIGHT*/ 00020 #ifndef RTKCONFIG_H 00021 #define RTKCONFIG_H 00022 00023 00024 // Increase the value of the following constants to increase the debug output 00025 #define DEBUG_RTK 0 00026 #define DEBUG_RTKINPUT 0 00027 #define DEBUG_RTKOUTPUT 0 00028 00029 #endif // RTKCONFIG_H 00030