Contents of /trunk/src/config.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Sat Jun 20 11:08:47 2009 UTC (14 years, 11 months ago) by harbaum
File MIME type: text/plain
File size: 927 byte(s)
Initial import
1 #ifndef CONFIG_H
2 #define CONFIG_H
3
4 #define TAG_STATE GTK_STATE_PRELIGHT
5
6 // #define DEFAULT_LAT 49.02833
7 // #define DEFAULT_LON 8.39042
8
9 #ifndef USE_MAEMO
10 #define DEFAULT_IMAGE_PATH "/tmp/gpxview/"
11 #define DEFAULT_IMAGE_PATH_HOME ".gpxview/"
12 #define DEFAULT_MMPOI_PATH "gpxview_poi.db"
13 #define DEFAULT_GARMIN_PATH "garmin_overridden.gpx"
14 #define DEFAULT_FIELDNOTES_PATH "geocache_visits_%s.txt"
15 #else
16 #if MAEMO_VERSION_MAJOR < 5
17 /* internal memory card */
18 #define DEFAULT_IMAGE_PATH "/media/mmc2/gpxview/"
19 #else
20 #define DEFAULT_IMAGE_PATH "/home/user/MyDocs/.gpxview/"
21 #endif
22 #define DEFAULT_MMPOI_PATH "MyDocs/.documents/Maps/gpxview_poi.db"
23 #define DEFAULT_GARMIN_PATH "MyDocs/.documents/garmin_overridden.gpx"
24 #define DEFAULT_FIELDNOTES_PATH "MyDocs/.documents/geocache_visits_%s.txt"
25 #endif
26
27 #define LOCALEDIR "/usr/share/locale"
28 #define PACKAGE "gpxview"
29
30 #endif // CONFIG_H