Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31
[deliverable/linux.git] / tools / perf / util / environment.c
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;
9 int pager_use_color = 1;
This page took 0.03382 seconds and 6 git commands to generate.