diff options
author | Build Team <bteam@astra04> | 2008-11-09 03:14:35 +0100 |
---|---|---|
committer | Build Team <bteam@astra04> | 2008-11-09 03:14:35 +0100 |
commit | 2639b27d27be02795118475d5e65aeb9e3df1437 (patch) | |
tree | c68d0fe8deb345a4f1a570dc43190101409bc250 /include/config-win.h | |
parent | 6fc34d0a0d2dd463cc77d88abfa05673bed9f164 (diff) | |
download | mariadb-git-2639b27d27be02795118475d5e65aeb9e3df1437.tar.gz |
Added the default configure COMMUNITY_SERVER and ENABLED_PROFILING to
the Windows configuration file "include/config-win.h".
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 cc2b2767663..e0e754e5c09 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -371,6 +371,9 @@ inline double ulonglong2double(ulonglong value) #define HAVE_OPENSSL 1 #define HAVE_YASSL 1 +#define COMMUNITY_SERVER 1 +#define ENABLED_PROFILING 1 + /* Define charsets you want */ /* #undef HAVE_CHARSET_armscii8 */ /* #undef HAVE_CHARSET_ascii */ |