blob: 440f123ed90e6f3e293be4fcfd97d605b8b4493a [file] [log] [blame]
Brian Silverman70325d62015-09-20 17:00:43 -04001/* src/config.h.in. Generated from configure.ac by autoheader. */
2
3/* Namespace for Google classes */
4#undef GOOGLE_NAMESPACE
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 location of <unordered_set> or <hash_set> */
13#undef HASH_SET_H
14
15/* Define to 1 if you have the <byteswap.h> header file. */
16#undef HAVE_BYTESWAP_H
17
18/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
19 */
20#undef HAVE_DIRENT_H
21
22/* Define to 1 if you have the <dlfcn.h> header file. */
23#undef HAVE_DLFCN_H
24
25/* Define to 1 if you have the <endian.h> header file. */
26#undef HAVE_ENDIAN_H
27
28/* Define to 1 if you have the `getopt' function. */
29#undef HAVE_GETOPT
30
31/* Define to 1 if you have the <getopt.h> header file. */
32#undef HAVE_GETOPT_H
33
34/* Define to 1 if you have the `getopt_long' function. */
35#undef HAVE_GETOPT_LONG
36
37/* define if the compiler has hash_map */
38#undef HAVE_HASH_MAP
39
40/* define if the compiler has hash_set */
41#undef HAVE_HASH_SET
42
43/* Define to 1 if you have the <inttypes.h> header file. */
44#undef HAVE_INTTYPES_H
45
46/* Define to 1 if you have the <libkern/OSByteOrder.h> header file. */
47#undef HAVE_LIBKERN_OSBYTEORDER_H
48
49/* Define to 1 if you have the <machine/endian.h> header file. */
50#undef HAVE_MACHINE_ENDIAN_H
51
52/* Define to 1 if you have the <memory.h> header file. */
53#undef HAVE_MEMORY_H
54
55/* define if the compiler implements namespaces */
56#undef HAVE_NAMESPACES
57
58/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
59#undef HAVE_NDIR_H
60
61/* Define if you have POSIX threads libraries and header files. */
62#undef HAVE_PTHREAD
63
64/* define if the compiler implements pthread_rwlock_* */
65#undef HAVE_RWLOCK
66
67/* Define to 1 if you have the <stdint.h> header file. */
68#undef HAVE_STDINT_H
69
70/* Define to 1 if you have the <stdlib.h> header file. */
71#undef HAVE_STDLIB_H
72
73/* Define to 1 if you have the <strings.h> header file. */
74#undef HAVE_STRINGS_H
75
76/* Define to 1 if you have the <string.h> header file. */
77#undef HAVE_STRING_H
78
79/* Define to 1 if you have the <sys/byteorder.h> header file. */
80#undef HAVE_SYS_BYTEORDER_H
81
82/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
83 */
84#undef HAVE_SYS_DIR_H
85
86/* Define to 1 if you have the <sys/endian.h> header file. */
87#undef HAVE_SYS_ENDIAN_H
88
89/* Define to 1 if you have the <sys/isa_defs.h> header file. */
90#undef HAVE_SYS_ISA_DEFS_H
91
92/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
93 */
94#undef HAVE_SYS_NDIR_H
95
96/* Define to 1 if you have the <sys/stat.h> header file. */
97#undef HAVE_SYS_STAT_H
98
99/* Define to 1 if you have the <sys/types.h> header file. */
100#undef HAVE_SYS_TYPES_H
101
102/* Define to 1 if the system has the type `uint32_t'. */
103#undef HAVE_UINT32_T
104
105/* Define to 1 if the system has the type `uint64_t'. */
106#undef HAVE_UINT64_T
107
108/* Define to 1 if you have the <unistd.h> header file. */
109#undef HAVE_UNISTD_H
110
111/* define if the compiler supports unordered_{map,set} */
112#undef HAVE_UNORDERED_MAP
113
114/* Define to 1 if you have the <utime.h> header file. */
115#undef HAVE_UTIME_H
116
117/* Define to 1 if the system has the type `u_int32_t'. */
118#undef HAVE_U_INT32_T
119
120/* Define to 1 if the system has the type `u_int64_t'. */
121#undef HAVE_U_INT64_T
122
123/* define if your compiler has __attribute__ */
124#undef HAVE___ATTRIBUTE__
125
126/* Define to 1 if the system has the type `__int32'. */
127#undef HAVE___INT32
128
129/* Define to 1 if the system has the type `__int64'. */
130#undef HAVE___INT64
131
132/* The namespace to put the htmlparser code. */
133#undef HTMLPARSER_NAMESPACE
134
135/* define if first argument to InterlockedExchange is just LONG */
136#undef INTERLOCKED_EXCHANGE_NONVOLATILE
137
138/* Define to the sub-directory in which libtool stores uninstalled libraries.
139 */
140#undef LT_OBJDIR
141
142/* Name of package */
143#undef PACKAGE
144
145/* Define to the address where bug reports for this package should be sent. */
146#undef PACKAGE_BUGREPORT
147
148/* Define to the full name of this package. */
149#undef PACKAGE_NAME
150
151/* Define to the full name and version of this package. */
152#undef PACKAGE_STRING
153
154/* Define to the one symbol short name of this package. */
155#undef PACKAGE_TARNAME
156
157/* Define to the home page for this package. */
158#undef PACKAGE_URL
159
160/* Define to the version of this package. */
161#undef PACKAGE_VERSION
162
163/* printf format code for printing a size_t and ssize_t */
164#undef PRIdS
165
166/* printf format code for printing a size_t and ssize_t */
167#undef PRIuS
168
169/* printf format code for printing a size_t and ssize_t */
170#undef PRIxS
171
172/* Define to necessary symbol if this constant uses a non-standard name on
173 your system. */
174#undef PTHREAD_CREATE_JOINABLE
175
176/* Define to 1 if you have the ANSI C header files. */
177#undef STDC_HEADERS
178
179/* the namespace where STL code like vector<> is defined */
180#undef STL_NAMESPACE
181
182/* Version number of package */
183#undef VERSION
184
185/* Stops putting the code inside the Google namespace */
186#undef _END_GOOGLE_NAMESPACE_
187
188/* Puts following code inside the Google namespace */
189#undef _START_GOOGLE_NAMESPACE_
190
191
192#if defined( __MINGW32__) || defined(__MINGW64__)
193#include "windows/port.h"
194#endif
195