~ubuntu-branches/ubuntu/hoary/sysstat/hoary

« back to all changes in this revision

Viewing changes to sapath.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2004-06-15 18:47:50 UTC
  • Revision ID: james.westby@ubuntu.com-20040615184750-y9zskvg3k6tf9j15
Tags: upstream-5.0.5
ImportĀ upstreamĀ versionĀ 5.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * sysstat: the sar and iostat commands for Linux
 
3
 * (C) 1999-2004 by Sebastien Godard (sysstat <at> wanadoo.fr)
 
4
 */
 
5
 
 
6
#ifndef _SAPATH_H
 
7
#define _SAPATH_H
 
8
 
 
9
/* A possible alternate location for sadc data collector */
 
10
#define SADC_ALT_PATH   "ALTLOC/lib/sa/sadc"
 
11
 
 
12
#endif  /* _SAPATH_H */