~ubuntu-branches/ubuntu/hardy/lasso/hardy

« back to all changes in this revision

Viewing changes to lasso/id-ff/profile.h

  • 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:
1
 
/* $Id: profile.h,v 1.35 2005/11/21 18:51:52 fpeters Exp $ 
 
1
/* $Id: profile.h,v 1.36 2006/11/05 12:23:18 fpeters Exp $ 
2
2
 *
3
3
 * Lasso - A free implementation of the Liberty Alliance specifications.
4
4
 *
64
64
 * @LASSO_REQUEST_TYPE_DST_QUERY:
65
65
 * @LASSO_REQUEST_TYPE_DST_MODIFY:
66
66
 * @LASSO_REQUEST_TYPE_SASL_REQUEST:
 
67
 * @LASSO_REQUEST_TYPE_NAME_ID_MANAGEMENT:
67
68
 *
68
69
 * Request types (known for SOAP endpoints)
69
70
 **/
80
81
        LASSO_REQUEST_TYPE_DST_QUERY = 9,
81
82
        LASSO_REQUEST_TYPE_DST_MODIFY = 10,
82
83
        LASSO_REQUEST_TYPE_SASL_REQUEST = 11,
 
84
        LASSO_REQUEST_TYPE_NAME_ID_MANAGEMENT = 12,
83
85
} LassoRequestType;
84
86
 
85
87