summaryrefslogtreecommitdiff
path: root/include/config-win.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config-win.h')
-rw-r--r--include/config-win.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/config-win.h b/include/config-win.h
index b9519e0f2a9..ab463a7c142 100644
--- a/include/config-win.h
+++ b/include/config-win.h
@@ -206,10 +206,6 @@ typedef uint rf_SetTimer;
/* If LOAD DATA LOCAL INFILE should be enabled by default */
#define ENABLED_LOCAL_INFILE 1
-/* If query profiling should be enabled by default */
-#define ENABLED_PROFILING 1
-#define COMMUNITY_SERVER 1
-
/* Convert some simple functions to Posix */
#define my_sigset(A,B) signal((A),(B))