summaryrefslogtreecommitdiff
path: root/src/perl/module.h
blob: 4e1d9b2f7cea89aced6864f09ef6aec4c1e45ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <EXTERN.h>
#ifndef _SEM_SEMUN_UNDEFINED
#define HAS_UNION_SEMUN
#endif
#include <perl.h>

#undef _
#undef PACKAGE

/* For compatibility with perl 5.004 and older */
#ifndef ERRSV
#  define ERRSV GvSV(errgv)
#endif

#include "common.h"

#define MODULE_NAME "irssi-perl"