libpurple/plugins/perl/common/module.h

changeset 35515
c220c49cf866
parent 35026
fde23518e1e5
child 35807
cd465379cfee
child 37109
94d1a2589d5a
--- 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 <EXTERN.h>
 #include <perl.h>
 #include <XSUB.h>

mercurial