summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/options.h (renamed from apps/features.h)6
-rw-r--r--apps/recorder/blank.c2
-rw-r--r--apps/recorder/bounce.c2
-rw-r--r--apps/recorder/boxes.c2
-rw-r--r--apps/recorder/sokoban.c2
-rw-r--r--apps/recorder/wormlet.c2
6 files changed, 8 insertions, 8 deletions
diff --git a/apps/features.h b/apps/options.h
index 3010f29199..3a23f94fc9 100644
--- a/apps/features.h
+++ b/apps/options.h
@@ -17,8 +17,8 @@
*
****************************************************************************/
-#ifndef __FEATURES_H__
-#define __FEATURES_H__
+#ifndef __OPTIONS_H__
+#define __OPTIONS_H__
#ifndef DISABLE_SCREENSAVERS
#define USE_SCREENSAVERS
@@ -28,4 +28,4 @@
#define USE_GAMES
#endif
-#endif /* End __FEATURES_H__ */
+#endif /* End __OPTIONS_H__ */
diff --git a/apps/recorder/blank.c b/apps/recorder/blank.c
index 985dc894ca..78cc093622 100644
--- a/apps/recorder/blank.c
+++ b/apps/recorder/blank.c
@@ -18,7 +18,7 @@
****************************************************************************/
#include "config.h"
-#include "features.h"
+#include "options.h"
#ifdef USE_SCREENSAVERS
diff --git a/apps/recorder/bounce.c b/apps/recorder/bounce.c
index 0d9ecdd05e..121f039e82 100644
--- a/apps/recorder/bounce.c
+++ b/apps/recorder/bounce.c
@@ -18,7 +18,7 @@
****************************************************************************/
#include "config.h"
-#include "features.h"
+#include "options.h"
#ifdef USE_SCREENSAVERS
diff --git a/apps/recorder/boxes.c b/apps/recorder/boxes.c
index c0875075e1..8e80006953 100644
--- a/apps/recorder/boxes.c
+++ b/apps/recorder/boxes.c
@@ -18,7 +18,7 @@
****************************************************************************/
#include "config.h"
-#include "features.h"
+#include "options.h"
#ifdef USE_SCREENSAVERS
diff --git a/apps/recorder/sokoban.c b/apps/recorder/sokoban.c
index 9230472927..078153077e 100644
--- a/apps/recorder/sokoban.c
+++ b/apps/recorder/sokoban.c
@@ -18,7 +18,7 @@
****************************************************************************/
#include "config.h"
-#include "features.h"
+#include "options.h"
#ifdef USE_GAMES
#include <sprintf.h>
diff --git a/apps/recorder/wormlet.c b/apps/recorder/wormlet.c
index b403cf3f64..eaf42b4afd 100644
--- a/apps/recorder/wormlet.c
+++ b/apps/recorder/wormlet.c
@@ -18,7 +18,7 @@
****************************************************************************/
#include "config.h"
-#include "features.h"
+#include "options.h"
#ifdef USE_GAMES