mirror of https://gitee.com/bigwinds/arangodb
141 lines
3.4 KiB
C
141 lines
3.4 KiB
C
/* config/config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
/* static programs have broken cxa_guard */
|
|
#undef BROKEN_CXA_GUARD
|
|
|
|
/* Define to 1 if you have the `backtrace' function. */
|
|
#undef HAVE_BACKTRACE
|
|
|
|
/* define if the compiler supports basic C++11 syntax */
|
|
#undef HAVE_CXX11
|
|
|
|
/* Define to 1 if you have the <ev.h> header file. */
|
|
#undef HAVE_EV_H
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#undef HAVE_INTTYPES_H
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#undef HAVE_MEMORY_H
|
|
|
|
/* Define to 1 if you have the <openssl/ssl.h> header file. */
|
|
#undef HAVE_OPENSSL_SSL_H
|
|
|
|
/* Define if you have POSIX threads libraries and header files. */
|
|
#undef HAVE_PTHREAD
|
|
|
|
/* Define to 1 if you have the <readline/readline.h> header file. */
|
|
#undef HAVE_READLINE_READLINE_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 <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 <sys/stat.h> header file. */
|
|
#undef HAVE_SYS_STAT_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 <unistd.h> header file. */
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* true if SSLv23_method return SSL_METHOD const* */
|
|
#undef OPENSSL_NEEDS_CONST
|
|
|
|
/* Name of package */
|
|
#undef PACKAGE
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#undef PACKAGE_BUGREPORT
|
|
|
|
/* 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
|
|
|
|
/* Define to necessary symbol if this constant uses a non-standard name on
|
|
your system. */
|
|
#undef PTHREAD_CREATE_JOINABLE
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* "" */
|
|
#undef TRI_CONFIGURE_COMMAND
|
|
|
|
/* "" */
|
|
#undef TRI_CONFIGURE_FLAGS
|
|
|
|
/* "" */
|
|
#undef TRI_CONFIGURE_OPTIONS
|
|
|
|
/* true if failure testing ins enabled */
|
|
#undef TRI_ENABLE_FAILURE_TESTS
|
|
|
|
/* true if figures are enabled */
|
|
#undef TRI_ENABLE_FIGURES
|
|
|
|
/* true if high resolution clock should be used */
|
|
#undef TRI_ENABLE_HIRES_FIGURES
|
|
|
|
/* true if logging is enabled */
|
|
#undef TRI_ENABLE_LOGGER
|
|
|
|
/* true if timing is enabled */
|
|
#undef TRI_ENABLE_LOGGER_TIMING
|
|
|
|
/* true if maintainer mode is enabled */
|
|
#undef TRI_ENABLE_MAINTAINER_MODE
|
|
|
|
/* true if mruby should be used */
|
|
#undef TRI_ENABLE_MRUBY
|
|
|
|
/* true if timing is enabled */
|
|
#undef TRI_ENABLE_TIMING
|
|
|
|
/* true if linenoise is used */
|
|
#undef TRI_HAVE_LINENOISE
|
|
|
|
/* true if readline is used */
|
|
#undef TRI_HAVE_READLINE
|
|
|
|
/* "" */
|
|
#undef TRI_REPOSITORY_VERSION
|
|
|
|
/* Version number of package */
|
|
#undef VERSION
|
|
|
|
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
|
|
`char[]'. */
|
|
#undef YYTEXT_POINTER
|
|
|
|
/* 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 for large files, on AIX-style hosts. */
|
|
#undef _LARGE_FILES
|