aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2009-09-04 13:43:14 -0700
committerNick Pelly <npelly@google.com>2009-09-04 13:43:14 -0700
commitdaa995771246849ac9a9c3a1f8242507dd51cc2d (patch)
tree27e5fed9ca08011ef7969dae318bfe661bf9e65a
parentb34b509f8fd456fe1484e12c303be87f8b250909 (diff)
downloaddbus-eclair-release.tar.gz
They call abort() which can take down the system server. DO NOT MERGE TO MASTER
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 052aa248..b7a40aa5 100644
--- a/config.h
+++ b/config.h
@@ -32,10 +32,10 @@
#define DBUS_DATADIR "/data"
/* Disable assertion checking */
-#undef DBUS_DISABLE_ASSERT
+#define DBUS_DISABLE_ASSERT 1
/* Disable public API sanity checking */
-#undef DBUS_DISABLE_CHECKS
+#define DBUS_DISABLE_CHECKS 1
/* Support a verbose mode */
#undef DBUS_ENABLE_VERBOSE_MODE