diff options
author | van Hauser <vh@thc.org> | 2023-09-27 16:33:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 16:33:43 +0200 |
commit | 1c582b6aeec034b2c0ef650abd35352df7d78fa7 (patch) | |
tree | 78bb5aa795a50932132fa778f904e4ec297483c8 /include/config.h | |
parent | dee76993812fa9b5d8c1b75126129887a10befae (diff) | |
parent | 5f7c3a1ee0d6f20e42a207a7e75e0f19e726a0f5 (diff) | |
download | afl++-1c582b6aeec034b2c0ef650abd35352df7d78fa7.tar.gz |
Merge pull request #1874 from AFLplusplus/dev
push to stable
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
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 |