summaryrefslogtreecommitdiff
path: root/include/config-win.h
diff options
context:
space:
mode:
authorBuild Team <bteam@astra04>2008-11-09 03:14:35 +0100
committerBuild Team <bteam@astra04>2008-11-09 03:14:35 +0100
commit2639b27d27be02795118475d5e65aeb9e3df1437 (patch)
treec68d0fe8deb345a4f1a570dc43190101409bc250 /include/config-win.h
parent6fc34d0a0d2dd463cc77d88abfa05673bed9f164 (diff)
downloadmariadb-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.h3
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 */