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

« back to all changes in this revision

Viewing changes to lasso/lasso_config.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
 
/* lasso/lasso_config.h.  Generated by configure.  */
 
1
/* lasso/lasso_config.h.  Generated from lasso_config.h.in by configure.  */
2
2
/* lasso/lasso_config.h.in.  Generated from configure.ac by autoheader.  */
3
3
 
4
4
/* Define if check available with XML support */
16
16
/* Define to 1 if you have the `sasl2' library (-lsasl2). */
17
17
/* #undef HAVE_LIBSASL2 */
18
18
 
 
19
/* Have compression library */
 
20
#define HAVE_LIBZ 
 
21
 
19
22
/* Define to 1 if you have the <memory.h> header file. */
20
23
#define HAVE_MEMORY_H 1
21
24
 
43
46
/* Support for variadic macros */
44
47
#define HAVE_VARIADIC_MACROS 1
45
48
 
 
49
/* Define to 1 if you have the <zlib.h> header file. */
 
50
#define HAVE_ZLIB_H 1
 
51
 
46
52
/* Major version number */
47
 
#define LASSO_VERSION_MAJOR 0
 
53
#define LASSO_VERSION_MAJOR 2
48
54
 
49
55
/* Minor version number */
50
 
#define LASSO_VERSION_MINOR 6
 
56
#define LASSO_VERSION_MINOR 0
51
57
 
52
58
/* Release version number */
53
 
#define LASSO_VERSION_SUBMINOR 5
 
59
#define LASSO_VERSION_SUBMINOR 0
54
60
 
55
61
/* Define if ID-WSF support is enabled */
56
62
/* #undef LASSO_WSF_ENABLED */
68
74
#define PACKAGE_NAME "Liberty Alliance Single Sign On"
69
75
 
70
76
/* Define to the full name and version of this package. */
71
 
#define PACKAGE_STRING "Liberty Alliance Single Sign On 0.6.5"
 
77
#define PACKAGE_STRING "Liberty Alliance Single Sign On 2.0.0"
72
78
 
73
79
/* Define to the one symbol short name of this package. */
74
80
#define PACKAGE_TARNAME "liberty-alliance-single-sign-on"
75
81
 
76
82
/* Define to the version of this package. */
77
 
#define PACKAGE_VERSION "0.6.5"
 
83
#define PACKAGE_VERSION "2.0.0"
78
84
 
79
85
/* Define to 1 if the C compiler supports function prototypes. */
80
86
#define PROTOTYPES 1
83
89
#define STDC_HEADERS 1
84
90
 
85
91
/* Version number of package */
86
 
#define VERSION "0.6.5"
 
92
#define VERSION "2.0.0"
87
93
 
88
94
/* Define like PROTOTYPES; this can be used by system headers. */
89
95
#define __PROTOTYPES 1