blob: 275b0ee345f5eab4b1dcaebc18d5068698d9e437 [file] [log] [blame]
Ingo Molnara930d2c2009-05-27 09:50:13 +02001/*
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
8const char *pager_program;
Ingo Molnar8fc03212009-06-04 15:19:47 +02009int pager_use_color = 1;