summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-01-27 11:51:59 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-01-27 11:51:59 +0000
commit5b0be65ba9892ca921e13b858ee231f1e659ef06 (patch)
treea66a9080504d9dfe6787603edf80cc808cd78615 /swig
parent047c0d45a2e114ebe4ad866aa1bb7feea0cf7b1b (diff)
downloadlasso-5b0be65ba9892ca921e13b858ee231f1e659ef06.tar.gz
lasso-5b0be65ba9892ca921e13b858ee231f1e659ef06.tar.xz
lasso-5b0be65ba9892ca921e13b858ee231f1e659ef06.zip
configure flag to enable ID-WSF (off by default)
Diffstat (limited to 'swig')
-rw-r--r--swig/Lasso.i4
-rw-r--r--swig/inheritance.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i
index e8999947..49e75d17 100644
--- a/swig/Lasso.i
+++ b/swig/Lasso.i
@@ -6449,3 +6449,7 @@ int LassoNameRegistration_setSessionFromDump(LassoNameRegistration *self, char *
%}
+#ifdef LASSO_WSF_ENABLED
+%include Lasso-wsf.i
+#endif
+
diff --git a/swig/inheritance.h b/swig/inheritance.h
index 133a850e..522d2a41 100644
--- a/swig/inheritance.h
+++ b/swig/inheritance.h
@@ -77,6 +77,7 @@ SET_NODE_INFO(LibStatusResponse, SamlpResponseAbstract)
SET_NODE_INFO(LibLogoutResponse, LibStatusResponse)
SET_NODE_INFO(LibRegisterNameIdentifierResponse, LibStatusResponse)
+#ifdef LASSO_WSF_ENABLED
/* ID-WSF */
@@ -129,3 +130,5 @@ SET_NODE_INFO(IsUserInteraction, Node)
/* utility prefix */
SET_NODE_INFO(UtilityStatus, Node)
+
+#endif /* LASSO_WSF_ENABLED */