# This is the CMakeCache file. # For build in directory: /var/www/zzio/src/mysql-connector-c-6.1.6-src # It was generated by CMake: /usr/local/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Path to a program. CMAKE_AR:FILEPATH=/usr/bin/ar //Choose the type of build, options are: None(CMAKE_CXX_FLAGS or //\n CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel CMAKE_BUILD_TYPE:STRING=RelWithDebInfo //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON //CXX compiler CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ //Flags used by the compiler during all build types. CMAKE_CXX_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //C compiler CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc //Flags used by the compiler during all build types. CMAKE_C_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Flags used by the linker. CMAKE_EXE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF //install prefix CMAKE_INSTALL_PREFIX:PATH=/usr/local/mysql //Path to a program. CMAKE_LINKER:FILEPATH=/usr/bin/ld //Path to a program. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make //Flags used by the linker during the creation of modules. CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_NM:FILEPATH=/usr/bin/nm //Path to a program. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy //Path to a program. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=LibMySQL //Path to a program. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib //Flags used by the linker during the creation of dll's. CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_STRIP:FILEPATH=/usr/bin/strip //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //Set to true if this is a community build COMMUNITY_BUILD:BOOL=ON //Don't build shared libraries, compile code as position-dependent DISABLE_SHARED:BOOL=OFF //Path to a program. DTRACE:FILEPATH=DTRACE-NOTFOUND //If we should enable LOAD DATA LOCAL by default ENABLED_LOCAL_INFILE:BOOL=OFF //Enable profiling ENABLED_PROFILING:BOOL=ON //Enable debug sync (debug builds only) ENABLE_DEBUG_SYNC:BOOL=ON //Enable gcov (debug, Linux builds only) ENABLE_GCOV:BOOL=OFF //Enable gprof (optimized, Linux builds only) ENABLE_GPROF:BOOL=OFF //Colon separated triplets ";;;..." EXTRA_INSTALL:BOOL=OFF // Selection of features. This option is deprecated FEATURE_SET:STRING=community //Disable compiler version checks FORCE_UNSUPPORTED_COMPILER:BOOL=ON //Path to a program. GETCONF:FILEPATH=/usr/bin/getconf //BIN installation directory INSTALL_BINDIR:STRING=bin //DOC installation directory INSTALL_DOCDIR:STRING=docs //DOCREADME installation directory INSTALL_DOCREADMEDIR:STRING=. //INCLUDE installation directory INSTALL_INCLUDEDIR:STRING=include //INFO installation directory INSTALL_INFODIR:STRING=docs //Installation directory layout. Options are: STANDALONE (as in // zip or tar.gz installer), RPM, DEB, SVR4 INSTALL_LAYOUT:STRING=STANDALONE //LIB installation directory INSTALL_LIBDIR:STRING=lib //MAN installation directory INSTALL_MANDIR:STRING=man //MYSQLDATA installation directory INSTALL_MYSQLDATADIR:STRING=data //MYSQLSHARE installation directory INSTALL_MYSQLSHAREDIR:STRING=share //MYSQLTEST installation directory INSTALL_MYSQLTESTDIR:STRING=mysql-test //PLUGIN installation directory INSTALL_PLUGINDIR:STRING=lib/plugin //PLUGINTEST installation directory INSTALL_PLUGINTESTDIR:STRING= //SBIN installation directory INSTALL_SBINDIR:STRING=bin //SCRIPT installation directory INSTALL_SCRIPTDIR:STRING=scripts //SHARE installation directory INSTALL_SHAREDIR:STRING=share //SQLBENCH installation directory INSTALL_SQLBENCHDIR:STRING=. //SUPPORTFILES installation directory INSTALL_SUPPORTFILESDIR:STRING=support-files //Value Computed by CMake LibMySQL_BINARY_DIR:STATIC=/var/www/zzio/src/mysql-connector-c-6.1.6-src //Value Computed by CMake LibMySQL_SOURCE_DIR:STATIC=/var/www/zzio/src/mysql-connector-c-6.1.6-src //Set the entity that appears as the manufacturer of packages that // support a manufacturer field. MANUFACTURER:STRING=Built from Source //default MySQL data directory MYSQL_DATADIR:PATH=/usr/local/mysql/data //MySQL maintainer-specific development environment MYSQL_MAINTAINER_MODE:BOOL=OFF //MySQL project name MYSQL_PROJECT_NAME:STRING=LibMySQL //Location where package will install itself on the target system PKG_INSTALL_PREFIX:PATH=/usr/local/mysql //config directory (for my.cnf) SYSCONFDIR:PATH=/usr/local/mysql/etc //PATH to MySQL TMP dir. Defaults to the P_tmpdir macro in TMPDIR:PATH=P_tmpdir WITH_ARCHIVE_STORAGE_ENGINE:BOOL=ON //Enable address sanitizer WITH_ASAN:BOOL=OFF WITH_BLACKHOLE_STORAGE_ENGINE:BOOL=ON //Support for client-side protocol tracing plugins WITH_CLIENT_PROTOCOL_TRACING:BOOL=ON //Use dbug/safemutex WITH_DEBUG:BOOL=OFF //Use flags from cmake/build_configurations/compiler_options.cmake WITH_DEFAULT_COMPILER_OPTIONS:BOOL=ON //Use feature set in cmake/build_configurations/feature_set.cmake WITH_DEFAULT_FEATURE_SET:BOOL=ON WITH_EMBEDDED_SERVER:BOOL=ON //Options are: none, complex, all WITH_EXTRA_CHARSETS:STRING=all //Compile with fast mutexes WITH_FAST_MUTEXES:BOOL=OFF WITH_FEDERATED_STORAGE_ENGINE:BOOL=ON WITH_INNOBASE_STORAGE_ENGINE:BOOL=ON //Compile with tcp wrappers support WITH_LIBWRAP:BOOL=OFF //Enable memory sanitizer WITH_MSAN:BOOL=OFF WITH_PARTITION_STORAGE_ENGINE:BOOL=ON //Generate PIC objects WITH_PIC:BOOL=OFF //bundled (use yassl), yes (prefer os library if present, otherwise // use bundled), system (use os library), WITH_SSL:STRING=bundled //Have a built-in test protocol trace plugin in libmysql (requires // WITH_CLIENT_PROTOCOL_TRACING option) WITH_TEST_TRACE_PLUGIN:BOOL=OFF //Enable undefined behavior sanitizer WITH_UBSAN:BOOL=OFF //Compile MySQL with unit tests WITH_UNIT_TESTS:BOOL=OFF //Valgrind instrumentation WITH_VALGRIND:BOOL=OFF WITH_ZLIB:STRING=bundled //Dependencies for the target clientlib_LIB_DEPENDS:STATIC=general;-lpthread; //Dependencies for the target dbug_LIB_DEPENDS:STATIC=general;-lpthread;general;mysys; //Dependencies for the target libmysql_LIB_DEPENDS:STATIC=general;-lpthread;general;clientlib;general;dbug;general;strings;general;vio;general;mysys;general;mysys_ssl;general;zlib;general;yassl;general;taocrypt;general;dl; //Dependencies for the target mysqlclient_LIB_DEPENDS:STATIC=general;-lpthread;general;-lpthread;general;m;general;rt;general;dl; //Dependencies for the target mysys_LIB_DEPENDS:STATIC=general;-lpthread;general;dbug;general;strings;general;zlib;general;m;general;rt; //Dependencies for the target mysys_ssl_LIB_DEPENDS:STATIC=general;-lpthread;general;dbug;general;strings;general;yassl;general;taocrypt;general;zlib; //Dependencies for the target regex_LIB_DEPENDS:STATIC=general;-lpthread; //Dependencies for the target strings_LIB_DEPENDS:STATIC=general;-lpthread; //Dependencies for the target taocrypt_LIB_DEPENDS:STATIC=general;-lpthread; //Dependencies for the target vio_LIB_DEPENDS:STATIC=general;-lpthread; //Dependencies for the target yassl_LIB_DEPENDS:STATIC=general;-lpthread; //Dependencies for the target zlib_LIB_DEPENDS:STATIC=general;-lpthread; ######################## # INTERNAL cache entries ######################## //Functions exported by client API CLIENT_API_FUNCTIONS:INTERNAL=get_tty_password;handle_options;load_defaults;mysql_thread_end;mysql_thread_init;myodbc_remove_escape;mysql_affected_rows;mysql_autocommit;mysql_stmt_bind_param;mysql_stmt_bind_result;mysql_change_user;mysql_character_set_name;mysql_close;mysql_commit;mysql_data_seek;mysql_debug;mysql_dump_debug_info;mysql_eof;mysql_errno;mysql_error;mysql_escape_string;mysql_hex_string;mysql_stmt_execute;mysql_stmt_fetch;mysql_stmt_fetch_column;mysql_fetch_field;mysql_fetch_field_direct;mysql_fetch_fields;mysql_fetch_lengths;mysql_fetch_row;mysql_field_count;mysql_field_seek;mysql_field_tell;mysql_free_result;mysql_get_client_info;mysql_get_host_info;mysql_get_proto_info;mysql_get_server_info;mysql_get_client_version;mysql_get_ssl_cipher;mysql_info;mysql_init;mysql_insert_id;mysql_kill;mysql_set_server_option;mysql_list_dbs;mysql_list_fields;mysql_list_processes;mysql_list_tables;mysql_more_results;mysql_next_result;mysql_num_fields;mysql_num_rows;mysql_options;mysql_stmt_param_count;mysql_stmt_param_metadata;mysql_ping;mysql_stmt_result_metadata;mysql_query;mysql_read_query_result;mysql_real_connect;mysql_real_escape_string;mysql_real_query;mysql_refresh;mysql_rollback;mysql_row_seek;mysql_row_tell;mysql_select_db;mysql_stmt_send_long_data;mysql_send_query;mysql_shutdown;mysql_ssl_set;mysql_stat;mysql_stmt_affected_rows;mysql_stmt_close;mysql_stmt_reset;mysql_stmt_data_seek;mysql_stmt_errno;mysql_stmt_error;mysql_stmt_free_result;mysql_stmt_num_rows;mysql_stmt_row_seek;mysql_stmt_row_tell;mysql_stmt_store_result;mysql_store_result;mysql_thread_id;mysql_thread_safe;mysql_use_result;mysql_warning_count;mysql_stmt_sqlstate;mysql_sqlstate;mysql_get_server_version;mysql_stmt_prepare;mysql_stmt_init;mysql_stmt_insert_id;mysql_stmt_attr_get;mysql_stmt_attr_set;mysql_stmt_field_count;mysql_set_local_infile_default;mysql_set_local_infile_handler;mysql_embedded;mysql_server_init;mysql_server_end;mysql_set_character_set;mysql_get_character_set_info;mysql_stmt_next_result;my_init;mysql_client_find_plugin;mysql_client_register_plugin;mysql_load_plugin;mysql_load_plugin_v;mysql_options4;mysql_plugin_options;mysql_reset_connection;mysql_get_option;mysql_session_track_get_first;mysql_session_track_get_next //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/var/www/zzio/src/mysql-connector-c-6.1.6-src //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=4 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest //ADVANCED property for variable: CMAKE_CXX_COMPILER CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Have symbol pthread_create CMAKE_HAVE_LIBC_CREATE:INTERNAL= //Have library pthreads CMAKE_HAVE_PTHREADS_CREATE:INTERNAL= //Have library pthread CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1 //Have include pthread.h CMAKE_HAVE_PTHREAD_H:INTERNAL=1 //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/var/www/zzio/src/mysql-connector-c-6.1.6-src //Install .so files without execute permission. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=17 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/usr/local/share/cmake-3.4 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(unsigned short) CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Directory of debug build DEBUGBUILDDIR:INTERNAL=/var/www/zzio/src/debug //ADVANCED property for variable: DISABLE_SHARED DISABLE_SHARED-ADVANCED:INTERNAL=1 //Have function clock_gettime DNS_USE_CPU_CLOCK_FOR_ID:INTERNAL=1 //ADVANCED property for variable: DTRACE DTRACE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ENABLED_LOCAL_INFILE ENABLED_LOCAL_INFILE-ADVANCED:INTERNAL=1 //Details about finding Threads FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] //Have symbol FIONREAD FIONREAD_IN_SYS_FILIO:INTERNAL= //Have symbol FIONREAD FIONREAD_IN_SYS_IOCTL:INTERNAL=1 //ADVANCED property for variable: FORCE_UNSUPPORTED_COMPILER FORCE_UNSUPPORTED_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GETCONF GETCONF-ADVANCED:INTERNAL=1 //Have symbol TIOCGWINSZ GWINSZ_IN_SYS_IOCTL:INTERNAL=1 //Have function _aligned_malloc HAVE_ALIGNED_MALLOC:INTERNAL= //Have include alloca.h HAVE_ALLOCA_H:INTERNAL=1 //Have include arpa/inet.h HAVE_ARPA_INET_H:INTERNAL=1 //Have function backtrace HAVE_BACKTRACE:INTERNAL=1 //Test HAVE_BSS_START HAVE_BSS_START:INTERNAL=1 //Test HAVE_BUILTIN_EXPECT HAVE_BUILTIN_EXPECT:INTERNAL=1 //Test HAVE_BUILTIN_STPCPY HAVE_BUILTIN_STPCPY:INTERNAL=1 //Test HAVE_BUILTIN_UNREACHABLE HAVE_BUILTIN_UNREACHABLE:INTERNAL=1 //Have function clock_gettime HAVE_CLOCK_GETTIME:INTERNAL=1 //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE //Have function compress HAVE_COMPRESS:INTERNAL= //Have function crypt HAVE_CRYPT:INTERNAL=1 //Have function cuserid HAVE_CUSERID:INTERNAL=1 //Have symbol fdatasync HAVE_DECL_FDATASYNC:INTERNAL=1 //Have includes sys/devpoll.h HAVE_DEVPOLL:INTERNAL= //Have function directio HAVE_DIRECTIO:INTERNAL= //Have include dirent.h HAVE_DIRENT_H:INTERNAL=1 //Have include dlfcn.h HAVE_DLFCN_H:INTERNAL=1 //Have function dlopen HAVE_DLOPEN:INTERNAL=1 //Have function epoll_create HAVE_EPOLL:INTERNAL=1 //Have symbol EVFILT_TIMER HAVE_EVFILT_TIMER:INTERNAL= //Have include execinfo.h HAVE_EXECINFO_H:INTERNAL=1 //Have function fchmod HAVE_FCHMOD:INTERNAL=1 //Have function fcntl HAVE_FCNTL:INTERNAL=1 //Have symbol O_NONBLOCK HAVE_FCNTL_NONBLOCK:INTERNAL=1 //Have function fdatasync HAVE_FDATASYNC:INTERNAL=1 //Have function fedisableexcept HAVE_FEDISABLEEXCEPT:INTERNAL=1 //Have function fgetln HAVE_FGETLN:INTERNAL= //Have include fnmatch.h HAVE_FNMATCH_H:INTERNAL=1 //Have include fpu_control.h HAVE_FPU_CONTROL_H:INTERNAL=1 //Have function fseeko HAVE_FSEEKO:INTERNAL=1 //Have function fsync HAVE_FSYNC:INTERNAL=1 //Have function ftruncate HAVE_FTRUNCATE:INTERNAL=1 //Test HAVE_GCC_ATOMIC_BUILTINS HAVE_GCC_ATOMIC_BUILTINS:INTERNAL=1 //Have function getegid HAVE_GETEGID:INTERNAL=1 //Have function geteuid HAVE_GETEUID:INTERNAL=1 //Have function getgid HAVE_GETGID:INTERNAL=1 //Have function gethostbyaddr_r HAVE_GETHOSTBYADDR_R:INTERNAL=1 //Have function gethrtime HAVE_GETHRTIME:INTERNAL= //Have function getnameinfo HAVE_GETNAMEINFO:INTERNAL=1 //Have function getpass HAVE_GETPASS:INTERNAL=1 //Have function getpassphrase HAVE_GETPASSPHRASE:INTERNAL= //Have function getpwnam HAVE_GETPWNAM:INTERNAL=1 //Have function getpwuid HAVE_GETPWUID:INTERNAL=1 //Have function getrlimit HAVE_GETRLIMIT:INTERNAL=1 //Have function getrusage HAVE_GETRUSAGE:INTERNAL=1 //Have function gettimeofday HAVE_GETTIMEOFDAY:INTERNAL=1 //Have function getuid HAVE_GETUID:INTERNAL=1 //Have include grp.h HAVE_GRP_H:INTERNAL=1 //Have function ntohll HAVE_HTONLL:INTERNAL= //Have includes ieeefp.h HAVE_IEEEFP_H:INTERNAL= //Test HAVE_IMPLICIT_DEPENDENT_NAME_TYPING HAVE_IMPLICIT_DEPENDENT_NAME_TYPING:INTERNAL= //Have function index HAVE_INDEX:INTERNAL=1 //Have function inet_ntop HAVE_INET_NTOP:INTERNAL=1 //Have function initgroups HAVE_INITGROUPS:INTERNAL=1 HAVE_IPV6:INTERNAL=TRUE //Test HAVE_ISINF HAVE_ISINF:INTERNAL=1 //Have function issetugid HAVE_ISSETUGID:INTERNAL= //Have function kqueue HAVE_KQUEUE:INTERNAL= //Have include langinfo.h HAVE_LANGINFO_H:INTERNAL=1 //Have symbol SHM_HUGETLB HAVE_LINUX_LARGE_PAGES:INTERNAL=1 //Test HAVE_LLVM_LIBCPP HAVE_LLVM_LIBCPP:INTERNAL= //Result of TRY_COMPILE HAVE_LLVM_LIBCPP_COMPILED:INTERNAL=TRUE //Result of TRY_RUN HAVE_LLVM_LIBCPP_EXITCODE:INTERNAL=1 //Have symbol log2 HAVE_LOG2:INTERNAL=1 //Have symbol lrand48 HAVE_LRAND48:INTERNAL=1 //Have function lstat HAVE_LSTAT:INTERNAL=1 //Have function madvise HAVE_MADVISE:INTERNAL=1 //Have include malloc.h HAVE_MALLOC_H:INTERNAL=1 //Have function malloc_info HAVE_MALLOC_INFO:INTERNAL=1 //Have function memalign HAVE_MEMALIGN:INTERNAL=1 //Have function memrchr HAVE_MEMRCHR:INTERNAL=1 //Have function mlock HAVE_MLOCK:INTERNAL=1 //Have function mlockall HAVE_MLOCKALL:INTERNAL=1 //Have function mmap64 HAVE_MMAP64:INTERNAL=1 //Have mysys timer-related functions HAVE_MY_TIMER:INTERNAL=1 //Have include netinet/in6.h HAVE_NETINET_IN6_H:INTERNAL= //Have include netinet/in.h HAVE_NETINET_IN_H:INTERNAL=1 //Have function nl_langinfo HAVE_NL_LANGINFO:INTERNAL=1 //Test HAVE_PAUSE_INSTRUCTION HAVE_PAUSE_INSTRUCTION:INTERNAL=1 //Result of TRY_COMPILE HAVE_PAUSE_INSTRUCTION_COMPILED:INTERNAL=TRUE //Result of TRY_RUN HAVE_PAUSE_INSTRUCTION_EXITCODE:INTERNAL=0 //Have function poll HAVE_POLL:INTERNAL=1 //Have include poll.h HAVE_POLL_H:INTERNAL=1 //Have function posix_fallocate HAVE_POSIX_FALLOCATE:INTERNAL=1 //Have function posix_memalign HAVE_POSIX_MEMALIGN:INTERNAL=1 //Have POSIX timer-related functions HAVE_POSIX_TIMERS:INTERNAL=1 //Have function pread HAVE_PREAD:INTERNAL=1 //Have function printstack HAVE_PRINTSTACK:INTERNAL= //Have function pthread_condattr_setclock HAVE_PTHREAD_CONDATTR_SETCLOCK:INTERNAL=1 //Have function pthread_sigmask HAVE_PTHREAD_SIGMASK:INTERNAL=1 //Have include pwd.h HAVE_PWD_H:INTERNAL=1 //Have function readdir_r HAVE_READDIR_R:INTERNAL=1 //Have function readlink HAVE_READLINK:INTERNAL=1 //Have function realpath HAVE_REALPATH:INTERNAL=1 //Have includes sasl/sasl.h HAVE_SASL_SASL_H:INTERNAL= //Have function setfd HAVE_SETFD:INTERNAL= //Have function sigaction HAVE_SIGACTION:INTERNAL=1 //Have symbol SIGEV_PORT HAVE_SIGEV_PORT:INTERNAL= //Have symbol SIGEV_THREAD_ID HAVE_SIGEV_THREAD_ID:INTERNAL=1 //Result of TRY_COMPILE HAVE_SIZEOF_CHARP:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_IN6_ADDR:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_OFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SOCKADDR_IN6:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_TIME_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UINT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_ULONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_U_INT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_VOIDP:INTERNAL=TRUE //Have function sleep HAVE_SLEEP:INTERNAL=1 //Test HAVE_SOCKADDR_IN6_SIN6_LEN HAVE_SOCKADDR_IN6_SIN6_LEN:INTERNAL= //Test HAVE_SOCKADDR_IN_SIN_LEN HAVE_SOCKADDR_IN_SIN_LEN:INTERNAL= //Test HAVE_SOCKADDR_STORAGE_SS_FAMILY HAVE_SOCKADDR_STORAGE_SS_FAMILY:INTERNAL=1 //Have include stddef.h HAVE_STDDEF_H:INTERNAL=1 //Have include stdint.h HAVE_STDINT_H:INTERNAL=1 //Have function stpcpy HAVE_STPCPY:INTERNAL=1 //Have function stpncpy HAVE_STPNCPY:INTERNAL=1 //Have include strings.h HAVE_STRINGS_H:INTERNAL=1 //Have function strlcat HAVE_STRLCAT:INTERNAL= //Have function strlcpy HAVE_STRLCPY:INTERNAL= //Have function strnlen HAVE_STRNLEN:INTERNAL=1 //Have function strsep HAVE_STRSEP:INTERNAL=1 //Have function strsignal HAVE_STRSIGNAL:INTERNAL=1 //Have include sys/cdefs.h HAVE_SYS_CDEFS_H:INTERNAL=1 //Have include sys/epoll.h HAVE_SYS_EPOLL_H:INTERNAL=1 //Have include sys/ioctl.h HAVE_SYS_IOCTL_H:INTERNAL=1 //Have include sys/mman.h HAVE_SYS_MMAN_H:INTERNAL=1 //Have include sys/param.h HAVE_SYS_PARAM_H:INTERNAL=1 //Have include sys/resource.h HAVE_SYS_RESOURCE_H:INTERNAL=1 //Have include sys/select.h HAVE_SYS_SELECT_H:INTERNAL=1 //Have include sys/socket.h HAVE_SYS_SOCKET_H:INTERNAL=1 //Have include sys/times.h HAVE_SYS_TIMES_H:INTERNAL=1 //Have include sys/time.h HAVE_SYS_TIME_H:INTERNAL=1 //Have include sys/types.h HAVE_SYS_TYPES_H:INTERNAL=1 //Have include sys/un.h HAVE_SYS_UN_H:INTERNAL=1 //Have include sys/wait.h HAVE_SYS_WAIT_H:INTERNAL=1 //Have symbol TAILQ_FOREACH HAVE_TAILQFOREACH:INTERNAL=1 //Have function tell HAVE_TELL:INTERNAL= //Have include termios.h HAVE_TERMIOS_H:INTERNAL=1 //Have include termio.h HAVE_TERMIO_H:INTERNAL=1 //Have includes curses.h;term.h HAVE_TERM_H:INTERNAL= //Have symbol timeradd HAVE_TIMERADD:INTERNAL=1 //Have symbol timerclear HAVE_TIMERCLEAR:INTERNAL=1 //Have symbol timercmp HAVE_TIMERCMP:INTERNAL=1 //Have symbol timerisset HAVE_TIMERISSET:INTERNAL=1 //Have function timer_create HAVE_TIMER_CREATE:INTERNAL=1 //Have function timer_settime HAVE_TIMER_SETTIME:INTERNAL=1 //Have function times HAVE_TIMES:INTERNAL=1 //Have include unistd.h HAVE_UNISTD_H:INTERNAL=1 //Have function vasprintf HAVE_VASPRINTF:INTERNAL=1 //Test HAVE_VISIBILITY_HIDDEN HAVE_VISIBILITY_HIDDEN:INTERNAL=1 //Have includes vis.h HAVE_VIS_H:INTERNAL= //Result of TRY_COMPILE HAVE_WORDS_BIGENDIAN:INTERNAL=TRUE //Have function kqueue HAVE_WORKING_KQUEUE:INTERNAL= //Test HAVE_WVLA HAVE_WVLA:INTERNAL=1 //Have function bind HAVE_bind_IN_LIBC:INTERNAL=1 //Have function clock_gettime HAVE_clock_gettime_IN_LIBC:INTERNAL=1 //Have function crypt HAVE_crypt_IN_LIBC:INTERNAL= //Have library crypt HAVE_crypt_IN_crypt:INTERNAL=1 //Have function dlopen HAVE_dlopen_IN_LIBC:INTERNAL= //Have library dl HAVE_dlopen_IN_dl:INTERNAL=1 //Have function floor HAVE_floor_IN_LIBC:INTERNAL= //Have library m HAVE_floor_IN_m:INTERNAL=1 //Have function gethostbyname_r HAVE_gethostbyname_r_IN_LIBC:INTERNAL=1 //Have function sched_yield HAVE_sched_yield_IN_LIBC:INTERNAL=1 //Have function setsockopt HAVE_setsockopt_IN_LIBC:INTERNAL=1 //Have function timer_create HAVE_timer_create_IN_LIBC:INTERNAL= //Have library rt HAVE_timer_create_IN_rt:INTERNAL=1 //ADVANCED property for variable: INSTALL_BINDIR INSTALL_BINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_DOCDIR INSTALL_DOCDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_DOCREADMEDIR INSTALL_DOCREADMEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_INCLUDEDIR INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_INFODIR INSTALL_INFODIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_LIBDIR INSTALL_LIBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_MANDIR INSTALL_MANDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_MYSQLDATADIR INSTALL_MYSQLDATADIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_MYSQLSHAREDIR INSTALL_MYSQLSHAREDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_MYSQLTESTDIR INSTALL_MYSQLTESTDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_PLUGINDIR INSTALL_PLUGINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_PLUGINTESTDIR INSTALL_PLUGINTESTDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_SBINDIR INSTALL_SBINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_SCRIPTDIR INSTALL_SCRIPTDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_SHAREDIR INSTALL_SHAREDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_SQLBENCHDIR INSTALL_SQLBENCHDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_SUPPORTFILESDIR INSTALL_SUPPORTFILESDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MANUFACTURER MANUFACTURER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MYSQL_BASE_VERSION MYSQL_BASE_VERSION-ADVANCED:INTERNAL=1 //MySQL Base version MYSQL_BASE_VERSION:INTERNAL=6.1 //ADVANCED property for variable: MYSQL_PROJECT_NAME MYSQL_PROJECT_NAME-ADVANCED:INTERNAL=1 OLD_INSTALL_LAYOUT:INTERNAL=STANDALONE OLD_WITH_DEBUG:INTERNAL=0 //CHECK_TYPE_SIZE: sizeof(char *) SIZEOF_CHARP:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(struct in6_addr) SIZEOF_IN6_ADDR:INTERNAL=16 //CHECK_TYPE_SIZE: sizeof(int) SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(long) SIZEOF_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long long) SIZEOF_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(off_t) SIZEOF_OFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) SIZEOF_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(struct sockaddr_in6) SIZEOF_SOCKADDR_IN6:INTERNAL=28 //CHECK_TYPE_SIZE: sizeof(time_t) SIZEOF_TIME_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint) SIZEOF_UINT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(ulong) SIZEOF_ULONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(u_int32_t) SIZEOF_U_INT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(void *) SIZEOF_VOIDP:INTERNAL=8 //pass SSL_DEFINES to client testing utilities SSL_DEFINES:INTERNAL=-DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED //pass SSL_INCLUDE_DIRS to client testing utilities SSL_INCLUDE_DIRS:INTERNAL=/var/www/zzio/src/mysql-connector-c-6.1.6-src/extra/yassl/include;/var/www/zzio/src/mysql-connector-c-6.1.6-src/extra/yassl/taocrypt/include //Result of TRY_COMPILE STACKDIR_COMPILE_RESULT:INTERNAL=TRUE //Result of TRY_RUN STACKDIR_RUN_RESULT:INTERNAL=0 //Stack grows direction STACK_DIRECTION:INTERNAL=-1 //ADVANCED property for variable: SYSCONFDIR SYSCONFDIR-ADVANCED:INTERNAL=1 //Have include time.h;sys/time.h TIME_WITH_SYS_TIME:INTERNAL=1 //ADVANCED property for variable: WITH_FAST_MUTEXES WITH_FAST_MUTEXES-ADVANCED:INTERNAL=1 //Result of TEST_BIG_ENDIAN WORDS_BIGENDIAN:INTERNAL=0 //Bundled zlib library ZLIB_LIBRARY:INTERNAL=zlib