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_FADING_INT_SETTING)
25 #elif defined(HAVE_BACKLIGHT_FADING_BOOL_SETTING)
29 #if BATTERY_TYPES_COUNT > 1
33 #if defined(HAVE_BUTTON_LIGHT)
37 #if defined(HAVE_BUTTONLIGHT_BRIGHTNESS)
38 buttonlight_brightness
41 #if defined(HAVE_DIRCACHE)
45 #if defined(HAVE_FLASH_STORAGE)
49 #if defined(HAVE_DISK_STORAGE)
53 #if defined(HAVE_HEADPHONE_DETECTION)
57 #if defined(HAS_BUTTON_HOLD)
61 #if defined(HAVE_LCD_BITMAP)
65 #if defined(HAVE_LCD_CHARCELLS)
73 #if defined(HAVE_LCD_COLOR)
77 #if defined(HAVE_LCD_FLIP)
81 #if defined(HAVE_LCD_INVERT)
85 #if defined(HAVE_LCD_SLEEP)
89 #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
93 #if (CONFIG_CODEC == MAS3507D)
97 #if defined(HAVE_PITCHSCREEN)
101 #if defined(HAVE_MULTIVOLUME)
105 #if defined(HAVE_QUICKSCREEN)
109 #if CONFIG_TUNER != 0
113 #if (CONFIG_KEYPAD == RECORDER_PAD)
115 #if defined(CONFIG_TUNER)
116 radio_screen_button_bar
120 #if defined(HAVE_RECORDING)
122 #if CONFIG_CODEC == SWCODEC
129 #if defined(HAVE_REMOTE_LCD)
134 #if defined(HAVE_REMOTE_LCD_TICKING)
142 #if defined(HAVE_SCROLLWHEEL)
146 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
150 #if defined(HAVE_SPDIF_POWER)
154 #if CONFIG_CODEC == SWCODEC
160 #if defined(HAVE_TAGCACHE)
164 #if defined(HAVE_TC_RAMCACHE)
170 #if defined(HAVE_USB_POWER)
175 #if defined(HAVE_USBSTACK)
179 #if defined(HAVE_ACCESSORY_SUPPLY)
183 #if defined(IPOD_ACCESSORY_PROTOCOL)