10 lines
117 B
C
10 lines
117 B
C
/*
|
|
Settings for fuzzers mode
|
|
*/
|
|
|
|
#ifndef CONFIG_FUZZERS_H
|
|
#define CONFIG_FUZZERS_H
|
|
|
|
#define ENABLE_FUZZERS 0
|
|
|
|
#endif
|