From: Aki Tuomi Date: Sat, 12 Jul 2014 07:00:31 +0000 (+0300) Subject: Include config.h in yahttp-config.h without path to avoid location specific problems... X-Git-Tag: auth-3.4.0-rc1~84^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0a087d77d6911bb825ea11c7371378fea78a590;p=pdns Include config.h in yahttp-config.h without path to avoid location specific problems. Thanks @mind04 --- diff --git a/pdns/ext/yahttp/yahttp/yahttp-config.h b/pdns/ext/yahttp/yahttp/yahttp-config.h new file mode 100644 index 000000000..1ac2545de --- /dev/null +++ b/pdns/ext/yahttp/yahttp/yahttp-config.h @@ -0,0 +1 @@ +#include "config.h"