OSDN Git Service

Add a .travis.yml file to tell Travis CI what to build.
[ludiafuncs/senna-1.1.2-fast.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* "specified configure options" */
4 #undef CONFIGURE_OPTIONS
5
6 /* Define to 1 if you have the <dlfcn.h> header file. */
7 #undef HAVE_DLFCN_H
8
9 /* Define to 1 if you have the <errno.h> header file. */
10 #undef HAVE_ERRNO_H
11
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
14
15 /* Define to 1 if you have the `gcov' library (-lgcov). */
16 #undef HAVE_LIBGCOV
17
18 /* Define to 1 if you have the `mecab' library (-lmecab). */
19 #undef HAVE_LIBMECAB
20
21 /* Define to 1 if you have the `rt' library (-lrt). */
22 #undef HAVE_LIBRT
23
24 /* Define to 1 if you have the `localtime_r' function. */
25 #undef HAVE_LOCALTIME_R
26
27 /* Define to 1 if you have the <memory.h> header file. */
28 #undef HAVE_MEMORY_H
29
30 /* Define to 1 if you have the <netdb.h> header file. */
31 #undef HAVE_NETDB_H
32
33 /* Define to 1 if you have the <netinet/in.h> header file. */
34 #undef HAVE_NETINET_IN_H
35
36 /* Define to 1 if you have the <netinet/tcp.h> header file. */
37 #undef HAVE_NETINET_TCP_H
38
39 /* Define to 1 if you have the <pthread.h> header file. */
40 #undef HAVE_PTHREAD_H
41
42 /* Define to 1 if you have the <signal.h> header file. */
43 #undef HAVE_SIGNAL_H
44
45 /* Define to 1 if you have the <stdint.h> header file. */
46 #undef HAVE_STDINT_H
47
48 /* Define to 1 if you have the <stdlib.h> header file. */
49 #undef HAVE_STDLIB_H
50
51 /* Define to 1 if you have the <strings.h> header file. */
52 #undef HAVE_STRINGS_H
53
54 /* Define to 1 if you have the <string.h> header file. */
55 #undef HAVE_STRING_H
56
57 /* Define to 1 if you have the <sys/mman.h> header file. */
58 #undef HAVE_SYS_MMAN_H
59
60 /* Define to 1 if you have the <sys/param.h> header file. */
61 #undef HAVE_SYS_PARAM_H
62
63 /* Define to 1 if you have the <sys/resource.h> header file. */
64 #undef HAVE_SYS_RESOURCE_H
65
66 /* Define to 1 if you have the <sys/select.h> header file. */
67 #undef HAVE_SYS_SELECT_H
68
69 /* Define to 1 if you have the <sys/socket.h> header file. */
70 #undef HAVE_SYS_SOCKET_H
71
72 /* Define to 1 if you have the <sys/stat.h> header file. */
73 #undef HAVE_SYS_STAT_H
74
75 /* Define to 1 if you have the <sys/time.h> header file. */
76 #undef HAVE_SYS_TIME_H
77
78 /* Define to 1 if you have the <sys/types.h> header file. */
79 #undef HAVE_SYS_TYPES_H
80
81 /* Define to 1 if you have the <sys/wait.h> header file. */
82 #undef HAVE_SYS_WAIT_H
83
84 /* Define to 1 if you have the <ucontext.h> header file. */
85 #undef HAVE_UCONTEXT_H
86
87 /* Define to 1 if you have the <unistd.h> header file. */
88 #undef HAVE_UNISTD_H
89
90 /* without MeCab */
91 #undef NO_MECAB
92
93 /* compile without nfkc.c */
94 #undef NO_NFKC
95
96 /* Name of package */
97 #undef PACKAGE
98
99 /* Define to the address where bug reports for this package should be sent. */
100 #undef PACKAGE_BUGREPORT
101
102 /* Define to the full name of this package. */
103 #undef PACKAGE_NAME
104
105 /* Define to the full name and version of this package. */
106 #undef PACKAGE_STRING
107
108 /* Define to the one symbol short name of this package. */
109 #undef PACKAGE_TARNAME
110
111 /* Define to the version of this package. */
112 #undef PACKAGE_VERSION
113
114 /* "specified default encoding" */
115 #undef SENNA_DEFAULT_ENCODING
116
117 /* "specified default initial_n_segments" */
118 #undef SENNA_DEFAULT_INITIAL_N_SEGMENTS
119
120 /* "specified query escalation threshold" */
121 #undef SENNA_DEFAULT_QUERY_ESCALATION_THRESHOLD
122
123 /* "specified home directory" */
124 #undef SENNA_HOME
125
126 /* "specified log directory" */
127 #undef SENNA_LOG_PATH
128
129 /* The size of `off_t', as computed by sizeof. */
130 #undef SIZEOF_OFF_T
131
132 /* Define to 1 if you have the ANSI C header files. */
133 #undef STDC_HEADERS
134
135 /* use AIO/DIO */
136 #undef USE_AIO
137
138 /* use epoll */
139 #undef USE_EPOLL
140
141 /* use fmalloc */
142 #undef USE_FAIL_MALLOC
143
144 /* check mecab encodings */
145 #undef USE_MECAB_DICINFO
146
147 /* use MSG_SIGNAL */
148 #undef USE_MSG_NOSIGNAL
149
150 /* use poll */
151 #undef USE_POLL
152
153 /* use select */
154 #undef USE_SELECT
155
156 /* Version number of package */
157 #undef VERSION
158
159 /* Number of bits in a file offset, on hosts where this is settable. */
160 #undef _FILE_OFFSET_BITS
161
162 /* Define for large files, on AIX-style hosts. */
163 #undef _LARGE_FILES
164
165 /* Define to `long int' if <sys/types.h> does not define. */
166 #undef off_t
167
168 /* Define to `unsigned int' if <sys/types.h> does not define. */
169 #undef size_t