diff options.h @ 1523:1d163552145f coverity

merge coverity
author Matt Johnston <matt@ucc.asn.au>
date Mon, 19 Feb 2018 23:14:49 +0800
parents 198e2ee0f4b1
children 2fd52c383163
line wrap: on
line diff
--- a/options.h	Sat Feb 17 11:29:17 2018 +0800
+++ b/options.h	Mon Feb 19 23:14:49 2018 +0800
@@ -8,11 +8,15 @@
 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
 
-#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 */