summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2006-11-28 12:18:36 +0000
committerFrederic Peters <fpeters@entrouvert.com>2006-11-28 12:18:36 +0000
commit279e04274c651bd87779bba30d9730a326d1bd7c (patch)
tree04687f7a4cc556b900bc62d990dde9593849bf41 /swig
parent166cff941716b236a7d2602562d7c2ecadd8e908 (diff)
downloadlasso-279e04274c651bd87779bba30d9730a326d1bd7c.tar.gz
lasso-279e04274c651bd87779bba30d9730a326d1bd7c.tar.xz
lasso-279e04274c651bd87779bba30d9730a326d1bd7c.zip
fixed references to SWIGPHP4
Diffstat (limited to 'swig')
-rw-r--r--swig/saml-2.0/saml2_conditions.i4
-rw-r--r--swig/saml-2.0/saml2_subject_confirmation_data.i10
2 files changed, 7 insertions, 7 deletions
diff --git a/swig/saml-2.0/saml2_conditions.i b/swig/saml-2.0/saml2_conditions.i
index 05b60f99..ca0e1c82 100644
--- a/swig/saml-2.0/saml2_conditions.i
+++ b/swig/saml-2.0/saml2_conditions.i
@@ -3,11 +3,11 @@
%rename(Saml2Conditions) LassoSaml2Conditions;
#endif
typedef struct {
-#ifndef SWIG_PHP4
+#ifndef SWIGPHP4
%rename(notBefore) NotBefore;
#endif
char *NotBefore;
-#ifndef SWIG_PHP4
+#ifndef SWIGPHP4
%rename(notOnOrAfter) NotOnOrAfter;
#endif
char *NotOnOrAfter;
diff --git a/swig/saml-2.0/saml2_subject_confirmation_data.i b/swig/saml-2.0/saml2_subject_confirmation_data.i
index 359d1690..fca8136f 100644
--- a/swig/saml-2.0/saml2_subject_confirmation_data.i
+++ b/swig/saml-2.0/saml2_subject_confirmation_data.i
@@ -3,23 +3,23 @@
%rename(Saml2SubjectConfirmationData) LassoSaml2SubjectConfirmationData;
#endif
typedef struct {
-#ifndef SWIG_PHP4
+#ifndef SWIGPHP4
%rename(notBefore) NotBefore;
#endif
char *NotBefore;
-#ifndef SWIG_PHP4
+#ifndef SWIGPHP4
%rename(notOnOrAfter) NotOnOrAfter;
#endif
char *NotOnOrAfter;
-#ifndef SWIG_PHP4
+#ifndef SWIGPHP4
%rename(recipient) Recipient;
#endif
char *Recipient;
-#ifndef SWIG_PHP4
+#ifndef SWIGPHP4
%rename(inResponseTo) InResponseTo;
#endif
char *InResponseTo;
-#ifndef SWIG_PHP4
+#ifndef SWIGPHP4
%rename(address) Address;
#endif
char *Address;