diff options
author | kent@mysql.com <> | 2005-11-14 04:07:24 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2005-11-14 04:07:24 +0200 |
commit | 7966c4ddaca791f7b0333d82d1845ad5b97497df (patch) | |
tree | 5b9875de23b8daa284790df6efd8900e719b8e03 /include/config-win.h | |
parent | a717f7bf98c6372791d0128aac88f1647e572b0c (diff) | |
download | mariadb-git-7966c4ddaca791f7b0333d82d1845ad5b97497df.tar.gz |
config-win.h:
Disabled yaSSL support for now
Diffstat (limited to 'include/config-win.h')
-rw-r--r-- | include/config-win.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config-win.h b/include/config-win.h index fe099c11a2f..5c2f8e00e86 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -392,8 +392,8 @@ inline double ulonglong2double(ulonglong value) #define HAVE_SPATIAL 1 #define HAVE_RTREE_KEYS 1 -#define HAVE_OPENSSL 1 -#define HAVE_YASSL 1 +/* #undef HAVE_OPENSSL */ +/* #undef HAVE_YASSL */ /* Define charsets you want */ /* #undef HAVE_CHARSET_armscii8 */ |