about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-09-27 16:33:43 +0200
committerGitHub <noreply@github.com>2023-09-27 16:33:43 +0200
commit1c582b6aeec034b2c0ef650abd35352df7d78fa7 (patch)
tree78bb5aa795a50932132fa778f904e4ec297483c8 /include/config.h
parentdee76993812fa9b5d8c1b75126129887a10befae (diff)
parent5f7c3a1ee0d6f20e42a207a7e75e0f19e726a0f5 (diff)
downloadafl++-1c582b6aeec034b2c0ef650abd35352df7d78fa7.tar.gz
Merge pull request #1874 from AFLplusplus/dev
push to stable
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index 6a75737f..988e536e 100644
--- a/include/config.h
+++ b/include/config.h
@@ -120,9 +120,9 @@
 
 // #define _WANT_ORIGINAL_AFL_ALLOC
 
-/* Comment out to disable fancy ANSI boxes and use poor man's 7-bit UI: */
+/* Comment out to disable fancy boxes and use poor man's 7-bit UI: */
 
-#ifndef ANDROID_DISABLE_FANCY  // Fancy boxes are ugly from adb
+#ifndef DISABLE_FANCY
   #define FANCY_BOXES
 #endif