mirror of https://gitee.com/openkylin/sysstat.git
14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
/*
|
|
* sysstat: System performance tools for Linux
|
|
* (C) 1999-2022 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 */
|