features.h was renamed to options.h since it collided with the system

header file using that name when building the simulator...


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2205 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-09-06 07:35:40 +00:00
parent 2f9b54b251
commit 6e881b4833
6 changed files with 8 additions and 8 deletions

View file

@ -17,8 +17,8 @@
* *
****************************************************************************/ ****************************************************************************/
#ifndef __FEATURES_H__ #ifndef __OPTIONS_H__
#define __FEATURES_H__ #define __OPTIONS_H__
#ifndef DISABLE_SCREENSAVERS #ifndef DISABLE_SCREENSAVERS
#define USE_SCREENSAVERS #define USE_SCREENSAVERS
@ -28,4 +28,4 @@
#define USE_GAMES #define USE_GAMES
#endif #endif
#endif /* End __FEATURES_H__ */ #endif /* End __OPTIONS_H__ */

View file

@ -18,7 +18,7 @@
****************************************************************************/ ****************************************************************************/
#include "config.h" #include "config.h"
#include "features.h" #include "options.h"
#ifdef USE_SCREENSAVERS #ifdef USE_SCREENSAVERS

View file

@ -18,7 +18,7 @@
****************************************************************************/ ****************************************************************************/
#include "config.h" #include "config.h"
#include "features.h" #include "options.h"
#ifdef USE_SCREENSAVERS #ifdef USE_SCREENSAVERS

View file

@ -18,7 +18,7 @@
****************************************************************************/ ****************************************************************************/
#include "config.h" #include "config.h"
#include "features.h" #include "options.h"
#ifdef USE_SCREENSAVERS #ifdef USE_SCREENSAVERS

View file

@ -18,7 +18,7 @@
****************************************************************************/ ****************************************************************************/
#include "config.h" #include "config.h"
#include "features.h" #include "options.h"
#ifdef USE_GAMES #ifdef USE_GAMES
#include <sprintf.h> #include <sprintf.h>

View file

@ -18,7 +18,7 @@
****************************************************************************/ ****************************************************************************/
#include "config.h" #include "config.h"
#include "features.h" #include "options.h"
#ifdef USE_GAMES #ifdef USE_GAMES