about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Rooijakkers <thomas.rooijakkers@tno.nl>2023-09-20 09:41:49 +0200
committerThomas Rooijakkers <thomas.rooijakkers@tno.nl>2023-09-20 09:41:49 +0200
commita6b7da880852ab33e54c4c0eb55570eb5ee4aede (patch)
tree67b2817ff05eb2e4c498ddb4958588eba2c84a5d
parentabbdf1c3ac61322e9fd55a78fbb3ad60c6e68971 (diff)
downloadafl++-a6b7da880852ab33e54c4c0eb55570eb5ee4aede.tar.gz
Remove Android specifics
-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