summaryrefslogtreecommitdiffstats
path: root/php/php_lasso.h
diff options
context:
space:
mode:
authorChristophe Nowicki <cnowicki@easter-eggs.com>2004-08-10 08:33:41 +0000
committerChristophe Nowicki <cnowicki@easter-eggs.com>2004-08-10 08:33:41 +0000
commit18352ddb396946ca7583f8a770cd59ecfca8abdb (patch)
tree5406a02ffb53d0894eca7bae6e6e60e032a95b23 /php/php_lasso.h
parentb06cb80fb55fd6976e086fdf8f290f6f539d0534 (diff)
downloadlasso-18352ddb396946ca7583f8a770cd59ecfca8abdb.tar.gz
lasso-18352ddb396946ca7583f8a770cd59ecfca8abdb.tar.xz
lasso-18352ddb396946ca7583f8a770cd59ecfca8abdb.zip
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
Diffstat (limited to 'php/php_lasso.h')
-rw-r--r--php/php_lasso.h7
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"