~ubuntu-branches/ubuntu/gutsy/lasso/gutsy

« back to all changes in this revision

Viewing changes to swig/saml-2.0/samlp2_name_id_policy.i

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731213526-oc6jw5mprcd5tjyy
Tags: 2.0.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
* debian/rules:
  + Add CC=gcc-4.2 to the configure call else configure won't find jni.h
    from libgcj8-dev.
* configure{,.ac}:
  + Add missing quotes around the value for PHP[45]_LIBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
%rename(Samlp2NameIDPolicy) LassoSamlp2NameIDPolicy;
4
4
#endif
5
5
typedef struct {
 
6
#ifndef SWIGPHP4
 
7
        %rename(format) Format;
 
8
#endif
6
9
        char *Format;
 
10
#ifndef SWIGPHP4
 
11
        %rename(spNameQualifier) SPNameQualifier;
 
12
#endif
7
13
        char *SPNameQualifier;
8
14
#ifndef SWIGPHP4
9
15
        %rename(allowCreate) AllowCreate;