2016-02-23 23:16:51 +00:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2017-04-19 19:54:15 +00:00
|
|
|
#ifndef ON
|
|
|
|
#define ON 1
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef OFF
|
|
|
|
#define OFF 0
|
|
|
|
#endif
|
|
|
|
|
2016-02-23 23:16:51 +00:00
|
|
|
#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@
|
2017-04-19 19:54:15 +00:00
|
|
|
#define BUILD_CAPTIONS @BUILD_CAPTIONS@
|
2016-02-23 23:16:51 +00:00
|
|
|
#define HAVE_DBUS @HAVE_DBUS@
|