forked from PsychoticNinja/irssi
signaling system to work without them, it should now work faster and better. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1053 dbcabf3a-b0e7-0310-adc4-f8d773084564
18 lines
278 B
C
18 lines
278 B
C
#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"
|