office-gobmx/config_host/config_options_calc.h.in
Kohei Yoshida dff4e51f5d Add configure option --enable-formula-logger to conditionalize it.
Change-Id: I1badbcfa259b22d742e5241bd817ea44769a771e
2016-10-25 18:07:27 -04:00

10 lines
181 B
C

/*
* General configuration settings for various options specific to Calc.
*/
#ifndef CONFIG_OPTIONS_CALC_H
#define CONFIG_OPTIONS_CALC_H
#define ENABLE_FORMULA_LOGGER 0
#endif