1 2 3 4 5 6 7 8 9 10
/* Settings for fuzzers mode */ #ifndef CONFIG_FUZZERS_H #define CONFIG_FUZZERS_H #define ENABLE_FUZZERS 0 #endif