X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dbus.c;h=a2c9b086b4a4b4dceacacf424b9f804398597a4a;hb=refs%2Ftags%2F5.99.2;hp=a1e15fd35d4cd02e08c4cd0b070805f2898a9c3b;hpb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-dbus.c b/src/afb-api-dbus.c index a1e15fd3..a2c9b086 100644 --- a/src/afb-api-dbus.c +++ b/src/afb-api-dbus.c @@ -15,8 +15,9 @@ * limitations under the License. */ +#if defined(WITH_DBUS_TRANSPARENCY) + #define _GNU_SOURCE -#define NO_PLUGIN_VERBOSE_MACRO #include #include @@ -1013,4 +1014,5 @@ error: return -1; } +#endif