307b0c43f9
This program will now be referred to as "MySQL Control Center", not "MyCC". The name of the executable file has changed from "MyCC" to "mysqlcc" and so have all the config directories.
13 lines
307 B
Plaintext
13 lines
307 B
Plaintext
$OpenBSD: patch-include_config_h,v 1.1 2002/11/05 15:55:49 wilfried Exp $
|
|
--- include/config.h.orig Sat Nov 2 14:47:27 2002
|
|
+++ include/config.h Tue Nov 5 16:40:15 2002
|
|
@@ -18,7 +18,7 @@
|
|
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
-#define DEBUG_LEVEL 3
|
|
+#undef DEBUG_LEVEL
|
|
|
|
#ifdef DEBUG_LEVEL
|
|
#define DEBUG
|