#ifndef SIGAR_OS_H #define SIGAR_OS_H #include /* "i will *punch* you in the *face*" --will ferrell */ #undef idle #undef usr #undef sys #include #include #include #include #include struct sigar_t { SIGAR_T_BASE; int pagesize; int mhz; int nproc; }; #endif /* SIGAR_OS_H */