This file is indexed.

/usr/include/obs/obsconfig.h is in libobs-dev 0.15.4+dfsg1-1+b1.

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
#pragma once

#define OBS_VERSION "0.0.1"
#define OBS_DATA_PATH "share/obs"
#define OBS_INSTALL_PREFIX "/usr/"
#define OBS_PLUGIN_DESTINATION "lib/x86_64-linux-gnu/obs-plugins"
#define OBS_RELATIVE_PREFIX "../"
#define OBS_UNIX_STRUCTURE 1
#define HAVE_DBUS 1