libpurple/plugins/perl/common/module.h

branch
soc.2013.gobjectification.plugins
changeset 37109
94d1a2589d5a
parent 36906
729bdf55b919
parent 35515
c220c49cf866
child 37134
07746c9a04bf
--- a/libpurple/plugins/perl/common/module.h	Mon Feb 10 16:22:00 2014 +0530
+++ b/libpurple/plugins/perl/common/module.h	Tue Feb 11 23:47:33 2014 +0530
@@ -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