From 9a8382d2dd5712fb1c36a2fdaaa83f908ad52690 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 6 Sep 2002 08:14:56 +0000 Subject: undef the defines that used to be set by the makefile, since it'll prevent a few people to get warnings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2206 a1c6a512-1295-4272-9138-f99709370657 --- apps/options.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/options.h b/apps/options.h index 3a23f94..de7b94b 100644 --- a/apps/options.h +++ b/apps/options.h @@ -21,10 +21,12 @@ #define __OPTIONS_H__ #ifndef DISABLE_SCREENSAVERS +#undef USE_SCREENSAVERS /* since older Makefiles set the define */ #define USE_SCREENSAVERS #endif #ifndef DISABLE_GAMES +#undef USE_GAMES /* since older Makefiles set the define */ #define USE_GAMES #endif -- cgit v1.1