Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: fix compilation with
FLB_HAVE_STATIC_CONF
Fixes: ``` /tmp/fluent-bit/src/config_format/flb_cf_fluentbit.c: In function ‘read_config’: /tmp/fluent-bit/src/config_format/flb_cf_fluentbit.c:505:30: error: ‘FLB_CF_BUF_SIZE’ undeclared (first use in this function); did you mean ‘FLB_CF_CUSTOM’? while (static_fgets(buf, FLB_CF_BUF_SIZE, in_data, &off)) { ^~~~~~~~~~~~~~~ ```
- Loading branch information