aboutsummaryrefslogtreecommitdiff
path: root/include/envs.h
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-12-18 21:10:39 +0100
committerhexcoder- <heiko@hexco.de>2020-12-18 21:10:39 +0100
commit12ebb351dc2b5655b4174539e2b9ee59e4acf893 (patch)
treeed66d2b7f4e8d6d1a7f2ff0d9b44a1eb9af39c99 /include/envs.h
parent73dd6d86abc16c2ceb5529f3a261724be8b7896a (diff)
downloadAFLplusplus-12ebb351dc2b5655b4174539e2b9ee59e4acf893.tar.gz
apply nocolor changes
Diffstat (limited to 'include/envs.h')
-rw-r--r--include/envs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h
index c0f41ca5..f16e61f0 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -103,6 +103,10 @@ static char *afl_environment_variables[] = {
"AFL_NO_ARITH",
"AFL_NO_AUTODICT",
"AFL_NO_BUILTIN",
+#if defined USE_COLOR && ! defined ALWAYS_COLORED
+ "AFL_NO_COLOR",
+ "AFL_NO_COLOUR",
+#endif
"AFL_NO_CPU_RED",
"AFL_NO_FORKSRV",
"AFL_NO_UI",