aboutsummaryrefslogtreecommitdiff
path: root/src/Debug.hh
diff options
context:
space:
mode:
authorMathias Gumz <mathias gumz at gmail com>2014-04-11 15:42:09 (GMT)
committerMathias Gumz <mathias gumz at gmail com>2014-04-11 15:42:40 (GMT)
commite105de7d46c4936790754857d8c789f3c7fccd87 (patch)
treecaaf0481ae7d743507f67d7d4e3977f31b153f65 /src/Debug.hh
parentbc272ba4aed707522cb458d659940567ac6fc386 (diff)
parent7541054b299bbd61310ab0456cf4f25b7a672de3 (diff)
downloadfluxbox-e105de7d46c4936790754857d8c789f3c7fccd87.zip
fluxbox-e105de7d46c4936790754857d8c789f3c7fccd87.tar.bz2
merge Sami Kerola's new build-system
Diffstat (limited to 'src/Debug.hh')
-rw-r--r--src/Debug.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Debug.hh b/src/Debug.hh
index 556186f..93f0759 100644
--- a/src/Debug.hh
+++ b/src/Debug.hh
@@ -1,10 +1,6 @@
1#ifndef DEBUG_HH 1#ifndef DEBUG_HH
2#define DEBUG_HH 2#define DEBUG_HH
3 3
4#ifdef HAVE_CONFIG_H
5#include "config.h"
6#endif // HAVE_CONFIG_H
7
8#ifdef DEBUG 4#ifdef DEBUG
9#include <iostream> 5#include <iostream>
10#define fbdbg std::cerr<<__FILE__<<"("<<__LINE__<< "): " 6#define fbdbg std::cerr<<__FILE__<<"("<<__LINE__<< "): "