libpurple/plugins/perl/perl-common.h

branch
soc.2013.gobjectification.plugins
changeset 37109
94d1a2589d5a
parent 36858
920cf8db7c68
parent 35515
c220c49cf866
child 37144
8b63b9948107
equal deleted inserted replaced
37108:73c5fb6d78b3 37109:94d1a2589d5a
4 #include <glib.h> 4 #include <glib.h>
5 #ifdef _WIN32 5 #ifdef _WIN32
6 #undef STRINGIFY 6 #undef STRINGIFY
7 #undef pipe 7 #undef pipe
8 #endif 8 #endif
9
10 #define SILENT_NO_TAINT_SUPPORT 0
11 #define NO_TAINT_SUPPORT 0
12
9 #include <EXTERN.h> 13 #include <EXTERN.h>
10 #include <perl.h> 14 #include <perl.h>
11 #include <XSUB.h> 15 #include <XSUB.h>
12 16
13 /* XXX: perl defines it's own _ but I think it's safe to undef it */ 17 /* XXX: perl defines it's own _ but I think it's safe to undef it */

mercurial