FS#6674: HAVE_XXX souldn't be defined with a value.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12415 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2007-02-20 14:57:14 +00:00
parent 46bb37add6
commit 45c187ce1d
23 changed files with 61 additions and 61 deletions

View file

@ -9,7 +9,7 @@
#define MODEL_NUMBER 5
/* define this if you have recording possibility */
#define HAVE_RECORDING 1
#define HAVE_RECORDING
/* define the bitmask of hardware sample rates */
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
@ -18,10 +18,10 @@
#define REC_SAMPR_CAPS (SAMPR_CAP_44)
/* define this if you have a bitmap LCD display */
#define HAVE_LCD_BITMAP 1
#define HAVE_LCD_BITMAP
/* define this if you have a colour LCD */
#define HAVE_LCD_COLOR 1
#define HAVE_LCD_COLOR
/* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN