diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-18 11:22:13 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-18 11:22:13 +0800 |
commit | 802dace05e8bce06bf4c7df9faadba779d60bb82 (patch) | |
tree | ff4a1b6dba7bb9232d44d1a143dbbe3b2949bdee /options.h | |
parent | c2f2f2b8170465103ed582cfe317ea91824c2107 (diff) |
include config.h for options.h. don't need to include options.h when
includes.h brings it in
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ Local compile-time configuration should be defined in localoptions.h See default_options.h.in for a description of the available options. */ +/* Some configuration options or checks depend on system config */ +#include "config.h" + #ifdef LOCALOPTIONS_H_EXISTS #include "localoptions.h" #endif |