26#ifndef CONFIG_VARS_H__
27#define CONFIG_VARS_H__
33extern bool g_bGarminHostUpload;
34extern bool g_bWplUsePosition;
36extern double g_UserVar;
38extern int g_maxWPNameLength;
39extern int g_nNMEADebug;
40extern int gps_watchdog_timeout_ticks;
41extern int sat_watchdog_timeout_ticks;
43extern wxString g_GPS_Ident;
44extern wxString g_hostname;
46wxConfigBase* TheBaseConfig();
47void InitBaseConfig(wxConfigBase* cfg);