Codebase list groonga / fresh-snapshots/main config.h.in
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

config.h.in @fresh-snapshots/mainraw · history · blame

/* 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

/* Define to 1 if you use Cutter */
#undef GRN_WITH_CUTTER

/* 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 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

/* 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 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

/* use fpclassify with _ISOC99_SOURCE */
#undef HAVE_FPCLASSIFY

/* 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 <memory.h> header file. */
#undef HAVE_MEMORY_H

/* 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_condattr_setpshared' function. */
#undef HAVE_PTHREAD_CONDATTR_SETPSHARED

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

/* Define to 1 if you have the `pthread_mutexattr_setpshared' function. */
#undef HAVE_PTHREAD_MUTEXATTR_SETPSHARED

/* 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 <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/sysctl.h> header file. */
#undef HAVE_SYS_SYSCTL_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 you have the ANSI C header files. */
#undef STDC_HEADERS

/* use epoll */
#undef USE_EPOLL

/* alloc_count with atomic */
#undef USE_EXACT_ALLOC_COUNT

/* use futex */
#undef USE_FUTEX

/* use kqueue */
#undef USE_KQUEUE

/* use MAP_HUGETLB */
#undef USE_MAP_HUGETLB

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

/* 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

/* Enable large inode numbers on Mac OS X 10.5.  */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#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