diff options
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,8 @@ See default_options.h.in for a description of the available options. #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 */ |