diff -r c90b00f17f7e -r 5dbd0617a27d pidgin/plugins/perl/common/gtkmodule.h --- a/pidgin/plugins/perl/common/gtkmodule.h Thu Oct 30 21:16:17 2008 +0000 +++ b/pidgin/plugins/perl/common/gtkmodule.h Thu Oct 30 22:40:49 2008 +0000 @@ -1,3 +1,7 @@ +/* Allow the Perl code to see deprecated functions, so we can continue to + * export them to Perl plugins. */ +#undef PIDGIN_DISABLE_DEPRECATED + typedef struct group *Pidgin__Group; #define group perl_group