summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2005-01-29 13:37:06 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2005-01-29 13:37:06 +0000
commit5f63c5d2b08ec3752370bf0b190fbf8b38edf087 (patch)
tree95403d45ab2b215ef457392873d2fdc9e91b5772 /swig
parent1c67e6be332bea587c4f2996cc2d8ec71e88e645 (diff)
downloadlasso-5f63c5d2b08ec3752370bf0b190fbf8b38edf087.tar.gz
lasso-5f63c5d2b08ec3752370bf0b190fbf8b38edf087.tar.xz
lasso-5f63c5d2b08ec3752370bf0b190fbf8b38edf087.zip
Reverted previous replacement of #if LASSO_WSF_ENABLED with
#ifdef LASSO_WSF_ENABLED.
Diffstat (limited to 'swig')
-rw-r--r--swig/Lasso.i3
-rw-r--r--swig/inheritance.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i
index e050c1de..f5af9a44 100644
--- a/swig/Lasso.i
+++ b/swig/Lasso.i
@@ -706,7 +706,6 @@ SET_NODE_INFO(Node, DowncastableNode)
#define LASSO_WSF_ENABLED 0
#endif
-
/* HttpMethod */
#ifndef SWIGPHP4
%rename(HTTP_METHOD_NONE) LASSO_HTTP_METHOD_NONE;
@@ -6559,7 +6558,7 @@ int LassoNameRegistration_setSessionFromDump(LassoNameRegistration *self, char *
%}
-#ifdef LASSO_WSF_ENABLED
+#if LASSO_WSF_ENABLED
%include Lasso-wsf.i
#endif
diff --git a/swig/inheritance.h b/swig/inheritance.h
index 37bcbd5b..1c6cca9a 100644
--- a/swig/inheritance.h
+++ b/swig/inheritance.h
@@ -78,7 +78,7 @@ SET_NODE_INFO(LibStatusResponse, SamlpResponseAbstract)
SET_NODE_INFO(LibLogoutResponse, LibStatusResponse)
SET_NODE_INFO(LibRegisterNameIdentifierResponse, LibStatusResponse)
-#ifdef LASSO_WSF_ENABLED
+#if LASSO_WSF_ENABLED
/* ID-WSF */