/usr/include/spf2/spf_lib_version.h is in libspf2-dev 1.2.10-7build2.
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 | /**
* @file
* @brief Autogenerated configuration information - do not edit.
*/
#ifndef INC_SPF_VERSION
#define INC_SPF_VERSION
#define SPF_LIB_VERSION_MAJOR 1
#define SPF_LIB_VERSION_MINOR 2
#define SPF_LIB_VERSION_PATCH 10
#endif
|