From 18352ddb396946ca7583f8a770cd59ecfca8abdb Mon Sep 17 00:00:00 2001 From: Christophe Nowicki Date: Tue, 10 Aug 2004 08:33:41 +0000 Subject: Removed the param 'remote_providerID' of lasso_login_init_authn_request() method Added a param 'remote_providerID' in lasso_login_build_authn_request_msg() method Fix compilation warnings, avoid multiple definitions and REGISTER_STRING_CONSTANT --- php/php_lasso.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'php/php_lasso.h') 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" -- cgit