GIF89a; EcchiShell v1.0
//proc/self/root/usr/local/mysql/ 1310) # define HAVE_SETENV #define setenv(a,b,c) _putenv_s(a,b) #endif /* Memcached config options */ #define WITH_INNODB_MEMCACHED 1 /* #undef ENABLE_MEMCACHED_SASL */ /* #undef ENABLE_MEMCACHED_SASL_PWDB */ #define HAVE_SASL_SASL_H 1 /* #undef HAVE_HTONLL */ /* MySQL features */ #define ENABLED_LOCAL_INFILE 1 #define ENABLED_PROFILING 1 /* #undef EXTRA_DEBUG */ /* #undef BACKUP_TEST */ /* #undef CYBOZU */ #define OPTIMIZER_TRACE 1 /* #undef USE_SYMDIR */ /* InnoDB config options */ #define INNODB_COMPILER_HINTS #define INNODB_PAGE_ATOMIC_REF_COUNT /* Character sets and collations */ #define MYSQL_DEFAULT_CHARSET_NAME "latin1" #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci" #define USE_MB 1 #define USE_MB_IDENT 1 /* #undef USE_STRCOLL */ /* This should mean case insensitive file system */ /* #undef FN_NO_CASE_SENSE */ #define HAVE_CHARSET_armscii8 1 #define HAVE_CHARSET_ascii 1 #define HAVE_CHARSET_big5 1 #define HAVE_CHARSET_cp1250 1 #define HAVE_CHARSET_cp1251 1 #define HAVE_CHARSET_cp1256 1 #define HAVE_CHARSET_cp1257 1 #define HAVE_CHARSET_cp850 1 #define HAVE_CHARSET_cp852 1 #define HAVE_CHARSET_cp866 1 #define HAVE_CHARSET_cp932 1 #define HAVE_CHARSET_dec8 1 #define HAVE_CHARSET_eucjpms 1 #define HAVE_CHARSET_euckr 1 #define HAVE_CHARSET_gb2312 1 #define HAVE_CHARSET_gbk 1 #define HAVE_CHARSET_geostd8 1 #define HAVE_CHARSET_greek 1 #define HAVE_CHARSET_hebrew 1 #define HAVE_CHARSET_hp8 1 #define HAVE_CHARSET_keybcs2 1 #define HAVE_CHARSET_koi8r 1 #define HAVE_CHARSET_koi8u 1 #define HAVE_CHARSET_latin1 1 #define HAVE_CHARSET_latin2 1 #define HAVE_CHARSET_latin5 1 #define HAVE_CHARSET_latin7 1 #define HAVE_CHARSET_macce 1 #define HAVE_CHARSET_macroman 1 #define HAVE_CHARSET_sjis 1 #define HAVE_CHARSET_swe7 1 #define HAVE_CHARSET_tis620 1 #define HAVE_CHARSET_ucs2 1 #define HAVE_CHARSET_ujis 1 #define HAVE_CHARSET_utf8mb4 1 /* #undef HAVE_CHARSET_utf8mb3 */ #define HAVE_CHARSET_utf8 1 #define HAVE_CHARSET_utf16 1 #define HAVE_CHARSET_utf32 1 #define HAVE_UCA_COLLATIONS 1 #define HAVE_COMPRESS 1 /* #undef COMPILE_FLAG_WERROR */ /* Stuff that always need to be defined (compile breaks without it) */ #define HAVE_SPATIAL 1 #define HAVE_RTREE_KEYS 1 #define HAVE_QUERY_CACHE 1 #define BIG_TABLES 1 /* Important storage engines (those that really need define WITH__STORAGE_ENGINE for the whole server) */ #define WITH_MYISAM_STORAGE_ENGINE 1 #define WITH_MYISAMMRG_STORAGE_ENGINE 1 #define WITH_HEAP_STORAGE_ENGINE 1 #define WITH_CSV_STORAGE_ENGINE 1 #define WITH_PARTITION_STORAGE_ENGINE 1 #define WITH_PERFSCHEMA_STORAGE_ENGINE 1 /* #undef WITH_NDBCLUSTER_STORAGE_ENGINE */ #if (WITH_NDBCLUSTER_STORAGE_ENGINE) && !defined(EMBEDDED_LIBRARY) # define HAVE_NDB_BINLOG 1 #endif #define DEFAULT_MYSQL_HOME "/usr/local/mysql" #define SHAREDIR "/usr/local/mysql/share" #define DEFAULT_BASEDIR "/usr/local/mysql" #define MYSQL_DATADIR "/usr/local/mysql/data" #define DEFAULT_CHARSET_HOME "/usr/local/mysql" #define PLUGINDIR "/usr/local/mysql/lib/plugin" #define DEFAULT_SYSCONFDIR "/usr/local/mysql/etc" #define DEFAULT_TMPDIR P_tmpdir /* #undef SO_EXT */ #define MYSQL_VERSION_MAJOR 5 #define MYSQL_VERSION_MINOR 6 #define MYSQL_VERSION_PATCH 43 #define MYSQL_VERSION_EXTRA "" #define PACKAGE "mysql" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "MySQL Server" #define PACKAGE_STRING "MySQL Server 5.6.43" #define PACKAGE_TARNAME "mysql" #define PACKAGE_VERSION "5.6.43" #define VERSION "5.6.43" #define PROTOCOL_VERSION 10 /* time_t related defines */ #define SIZEOF_TIME_T 8 /* #undef TIME_T_UNSIGNED */ /* CPU information */ #define CPU_LEVEL1_DCACHE_LINESIZE 64 #define HAVE_LIBNUMA 1 /* For --secure-file-priv */ #define DEFAULT_SECURE_FILE_PRIV_DIR "NULL" #define DEFAULT_SECURE_FILE_PRIV_EMBEDDED_DIR "NULL" #endif