]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/util/bprint.c
Merge branch 'sendfile' into develop
[netatalk.git] / libatalk / util / bprint.c
index c192ba753003269a8aa00eb3706f0a5c42474ce8..87b5746f091df9dbfde1d3e1687120be332d309e 100644 (file)
@@ -1,3 +1,8 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#ifdef DEBUG
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -44,3 +49,4 @@ void bprint( data, len )
 
     printf("(end)\n");
 }
+#endif