/usr/include/unicap/unicap_version.h is in libunicap2-dev 0.9.12-2.
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 | #ifndef __UNICAP_VERSION_H__
#define __UNICAP_VERSION_H__
#define UNICAP_MAJOR_VERSION 0
#define UNICAP_MINOR_VERSION 9
#define UNICAP_MICRO_VERSION 12
extern const unsigned int unicap_major_version;
extern const unsigned int unicap_minor_version;
extern const unsigned int unicap_micro_version;
#endif//__UNICAP_VERSION_H__
|