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

1
2
3
4
5
6
7
8
9
10
11
12
/*
 * sysstat: the sar and iostat commands for Linux
 * (C) 1999-2004 by Sebastien Godard (sysstat <at> wanadoo.fr)
 */

#ifndef _SAPATH_H
#define _SAPATH_H

/* A possible alternate location for sadc data collector */
#define SADC_ALT_PATH	"ALTLOC/sadc"

#endif  /* _SAPATH_H */