diff options
author | unknown <kent@mysql.com> | 2005-06-09 05:04:59 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-06-09 05:04:59 +0200 |
commit | f63f15e7ab64b0809eee396dd048e378b8c4ce93 (patch) | |
tree | e5c961717e3145167791e0c73512343b57a21d18 /include/config-win.h | |
parent | 92354ea6d64150763fb46b634222db6a4fb47f47 (diff) | |
download | mariadb-git-f63f15e7ab64b0809eee396dd048e378b8c4ce93.tar.gz |
config-win.h:
Enabled yaSSL on Windows
Many files:
Added yaSSL to Visual Studio 6 project files
VC++Files/mysql.dsw:
Added yaSSL to Visual Studio 6 project files
VC++Files/client/mysqlclient.dsp:
Added yaSSL to Visual Studio 6 project files
VC++Files/client/mysqltest.dsp:
Added yaSSL to Visual Studio 6 project files
VC++Files/libmysqld/examples/test_libmysqld.dsp:
Added yaSSL to Visual Studio 6 project files
VC++Files/sql/mysqld.dsp:
Added yaSSL to Visual Studio 6 project files
VC++Files/vio/vio.dsp:
Added yaSSL to Visual Studio 6 project files
include/config-win.h:
Enabled yaSSL on Windows
Diffstat (limited to 'include/config-win.h')
-rw-r--r-- | include/config-win.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h index f6c72a85a60..2559b3b74fd 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -388,6 +388,9 @@ inline double ulonglong2double(ulonglong value) #define HAVE_SPATIAL 1 #define HAVE_RTREE_KEYS 1 +#define HAVE_OPENSSL 1 +#define HAVE_YASSL 1 + /* Define charsets you want */ /* #undef HAVE_CHARSET_armscii8 */ /* #undef HAVE_CHARSET_ascii */ |