diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-19 22:16:50 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-19 22:16:50 +0800 |
commit | 3f3f3992315ae73670127ce2a3c2216c4313604d (patch) | |
tree | 24e3d795f36ffb9d718d74a0d7a9a410555d9d9c /options.h | |
parent | 316c923188bd5d1f835cf3a5e22ee39e89b8e8d5 (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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |