ceph: use i_size_{read,write} to get/set i_size
[linux/fpc-iii.git] / tools / perf / util / environment.c
blob7405123692f14919bc1928c67f4819ef3503e1ba
1 /*
2 * We put all the perf config variables in this same object
3 * file, so that programs can link against the config parser
4 * without having to link against all the rest of perf.
5 */
6 #include "cache.h"
8 int pager_use_color = 1;