Created SILC Runtime Toolkit git repository Part I.
[runtime.git] / apps / irssi / src / perl / module.h
diff --git a/apps/irssi/src/perl/module.h b/apps/irssi/src/perl/module.h
deleted file mode 100644 (file)
index e12482a..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifdef NEED_PERL_H
-#  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
-
-extern PerlInterpreter *my_perl; /* must be called my_perl or some perl implementations won't work */
-#endif
-
-#include "common.h"
-
-#define MODULE_NAME "perl/core"
-
-/* Change this every time when some API changes between irssi's perl module
-   (or irssi itself) and irssi's perl libraries. */
-#define IRSSI_PERL_API_VERSION 20011214