You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* We put all the perf config variables in this same object
|
|
* file, so that programs can link against the config parser
|
|
* without having to link against all the rest of perf.
|
|
*/
|
|
#include "cache.h"
|
|
|
|
const char *pager_program;
|
|
int pager_use_color = 1;
|
|
|