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

1.2.2 by Frederic Peters
Import upstream version 2.3.5
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3
/* Define if check available with XML support */
4
#undef CHECK_IS_XML
5
6
/* Define to 1 if you have the <dlfcn.h> header file. */
7
#undef HAVE_DLFCN_H
8
9
/* Define to 1 if you have the <inttypes.h> header file. */
10
#undef HAVE_INTTYPES_H
11
12
/* Define to 1 if you have the <jni.h> header file. */
13
#undef HAVE_JNI_H
14
15
/* Define to 1 if you have the `sasl2' library (-lsasl2). */
16
#undef HAVE_LIBSASL2
17
18
/* Have compression library */
19
#undef HAVE_LIBZ
20
21
/* Define to 1 if you have the <memory.h> header file. */
22
#undef HAVE_MEMORY_H
23
24
/* Define to 1 if you have the <stdint.h> header file. */
25
#undef HAVE_STDINT_H
26
27
/* Define to 1 if you have the <stdlib.h> header file. */
28
#undef HAVE_STDLIB_H
29
30
/* Define to 1 if you have the <strings.h> header file. */
31
#undef HAVE_STRINGS_H
32
33
/* Define to 1 if you have the <string.h> header file. */
34
#undef HAVE_STRING_H
35
36
/* Define to 1 if you have the <sys/stat.h> header file. */
37
#undef HAVE_SYS_STAT_H
38
39
/* Define to 1 if you have the <sys/types.h> header file. */
40
#undef HAVE_SYS_TYPES_H
41
42
/* Define to 1 if you have the <unistd.h> header file. */
43
#undef HAVE_UNISTD_H
44
45
/* Support for variadic macros */
46
#undef HAVE_VARIADIC_MACROS
47
48
/* Define to 1 if you have the <zlib.h> header file. */
49
#undef HAVE_ZLIB_H
50
51
/* Major version number */
52
#undef LASSO_VERSION_MAJOR
53
54
/* Minor version number */
55
#undef LASSO_VERSION_MINOR
56
57
/* Release version number */
58
#undef LASSO_VERSION_SUBMINOR
59
60
/* Define if ID-WSF support is enabled */
61
#undef LASSO_WSF_ENABLED
62
63
/* Define to the sub-directory in which libtool stores uninstalled libraries.
64
   */
65
#undef LT_OBJDIR
66
67
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
68
#undef NO_MINUS_C_MINUS_O
69
70
/* Name of package */
71
#undef PACKAGE
72
73
/* Define to the address where bug reports for this package should be sent. */
74
#undef PACKAGE_BUGREPORT
75
76
/* Define to the full name of this package. */
77
#undef PACKAGE_NAME
78
79
/* Define to the full name and version of this package. */
80
#undef PACKAGE_STRING
81
82
/* Define to the one symbol short name of this package. */
83
#undef PACKAGE_TARNAME
84
85
/* Define to the home page for this package. */
86
#undef PACKAGE_URL
87
88
/* Define to the version of this package. */
89
#undef PACKAGE_VERSION
90
91
/* Define to 1 if the C compiler supports function prototypes. */
92
#undef PROTOTYPES
93
94
/* Define to 1 if you have the ANSI C header files. */
95
#undef STDC_HEADERS
96
97
/* Version number of package */
98
#undef VERSION
99
100
/* Define like PROTOTYPES; this can be used by system headers. */
101
#undef __PROTOTYPES