libpurple/plugins/perl/perl.c

branch
release-2.x.y
changeset 35981
e8c02ea0800b
parent 28642
b23df5d1387e
child 35989
2b5a26ddbb69
equal deleted inserted replaced
35980:b44c08754471 35981:e8c02ea0800b
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