From: ellson Date: Sat, 19 Nov 2005 21:08:46 +0000 (+0000) Subject: janitor - #undef various PACKAGE* defines left around by php.h and ruby.h X-Git-Tag: LAST_LIBGRAPH~32^2~6960 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40d75cb9e72f05e1ebee4f2dd10aa7ce7392f033;p=graphviz janitor - #undef various PACKAGE* defines left around by php.h and ruby.h --- diff --git a/tclpkg/gv/gv.i b/tclpkg/gv/gv.i index 7a1d238ac..1ee3d9f31 100644 --- a/tclpkg/gv/gv.i +++ b/tclpkg/gv/gv.i @@ -16,6 +16,13 @@ %module gv %{ + +/* some language headers (e.g. php.h, ruby.h) leave these defined #/ +#undef PACKAGE_STRING +#undef PACKAGE_TARNAME +#undef PACKAGE_VERSION +#undef PACKAGE_NAME + #include "gvc.h" %}