libpurple/plugins/perl/perl.c

changeset 35515
c220c49cf866
parent 34479
7d4651f1035e
child 35989
2b5a26ddbb69
child 37109
94d1a2589d5a
equal deleted inserted replaced
35514:5c61e87ce68d 35515:c220c49cf866
46 46
47 #ifndef _SEM_SEMUN_UNDEFINED 47 #ifndef _SEM_SEMUN_UNDEFINED
48 # define HAS_UNION_SEMUN 48 # define HAS_UNION_SEMUN
49 #endif 49 #endif
50 50
51 #define SILENT_NO_TAINT_SUPPORT 0
52 #define NO_TAINT_SUPPORT 0
53
51 #include <perl.h> 54 #include <perl.h>
52 #include <XSUB.h> 55 #include <XSUB.h>
53 56
54 #ifndef _WIN32 57 #ifndef _WIN32
55 # include <sys/mman.h> 58 # include <sys/mman.h>

mercurial