environment.c 231 B

12345678
  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. const char *pager_program;