Merge tag 'gpio-v3.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-2.6.git] / tools / perf / util / environment.c
blob275b0ee345f5eab4b1dcaebc18d5068698d9e437
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 const char *pager_program;
9 int pager_use_color = 1;