[config] Allow overriding chosen config
This commit is contained in:
parent
30c059a978
commit
5249eee437
|
@ -30,6 +30,7 @@
|
||||||
#if 0 /* Make test happy. */
|
#if 0 /* Make test happy. */
|
||||||
#include "hb.hh"
|
#include "hb.hh"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -97,4 +98,9 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_OVERRIDE_H
|
||||||
|
#include "config-override.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#endif /* HB_CONFIG_HH */
|
#endif /* HB_CONFIG_HH */
|
||||||
|
|
Loading…
Reference in New Issue