summaryrefslogtreecommitdiffstats
path: root/bindings/lang_php5_helpers/wrapper_source.py
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2008-04-29 12:03:13 +0000
committerFrederic Peters <fpeters@entrouvert.com>2008-04-29 12:03:13 +0000
commit236ff838e7cd77a611a57603d0ba5b2c9c0fba3c (patch)
tree048159ffd66e7c32f0354fa5c9e6c7b08be380c4 /bindings/lang_php5_helpers/wrapper_source.py
parent151016be72ede9f2bd839641ee1357110d4d6124 (diff)
downloadlasso-236ff838e7cd77a611a57603d0ba5b2c9c0fba3c.tar.gz
lasso-236ff838e7cd77a611a57603d0ba5b2c9c0fba3c.tar.xz
lasso-236ff838e7cd77a611a57603d0ba5b2c9c0fba3c.zip
[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 <fpeters@0d.be> Date: 2007-10-28 14:47:08.021000+01:00
Diffstat (limited to 'bindings/lang_php5_helpers/wrapper_source.py')
-rw-r--r--bindings/lang_php5_helpers/wrapper_source.py5
1 files changed, 5 insertions, 0 deletions
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 <php.h>
+#undef PACKAGE_BUGREPORT
+#undef PACKAGE_NAME
+#undef PACKAGE_STRING
+#undef PACKAGE_TARNAME
+#undef PACKAGE_VERSION
#include <lasso/lasso.h>
'''
for h in self.binding_data.headers: