comparison options.h @ 1515:d68d61e7056a

include config.h for options.h. don't need to include options.h when includes.h brings it in
author Matt Johnston <matt@ucc.asn.au>
date Sun, 18 Feb 2018 11:22:13 +0800
parents 4f8eb331174f
children 198e2ee0f4b1
comparison
equal deleted inserted replaced
1514:6c16a05023aa 1515:d68d61e7056a
5 > > > Don't edit this file any more! < < < 5 > > > Don't edit this file any more! < < <
6 6
7 Local compile-time configuration should be defined in localoptions.h 7 Local compile-time configuration should be defined in localoptions.h
8 See default_options.h.in for a description of the available options. 8 See default_options.h.in for a description of the available options.
9 */ 9 */
10
11 /* Some configuration options or checks depend on system config */
12 #include "config.h"
10 13
11 #ifdef LOCALOPTIONS_H_EXISTS 14 #ifdef LOCALOPTIONS_H_EXISTS
12 #include "localoptions.h" 15 #include "localoptions.h"
13 #endif 16 #endif
14 17