about summary refs log tree commit diff
path: root/include/debug.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-22 09:26:46 +0100
committervan Hauser <vh@thc.org>2020-03-22 09:26:46 +0100
commit5a0cc43ee142842d845a0281fa8f5d0d0721a8ba (patch)
treeae17254425d47bd24114f33ca2eadf1d873e81ee /include/debug.h
parentf08a3fedf684a52b7999b1305248812a21927b99 (diff)
downloadafl++-5a0cc43ee142842d845a0281fa8f5d0d0721a8ba.tar.gz
all afl msgs to stdout and only read AFL_BENCH_JUST_ONE once
Diffstat (limited to 'include/debug.h')
-rw-r--r--include/debug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/debug.h b/include/debug.h
index b3865c19..6ced60b1 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -32,6 +32,10 @@
  * Terminal colors *
  *******************/
 
+#ifndev MESSAGES_TO_STDOUT
+#define MESSAGES_TO_STDOUT
+#endif
+
 #ifdef USE_COLOR
 
 #define cBLK "\x1b[0;30m"