comparison 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
comparison
equal deleted inserted replaced
1520:84578193ef47 1521:198e2ee0f4b1
13 13
14 #ifdef LOCALOPTIONS_H_EXISTS 14 #ifdef LOCALOPTIONS_H_EXISTS
15 #include "localoptions.h" 15 #include "localoptions.h"
16 #endif 16 #endif
17 17
18 #include "default_options.h" 18 /* default_options.h is processed to add #ifndef guards */
19 #include "default_options_guard.h"
19 20
20 /* Some other defines that mostly should be left alone are defined 21 /* Some other defines that mostly should be left alone are defined
21 * in sysoptions.h */ 22 * in sysoptions.h */
22 #include "sysoptions.h" 23 #include "sysoptions.h"
23 24