summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-02-19 22:16:50 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-02-19 22:16:50 +0800
commit3f3f3992315ae73670127ce2a3c2216c4313604d (patch)
tree24e3d795f36ffb9d718d74a0d7a9a410555d9d9c /options.h
parent316c923188bd5d1f835cf3a5e22ee39e89b8e8d5 (diff)
- Fix dependencies and remove old default_options.h from version control
- Rename default_options.h.in -> default_options.h, and default_options.h -> default_options_guard.h - Fix newlines in default_options.h
Diffstat (limited to 'options.h')
-rw-r--r--options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/options.h b/options.h
index 2fe67c3..7d6087c 100644
--- a/options.h
+++ b/options.h
@@ -15,7 +15,8 @@ See default_options.h.in for a description of the available options.
#include "localoptions.h"
#endif
-#include "default_options.h"
+/* default_options.h is processed to add #ifndef guards */
+#include "default_options_guard.h"
/* Some other defines that mostly should be left alone are defined
* in sysoptions.h */