From 236ff838e7cd77a611a57603d0ba5b2c9c0fba3c Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 29 Apr 2008 12:03:13 +0000 Subject: [project @ fpeters@0d.be-20071028134708-gxz10vu031229qi8] undef some #define from php_config.h that are also defined in lasso_config.h Original author: Frederic Peters Date: 2007-10-28 14:47:08.021000+01:00 --- bindings/lang_php5_helpers/wrapper_source.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bindings/lang_php5_helpers/wrapper_source.py') diff --git a/bindings/lang_php5_helpers/wrapper_source.py b/bindings/lang_php5_helpers/wrapper_source.py index e9cb3c71..f4b9968d 100644 --- a/bindings/lang_php5_helpers/wrapper_source.py +++ b/bindings/lang_php5_helpers/wrapper_source.py @@ -66,6 +66,11 @@ class WrapperSource: /* this file has been generated automatically; do not edit */ #include +#undef PACKAGE_BUGREPORT +#undef PACKAGE_NAME +#undef PACKAGE_STRING +#undef PACKAGE_TARNAME +#undef PACKAGE_VERSION #include ''' for h in self.binding_data.headers: -- cgit