office-gobmx/config_host/config_fuzzers.h.in
Caolán McNamara c1ed005edc fix oss-fuzz build
Change-Id: I22823323e0b4e15dbd6ea5f7efd35301995315bf
2018-11-09 11:42:58 +00:00

10 lines
117 B
C

/*
Settings for fuzzers mode
*/
#ifndef CONFIG_FUZZERS_H
#define CONFIG_FUZZERS_H
#define ENABLE_FUZZERS 0
#endif