~ubuntu-branches/ubuntu/utopic/lasso/utopic-proposed

« back to all changes in this revision

Viewing changes to lasso/lasso_config.h

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2004-09-13 09:26:34 UTC
  • Revision ID: james.westby@ubuntu.com-20040913092634-01vdfl8j9cp94exa
Tags: upstream-0.4.1
ImportĀ upstreamĀ versionĀ 0.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* lasso/lasso_config.h.  Generated by configure.  */
 
2
/* lasso/lasso_config.h.in.  Generated from configure.ac by autoheader.  */
 
3
 
 
4
/* Define if check available with XML support */
 
5
#define CHECK_IS_XML 
 
6
 
 
7
/* Define to 1 if you have the <dlfcn.h> header file. */
 
8
#define HAVE_DLFCN_H 1
 
9
 
 
10
/* Define to 1 if you have the <inttypes.h> header file. */
 
11
#define HAVE_INTTYPES_H 1
 
12
 
 
13
/* Define to 1 if you have the <jni.h> header file. */
 
14
/* #undef HAVE_JNI_H */
 
15
 
 
16
/* Define to 1 if you have the <memory.h> header file. */
 
17
#define HAVE_MEMORY_H 1
 
18
 
 
19
/* Define to 1 if you have the <stdint.h> header file. */
 
20
#define HAVE_STDINT_H 1
 
21
 
 
22
/* Define to 1 if you have the <stdlib.h> header file. */
 
23
#define HAVE_STDLIB_H 1
 
24
 
 
25
/* Define to 1 if you have the <strings.h> header file. */
 
26
#define HAVE_STRINGS_H 1
 
27
 
 
28
/* Define to 1 if you have the <string.h> header file. */
 
29
#define HAVE_STRING_H 1
 
30
 
 
31
/* Define to 1 if you have the <sys/stat.h> header file. */
 
32
#define HAVE_SYS_STAT_H 1
 
33
 
 
34
/* Define to 1 if you have the <sys/types.h> header file. */
 
35
#define HAVE_SYS_TYPES_H 1
 
36
 
 
37
/* Define to 1 if you have the <unistd.h> header file. */
 
38
#define HAVE_UNISTD_H 1
 
39
 
 
40
/* Release version as a decimal */
 
41
#define LASSO_VERSION_DECIMAL 401
 
42
 
 
43
/* Major version number */
 
44
#define LASSO_VERSION_MAJOR 0
 
45
 
 
46
/* Minor version number */
 
47
#define LASSO_VERSION_MINOR 4
 
48
 
 
49
/* Release version number */
 
50
#define LASSO_VERSION_SUBMINOR 1
 
51
 
 
52
/* Windows version of the lasso version */
 
53
#define LASSO_WINDOWS_VERSION 0,4,1,0
 
54
 
 
55
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
56
/* #undef NO_MINUS_C_MINUS_O */
 
57
 
 
58
/* Name of package */
 
59
#define PACKAGE "lasso"
 
60
 
 
61
/* Define to the address where bug reports for this package should be sent. */
 
62
#define PACKAGE_BUGREPORT "lasso-devel@lists.labs.libre-entreprise.org"
 
63
 
 
64
/* Define to the full name of this package. */
 
65
#define PACKAGE_NAME "Liberty Alliance Single Sign On"
 
66
 
 
67
/* Define to the full name and version of this package. */
 
68
#define PACKAGE_STRING "Liberty Alliance Single Sign On 0.4.1"
 
69
 
 
70
/* Define to the one symbol short name of this package. */
 
71
#define PACKAGE_TARNAME "liberty-alliance-single-sign-on"
 
72
 
 
73
/* Define to the version of this package. */
 
74
#define PACKAGE_VERSION "0.4.1"
 
75
 
 
76
/* Define to 1 if the C compiler supports function prototypes. */
 
77
#define PROTOTYPES 1
 
78
 
 
79
/* Define to 1 if you have the ANSI C header files. */
 
80
#define STDC_HEADERS 1
 
81
 
 
82
/* Version number of package */
 
83
#define VERSION "0.4.1"
 
84
 
 
85
/* Define like PROTOTYPES; this can be used by system headers. */
 
86
#define __PROTOTYPES 1