diff options
Diffstat (limited to 'php/php_lasso.h')
| -rw-r--r-- | php/php_lasso.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/php/php_lasso.h b/php/php_lasso.h index 0b6d192d..83a1e8ad 100644 --- a/php/php_lasso.h +++ b/php/php_lasso.h @@ -34,6 +34,13 @@ extern zend_module_entry lasso_module_entry; #include "TSRM.h" #endif +/* Avoid warning about multiple definitions */ +#undef PACKAGE_BUGREPORT +#undef PACKAGE_NAME +#undef PACKAGE_STRING +#undef PACKAGE_TARNAME +#undef PACKAGE_VERSION + /* Resource */ #define le_lassonode_name "LASSO Node Resource" #define le_lassoserver_name "LASSO Server Resource" |
