summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 5fc8c7e5f5..0dca11432c 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -389,10 +389,12 @@ struct user_settings
389 bool dircache; /* enable directory cache */ 389 bool dircache; /* enable directory cache */
390 int dircache_size; /* directory cache structure last size, 22 bits */ 390 int dircache_size; /* directory cache structure last size, 22 bits */
391#endif 391#endif
392#ifdef HAVE_TAGCACHE
392#ifdef HAVE_TC_RAMCACHE 393#ifdef HAVE_TC_RAMCACHE
393 bool tagcache_ram; /* load tagcache to ram? */ 394 bool tagcache_ram; /* load tagcache to ram? */
394#endif 395#endif
395 bool tagcache_autoupdate; /* automatically keep tagcache in sync? */ 396 bool tagcache_autoupdate; /* automatically keep tagcache in sync? */
397#endif
396 int default_codepage; /* set default codepage for tag conversion */ 398 int default_codepage; /* set default codepage for tag conversion */
397#ifdef HAVE_REMOTE_LCD 399#ifdef HAVE_REMOTE_LCD
398 unsigned char rwps_file[MAX_FILENAME+1]; /* last remote-wps */ 400 unsigned char rwps_file[MAX_FILENAME+1]; /* last remote-wps */