1/* config/config-h.in.  Generated from configure.ac by autoheader.  */
2
3/* define if compilation of tests is active */
4#undef COMPILE_TESTS
5
6/* define if fast compilation mode is active */
7#undef FAST_COMPILATION
8
9/* define if full debug mode is active */
10#undef FULL_DEBUG
11
12/* define if bool is a built-in type */
13#undef HAVE_BOOL
14
15/* define if the compiler supports const_cast<> */
16#undef HAVE_CONST_CAST
17
18/* define if the compiler supports default template parameters */
19#undef HAVE_DEFAULT_TEMPLATE_PARAMETERS
20
21/* define if file /dev/urandom exists. */
22#undef HAVE_DEV_URANDOM
23
24/* Define to 1 if you have the <dlfcn.h> header file. */
25#undef HAVE_DLFCN_H
26
27/* define if the compiler supports dynamic_cast<> */
28#undef HAVE_DYNAMIC_CAST
29
30/* define if the compiler supports exceptions */
31#undef HAVE_EXCEPTIONS
32
33/* define if the compiler supports the explicit keyword */
34#undef HAVE_EXPLICIT
35
36/* define if the compiler supports __gnu_cxx::hash_map */
37#undef HAVE_GNUCXX_HASHMAP
38
39/* define if the compiler supports __gnu_cxx::hash_set */
40#undef HAVE_GNUCXX_HASHSET
41
42/* Define to 1 if you have the <inttypes.h> header file. */
43#undef HAVE_INTTYPES_H
44
45/* define if the macro isfinite exist */
46#undef HAVE_ISFINITE
47
48/* Define to 1 if you have the `z' library (-lz). */
49#undef HAVE_LIBZ
50
51/* define if long long int type is supported */
52#undef HAVE_LONG_LONG
53
54/* Define to 1 if you have the <memory.h> header file. */
55#undef HAVE_MEMORY_H
56
57/* define if the compiler implements namespaces */
58#undef HAVE_NAMESPACES
59
60/* define if the compiler has numeric_limits<T> */
61#undef HAVE_NUMERIC_LIMITS
62
63/* Define if you have POSIX threads libraries and header files. */
64#undef HAVE_PTHREAD
65
66/* define if the compiler supports reinterpret_cast<> */
67#undef HAVE_REINTERPRET_CAST
68
69/* define if the compiler supports Run-Time Type Identification */
70#undef HAVE_RTTI
71
72/* define if the compiler has stringstream */
73#undef HAVE_SSTREAM
74
75/* define if the compiler supports static_cast<> */
76#undef HAVE_STATIC_CAST
77
78/* define if the compiler supports ISO C++ standard library */
79#undef HAVE_STD
80
81/* define if the compiler supports stdext::hash_map */
82#undef HAVE_STDEXT_HASHMAP
83
84/* define if the compiler supports stdext::hash_set */
85#undef HAVE_STDEXT_HASHSET
86
87/* Define to 1 if you have the <stdint.h> header file. */
88#undef HAVE_STDINT_H
89
90/* Define to 1 if you have the <stdlib.h> header file. */
91#undef HAVE_STDLIB_H
92
93/* define if the compiler supports std::hash_map */
94#undef HAVE_STD_HASHMAP
95
96/* define if the compiler supports std::hash_set */
97#undef HAVE_STD_HASHSET
98
99/* define if the compiler supports Standard Template Library */
100#undef HAVE_STL
101
102/* Define to 1 if you have the <strings.h> header file. */
103#undef HAVE_STRINGS_H
104
105/* Define to 1 if you have the <string.h> header file. */
106#undef HAVE_STRING_H
107
108/* Define to 1 if you have the <sys/stat.h> header file. */
109#undef HAVE_SYS_STAT_H
110
111/* Define to 1 if you have the <sys/types.h> header file. */
112#undef HAVE_SYS_TYPES_H
113
114/* define if the compiler supports basic templates */
115#undef HAVE_TEMPLATES
116
117/* define if the compiler supports template-qualified base class specifiers */
118#undef HAVE_TEMPLATE_QUALIFIED_BASE_CLASS
119
120/* define if the compiler supports template-qualified return types */
121#undef HAVE_TEMPLATE_QUALIFIED_RETURN_TYPE
122
123/* define if the compiler supports function matching with argument types which
124   are template scope-qualified */
125#undef HAVE_TEMPLATE_SCOPED_ARGUMENT_MATCHING
126
127/* define if the compiler recognizes typename */
128#undef HAVE_TYPENAME
129
130/* Define to 1 if you have the <unistd.h> header file. */
131#undef HAVE_UNISTD_H
132
133/* define if some debug code is disabled */
134#undef NDEBUG
135
136/* Name of package */
137#undef PACKAGE
138
139/* Define to the address where bug reports for this package should be sent. */
140#undef PACKAGE_BUGREPORT
141
142/* Define to the full name of this package. */
143#undef PACKAGE_NAME
144
145/* Define to the full name and version of this package. */
146#undef PACKAGE_STRING
147
148/* Define to the one symbol short name of this package. */
149#undef PACKAGE_TARNAME
150
151/* Define to the version of this package. */
152#undef PACKAGE_VERSION
153
154/* Define to the necessary symbol if this constant uses a non-standard name on
155   your system. */
156#undef PTHREAD_CREATE_JOINABLE
157
158/* Define to 1 if you have the ANSI C header files. */
159#undef STDC_HEADERS
160
161/* Version number of package */
162#undef VERSION
163