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 compatiblity 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 compatiblity */
11 #if defined(HAVE_RTC_ALARM)
15 #if defined(HAVE_BACKLIGHT_BRIGHTNESS)
19 #if defined(HAVE_BACKLIGHT_PWM_FADING)
23 #if BATTERY_TYPES_COUNT > 1
27 #if defined(HAVE_DIRCACHE)
31 #if defined(HAVE_FLASH_STORAGE)
35 #if defined(HAVE_HEADPHONE_DETECTION)
39 #if defined(HAS_BUTTON_HOLD)
43 #if defined(HAVE_LCD_BITMAP)
47 #if defined(HAVE_LCD_CHARCELLS)
55 #if defined(HAVE_LCD_COLOR)
59 #if defined(HAVE_LCD_FLIP)
63 #if defined(HAVE_LCD_INVERT) || defined(HAVE_REMOTE_LCD)
67 #if defined(HAVE_LCD_SLEEP)
71 #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
75 #if (CONFIG_CODEC == MAS3507D)
79 #if defined(HAVE_PITCHSCREEN)
83 #if defined(HAVE_MULTIVOLUME)
87 #if defined(HAVE_QUICKSCREEN)
95 #if (CONFIG_KEYPAD == RECORDER_PAD)
97 #if defined(CONFIG_TUNER)
98 radio_screen_button_bar
102 #if defined(HAVE_RECORDING)
104 #if CONFIG_CODEC == SWCODEC
111 #if defined(HAVE_REMOTE_LCD)
115 #if defined(HAVE_REMOTE_LCD_TICKING)
123 #if defined(HAVE_SCROLLWHEEL)
127 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
131 #if defined(HAVE_SPDIF_POWER)
135 #if CONFIG_CODEC == SWCODEC
141 #if defined(HAVE_TAGCACHE)
145 #if defined(HAVE_TC_RAMCACHE)
151 #if defined(HAVE_USB_POWER)