Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* "specified configure options" */
8 #define CONFIGURE_OPTIONS " '--prefix=/home/maru/groonga'"
9 
10 /* Default command line option configuration file. */
11 #define GRN_CONFIG_PATH "/home/maru/groonga/etc/groonga/groonga.conf"
12 
13 /* "specified default DB key management algorithm" */
14 #define GRN_DEFAULT_DB_KEY "auto"
15 
16 /* "specified default encoding" */
17 #define GRN_DEFAULT_ENCODING "utf8"
18 
19 /* "specified match escalation threshold" */
20 #define GRN_DEFAULT_MATCH_ESCALATION_THRESHOLD 0
21 
22 /* "plugin suffix" */
23 #define GRN_PLUGIN_SUFFIX ".so"
24 
25 /* "The relative synonyms file for TSV query expander" */
26 #define GRN_QUERY_EXPANDER_TSV_RELATIVE_SYNONYMS_FILE "synonyms.tsv"
27 
28 /* "The default synonyms file for TSV query expander" */
29 #define GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE "/home/maru/groonga/etc/groonga/synonyms.tsv"
30 
31 /* stack size */
32 #define GRN_STACK_SIZE 1024
33 
34 /* groonga version */
35 #define GRN_VERSION "3.0.8-66-g24e4d9b"
36 
37 /* Define to 1 if benchamrk is available */
38 /* #undef GRN_WITH_BENCHMARK */
39 
40 /* Define to 1 if you use Cutter */
41 /* #undef GRN_WITH_CUTTER */
42 
43 /* use KyTea */
44 /* #undef GRN_WITH_KYTEA */
45 
46 /* Use libedit with multibyte support. */
47 /* #undef GRN_WITH_LIBEDIT */
48 
49 /* Define to 1 if libevent is available. */
50 /* #undef GRN_WITH_LIBEVENT */
51 
52 /* Define to 1 if you use libmemcached */
53 /* #undef GRN_WITH_LIBMEMCACHED */
54 
55 /* with lzo */
56 /* #undef GRN_WITH_LZO */
57 
58 /* use MeCab */
59 /* #undef GRN_WITH_MECAB */
60 
61 /* Define to 1 if MessagePack is available. */
62 /* #undef GRN_WITH_MESSAGE_PACK */
63 
64 /* Define to 1 if mruby is enabled. */
65 /* #undef GRN_WITH_MRUBY */
66 
67 /* compile with nfkc.c */
68 #define GRN_WITH_NFKC 1
69 
70 /* Define to 1 if ZeroMQ is available. */
71 /* #undef GRN_WITH_ZEROMQ */
72 
73 /* with zlib */
74 /* #undef GRN_WITH_ZLIB */
75 
76 /* Define to 1 if you have the `backtrace' function. */
77 #define HAVE_BACKTRACE 1
78 
79 /* use clock_gettime */
80 #define HAVE_CLOCK_GETTIME 1
81 
82 /* Define to 1 if you have the `close' function. */
83 #define HAVE_CLOSE 1
84 
85 /* Define to 1 if you have the <dlfcn.h> header file. */
86 #define HAVE_DLFCN_H 1
87 
88 /* Define to 1 if you have the <errno.h> header file. */
89 #define HAVE_ERRNO_H 1
90 
91 /* Define to 1 if you have the <execinfo.h> header file. */
92 #define HAVE_EXECINFO_H 1
93 
94 /* use fpclassify with _ISOC99_SOURCE */
95 #define HAVE_FPCLASSIFY 1
96 
97 /* Define to 1 if you have the `gmtime_r' function. */
98 #define HAVE_GMTIME_R 1
99 
100 /* Define to 1 if you have the <inttypes.h> header file. */
101 #define HAVE_INTTYPES_H 1
102 
103 /* Define to 1 if you have the <linux/futex.h> header file. */
104 /* #undef HAVE_LINUX_FUTEX_H */
105 
106 /* Define to 1 if you have the `localtime_r' function. */
107 #define HAVE_LOCALTIME_R 1
108 
109 /* Define to 1 if MeCab has the type `mecab_dictionary_info_t'. */
110 /* #undef HAVE_MECAB_DICTIONARY_INFO_T */
111 
112 /* Define to 1 if you have the <memory.h> header file. */
113 #define HAVE_MEMORY_H 1
114 
115 /* Define to 1 if you have the `mkostemp' function. */
116 #define HAVE_MKOSTEMP 1
117 
118 /* Define to 1 if you have the <netdb.h> header file. */
119 #define HAVE_NETDB_H 1
120 
121 /* Define to 1 if you have the <netinet/in.h> header file. */
122 #define HAVE_NETINET_IN_H 1
123 
124 /* Define to 1 if you have the <netinet/tcp.h> header file. */
125 #define HAVE_NETINET_TCP_H 1
126 
127 /* Define to 1 if you have the `open' function. */
128 #define HAVE_OPEN 1
129 
130 /* Define to 1 if you have the `pthread_condattr_setpshared' function. */
131 #define HAVE_PTHREAD_CONDATTR_SETPSHARED 1
132 
133 /* Define to 1 if you have the <pthread.h> header file. */
134 #define HAVE_PTHREAD_H 1
135 
136 /* Define to 1 if you have the `pthread_mutexattr_setpshared' function. */
137 #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
138 
139 /* Define to 1 if you have the `read' function. */
140 #define HAVE_READ 1
141 
142 /* Define to 1 if you have the <signal.h> header file. */
143 #define HAVE_SIGNAL_H 1
144 
145 /* Define to 1 if you have the <stdint.h> header file. */
146 #define HAVE_STDINT_H 1
147 
148 /* Define to 1 if you have the <stdlib.h> header file. */
149 #define HAVE_STDLIB_H 1
150 
151 /* Define to 1 if you have the <strings.h> header file. */
152 #define HAVE_STRINGS_H 1
153 
154 /* Define to 1 if you have the <string.h> header file. */
155 #define HAVE_STRING_H 1
156 
157 /* Define to 1 if you have the `strncasecmp' function. */
158 #define HAVE_STRNCASECMP 1
159 
160 /* Define to 1 if you have the `strtoull' function. */
161 #define HAVE_STRTOULL 1
162 
163 /* Define to 1 if you have the <sys/mman.h> header file. */
164 #define HAVE_SYS_MMAN_H 1
165 
166 /* Define to 1 if you have the <sys/param.h> header file. */
167 #define HAVE_SYS_PARAM_H 1
168 
169 /* Define to 1 if you have the <sys/resource.h> header file. */
170 #define HAVE_SYS_RESOURCE_H 1
171 
172 /* Define to 1 if you have the <sys/select.h> header file. */
173 /* #undef HAVE_SYS_SELECT_H */
174 
175 /* Define to 1 if you have the <sys/socket.h> header file. */
176 #define HAVE_SYS_SOCKET_H 1
177 
178 /* Define to 1 if you have the <sys/stat.h> header file. */
179 #define HAVE_SYS_STAT_H 1
180 
181 /* Define to 1 if you have the <sys/syscall.h> header file. */
182 /* #undef HAVE_SYS_SYSCALL_H */
183 
184 /* Define to 1 if you have the <sys/sysctl.h> header file. */
185 #define HAVE_SYS_SYSCTL_H 1
186 
187 /* Define to 1 if you have the <sys/timeb.h> header file. */
188 #define HAVE_SYS_TIMEB_H 1
189 
190 /* Define to 1 if you have the <sys/time.h> header file. */
191 #define HAVE_SYS_TIME_H 1
192 
193 /* Define to 1 if you have the <sys/types.h> header file. */
194 #define HAVE_SYS_TYPES_H 1
195 
196 /* Define to 1 if you have the <sys/wait.h> header file. */
197 #define HAVE_SYS_WAIT_H 1
198 
199 /* Define to 1 if you have the <time.h> header file. */
200 #define HAVE_TIME_H 1
201 
202 /* Define to 1 if you have the <ucontext.h> header file. */
203 #define HAVE_UCONTEXT_H 1
204 
205 /* Define to 1 if you have the <unistd.h> header file. */
206 #define HAVE_UNISTD_H 1
207 
208 /* Define to 1 if you have the `write' function. */
209 #define HAVE_WRITE 1
210 
211 /* Define to 1 if you have the `_strnicmp' function. */
212 /* #undef HAVE__STRNICMP */
213 
214 /* Define to 1 if you have the `_strtoui64' function. */
215 /* #undef HAVE__STRTOUI64 */
216 
217 /* host CPU */
218 #define HOST_CPU "x86_64"
219 
220 /* host OS */
221 #define HOST_OS "linux-gnu"
222 
223 /* Define to the sub-directory in which libtool stores uninstalled libraries.
224  */
225 #define LT_OBJDIR ".libs/"
226 
227 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
228 /* #undef NO_MINUS_C_MINUS_O */
229 
230 /* Name of package */
231 #define PACKAGE "groonga"
232 
233 /* Define to the address where bug reports for this package should be sent. */
234 #define PACKAGE_BUGREPORT "groonga@razil.jp"
235 
236 /* Define to the full name of this package. */
237 #define PACKAGE_NAME "groonga"
238 
239 /* Define to the full name and version of this package. */
240 #define PACKAGE_STRING "groonga 3.0.8"
241 
242 /* Define to the one symbol short name of this package. */
243 #define PACKAGE_TARNAME "groonga"
244 
245 /* Define to the home page for this package. */
246 #define PACKAGE_URL ""
247 
248 /* Define to the version of this package. */
249 #define PACKAGE_VERSION "3.0.8"
250 
251 /* The size of `off_t', as computed by sizeof. */
252 #define SIZEOF_OFF_T 8
253 
254 /* Define to 1 if you have the ANSI C header files. */
255 #define STDC_HEADERS 1
256 
257 /* use AIO/DIO */
258 /* #undef USE_AIO */
259 
260 /* Define to 1 if you enable dynamic malloc change */
261 /* #undef USE_DYNAMIC_MALLOC_CHANGE */
262 
263 /* use epoll */
264 #define USE_EPOLL 1
265 
266 /* alloc_count with atomic */
267 #define USE_EXACT_ALLOC_COUNT 1
268 
269 /* use fmalloc */
270 /* #undef USE_FAIL_MALLOC */
271 
272 /* use futex */
273 /* #undef USE_FUTEX */
274 
275 /* use kqueue */
276 /* #undef USE_KQUEUE */
277 
278 /* use MAP_HUGETLB */
279 /* #undef USE_MAP_HUGETLB */
280 
281 /* Define to 1 if you enable debuging memory management */
282 /* #undef USE_MEMORY_DEBUG */
283 
284 /* use MSG_MORE */
285 /* #undef USE_MSG_MORE */
286 
287 /* use MSG_NOSIGNAL */
288 /* #undef USE_MSG_NOSIGNAL */
289 
290 /* use poll */
291 /* #undef USE_POLL */
292 
293 /* use abort */
294 /* #undef USE_QUERY_ABORT */
295 
296 /* use select */
297 /* #undef USE_SELECT */
298 
299 /* Version number of package */
300 #define VERSION "3.0.8"
301 
302 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
303  significant byte first (like Motorola and SPARC, unlike Intel). */
304 #if defined AC_APPLE_UNIVERSAL_BUILD
305 # if defined __BIG_ENDIAN__
306 # define WORDS_BIGENDIAN 1
307 # endif
308 #else
309 # ifndef WORDS_BIGENDIAN
310 /* # undef WORDS_BIGENDIAN */
311 # endif
312 #endif
313 
314 /* Enable large inode numbers on Mac OS X 10.5. */
315 #ifndef _DARWIN_USE_64_BIT_INODE
316 # define _DARWIN_USE_64_BIT_INODE 1
317 #endif
318 
319 /* Number of bits in a file offset, on hosts where this is settable. */
320 /* #undef _FILE_OFFSET_BITS */
321 
322 /* Define to 1 if you use GCC. */
323 #define _GNU_SOURCE 1
324 
325 /* Define to 1 for fpclassify */
326 /* #undef _ISOC99_SOURCE */
327 
328 /* Define for large files, on AIX-style hosts. */
329 /* #undef _LARGE_FILES */
330 
331 /* Define to 1 if you are on NetBSD. */
332 /* #undef _NETBSD_SOURCE */
333 
334 /* Define to 600 for use AIO. */
335 /* #undef _XOPEN_SOURCE */
336 
337 /* Define to 1 for msghdr.msg_control if you are on Solaris. */
338 /* #undef _XPG4_2 */
339 
340 /* Define to 1 for singal.h with _XPG4_2 if you are on Solaris. */
341 /* #undef __EXTENSIONS__ */
342 
343 /* Define to `long int' if <sys/types.h> does not define. */
344 /* #undef off_t */
345 
346 /* Define to `unsigned int' if <sys/types.h> does not define. */
347 /* #undef size_t */