]> git.meshlink.io Git - catta/blobdiff - tests/c-plus-plus-test-gen.py
update C++ tests, and compile them only when HAVE_NETLINK is set
[catta] / tests / c-plus-plus-test-gen.py
index 6b18db612410aec4820463307498a70f714f26c7..46d67627cebedd6b0091c544eb34decb413ea676 100755 (executable)
@@ -51,6 +51,11 @@ print """/* $Id$ */
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
   USA.
 ***/
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 """
 
 for f in sys.argv[1:]: