ref: 1910fed68ea20cbfa2299fde2c5f60b9a0942ee1
parent: 33d02426605c9921044f569805734c5449854646
	author: Paul Brossier <piem@piem.org>
	date: Sun Dec 11 19:27:45 EST 2016
	
wscript: define HAVE_CONFIG_H here
--- a/wscript
+++ b/wscript
@@ -328,6 +328,7 @@
# the following defines will be passed as arguments to the compiler
# instead of being written to src/config.h
+    ctx.define('HAVE_CONFIG_H', 1)# add some defines used in examples
     ctx.define('AUBIO_PREFIX', ctx.env['PREFIX'])--
⑨