1/*
2 * sysstat: System performance tools for Linux
3 * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
4 */
5
6#ifndef _SYSCONFIG_H
7#define _SYSCONFIG_H
8
9/* sysstat configuration directory */
10#define IOCONF		"/etc/sysconfig/sysstat.ioconf"
11#define LOCAL_IOCONF	"./sysstat.ioconf"
12
13#endif  /* _SYSCONFIG_H */
14