From ffe6416514a69fda01be4e2e1059cbd1bab2327b Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 25 Apr 2006 05:15:20 +0000 Subject: [PATCH] Don't define DEBUG; it prints debug messages that cause test suite failures git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17958 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/support/plugins.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util/support/plugins.c b/src/util/support/plugins.c index b823ab6f2..76e33ae3c 100644 --- a/src/util/support/plugins.c +++ b/src/util/support/plugins.c @@ -27,8 +27,6 @@ * Plugin module support, and shims around dlopen/whatever. */ -#define DEBUG 1 - #include "k5-plugin.h" #if USE_DLOPEN #include -- 2.26.2