19 lines
435 B
C
19 lines
435 B
C
|
|
#pragma once
|
|
|
|
#ifndef ON
|
|
#define ON 1
|
|
#endif
|
|
|
|
#ifndef OFF
|
|
#define OFF 0
|
|
#endif
|
|
|
|
#define OBS_VERSION "@OBS_VERSION@"
|
|
#define OBS_DATA_PATH "@OBS_DATA_PATH@"
|
|
#define OBS_INSTALL_PREFIX "@OBS_INSTALL_PREFIX@"
|
|
#define OBS_PLUGIN_DESTINATION "@OBS_PLUGIN_DESTINATION@"
|
|
#define OBS_RELATIVE_PREFIX "@OBS_RELATIVE_PREFIX@"
|
|
#define OBS_UNIX_STRUCTURE @OBS_UNIX_STRUCTURE@
|
|
#define BUILD_CAPTIONS @BUILD_CAPTIONS@
|
|
#define HAVE_DBUS @HAVE_DBUS@
|