diff -r 5c61e87ce68d -r c220c49cf866 libpurple/plugins/perl/common/module.h --- a/libpurple/plugins/perl/common/module.h Mon Feb 10 14:06:11 2014 +0100 +++ b/libpurple/plugins/perl/common/module.h Mon Feb 10 15:26:50 2014 +0100 @@ -1,6 +1,8 @@ /* Allow the Perl code to see deprecated functions, so we can continue to * export them to Perl plugins. */ -#undef PURPLE_DISABLE_DEPRECATED +/* Re-enable this after 3.0.0 release. + #undef PURPLE_DISABLE_DEPRECATED + */ typedef struct group *Purple__Group; @@ -11,6 +13,10 @@ #undef pipe #undef STRINGIFY #endif + +#define SILENT_NO_TAINT_SUPPORT 0 +#define NO_TAINT_SUPPORT 0 + #include #include #include