]> git.street.me.uk Git - andy/viking.git/blame - src/config.h
Fix mapcache stuff
[andy/viking.git] / src / config.h
CommitLineData
50a14534
EB
1#ifndef VIK_CONFIG_H
2#define VIK_CONFIG_H
3
4#define VIK_CONFIG_ALPHABETIZED_TRW
5// #define VIK_CONFIG_MAPCACHE_SIZE 50331648 /* 48 meggerbytes */
6#define VIK_CONFIG_MAPCACHE_SIZE 1331648 /* 48 meggerbytes */
7
8
9/* suggestions for what else you want here? */
10
11#endif