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 */
7 #if defined(HAVE_ACCESSORY_SUPPLY)
15 #if defined(HAVE_RTC_ALARM)
19 #if defined(HAVE_ALBUMART)
23 #if defined(HAVE_BACKLIGHT_BRIGHTNESS)
27 #if defined(HAVE_BACKLIGHT_FADING_INT_SETTING)
29 #elif defined(HAVE_BACKLIGHT_FADING_BOOL_SETTING)
33 #if BATTERY_TYPES_COUNT > 1
37 #if defined(HAVE_BUTTON_LIGHT)
41 #if defined(HAVE_BUTTONLIGHT_BRIGHTNESS)
42 buttonlight_brightness
45 #if defined(HAVE_CROSSFADE)
49 #if defined(HAVE_DIRCACHE)
53 #if defined(HAVE_FLASH_STORAGE)
57 #if defined(HAVE_DISK_STORAGE)
61 #if defined(HAVE_HEADPHONE_DETECTION)
65 #if defined(HAS_BUTTON_HOLD)
69 #if defined(HAS_REMOTE_BUTTON_HOLD)
73 #if defined(HAVE_HOTKEY)
77 #if defined(HAVE_LCD_BITMAP)
81 #if defined(HAVE_LCD_CHARCELLS)
89 #if defined(HAVE_LCD_COLOR)
93 #if defined(HAVE_LCD_FLIP)
97 #if defined(HAVE_LCD_INVERT)
101 #if defined(HAVE_LCD_SLEEP)
105 #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
109 #if (CONFIG_CODEC == MAS3507D)
113 #if defined(HAVE_MORSE_INPUT)
117 #if defined(HAVE_PITCHSCREEN)
121 #if defined(HAVE_MULTIVOLUME)
125 #if defined(HAVE_QUICKSCREEN)
129 #if CONFIG_TUNER != 0
133 #if (CONFIG_KEYPAD == RECORDER_PAD)
135 #if defined(CONFIG_TUNER)
136 radio_screen_button_bar
140 #if defined(HAVE_RECORDING)
142 #if CONFIG_CODEC == SWCODEC
147 #if defined(HAVE_LINE_IN)
150 #if defined(HAVE_MIC_IN)
155 #if defined(HAVE_RECORDING_HISTOGRAM)
159 #if defined(HAVE_REMOTE_LCD)
164 #if defined(HAVE_REMOTE_LCD_TICKING)
172 #if defined(HAVE_SCROLLWHEEL)
176 #if defined(IPOD_ACCESSORY_PROTOCOL)
180 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
184 #if defined(HAVE_SPDIF_POWER)
188 #if defined(HAVE_SPEAKER)
192 #if CONFIG_CODEC == SWCODEC
198 #if defined(HAVE_TAGCACHE)
202 #if defined(HAVE_TC_RAMCACHE)
208 #if defined(HAVE_USB_CHARGING_ENABLE)
213 #if defined(HAVE_USB_POWER)
217 #if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
221 #if defined(USB_ENABLE_HID)
223 #if defined(HAVE_USB_HID_MOUSE)
228 #if defined(HAVE_WHEEL_ACCELERATION)
232 #if defined(HAVE_LINEOUT_POWEROFF)
236 #if defined(HAVE_TOUCHSCREEN)
240 #if (PLUGIN_BUFFER_SIZE >= 0x80000)