diff options
| -rw-r--r-- | apps/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |