1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Daniel Stenberg 2002-09-06 08:14:56 +00:00
parent 6e881b4833
commit 9a8382d2dd

View file

@ -21,10 +21,12 @@
#define __OPTIONS_H__ #define __OPTIONS_H__
#ifndef DISABLE_SCREENSAVERS #ifndef DISABLE_SCREENSAVERS
#undef USE_SCREENSAVERS /* since older Makefiles set the define */
#define USE_SCREENSAVERS #define USE_SCREENSAVERS
#endif #endif
#ifndef DISABLE_GAMES #ifndef DISABLE_GAMES
#undef USE_GAMES /* since older Makefiles set the define */
#define USE_GAMES #define USE_GAMES
#endif #endif