mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
* Added an option to autosearch for your own installed MySQL as before. Note that default setting is to use the internal MySQL. * You can now build 32-bit even if your MySQL is x64 and vice versa. * Recommended MySQL server version for use with provided MySQL client sources is 5.1.x. * If your server version is different, let CMake autofind and use it instead (check EXTERNAL_MYSQL option) --HG-- branch : trunk
1353 lines
34 KiB
C
1353 lines
34 KiB
C
/* include/config.h.in. Generated from configure.in by autoheader. */
|
|
|
|
/* Define if building universal (internal helper macro) */
|
|
#undef AC_APPLE_UNIVERSAL_BUILD
|
|
|
|
/* Support big tables */
|
|
#undef BIG_TABLES
|
|
|
|
/* Whether features provided by the user community should be included */
|
|
#undef COMMUNITY_SERVER
|
|
|
|
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
|
systems. This function is required for `alloca.c' support on those systems.
|
|
*/
|
|
#undef CRAY_STACKSEG_END
|
|
|
|
/* Define to 1 if using `alloca.c'. */
|
|
#undef C_ALLOCA
|
|
|
|
/* Don't use libdbug */
|
|
#undef DBUG_OFF
|
|
|
|
/* Use libdbug */
|
|
#undef DBUG_ON
|
|
|
|
/* all charsets are available */
|
|
#undef DEFINE_ALL_CHARACTER_SETS
|
|
|
|
/* Disables the use of --init-file, --skip-grant-tables and --bootstrap
|
|
options */
|
|
#undef DISABLE_GRANT_OPTIONS
|
|
|
|
/* Version of .frm files */
|
|
#undef DOT_FRM_VERSION
|
|
|
|
/* If Debug Sync Facility should be enabled */
|
|
#undef ENABLED_DEBUG_SYNC
|
|
|
|
/* If LOAD DATA LOCAL INFILE should be enabled by default */
|
|
#undef ENABLED_LOCAL_INFILE
|
|
|
|
/* If SHOW PROFILE should be enabled */
|
|
#undef ENABLED_PROFILING
|
|
|
|
/* Enable error injection in MySQL Server */
|
|
#undef ERROR_INJECT_SUPPORT
|
|
|
|
/* Do we have FIONREAD */
|
|
#undef FIONREAD_IN_SYS_IOCTL
|
|
|
|
/* READLINE: your system defines TIOCGWINSZ in sys/ioctl.h. */
|
|
#undef GWINSZ_IN_SYS_IOCTL
|
|
|
|
/* Define to 1 if you have the `abi::__cxa_demangle' function. */
|
|
#undef HAVE_ABI_CXA_DEMANGLE
|
|
|
|
/* Define to 1 if you have the <aio.h> header file. */
|
|
#undef HAVE_AIO_H
|
|
|
|
/* Define to 1 if you have the `alarm' function. */
|
|
#undef HAVE_ALARM
|
|
|
|
/* Define to 1 if you have `alloca', as a function or macro. */
|
|
#undef HAVE_ALLOCA
|
|
|
|
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
|
|
*/
|
|
#undef HAVE_ALLOCA_H
|
|
|
|
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
|
#undef HAVE_ARPA_INET_H
|
|
|
|
/* Define to 1 if you have the <asm/termbits.h> header file. */
|
|
#undef HAVE_ASM_TERMBITS_H
|
|
|
|
/* Define to 1 if you have the `atomic_add_long' function. */
|
|
#undef HAVE_ATOMIC_ADD_LONG
|
|
|
|
/* Define to 1 if you have the `atomic_cas_32' function. */
|
|
#undef HAVE_ATOMIC_CAS_32
|
|
|
|
/* Define to 1 if you have the `atomic_cas_64' function. */
|
|
#undef HAVE_ATOMIC_CAS_64
|
|
|
|
/* Define to 1 if you have the `atomic_cas_ulong' function. */
|
|
#undef HAVE_ATOMIC_CAS_ULONG
|
|
|
|
/* Define to 1 if you have the `backtrace' function. */
|
|
#undef HAVE_BACKTRACE
|
|
|
|
/* Define to 1 if you have the `backtrace_symbols' function. */
|
|
#undef HAVE_BACKTRACE_SYMBOLS
|
|
|
|
/* Define to 1 if you have the `backtrace_symbols_fd' function. */
|
|
#undef HAVE_BACKTRACE_SYMBOLS_FD
|
|
|
|
/* Define to 1 if you have the `bfill' function. */
|
|
#undef HAVE_BFILL
|
|
|
|
/* Define to 1 if you have the `bmove' function. */
|
|
#undef HAVE_BMOVE
|
|
|
|
/* bool is not defined by all C++ compilators */
|
|
#undef HAVE_BOOL
|
|
|
|
/* Define to 1 if isinf() uses 80-bit register for intermediate values */
|
|
#undef HAVE_BROKEN_ISINF
|
|
|
|
/* Can netinet be included */
|
|
#undef HAVE_BROKEN_NETINET_INCLUDES
|
|
|
|
/* BSD style signals */
|
|
#undef HAVE_BSD_SIGNALS
|
|
|
|
/* Define to 1 if you have the `bsearch' function. */
|
|
#undef HAVE_BSEARCH
|
|
|
|
/* Define to 1 if compiler defines __bss_start. */
|
|
#undef HAVE_BSS_START
|
|
|
|
/* Define to 1 if you have the `bzero' function. */
|
|
#undef HAVE_BZERO
|
|
|
|
/* Define to enable charset armscii8 */
|
|
#undef HAVE_CHARSET_armscii8
|
|
|
|
/* Define to enable ascii character set */
|
|
#undef HAVE_CHARSET_ascii
|
|
|
|
/* Define to enable charset big5 */
|
|
#undef HAVE_CHARSET_big5
|
|
|
|
/* Define to enable cp1250 */
|
|
#undef HAVE_CHARSET_cp1250
|
|
|
|
/* Define to enable charset cp1251 */
|
|
#undef HAVE_CHARSET_cp1251
|
|
|
|
/* Define to enable charset cp1256 */
|
|
#undef HAVE_CHARSET_cp1256
|
|
|
|
/* Define to enable charset cp1257 */
|
|
#undef HAVE_CHARSET_cp1257
|
|
|
|
/* Define to enable charset cp850 */
|
|
#undef HAVE_CHARSET_cp850
|
|
|
|
/* Define to enable charset cp852 */
|
|
#undef HAVE_CHARSET_cp852
|
|
|
|
/* Define to enable charset cp866 */
|
|
#undef HAVE_CHARSET_cp866
|
|
|
|
/* Define to enable charset cp932 */
|
|
#undef HAVE_CHARSET_cp932
|
|
|
|
/* Define to enable charset dec8 */
|
|
#undef HAVE_CHARSET_dec8
|
|
|
|
/* Define to enable charset eucjpms */
|
|
#undef HAVE_CHARSET_eucjpms
|
|
|
|
/* Define to enable charset euckr */
|
|
#undef HAVE_CHARSET_euckr
|
|
|
|
/* Define to enable charset gb2312 */
|
|
#undef HAVE_CHARSET_gb2312
|
|
|
|
/* Define to enable charset gbk */
|
|
#undef HAVE_CHARSET_gbk
|
|
|
|
/* Define to enable charset geostd8 */
|
|
#undef HAVE_CHARSET_geostd8
|
|
|
|
/* Define to enable charset greek */
|
|
#undef HAVE_CHARSET_greek
|
|
|
|
/* Define to enable charset hebrew */
|
|
#undef HAVE_CHARSET_hebrew
|
|
|
|
/* Define to enable charset hp8 */
|
|
#undef HAVE_CHARSET_hp8
|
|
|
|
/* Define to enable charset keybcs2 */
|
|
#undef HAVE_CHARSET_keybcs2
|
|
|
|
/* Define to enable charset koi8r */
|
|
#undef HAVE_CHARSET_koi8r
|
|
|
|
/* Define to enable charset koi8u */
|
|
#undef HAVE_CHARSET_koi8u
|
|
|
|
/* Define to enable charset latin1 */
|
|
#undef HAVE_CHARSET_latin1
|
|
|
|
/* Define to enable charset latin2 */
|
|
#undef HAVE_CHARSET_latin2
|
|
|
|
/* Define to enable charset latin5 */
|
|
#undef HAVE_CHARSET_latin5
|
|
|
|
/* Define to enable charset latin7 */
|
|
#undef HAVE_CHARSET_latin7
|
|
|
|
/* Define to enable charset macce */
|
|
#undef HAVE_CHARSET_macce
|
|
|
|
/* Define to enable charset macroman */
|
|
#undef HAVE_CHARSET_macroman
|
|
|
|
/* Define to enable charset sjis */
|
|
#undef HAVE_CHARSET_sjis
|
|
|
|
/* Define to enable charset swe7 */
|
|
#undef HAVE_CHARSET_swe7
|
|
|
|
/* Define to enable charset tis620 */
|
|
#undef HAVE_CHARSET_tis620
|
|
|
|
/* Define to enable charset ucs2 */
|
|
#undef HAVE_CHARSET_ucs2
|
|
|
|
/* Define to enable charset ujis */
|
|
#undef HAVE_CHARSET_ujis
|
|
|
|
/* Define to enable ut8 */
|
|
#undef HAVE_CHARSET_utf8
|
|
|
|
/* Define to 1 if you have the `chsize' function. */
|
|
#undef HAVE_CHSIZE
|
|
|
|
/* Define to 1 if you have the `clock_gettime' function. */
|
|
#undef HAVE_CLOCK_GETTIME
|
|
|
|
/* Define to enable compression support */
|
|
#undef HAVE_COMPRESS
|
|
|
|
/* crypt */
|
|
#undef HAVE_CRYPT
|
|
|
|
/* Define to 1 if you have the <crypt.h> header file. */
|
|
#undef HAVE_CRYPT_H
|
|
|
|
/* Define to 1 if you have the <curses.h> header file. */
|
|
#undef HAVE_CURSES_H
|
|
|
|
/* Define to 1 if you have the `cuserid' function. */
|
|
#undef HAVE_CUSERID
|
|
|
|
/* Define to 1 if you have the <cxxabi.h> header file. */
|
|
#undef HAVE_CXXABI_H
|
|
|
|
/* Define to 1 if you have the declaration of `madvise', and to 0 if you
|
|
don't. */
|
|
#undef HAVE_DECL_MADVISE
|
|
|
|
/* Define to 1 if you have the declaration of `SHM_HUGETLB', and to 0 if you
|
|
don't. */
|
|
#undef HAVE_DECL_SHM_HUGETLB
|
|
|
|
/* Define to 1 if you have the declaration of `tgoto', and to 0 if you don't.
|
|
*/
|
|
#undef HAVE_DECL_TGOTO
|
|
|
|
/* Whether we are using DEC threads */
|
|
#undef HAVE_DEC_THREADS
|
|
|
|
/* Define to 1 if you have the <dirent.h> header file. */
|
|
#undef HAVE_DIRENT_H
|
|
|
|
/* Define to 1 if you have the `dlerror' function. */
|
|
#undef HAVE_DLERROR
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
#undef HAVE_DLFCN_H
|
|
|
|
/* Define to 1 if you have the `dlopen' function. */
|
|
#undef HAVE_DLOPEN
|
|
|
|
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
|
|
#undef HAVE_DOPRNT
|
|
|
|
/* Access checks in embedded library */
|
|
#undef HAVE_EMBEDDED_PRIVILEGE_CONTROL
|
|
|
|
/* Define to 1 if you have the <execinfo.h> header file. */
|
|
#undef HAVE_EXECINFO_H
|
|
|
|
/* Defined by configure. Use explicit template instantiation. */
|
|
#undef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
|
|
|
|
/* Define to 1 if you have the `fchmod' function. */
|
|
#undef HAVE_FCHMOD
|
|
|
|
/* Define to 1 if you have the `fcntl' function. */
|
|
#undef HAVE_FCNTL
|
|
|
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
|
#undef HAVE_FCNTL_H
|
|
|
|
/* Define to 1 if you have the `fconvert' function. */
|
|
#undef HAVE_FCONVERT
|
|
|
|
/* Define to 1 if you have the `fdatasync' function. */
|
|
#undef HAVE_FDATASYNC
|
|
|
|
/* Define to 1 if you have the <fenv.h> header file. */
|
|
#undef HAVE_FENV_H
|
|
|
|
/* Define to 1 if you have the `fesetround' function. */
|
|
#undef HAVE_FESETROUND
|
|
|
|
/* Define to 1 if you have the `fgetln' function. */
|
|
#undef HAVE_FGETLN
|
|
|
|
/* Define to 1 if you have the `finite' function. */
|
|
#undef HAVE_FINITE
|
|
|
|
/* Define to 1 if you have the <floatingpoint.h> header file. */
|
|
#undef HAVE_FLOATINGPOINT_H
|
|
|
|
/* Define to 1 if you have the <float.h> header file. */
|
|
#undef HAVE_FLOAT_H
|
|
|
|
/* Define to 1 if you have the `flockfile' function. */
|
|
#undef HAVE_FLOCKFILE
|
|
|
|
/* Define to 1 if you have the `fpresetsticky' function. */
|
|
#undef HAVE_FPRESETSTICKY
|
|
|
|
/* Define to 1 if you have the `fpsetmask' function. */
|
|
#undef HAVE_FPSETMASK
|
|
|
|
/* Define to 1 if you have the <fpu_control.h> header file. */
|
|
#undef HAVE_FPU_CONTROL_H
|
|
|
|
/* Define to 1 if the system has the type `fp_except'. */
|
|
#undef HAVE_FP_EXCEPT
|
|
|
|
/* Define to 1 if you have the `fsync' function. */
|
|
#undef HAVE_FSYNC
|
|
|
|
/* Define to 1 if you have the `ftruncate' function. */
|
|
#undef HAVE_FTRUNCATE
|
|
|
|
/* Define to 1 if compiler provides atomic builtins. */
|
|
#undef HAVE_GCC_ATOMIC_BUILTINS
|
|
|
|
/* Define to 1 if you have the `getcwd' function. */
|
|
#undef HAVE_GETCWD
|
|
|
|
/* Define to 1 if you have the `gethostbyaddr_r' function. */
|
|
#undef HAVE_GETHOSTBYADDR_R
|
|
|
|
/* Define to 1 if you have the `gethostbyname_r' function. */
|
|
#undef HAVE_GETHOSTBYNAME_R
|
|
|
|
/* Solaris define gethostbyname_r with 5 arguments. glibc2 defines this with 6
|
|
arguments */
|
|
#undef HAVE_GETHOSTBYNAME_R_GLIBC2_STYLE
|
|
|
|
/* In OSF 4.0f the 3'd argument to gethostbyname_r is hostent_data * */
|
|
#undef HAVE_GETHOSTBYNAME_R_RETURN_INT
|
|
|
|
/* Define to 1 if you have the `gethrtime' function. */
|
|
#undef HAVE_GETHRTIME
|
|
|
|
/* Define to 1 if you have the `getline' function. */
|
|
#undef HAVE_GETLINE
|
|
|
|
/* Define to 1 if you have the `getpagesize' function. */
|
|
#undef HAVE_GETPAGESIZE
|
|
|
|
/* Define to 1 if you have the `getpass' function. */
|
|
#undef HAVE_GETPASS
|
|
|
|
/* Define to 1 if you have the `getpassphrase' function. */
|
|
#undef HAVE_GETPASSPHRASE
|
|
|
|
/* Define to 1 if you have the `getpwnam' function. */
|
|
#undef HAVE_GETPWNAM
|
|
|
|
/* Define to 1 if you have the `getpwuid' function. */
|
|
#undef HAVE_GETPWUID
|
|
|
|
/* getpwent() declaration present */
|
|
#undef HAVE_GETPW_DECLS
|
|
|
|
/* Define to 1 if you have the `getrlimit' function. */
|
|
#undef HAVE_GETRLIMIT
|
|
|
|
/* Define to 1 if you have the `getrusage' function. */
|
|
#undef HAVE_GETRUSAGE
|
|
|
|
/* Define to 1 if you have the `getwd' function. */
|
|
#undef HAVE_GETWD
|
|
|
|
/* Define to 1 if you have the `gmtime_r' function. */
|
|
#undef HAVE_GMTIME_R
|
|
|
|
/* Define to 1 if you have the <grp.h> header file. */
|
|
#undef HAVE_GRP_H
|
|
|
|
/* HIST_ENTRY is defined in the outer libeditreadline */
|
|
#undef HAVE_HIST_ENTRY
|
|
|
|
/* pthread_t can be used by GCC atomic builtins */
|
|
#undef HAVE_IB_ATOMIC_PTHREAD_T_GCC
|
|
|
|
/* pthread_t can be used by solaris atomics */
|
|
#undef HAVE_IB_ATOMIC_PTHREAD_T_SOLARIS
|
|
|
|
/* GCC atomic builtins are available */
|
|
#undef HAVE_IB_GCC_ATOMIC_BUILTINS
|
|
|
|
/* Does x86 PAUSE instruction exist */
|
|
#undef HAVE_IB_PAUSE_INSTRUCTION
|
|
|
|
/* Define to 1 if Solaris libc atomic functions are available */
|
|
#undef HAVE_IB_SOLARIS_ATOMICS
|
|
|
|
/* Define to 1 if you have the <ieeefp.h> header file. */
|
|
#undef HAVE_IEEEFP_H
|
|
|
|
/* Define to 1 if you have the `index' function. */
|
|
#undef HAVE_INDEX
|
|
|
|
/* Define to 1 if you have the `initgroups' function. */
|
|
#undef HAVE_INITGROUPS
|
|
|
|
/* Define to 1 if the system has the type `int16'. */
|
|
#undef HAVE_INT16
|
|
|
|
/* Define to 1 if the system has the type `int32'. */
|
|
#undef HAVE_INT32
|
|
|
|
/* Define to 1 if the system has the type `int64'. */
|
|
#undef HAVE_INT64
|
|
|
|
/* Define to 1 if the system has the type `int8'. */
|
|
#undef HAVE_INT8
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#undef HAVE_INTTYPES_H
|
|
|
|
/* Define to 1 if the system has the type `in_addr_t'. */
|
|
#undef HAVE_IN_ADDR_T
|
|
|
|
/* isinf() macro or function */
|
|
#undef HAVE_ISINF
|
|
|
|
/* Define to 1 if you have the `isnan' function. */
|
|
#undef HAVE_ISNAN
|
|
|
|
/* Define to 1 if you have the `issetugid' function. */
|
|
#undef HAVE_ISSETUGID
|
|
|
|
/* Define to 1 if you have the `iswctype' function. */
|
|
#undef HAVE_ISWCTYPE
|
|
|
|
/* Define to 1 if you have the `iswlower' function. */
|
|
#undef HAVE_ISWLOWER
|
|
|
|
/* Define to 1 if you have the `iswupper' function. */
|
|
#undef HAVE_ISWUPPER
|
|
|
|
/* Define if mysql_cv_langinfo_codeset=yes */
|
|
#undef HAVE_LANGINFO_CODESET
|
|
|
|
/* Define to 1 if you have the <langinfo.h> header file. */
|
|
#undef HAVE_LANGINFO_H
|
|
|
|
/* Define if you have large pages support */
|
|
#undef HAVE_LARGE_PAGES
|
|
|
|
/* Define to 1 if you have the `c_r' library (-lc_r). */
|
|
#undef HAVE_LIBC_R
|
|
|
|
/* Define to 1 if you have the `dl' library (-ldl). */
|
|
#undef HAVE_LIBDL
|
|
|
|
/* Define to 1 if you have the `m' library (-lm). */
|
|
#undef HAVE_LIBM
|
|
|
|
/* Define to 1 if you have the `nsl' library (-lnsl). */
|
|
#undef HAVE_LIBNSL
|
|
|
|
/* Define to 1 if you have the `nsl_r' library (-lnsl_r). */
|
|
#undef HAVE_LIBNSL_R
|
|
|
|
/* Define to 1 if you have the `pthread' library (-lpthread). */
|
|
#undef HAVE_LIBPTHREAD
|
|
|
|
/* Define if have -lwrap */
|
|
#undef HAVE_LIBWRAP
|
|
|
|
/* Define to 1 if you have the <limits.h> header file. */
|
|
#undef HAVE_LIMITS_H
|
|
|
|
/* Whether we are using Xavier Leroy's LinuxThreads */
|
|
#undef HAVE_LINUXTHREADS
|
|
|
|
/* Define to 1 if you have the <linux/config.h> header file. */
|
|
#undef HAVE_LINUX_CONFIG_H
|
|
|
|
/* Define to 1 if you have the <locale.h> header file. */
|
|
#undef HAVE_LOCALE_H
|
|
|
|
/* Define to 1 if you have the `localtime_r' function. */
|
|
#undef HAVE_LOCALTIME_R
|
|
|
|
/* Define to 1 if you have the `locking' function. */
|
|
#undef HAVE_LOCKING
|
|
|
|
/* Define to 1 if you have the `longjmp' function. */
|
|
#undef HAVE_LONGJMP
|
|
|
|
/* Define to 1 if you have the `lrand48' function. */
|
|
#undef HAVE_LRAND48
|
|
|
|
/* Define to 1 if you have the `lstat' function. */
|
|
#undef HAVE_LSTAT
|
|
|
|
/* Define to 1 if you have the `madvise' function. */
|
|
#undef HAVE_MADVISE
|
|
|
|
/* Define to 1 if you have the `mallinfo' function. */
|
|
#undef HAVE_MALLINFO
|
|
|
|
/* Define to 1 if you have the <malloc.h> header file. */
|
|
#undef HAVE_MALLOC_H
|
|
|
|
/* Define if you have mbrlen */
|
|
#undef HAVE_MBRLEN
|
|
|
|
/* Define if you have mbrtowc */
|
|
#undef HAVE_MBRTOWC
|
|
|
|
/* Define if you have mbscmp */
|
|
#undef HAVE_MBSCMP
|
|
|
|
/* Define if you have mbsrtowcs */
|
|
#undef HAVE_MBSRTOWCS
|
|
|
|
/* Define if mysql_cv_have_mbstate_t=yes */
|
|
#undef HAVE_MBSTATE_T
|
|
|
|
/* Define to 1 if you have the `memcpy' function. */
|
|
#undef HAVE_MEMCPY
|
|
|
|
/* Define to 1 if you have the `memmove' function. */
|
|
#undef HAVE_MEMMOVE
|
|
|
|
/* 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 `mlockall' function. */
|
|
#undef HAVE_MLOCKALL
|
|
|
|
/* Define to 1 if you have the `mmap' function. */
|
|
#undef HAVE_MMAP
|
|
|
|
/* Define to 1 if you have the `mmap64' function. */
|
|
#undef HAVE_MMAP64
|
|
|
|
/* Define to 1 if you have the <ndir.h> header file. */
|
|
#undef HAVE_NDIR_H
|
|
|
|
/* Define to 1 if you have the <netinet/in.h> header file. */
|
|
#undef HAVE_NETINET_IN_H
|
|
|
|
/* For some non posix threads */
|
|
#undef HAVE_NONPOSIX_PTHREAD_GETSPECIFIC
|
|
|
|
/* For some non posix threads */
|
|
#undef HAVE_NONPOSIX_PTHREAD_MUTEX_INIT
|
|
|
|
/* sigwait with one argument */
|
|
#undef HAVE_NONPOSIX_SIGWAIT
|
|
|
|
/* NPTL threads implementation */
|
|
#undef HAVE_NPTL
|
|
|
|
/* Define to 1 if the system has the type `off_t'. */
|
|
#undef HAVE_OFF_T
|
|
|
|
/* OpenSSL */
|
|
#undef HAVE_OPENSSL
|
|
|
|
/* Define to 1 if you have the <paths.h> header file. */
|
|
#undef HAVE_PATHS_H
|
|
|
|
/* Define to 1 if you have the `perror' function. */
|
|
#undef HAVE_PERROR
|
|
|
|
/* Define to 1 if you have the `poll' function. */
|
|
#undef HAVE_POLL
|
|
|
|
/* Define to 1 if you have the `port_create' function. */
|
|
#undef HAVE_PORT_CREATE
|
|
|
|
/* Define to 1 if you have the <port.h> header file. */
|
|
#undef HAVE_PORT_H
|
|
|
|
/* Define to 1 if you have the `posix_fallocate' function. */
|
|
#undef HAVE_POSIX_FALLOCATE
|
|
|
|
/* Signal handling is POSIX (sigset/sighold, etc) */
|
|
#undef HAVE_POSIX_SIGNALS
|
|
|
|
/* Define to 1 if you have the `pread' function. */
|
|
#undef HAVE_PREAD
|
|
|
|
/* Define to 1 if you have the `printstack' function. */
|
|
#undef HAVE_PRINTSTACK
|
|
|
|
/* Define to 1 if you have the `pthread_attr_create' function. */
|
|
#undef HAVE_PTHREAD_ATTR_CREATE
|
|
|
|
/* Define to 1 if you have the `pthread_attr_getstacksize' function. */
|
|
#undef HAVE_PTHREAD_ATTR_GETSTACKSIZE
|
|
|
|
/* Define to 1 if you have the `pthread_attr_setprio' function. */
|
|
#undef HAVE_PTHREAD_ATTR_SETPRIO
|
|
|
|
/* Define to 1 if you have the `pthread_attr_setschedparam' function. */
|
|
#undef HAVE_PTHREAD_ATTR_SETSCHEDPARAM
|
|
|
|
/* pthread_attr_setscope */
|
|
#undef HAVE_PTHREAD_ATTR_SETSCOPE
|
|
|
|
/* Define to 1 if you have the `pthread_attr_setstacksize' function. */
|
|
#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
|
|
|
|
/* Define to 1 if you have the `pthread_condattr_create' function. */
|
|
#undef HAVE_PTHREAD_CONDATTR_CREATE
|
|
|
|
/* Define to 1 if you have the `pthread_getsequence_np' function. */
|
|
#undef HAVE_PTHREAD_GETSEQUENCE_NP
|
|
|
|
/* Define to 1 if you have the `pthread_init' function. */
|
|
#undef HAVE_PTHREAD_INIT
|
|
|
|
/* Define to 1 if you have the `pthread_key_delete' function. */
|
|
#undef HAVE_PTHREAD_KEY_DELETE
|
|
|
|
/* Define to 1 if you have the `pthread_rwlock_rdlock' function. */
|
|
#undef HAVE_PTHREAD_RWLOCK_RDLOCK
|
|
|
|
/* Define to 1 if you have the `pthread_setprio' function. */
|
|
#undef HAVE_PTHREAD_SETPRIO
|
|
|
|
/* Define to 1 if you have the `pthread_setprio_np' function. */
|
|
#undef HAVE_PTHREAD_SETPRIO_NP
|
|
|
|
/* Define to 1 if you have the `pthread_setschedparam' function. */
|
|
#undef HAVE_PTHREAD_SETSCHEDPARAM
|
|
|
|
/* Define to 1 if you have the `pthread_setschedprio' function. */
|
|
#undef HAVE_PTHREAD_SETSCHEDPRIO
|
|
|
|
/* Define to 1 if you have the `pthread_sigmask' function. */
|
|
#undef HAVE_PTHREAD_SIGMASK
|
|
|
|
/* pthread_yield function with one argument */
|
|
#undef HAVE_PTHREAD_YIELD_ONE_ARG
|
|
|
|
/* pthread_yield that doesn't take any arguments */
|
|
#undef HAVE_PTHREAD_YIELD_ZERO_ARG
|
|
|
|
/* Define to 1 if you have the `putenv' function. */
|
|
#undef HAVE_PUTENV
|
|
|
|
/* Define to 1 if you have the <pwd.h> header file. */
|
|
#undef HAVE_PWD_H
|
|
|
|
/* If we want to have query cache */
|
|
#undef HAVE_QUERY_CACHE
|
|
|
|
/* POSIX readdir_r */
|
|
#undef HAVE_READDIR_R
|
|
|
|
/* Define to 1 if you have the `readlink' function. */
|
|
#undef HAVE_READLINK
|
|
|
|
/* Define to 1 if you have the `realpath' function. */
|
|
#undef HAVE_REALPATH
|
|
|
|
/* Define to 1 if you have the `regcomp' function. */
|
|
#undef HAVE_REGCOMP
|
|
|
|
/* Define to 1 if you have the `rename' function. */
|
|
#undef HAVE_RENAME
|
|
|
|
/* Define to 1 if system calls automatically restart after interruption by a
|
|
signal. */
|
|
#undef HAVE_RESTARTABLE_SYSCALLS
|
|
|
|
/* Define to 1 if you have the `re_comp' function. */
|
|
#undef HAVE_RE_COMP
|
|
|
|
/* Define to 1 if you have the `rint' function. */
|
|
#undef HAVE_RINT
|
|
|
|
/* RTree keys */
|
|
#undef HAVE_RTREE_KEYS
|
|
|
|
/* Define to 1 if you have the `rwlock_init' function. */
|
|
#undef HAVE_RWLOCK_INIT
|
|
|
|
/* Define to 1 if you have the <sched.h> header file. */
|
|
#undef HAVE_SCHED_H
|
|
|
|
/* Define to 1 if you have the `sched_yield' function. */
|
|
#undef HAVE_SCHED_YIELD
|
|
|
|
/* Define to 1 if you have the `select' function. */
|
|
#undef HAVE_SELECT
|
|
|
|
/* Define to 1 if you have the <select.h> header file. */
|
|
#undef HAVE_SELECT_H
|
|
|
|
/* Define to 1 if you have the <semaphore.h> header file. */
|
|
#undef HAVE_SEMAPHORE_H
|
|
|
|
/* Define to 1 if you have the `setenv' function. */
|
|
#undef HAVE_SETENV
|
|
|
|
/* Define to 1 if you have the `setlocale' function. */
|
|
#undef HAVE_SETLOCALE
|
|
|
|
/* Define to 1 if you have the `setupterm' function. */
|
|
#undef HAVE_SETUPTERM
|
|
|
|
/* Define to 1 if you have the `shmat' function. */
|
|
#undef HAVE_SHMAT
|
|
|
|
/* Define to 1 if you have the `shmctl' function. */
|
|
#undef HAVE_SHMCTL
|
|
|
|
/* Define to 1 if you have the `shmdt' function. */
|
|
#undef HAVE_SHMDT
|
|
|
|
/* Define to 1 if you have the `shmget' function. */
|
|
#undef HAVE_SHMGET
|
|
|
|
/* Define to 1 if you have the `sigaction' function. */
|
|
#undef HAVE_SIGACTION
|
|
|
|
/* Define to 1 if you have the `sigaddset' function. */
|
|
#undef HAVE_SIGADDSET
|
|
|
|
/* Define to 1 if you have the `sigemptyset' function. */
|
|
#undef HAVE_SIGEMPTYSET
|
|
|
|
/* Define to 1 if you have the `sighold' function. */
|
|
#undef HAVE_SIGHOLD
|
|
|
|
/* Define to 1 if you have the `sigset' function. */
|
|
#undef HAVE_SIGSET
|
|
|
|
/* Define to 1 if the system has the type `sigset_t'. */
|
|
#undef HAVE_SIGSET_T
|
|
|
|
/* Define to 1 if you have the `sigthreadmask' function. */
|
|
#undef HAVE_SIGTHREADMASK
|
|
|
|
/* POSIX sigwait */
|
|
#undef HAVE_SIGWAIT
|
|
|
|
/* Define to 1 if the system has the type `size_t'. */
|
|
#undef HAVE_SIZE_T
|
|
|
|
/* Define to 1 if you have the `sleep' function. */
|
|
#undef HAVE_SLEEP
|
|
|
|
/* Define to 1 if you have the `snprintf' function. */
|
|
#undef HAVE_SNPRINTF
|
|
|
|
/* Define to 1 if you have the `socket' function. */
|
|
#undef HAVE_SOCKET
|
|
|
|
/* Solaris define gethostbyaddr_r with 7 arguments. glibc2 defines this with 8
|
|
arguments */
|
|
#undef HAVE_SOLARIS_STYLE_GETHOST
|
|
|
|
/* Spatial extentions */
|
|
#undef HAVE_SPATIAL
|
|
|
|
/* Define to 1 if you have the <stdarg.h> header file. */
|
|
#undef HAVE_STDARG_H
|
|
|
|
/* Define to 1 if you have the <stddef.h> header file. */
|
|
#undef HAVE_STDDEF_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 `stpcpy' function. */
|
|
#undef HAVE_STPCPY
|
|
|
|
/* Define to 1 if you have the `strcasecmp' function. */
|
|
#undef HAVE_STRCASECMP
|
|
|
|
/* Define to 1 if you have the `strcoll' function. */
|
|
#undef HAVE_STRCOLL
|
|
|
|
/* Define to 1 if you have the `strdup' function. */
|
|
#undef HAVE_STRDUP
|
|
|
|
/* Define to 1 if you have the `strerror' function. */
|
|
#undef HAVE_STRERROR
|
|
|
|
/* 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 `strlcat' function. */
|
|
#undef HAVE_STRLCAT
|
|
|
|
/* Define to 1 if you have the `strlcpy' function. */
|
|
#undef HAVE_STRLCPY
|
|
|
|
/* Define to 1 if you have the `strnlen' function. */
|
|
#undef HAVE_STRNLEN
|
|
|
|
/* Define to 1 if you have the `strpbrk' function. */
|
|
#undef HAVE_STRPBRK
|
|
|
|
/* Define to 1 if you have the `strsignal' function. */
|
|
#undef HAVE_STRSIGNAL
|
|
|
|
/* Define to 1 if you have the `strstr' function. */
|
|
#undef HAVE_STRSTR
|
|
|
|
/* Define to 1 if you have the `strtok_r' function. */
|
|
#undef HAVE_STRTOK_R
|
|
|
|
/* Define to 1 if you have the `strtol' function. */
|
|
#undef HAVE_STRTOL
|
|
|
|
/* Define to 1 if you have the `strtoll' function. */
|
|
#undef HAVE_STRTOLL
|
|
|
|
/* Define to 1 if you have the `strtoul' function. */
|
|
#undef HAVE_STRTOUL
|
|
|
|
/* Define to 1 if you have the `strtoull' function. */
|
|
#undef HAVE_STRTOULL
|
|
|
|
/* Define to 1 if `st_rdev' is member of `struct stat'. */
|
|
#undef HAVE_STRUCT_STAT_ST_RDEV
|
|
|
|
/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
|
|
`HAVE_STRUCT_STAT_ST_RDEV' instead. */
|
|
#undef HAVE_ST_RDEV
|
|
|
|
/* Define to 1 if you have the <synch.h> header file. */
|
|
#undef HAVE_SYNCH_H
|
|
|
|
/* Define to 1 if you have the <sys/cdefs.h> header file. */
|
|
#undef HAVE_SYS_CDEFS_H
|
|
|
|
/* Define to 1 if you have the <sys/dir.h> header file. */
|
|
#undef HAVE_SYS_DIR_H
|
|
|
|
/* Define to 1 if you have the <sys/file.h> header file. */
|
|
#undef HAVE_SYS_FILE_H
|
|
|
|
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
|
#undef HAVE_SYS_IOCTL_H
|
|
|
|
/* Define to 1 if you have the <sys/ipc.h> header file. */
|
|
#undef HAVE_SYS_IPC_H
|
|
|
|
/* Define to 1 if you have the <sys/malloc.h> header file. */
|
|
#undef HAVE_SYS_MALLOC_H
|
|
|
|
/* 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/ndir.h> header file. */
|
|
#undef HAVE_SYS_NDIR_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/prctl.h> header file. */
|
|
#undef HAVE_SYS_PRCTL_H
|
|
|
|
/* Define to 1 if you have the <sys/ptem.h> header file. */
|
|
#undef HAVE_SYS_PTEM_H
|
|
|
|
/* Define to 1 if you have the <sys/pte.h> header file. */
|
|
#undef HAVE_SYS_PTE_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/shm.h> header file. */
|
|
#undef HAVE_SYS_SHM_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/stream.h> header file. */
|
|
#undef HAVE_SYS_STREAM_H
|
|
|
|
/* Define to 1 if you have the <sys/timeb.h> header file. */
|
|
#undef HAVE_SYS_TIMEB_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/un.h> header file. */
|
|
#undef HAVE_SYS_UN_H
|
|
|
|
/* Define to 1 if you have the <sys/utime.h> header file. */
|
|
#undef HAVE_SYS_UTIME_H
|
|
|
|
/* Define to 1 if you have the <sys/vadvise.h> header file. */
|
|
#undef HAVE_SYS_VADVISE_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 `tcgetattr' function. */
|
|
#undef HAVE_TCGETATTR
|
|
|
|
/* Define to 1 if you have the `tell' function. */
|
|
#undef HAVE_TELL
|
|
|
|
/* Define to 1 if you have the `tempnam' function. */
|
|
#undef HAVE_TEMPNAM
|
|
|
|
/* Define to 1 if you have the <termbits.h> header file. */
|
|
#undef HAVE_TERMBITS_H
|
|
|
|
/* Define to 1 if you have the <termcap.h> header file. */
|
|
#undef HAVE_TERMCAP_H
|
|
|
|
/* Define to 1 if you have the <termios.h> header file. */
|
|
#undef HAVE_TERMIOS_H
|
|
|
|
/* Define to 1 if you have the <termio.h> header file. */
|
|
#undef HAVE_TERMIO_H
|
|
|
|
/* Define to 1 if you have the <term.h> header file. */
|
|
#undef HAVE_TERM_H
|
|
|
|
/* Define to 1 if you have the `thr_setconcurrency' function. */
|
|
#undef HAVE_THR_SETCONCURRENCY
|
|
|
|
/* Timespec has a ts_sec instead of tv_sev */
|
|
#undef HAVE_TIMESPEC_TS_SEC
|
|
|
|
/* Define to 1 if you have the `towlower' function. */
|
|
#undef HAVE_TOWLOWER
|
|
|
|
/* Define to 1 if you have the `towupper' function. */
|
|
#undef HAVE_TOWUPPER
|
|
|
|
/* Have the tzname variable */
|
|
#undef HAVE_TZNAME
|
|
|
|
/* national Unicode collations */
|
|
#undef HAVE_UCA_COLLATIONS
|
|
|
|
/* Define to 1 if the system has the type `uchar'. */
|
|
#undef HAVE_UCHAR
|
|
|
|
/* Define to 1 if the system has the type `uint'. */
|
|
#undef HAVE_UINT
|
|
|
|
/* Define to 1 if the system has the type `uint16'. */
|
|
#undef HAVE_UINT16
|
|
|
|
/* Define to 1 if the system has the type `uint32'. */
|
|
#undef HAVE_UINT32
|
|
|
|
/* Define to 1 if the system has the type `uint64'. */
|
|
#undef HAVE_UINT64
|
|
|
|
/* Define to 1 if the system has the type `uint8'. */
|
|
#undef HAVE_UINT8
|
|
|
|
/* Define to 1 if the system has the type `ulong'. */
|
|
#undef HAVE_ULONG
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* Have UnixWare 7 (or similar) almost-POSIX threading library */
|
|
#undef HAVE_UNIXWARE7_THREADS
|
|
|
|
/* sighold() is present and usable */
|
|
#undef HAVE_USG_SIGHOLD
|
|
|
|
/* certain Japanese customer */
|
|
#undef HAVE_UTF8_GENERAL_CS
|
|
|
|
/* Define to 1 if you have the <utime.h> header file. */
|
|
#undef HAVE_UTIME_H
|
|
|
|
/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
|
|
#undef HAVE_UTIME_NULL
|
|
|
|
/* Define to 1 if the system has the type `u_int32_t'. */
|
|
#undef HAVE_U_INT32_T
|
|
|
|
/* Define for Valgrind support */
|
|
#undef HAVE_VALGRIND
|
|
|
|
/* Define to 1 if you have the <valgrind/memcheck.h> header file. */
|
|
#undef HAVE_VALGRIND_MEMCHECK_H
|
|
|
|
/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
|
|
#undef HAVE_VALGRIND_VALGRIND_H
|
|
|
|
/* Define to 1 if you have the <varargs.h> header file. */
|
|
#undef HAVE_VARARGS_H
|
|
|
|
/* Define to 1 if you have the `vidattr' function. */
|
|
#undef HAVE_VIDATTR
|
|
|
|
/* Define to enable buffered read. This works only if syscalls read/recv
|
|
return as soon as there is some data in the kernel buffer, no matter how
|
|
big the given buffer is. */
|
|
#undef HAVE_VIO_READ_BUFF
|
|
|
|
/* Found vis.h and the strvis() function */
|
|
#undef HAVE_VIS_H
|
|
|
|
/* Define to 1 if you have the `vprintf' function. */
|
|
#undef HAVE_VPRINTF
|
|
|
|
/* Define to 1 if you have the <wchar.h> header file. */
|
|
#undef HAVE_WCHAR_H
|
|
|
|
/* systems should define this type here */
|
|
#undef HAVE_WCHAR_T
|
|
|
|
/* Define if you have wcrtomb */
|
|
#undef HAVE_WCRTOMB
|
|
|
|
/* Define if you have wcscoll */
|
|
#undef HAVE_WCSCOLL
|
|
|
|
/* Define if you have wcsdup */
|
|
#undef HAVE_WCSDUP
|
|
|
|
/* Define if you have wctype */
|
|
#undef HAVE_WCTYPE
|
|
|
|
/* Define to 1 if you have the <wctype.h> header file. */
|
|
#undef HAVE_WCTYPE_H
|
|
|
|
/* systems should define this type here */
|
|
#undef HAVE_WCTYPE_T
|
|
|
|
/* Define if you have wcwidth */
|
|
#undef HAVE_WCWIDTH
|
|
|
|
/* Define to 1 if compiler supports weak symbol attribute. */
|
|
#undef HAVE_WEAK_SYMBOL
|
|
|
|
/* systems should define this type here */
|
|
#undef HAVE_WINT_T
|
|
|
|
/* Define to 1 if you have the <xfs/xfs.h> header file. */
|
|
#undef HAVE_XFS_XFS_H
|
|
|
|
/* Defined by configure. Using yaSSL for SSL. */
|
|
#undef HAVE_YASSL
|
|
|
|
/* Define if /proc/meminfo shows the huge page size (Linux only) */
|
|
#undef HUGETLB_USE_PROC_MEMINFO
|
|
|
|
/* Define if you have -lwrap */
|
|
#undef LIBWRAP
|
|
|
|
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
|
*/
|
|
#undef LT_OBJDIR
|
|
|
|
/* Machine type name, eg sparc */
|
|
#undef MACHINE_TYPE
|
|
|
|
/* Maximum number of indexes per table */
|
|
#undef MAX_INDEXES
|
|
|
|
/* Define the default charset name */
|
|
#undef MYSQL_DEFAULT_CHARSET_NAME
|
|
|
|
/* Define the default charset name */
|
|
#undef MYSQL_DEFAULT_COLLATION_NAME
|
|
|
|
/* Assume single-CPU mode, no concurrency */
|
|
#undef MY_ATOMIC_MODE_DUMMY
|
|
|
|
/* Use pthread rwlocks for atomic ops */
|
|
#undef MY_ATOMIC_MODE_RWLOCKS
|
|
|
|
/* Define to 1 if you want to use fast mutexes */
|
|
#undef MY_PTHREAD_FASTMUTEX
|
|
|
|
/* Including Ndb Cluster DB sci transporter */
|
|
#undef NDB_SCI_TRANSPORTER
|
|
|
|
/* Including Ndb Cluster DB shared memory transporter */
|
|
#undef NDB_SHM_TRANSPORTER
|
|
|
|
/* NDB build version */
|
|
#undef NDB_VERSION_BUILD
|
|
|
|
/* NDB major version */
|
|
#undef NDB_VERSION_MAJOR
|
|
|
|
/* NDB minor version */
|
|
#undef NDB_VERSION_MINOR
|
|
|
|
/* NDB status version */
|
|
#undef NDB_VERSION_STATUS
|
|
|
|
/* 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 version of this package. */
|
|
#undef PACKAGE_VERSION
|
|
|
|
/* mysql client protocol version */
|
|
#undef PROTOCOL_VERSION
|
|
|
|
/* qsort returns void */
|
|
#undef QSORT_TYPE_IS_VOID
|
|
|
|
/* The return type of qsort (int or void). */
|
|
#undef RETQSORTTYPE
|
|
|
|
/* Define as the return type of signal handlers (`int' or `void'). */
|
|
#undef RETSIGTYPE
|
|
|
|
/* The size of `char', as computed by sizeof. */
|
|
#undef SIZEOF_CHAR
|
|
|
|
/* The size of `char*', as computed by sizeof. */
|
|
#undef SIZEOF_CHARP
|
|
|
|
/* The size of `int', as computed by sizeof. */
|
|
#undef SIZEOF_INT
|
|
|
|
/* The size of `long', as computed by sizeof. */
|
|
#undef SIZEOF_LONG
|
|
|
|
/* The size of `long long', as computed by sizeof. */
|
|
#undef SIZEOF_LONG_LONG
|
|
|
|
/* The size of `off_t', as computed by sizeof. */
|
|
#undef SIZEOF_OFF_T
|
|
|
|
/* The size of `pthread_t', as computed by sizeof. */
|
|
#undef SIZEOF_PTHREAD_T
|
|
|
|
/* The size of `short', as computed by sizeof. */
|
|
#undef SIZEOF_SHORT
|
|
|
|
/* The size of `void*', as computed by sizeof. */
|
|
#undef SIZEOF_VOIDP
|
|
|
|
/* The base type of the last arg to accept */
|
|
#undef SOCKET_SIZE_TYPE
|
|
|
|
/* Last argument to get/setsockopt */
|
|
#undef SOCKOPT_OPTLEN_TYPE
|
|
|
|
/* If using the C implementation of alloca, define if you know the
|
|
direction of stack growth for your system; otherwise it will be
|
|
automatically deduced at runtime.
|
|
STACK_DIRECTION > 0 => grows toward higher addresses
|
|
STACK_DIRECTION < 0 => grows toward lower addresses
|
|
STACK_DIRECTION = 0 => direction of growth unknown */
|
|
#undef STACK_DIRECTION
|
|
|
|
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
|
#undef STAT_MACROS_BROKEN
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* d_ino member present in struct dirent */
|
|
#undef STRUCT_DIRENT_HAS_D_INO
|
|
|
|
/* d_namlen member present in struct dirent */
|
|
#undef STRUCT_DIRENT_HAS_D_NAMLEN
|
|
|
|
/* The struct rlimit type to use with setrlimit */
|
|
#undef STRUCT_RLIMIT
|
|
|
|
/* Name of system, eg sun-solaris */
|
|
#undef SYSTEM_TYPE
|
|
|
|
/* Whether we build for Linux */
|
|
#undef TARGET_OS_LINUX
|
|
|
|
/* Define if you want to have threaded code. This may be undef on client code
|
|
*/
|
|
#undef THREAD
|
|
|
|
/* Should the client be thread safe */
|
|
#undef THREAD_SAFE_CLIENT
|
|
|
|
/* Define to 1 if time_t is unsigned */
|
|
#undef TIME_T_UNSIGNED
|
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
/* declaration of TIOCSTAT in sys/ioctl.h */
|
|
#undef TIOCSTAT_IN_SYS_IOCTL
|
|
|
|
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
|
#undef TM_IN_SYS_TIME
|
|
|
|
/* used libedit interface (can we dereference result of
|
|
rl_completion_entry_function) */
|
|
#undef USE_LIBEDIT_INTERFACE
|
|
|
|
/* Use multi-byte character routines */
|
|
#undef USE_MB
|
|
|
|
/* */
|
|
#undef USE_MB_IDENT
|
|
|
|
/* Needs to use mysys_new helpers */
|
|
#undef USE_MYSYS_NEW
|
|
|
|
/* used new readline interface (are rl_completion_func_t and
|
|
rl_compentry_func_t defined) */
|
|
#undef USE_NEW_READLINE_INTERFACE
|
|
|
|
/* the pstack backtrace library */
|
|
#undef USE_PSTACK
|
|
|
|
/* Version number of package */
|
|
#undef VERSION
|
|
|
|
/* sighandler type is void (*signal ()) (); */
|
|
#undef VOID_SIGHANDLER
|
|
|
|
/* Include Archive Storage Engine into mysqld */
|
|
#undef WITH_ARCHIVE_STORAGE_ENGINE
|
|
|
|
/* Include Basic Write-only Read-never tables into mysqld */
|
|
#undef WITH_BLACKHOLE_STORAGE_ENGINE
|
|
|
|
/* Include Stores tables in text CSV format into mysqld */
|
|
#undef WITH_CSV_STORAGE_ENGINE
|
|
|
|
/* Include Example for Storage Engines for developers into mysqld */
|
|
#undef WITH_EXAMPLE_STORAGE_ENGINE
|
|
|
|
/* Include Connects to tables on remote MySQL servers into mysqld */
|
|
#undef WITH_FEDERATED_STORAGE_ENGINE
|
|
|
|
/* Include Volatile memory based tables into mysqld */
|
|
#undef WITH_HEAP_STORAGE_ENGINE
|
|
|
|
/* Include IBM DB2 for i Storage Engine into mysqld */
|
|
#undef WITH_IBMDB2I_STORAGE_ENGINE
|
|
|
|
/* Include Transactional Tables using InnoDB into mysqld */
|
|
#undef WITH_INNOBASE_STORAGE_ENGINE
|
|
|
|
/* Include Transactional Tables using InnoDB into mysqld */
|
|
#undef WITH_INNODB_PLUGIN_STORAGE_ENGINE
|
|
|
|
/* Include Merge multiple MySQL tables into one into mysqld */
|
|
#undef WITH_MYISAMMRG_STORAGE_ENGINE
|
|
|
|
/* Include Traditional non-transactional MySQL tables into mysqld */
|
|
#undef WITH_MYISAM_STORAGE_ENGINE
|
|
|
|
/* Include High Availability Clustered tables into mysqld */
|
|
#undef WITH_NDBCLUSTER_STORAGE_ENGINE
|
|
|
|
/* Including Ndb Cluster Binlog */
|
|
#undef WITH_NDB_BINLOG
|
|
|
|
/* Include MySQL Partitioning Support into mysqld */
|
|
#undef WITH_PARTITION_STORAGE_ENGINE
|
|
|
|
/* 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
|
|
|
|
/* makes fseeko etc. visible, on some hosts. */
|
|
#undef _LARGEFILE_SOURCE
|
|
|
|
/* Large files support on AIX-style hosts. */
|
|
#undef _LARGE_FILES
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
#undef const
|
|
|
|
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
|
calls it, or to nothing if 'inline' is not supported under any name. */
|
|
#ifndef __cplusplus
|
|
#undef inline
|
|
#endif
|
|
|
|
/* 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
|