]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - tools/perf/util/environment.c
Merge tag 'for-4.2' of git://git.infradead.org/battery-2.6
[mirror_ubuntu-focal-kernel.git] / tools / perf / util / environment.c
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"
7
8 int pager_use_color = 1;