/usr/include/pcp/platform_defs.h is in libpcp3-dev 3.10.8build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | /*
* src/include/pcp/platform_defs.h. Generated from platform_defs.h.in by configure.
*/
#ifndef PCP_PLATFORM_DEFS_H
#define PCP_PLATFORM_DEFS_H
#include "config.h"
/* printf candy ... */
#define FMT_PID "d"
#define FMT_INT64 "ld"
#define FMT_PTHREAD "lu"
/* build version macros */
#define PM_VERSION(a,b,c) (((a)<<16)|((b)<<8)|(c))
#define PM_VERSION_CURRENT 199176
#endif /* PCP_PLATFORM_DEFS_H */
|