Mercurial > dropbear
diff options.h @ 1521:198e2ee0f4b1
- 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
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 19 Feb 2018 22:16:50 +0800 |
parents | d68d61e7056a |
children | 2fd52c383163 |
line wrap: on
line diff
--- a/options.h Sun Feb 18 23:48:32 2018 +0800 +++ b/options.h Mon Feb 19 22:16:50 2018 +0800 @@ -15,7 +15,8 @@ #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 */