diff options
author | Georgi Kodinov <joro@sun.com> | 2009-01-05 18:10:20 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-01-05 18:10:20 +0200 |
commit | f97ef7a40e45183a68471ab2267c451c3ecb4b1b (patch) | |
tree | de567af17defc412ed072797f882a3db0932209e /include/config-win.h | |
parent | 335e842d24083e8961b7f6b7e9563628dcb8956d (diff) | |
parent | 6f25dee2ac6ac199d48fe1d8ec5959b77f5e5dcd (diff) | |
download | mariadb-git-f97ef7a40e45183a68471ab2267c451c3ecb4b1b.tar.gz |
merged 5.1-main -> 5.1-bugteam
Diffstat (limited to 'include/config-win.h')
-rw-r--r-- | include/config-win.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/config-win.h b/include/config-win.h index 15c107597d1..c8b9004eb8a 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -380,6 +380,9 @@ inline ulonglong double2ulonglong(double d) #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 */ |