1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* the name of <hash_map> */
4#undef HASH_MAP_CLASS
5
6/* the location of <unordered_map> or <hash_map> */
7#undef HASH_MAP_H
8
9/* the namespace of hash_map/hash_set */
10#undef HASH_NAMESPACE
11
12/* the name of <hash_set> */
13#undef HASH_SET_CLASS
14
15/* the location of <unordered_set> or <hash_set> */
16#undef HASH_SET_H
17
18/* define if the compiler supports basic C++11 syntax */
19#undef HAVE_CXX11
20
21/* Define to 1 if you have the <dlfcn.h> header file. */
22#undef HAVE_DLFCN_H
23
24/* Define to 1 if you have the <fcntl.h> header file. */
25#undef HAVE_FCNTL_H
26
27/* Define to 1 if you have the `ftruncate' function. */
28#undef HAVE_FTRUNCATE
29
30/* define if the compiler has hash_map */
31#undef HAVE_HASH_MAP
32
33/* define if the compiler has hash_set */
34#undef HAVE_HASH_SET
35
36/* Define to 1 if you have the <inttypes.h> header file. */
37#undef HAVE_INTTYPES_H
38
39/* Define to 1 if you have the <limits.h> header file. */
40#undef HAVE_LIMITS_H
41
42/* Define to 1 if you have the <memory.h> header file. */
43#undef HAVE_MEMORY_H
44
45/* Define to 1 if you have the `memset' function. */
46#undef HAVE_MEMSET
47
48/* Define to 1 if you have the `mkdir' function. */
49#undef HAVE_MKDIR
50
51/* Define if you have POSIX threads libraries and header files. */
52#undef HAVE_PTHREAD
53
54/* Have PTHREAD_PRIO_INHERIT. */
55#undef HAVE_PTHREAD_PRIO_INHERIT
56
57/* Define to 1 if you have the <stdint.h> header file. */
58#undef HAVE_STDINT_H
59
60/* Define to 1 if you have the <stdlib.h> header file. */
61#undef HAVE_STDLIB_H
62
63/* Define to 1 if you have the `strchr' function. */
64#undef HAVE_STRCHR
65
66/* Define to 1 if you have the `strerror' function. */
67#undef HAVE_STRERROR
68
69/* Define to 1 if you have the <strings.h> header file. */
70#undef HAVE_STRINGS_H
71
72/* Define to 1 if you have the <string.h> header file. */
73#undef HAVE_STRING_H
74
75/* Define to 1 if you have the `strtol' function. */
76#undef HAVE_STRTOL
77
78/* Define to 1 if you have the <sys/stat.h> header file. */
79#undef HAVE_SYS_STAT_H
80
81/* Define to 1 if you have the <sys/types.h> header file. */
82#undef HAVE_SYS_TYPES_H
83
84/* Define to 1 if you have the <unistd.h> header file. */
85#undef HAVE_UNISTD_H
86
87/* Enable classes using zlib compression. */
88#undef HAVE_ZLIB
89
90/* Define to the sub-directory where libtool stores uninstalled libraries. */
91#undef LT_OBJDIR
92
93/* Name of package */
94#undef PACKAGE
95
96/* Define to the address where bug reports for this package should be sent. */
97#undef PACKAGE_BUGREPORT
98
99/* Define to the full name of this package. */
100#undef PACKAGE_NAME
101
102/* Define to the full name and version of this package. */
103#undef PACKAGE_STRING
104
105/* Define to the one symbol short name of this package. */
106#undef PACKAGE_TARNAME
107
108/* Define to the home page for this package. */
109#undef PACKAGE_URL
110
111/* Define to the version of this package. */
112#undef PACKAGE_VERSION
113
114/* Define to necessary symbol if this constant uses a non-standard name on
115   your system. */
116#undef PTHREAD_CREATE_JOINABLE
117
118/* Define to 1 if you have the ANSI C header files. */
119#undef STDC_HEADERS
120
121/* Enable extensions on AIX 3, Interix.  */
122#ifndef _ALL_SOURCE
123# undef _ALL_SOURCE
124#endif
125/* Enable GNU extensions on systems that have them.  */
126#ifndef _GNU_SOURCE
127# undef _GNU_SOURCE
128#endif
129/* Enable threading extensions on Solaris.  */
130#ifndef _POSIX_PTHREAD_SEMANTICS
131# undef _POSIX_PTHREAD_SEMANTICS
132#endif
133/* Enable extensions on HP NonStop.  */
134#ifndef _TANDEM_SOURCE
135# undef _TANDEM_SOURCE
136#endif
137/* Enable general extensions on Solaris.  */
138#ifndef __EXTENSIONS__
139# undef __EXTENSIONS__
140#endif
141
142
143/* Version number of package */
144#undef VERSION
145
146/* Define to 1 if on MINIX. */
147#undef _MINIX
148
149/* Define to 2 if the system does not provide POSIX.1 features except with
150   this defined. */
151#undef _POSIX_1_SOURCE
152
153/* Define to 1 if you need to in order for `stat' and other things to work. */
154#undef _POSIX_SOURCE
155