]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/type.c
Move debug printfs to internal usage only.
[thirdparty/cups.git] / scheduler / type.c
index 719afb7df99952ef569656f5b5838165cbda9f90..2cceeda58c8ed43dd6abc6c337aa0dc457aaf2e2 100644 (file)
  */
 
 #include <cups/string-private.h>
-#include <cups/debug-private.h>
 #include <locale.h>
 #include "mime.h"
 
 
+/*
+ * Debug macros that used to be private API...
+ */
+
+#define DEBUG_puts(x)
+#define DEBUG_printf(...)
+
+
 /*
  * Local types...
  */
@@ -44,7 +51,7 @@ static int    mime_patmatch(const char *s, const char *pat);
  * Local globals...
  */
 
-#ifdef DEBUG
+#ifdef MIME_DEBUG
 static const char * const debug_ops[] =
                {                       /* Test names... */
                  "NOP",                /* No operation */