summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-01-18 22:00:00 +0100
committerBardur Arantsson <bardur@scientician.net>2010-01-18 22:13:46 +0100
commite717d4b024748424727ee73a08865c6abff5c8ac (patch)
treec5de8b1ec7b1820d1498b22d7d22ed0ee162f65e /src/config.h
parent39a6140d18f1a00be5040dfd15b4f76ef96590a9 (diff)
Removing *.raw file support completely -- it's not necessary on modern machines.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/config.h b/src/config.h
index 343f675c..143740ef 100644
--- a/src/config.h
+++ b/src/config.h
@@ -162,14 +162,6 @@
/*
- * OPTION: Allow parsing of the ascii template files in "init.c".
- * This must be defined if you do not have valid binary image files.
- * It should be usually be defined anyway to allow easy "updating".
- */
-#define ALLOW_TEMPLATES
-
-
-/*
* OPTION: Handle signals
*/
#define HANDLE_SIGNALS
@@ -414,12 +406,6 @@
#define ALLOW_EASY_DISARM
/*
- * Check the modification time of *_info.raw files
- * (by Keldon Jones)
- */
-#define CHECK_MODIFICATION_TIME
-
-/*
* Using the fast autoroller can be considered as cheating
*/
#define USE_FAST_AUTOROLLER