summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-02-18 11:22:13 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-02-18 11:22:13 +0800
commite8dfcbaf99507fea5e4a34cb455d04876af718b4 (patch)
tree6b0bb44f9579e4da6d7f3e92851acf8bb2bee75f /options.h
parentbd8edf377810b02b77077f06ed8733943d771a1d (diff)
downloaddropbear-e8dfcbaf99507fea5e4a34cb455d04876af718b4.tar.gz
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/options.h b/options.h
index c1782d2..2fe67c3 100644
--- a/options.h
+++ b/options.h
@@ -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