1 /* This file controls which strings are included when rockbox is built and
2 when the .lng and .voice files are built. That means that a change in this
3 file will break compatibility with older .lng and .voice files and that those
4 version numbers should be updated. It also means that changing defines in
5 the various config*.h files could also break back compatibility */
11 #if defined(HAVE_RTC_ALARM)
15 #if defined(HAVE_ALBUMART)
19 #if defined(HAVE_BACKLIGHT_BRIGHTNESS)
23 #if defined(HAVE_BACKLIGHT_PWM_FADING)
27 #if BATTERY_TYPES_COUNT > 1
31 #if defined(HAVE_DIRCACHE)
35 #if defined(HAVE_FLASH_STORAGE)
39 #if defined(HAVE_DISK_STORAGE)
43 #if defined(HAVE_HEADPHONE_DETECTION)
47 #if defined(HAS_BUTTON_HOLD)
51 #if defined(HAVE_LCD_BITMAP)
55 #if defined(HAVE_LCD_CHARCELLS)
63 #if defined(HAVE_LCD_COLOR)
67 #if defined(HAVE_LCD_FLIP)
71 #if defined(HAVE_LCD_INVERT)
75 #if defined(HAVE_LCD_SLEEP)
79 #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
83 #if (CONFIG_CODEC == MAS3507D)
87 #if defined(HAVE_PITCHSCREEN)
91 #if defined(HAVE_MULTIVOLUME)
95 #if defined(HAVE_QUICKSCREEN)
103 #if (CONFIG_KEYPAD == RECORDER_PAD)
105 #if defined(CONFIG_TUNER)
106 radio_screen_button_bar
110 #if defined(HAVE_RECORDING)
112 #if CONFIG_CODEC == SWCODEC
119 #if defined(HAVE_REMOTE_LCD)
124 #if defined(HAVE_REMOTE_LCD_TICKING)
132 #if defined(HAVE_SCROLLWHEEL)
136 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
140 #if defined(HAVE_SPDIF_POWER)
144 #if CONFIG_CODEC == SWCODEC
150 #if defined(HAVE_TAGCACHE)
154 #if defined(HAVE_TC_RAMCACHE)
160 #if defined(HAVE_USB_POWER)
165 #if defined(HAVE_USBSTACK)
169 #if defined(HAVE_ACCESSORY_SUPPLY)