~ubuntu-branches/ubuntu/wily/sysstat/wily

1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * sysstat: System performance tools for Linux
 * (C) 1999-2015 by Sebastien Godard (sysstat <at> orange.fr)
 */

#ifndef _SYSCONFIG_H
#define _SYSCONFIG_H

/* sysstat configuration directory */
#define IOCONF		"@SYSCONFIG_DIR@/sysstat.ioconf"
#define LOCAL_IOCONF	"./sysstat.ioconf"

#endif  /* _SYSCONFIG_H */