Ingo Molnar | a930d2c | 2009-05-27 09:50:13 +0200 | [diff] [blame] | 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 | const char *pager_program; | ||||
Ingo Molnar | 8fc0321 | 2009-06-04 15:19:47 +0200 | [diff] [blame] | 9 | int pager_use_color = 1; |