File: config.h.in

package info (click to toggle)
groonga 15.0.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 163,080 kB
  • sloc: ansic: 770,564; cpp: 48,925; ruby: 40,447; javascript: 10,250; yacc: 7,045; sh: 5,602; python: 2,821; makefile: 1,672
file content (357 lines) | stat: -rw-r--r-- 8,673 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD

/* "specified configure options" */
#undef CONFIGURE_OPTIONS

/* Default command line option configuration file. */
#undef GRN_CONFIG_PATH

/* "specified default DB key management algorithm" */
#undef GRN_DEFAULT_DB_KEY

/* "specified default encoding" */
#undef GRN_DEFAULT_ENCODING

/* "specified match escalation threshold" */
#undef GRN_DEFAULT_MATCH_ESCALATION_THRESHOLD

/* lock timeout */
#undef GRN_LOCK_TIMEOUT

/* lock wait time in nanosecond */
#undef GRN_LOCK_WAIT_TIME_NANOSECOND

/* "plugin suffix" */
#undef GRN_PLUGIN_SUFFIX

/* "The relative synonyms file for TSV query expander" */
#undef GRN_QUERY_EXPANDER_TSV_RELATIVE_SYNONYMS_FILE

/* "The default synonyms file for TSV query expander" */
#undef GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE

/* stack size */
#undef GRN_STACK_SIZE

/* Enable Apache Arrow support. */
#undef GRN_WITH_APACHE_ARROW

/* Define to 1 if benchamrk is available */
#undef GRN_WITH_BENCHMARK

/* use KyTea */
#undef GRN_WITH_KYTEA

/* Define to 1 if libedit works */
#undef GRN_WITH_LIBEDIT

/* Define to 1 if libevent is available. */
#undef GRN_WITH_LIBEVENT

/* use libstemmer */
#undef GRN_WITH_LIBSTEMMER

/* Support LuaJIT. */
#undef GRN_WITH_LUAJIT

/* Support data compression by LZ4. */
#undef GRN_WITH_LZ4

/* use MeCab */
#undef GRN_WITH_MECAB

/* Define to 1 if you enable debuging memory management */
#undef GRN_WITH_MEMORY_DEBUG

/* Define to 1 if MessagePack is available. */
#undef GRN_WITH_MESSAGE_PACK

/* Define to 1 if mruby is enabled. */
#undef GRN_WITH_MRUBY

/* compile with nfkc.c */
#undef GRN_WITH_NFKC

/* Use Onigmo. */
#undef GRN_WITH_ONIGMO

/* Support RapidJSON. */
#undef GRN_WITH_RAPIDJSON

/* enable back trace on Windows */
#undef GRN_WITH_WINDOWS_BACK_TRACE

/* Support drilldown by hashed key with xxHash. */
#undef GRN_WITH_XXHASH

/* Define to 1 if ZeroMQ is available. */
#undef GRN_WITH_ZEROMQ

/* Support data compression by zlib. */
#undef GRN_WITH_ZLIB

/* Support data compression by Zstandard. */
#undef GRN_WITH_ZSTD

/* Define to 1 if you have the `backtrace' function. */
#undef HAVE_BACKTRACE

/* use clock_gettime */
#undef HAVE_CLOCK_GETTIME

/* define if the compiler supports basic C++11 syntax */
#undef HAVE_CXX11

/* define if the compiler supports basic C++17 syntax */
#undef HAVE_CXX17

/* Define to 1 if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H

/* Define to 1 if you have the <execinfo.h> header file. */
#undef HAVE_EXECINFO_H

/* Define to 1 if you have the `fdatasync' function. */
#undef HAVE_FDATASYNC

/* use fpclassify with _ISOC99_SOURCE */
#undef HAVE_FPCLASSIFY

/* Define to 1 if you have the `fsync' function. */
#undef HAVE_FSYNC

/* Define to 1 if you have the `futimens' function. */
#undef HAVE_FUTIMENS

/* Define to 1 if you have the `futimes' function. */
#undef HAVE_FUTIMES

/* Define to 1 if you have the `getrusage' function. */
#undef HAVE_GETRUSAGE

/* Define to 1 if you have the `gmtime_r' function. */
#undef HAVE_GMTIME_R

/* Define to 1 if you have the <histedit.h> header file. */
#undef HAVE_HISTEDIT_H

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the <libstemmer.h> header file. */
#undef HAVE_LIBSTEMMER_H

/* Define to 1 if you have the <linux/futex.h> header file. */
#undef HAVE_LINUX_FUTEX_H

/* Define to 1 if you have the `localtime_r' function. */
#undef HAVE_LOCALTIME_R

/* Define to 1 if MeCab has the type `mecab_dictionary_info_t'. */
#undef HAVE_MECAB_DICTIONARY_INFO_T

/* Define to 1 if you have the `mkstemp' function. */
#undef HAVE_MKSTEMP

/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H

/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H

/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the `strcasecmp' function. */
#undef HAVE_STRCASECMP

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the `strncasecmp' function. */
#undef HAVE_STRNCASECMP

/* Define to 1 if you have the `strtoull' function. */
#undef HAVE_STRTOULL

/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
#undef HAVE_STRUCT_TM_TM_GMTOFF

/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H

/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H

/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H

/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H

/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/syscall.h> header file. */
#undef HAVE_SYS_SYSCALL_H

/* Define to 1 if you have the <sys/sysmacros.h> header file. */
#undef HAVE_SYS_SYSMACROS_H

/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H

/* Define to 1 if you have the <time.h> header file. */
#undef HAVE_TIME_H

/* Define to 1 if you have the <ucontext.h> header file. */
#undef HAVE_UCONTEXT_H

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the `_gmtime64_s' function. */
#undef HAVE__GMTIME64_S

/* Define to 1 if you have the `_localtime64_s' function. */
#undef HAVE__LOCALTIME64_S

/* Define to 1 if you have the `_strtoui64' function. */
#undef HAVE__STRTOUI64

/* host CPU */
#undef HOST_CPU

/* host OS */
#undef HOST_OS

/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Label of package */
#undef PACKAGE_LABEL

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* The size of `off_t', as computed by sizeof. */
#undef SIZEOF_OFF_T

/* Define to 1 if all of the C90 standard headers exist (not just the ones
   required in a freestanding environment). This macro is provided for
   backward compatibility; new code need not use it. */
#undef STDC_HEADERS

/* use epoll */
#undef USE_EPOLL

/* use futex */
#undef USE_FUTEX

/* use kqueue */
#undef USE_KQUEUE

/* use MAP_HUGETLB */
#undef USE_MAP_HUGETLB

/* use MSG_MORE */
#undef USE_MSG_MORE

/* use MSG_NOSIGNAL */
#undef USE_MSG_NOSIGNAL

/* use poll */
#undef USE_POLL

/* use select */
#undef USE_SELECT

/* Version number of package */
#undef VERSION

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
#  undef WORDS_BIGENDIAN
# endif
#endif

/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS

/* Define to 1 if you use GCC. */
#undef _GNU_SOURCE

/* Define to 1 for fpclassify */
#undef _ISOC99_SOURCE

/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES

/* Define to 1 if you are on NetBSD. */
#undef _NETBSD_SOURCE

/* Define to 1 for msghdr.msg_control if you are on Solaris. */
#undef _XPG4_2

/* Define to 1 for singal.h with _XPG4_2 if you are on Solaris. */
#undef __EXTENSIONS__

/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t

/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t