[config] Allow overriding chosen config
authorBehdad Esfahbod <behdad@behdad.org>
Sat, 11 May 2019 23:12:07 +0000 (16:12 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 11 May 2019 23:12:23 +0000 (16:12 -0700)
src/hb-config.hh

index 836d0cd..6f31ad2 100644 (file)
@@ -30,6 +30,7 @@
 #if 0 /* Make test happy. */
 #include "hb.hh"
 #endif
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -97,4 +98,9 @@
 #endif
 
 
+#ifdef HAVE_CONFIG_OVERRIDE_H
+#include "config-override.h"
+#endif
+
+
 #endif /* HB_CONFIG_HH */