summaryrefslogtreecommitdiff
path: root/ipenv.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipenv.h')
-rw-r--r--ipenv.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/ipenv.h b/ipenv.h
deleted file mode 100644
index 30acffbeb8..0000000000
--- a/ipenv.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-
- ipenv.h
- Interface for perl environment functions
-
-*/
-
-#ifndef __Inc__IPerlEnv___
-#define __Inc__IPerlEnv___
-
-class IPerlEnv
-{
-public:
- virtual char* Getenv(const char *varname, int &err) = 0;
- virtual int Putenv(const char *envstring, int &err) = 0;
- virtual char* LibPath(char *patchlevel) =0;
- virtual char* SiteLibPath(char *patchlevel) =0;
-};
-
-#endif /* __Inc__IPerlEnv___ */
-