summaryrefslogtreecommitdiff
path: root/pidgin/plugins/perl/common/gtkmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'pidgin/plugins/perl/common/gtkmodule.h')
-rw-r--r--pidgin/plugins/perl/common/gtkmodule.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pidgin/plugins/perl/common/gtkmodule.h b/pidgin/plugins/perl/common/gtkmodule.h
index 5b566babae..7151f077fb 100644
--- a/pidgin/plugins/perl/common/gtkmodule.h
+++ b/pidgin/plugins/perl/common/gtkmodule.h
@@ -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