/usr/include/obs/obsconfig.h is in libobs-dev 21.0.2+dfsg1-1.
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 | #pragma once
#ifndef ON
#define ON 1
#endif
#ifndef OFF
#define OFF 0
#endif
#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 BUILD_CAPTIONS 0
#define HAVE_DBUS 1
#define HAVE_PULSEAUDIO 1
#define LIBOBS_IMAGEMAGICK_DIR_STYLE_6L 6
#define LIBOBS_IMAGEMAGICK_DIR_STYLE_7GE 7
#define LIBOBS_IMAGEMAGICK_DIR_STYLE
|