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/* Define to the sub-directory in which libtool stores uninstalled libraries. 91 */ 92#undef LT_OBJDIR 93 94/* without lzo */ 95#undef NO_LZO 96 97/* without MeCab */ 98#undef NO_MECAB 99 100/* Define to 1 if your C compiler doesn't accept -c and -o together. */ 101#undef NO_MINUS_C_MINUS_O 102 103/* compile without nfkc.c */ 104#undef NO_NFKC 105 106/* without zlib */ 107#undef NO_ZLIB 108 109/* Name of package */ 110#undef PACKAGE 111 112/* Define to the address where bug reports for this package should be sent. */ 113#undef PACKAGE_BUGREPORT 114 115/* Define to the full name of this package. */ 116#undef PACKAGE_NAME 117 118/* Define to the full name and version of this package. */ 119#undef PACKAGE_STRING 120 121/* Define to the one symbol short name of this package. */ 122#undef PACKAGE_TARNAME 123 124/* Define to the home page for this package. */ 125#undef PACKAGE_URL 126 127/* Define to the version of this package. */ 128#undef PACKAGE_VERSION 129 130/* "specified default encoding" */ 131#undef SENNA_DEFAULT_ENCODING 132 133/* "specified default initial_n_segments" */ 134#undef SENNA_DEFAULT_INITIAL_N_SEGMENTS 135 136/* "specified query escalation threshold" */ 137#undef SENNA_DEFAULT_QUERY_ESCALATION_THRESHOLD 138 139/* "specified home directory" */ 140#undef SENNA_HOME 141 142/* "specified log directory" */ 143#undef SENNA_LOG_PATH 144 145/* The size of `off_t', as computed by sizeof. */ 146#undef SIZEOF_OFF_T 147 148/* Define to 1 if you have the ANSI C header files. */ 149#undef STDC_HEADERS 150 151/* use AIO/DIO */ 152#undef USE_AIO 153 154/* use epoll */ 155#undef USE_EPOLL 156 157/* use fmalloc */ 158#undef USE_FAIL_MALLOC 159 160/* check mecab encodings */ 161#undef USE_MECAB_DICINFO 162 163/* use MSG_SIGNAL */ 164#undef USE_MSG_NOSIGNAL 165 166/* use poll */ 167#undef USE_POLL 168 169/* use abort */ 170#undef USE_QUERY_ABORT 171 172/* use select */ 173#undef USE_SELECT 174 175/* Version number of package */ 176#undef VERSION 177 178/* Define to 1 if you use Cutter */ 179#undef WITH_CUTTER 180 181/* Number of bits in a file offset, on hosts where this is settable. */ 182#undef _FILE_OFFSET_BITS 183 184/* Define for large files, on AIX-style hosts. */ 185#undef _LARGE_FILES 186 187/* Define to `long int' if <sys/types.h> does not define. */ 188#undef off_t 189 190/* Define to `unsigned int' if <sys/types.h> does not define. */ 191#undef size_t 192