From d7ca19e0f331d70930562149d6e2bd835e72b83c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 12 Oct 2005 14:38:07 +0000 Subject: update C++ tests, and compile them only when HAVE_NETLINK is set git-svn-id: file:///home/lennart/svn/public/avahi/trunk@737 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- tests/c-plus-plus-test-gen.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/c-plus-plus-test-gen.py') diff --git a/tests/c-plus-plus-test-gen.py b/tests/c-plus-plus-test-gen.py index 6b18db6..46d6762 100755 --- a/tests/c-plus-plus-test-gen.py +++ b/tests/c-plus-plus-test-gen.py @@ -51,6 +51,11 @@ print """/* $Id$ */ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. ***/ + +#ifdef HAVE_CONFIG_H +#include +#endif + """ for f in sys.argv[1:]: -- cgit