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.
10 lines
256 B
10 lines
256 B
16 years ago
|
/*
|
||
|
* 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;
|
||
16 years ago
|
int pager_use_color = 1;
|