/[zanavi_public1]/navit/navit/debug.h
ZANavi

Diff of /navit/navit/debug.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 27 Revision 28
1/**
2 * ZANavi, Zoff Android Navigation system.
3 * Copyright (C) 2012 Zoff <zoff@zoff.cc>
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * version 2 as published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the
16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 * Boston, MA 02110-1301, USA.
18 */
19
1/** 20/**
2 * Navit, a modular navigation system. 21 * Navit, a modular navigation system.
3 * Copyright (C) 2005-2008 Navit Team 22 * Copyright (C) 2005-2008 Navit Team
4 * 23 *
5 * This program is free software; you can redistribute it and/or 24 * This program is free software; you can redistribute it and/or
18 */ 37 */
19 38
20#ifndef NAVIT_DEBUG_H 39#ifndef NAVIT_DEBUG_H
21#define NAVIT_DEBUG_H 40#define NAVIT_DEBUG_H
22 41
42
43
44/*
45 * define some debug stuff here
46 */
47// #define NAVIT_FUNC_CALLS_DEBUG_PRINT 1
48// #define NAVIT_SAY_DEBUG_PRINT 1
49// #define NAVIT_MEASURE_TIME_DEBUG 1
50
51
52
23#ifdef __cplusplus 53#ifdef __cplusplus
24extern "C" { 54extern "C"
55{
25#endif 56#endif
26 57
27#include <stdarg.h> 58#include <stdarg.h>
28#include <string.h> 59#include <string.h>
29 60

Legend:
Removed from v.27  
changed lines
  Added in v.28

   
Visit the ZANavi Wiki