summaryrefslogtreecommitdiff
path: root/apps/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/options.h')
-rw-r--r--apps/options.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/options.h b/apps/options.h
index de7b94b112..24cd2ad58c 100644
--- a/apps/options.h
+++ b/apps/options.h
@@ -20,9 +20,9 @@
20#ifndef __OPTIONS_H__ 20#ifndef __OPTIONS_H__
21#define __OPTIONS_H__ 21#define __OPTIONS_H__
22 22
23#ifndef DISABLE_SCREENSAVERS 23#ifndef DISABLE_DEMOS
24#undef USE_SCREENSAVERS /* since older Makefiles set the define */ 24#undef USE_DEMOS /* since older Makefiles set the define */
25#define USE_SCREENSAVERS 25#define USE_DEMOS
26#endif 26#endif
27 27
28#ifndef DISABLE_GAMES 28#ifndef DISABLE_GAMES