/usr/include/pbcopper/Config.h is in libpbcopper-dev 0.0.1+20161202-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 13 14 15 16 17 18 19 20 21 22 | #ifndef PBCOPPER_CONFIG_H
#define PBCOPPER_CONFIG_H
#include <cstddef>
#include <cstdint>
#define UNUSED(x) (void)x
namespace PacBio {
///// \internal
//enum class Initialization
//{
// Uninitialized
//};
///// \internal
//static constexpr Initialization Uninitialized = Initialization::Uninitialized;
} // namespace PacBio
#endif // PBCOPPER_CONFIG_H
|