chiark / gitweb /
REORG Delete everything that's not innduct or build system or changed for innduct
[innduct.git] / include / innperl.h
diff --git a/include/innperl.h b/include/innperl.h
deleted file mode 100644 (file)
index 84ff112..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/*  $Id: innperl.h 5302 2002-03-12 20:10:46Z rra $
-**
-**  Declarations for embedded Perl.
-*/
-
-#ifndef INNPERL_H
-#define INNPERL_H 1
-
-/* Skip this entire file if DO_PERL (./configure --with-perl) isn't set. */
-#if DO_PERL
-
-#include "config.h"
-
-BEGIN_DECLS
-
-extern bool PerlFilterActive;
-
-extern bool PerlFilter(bool value);
-extern void PerlClose(void);
-extern void PERLsetup(char *startupfile, char *filterfile,
-                      const char *function);
-extern int  PERLreadfilter(char *filterfile, const char *function);
-
-END_DECLS
-
-#endif /* DO_PERL */
-#endif /* !INNPERL_H */