From f7f6667c68ada94a72b518330527b19c3c8a1467 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 13 Jan 2012 17:03:53 +0100 Subject: DJGPP seems to be special biologist word. [Do not merge to blead] --- djgpp/djgpp.h | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 djgpp/djgpp.h (limited to 'djgpp/djgpp.h') diff --git a/djgpp/djgpp.h b/djgpp/djgpp.h deleted file mode 100644 index bb792e204e..0000000000 --- a/djgpp/djgpp.h +++ /dev/null @@ -1,55 +0,0 @@ -#ifndef PERL_DJGPP_DJGPP_H -#define PERL_DJGPP_DJGPP_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include "EXTERN.h" -#include "perl.h" -#include "XSUB.h" - -FILE * -djgpp_popen (const char *cm, const char *md); - -int -djgpp_pclose (FILE *pp); - -int -do_aspawn (pTHX_ SV *really,SV **mark,SV **sp); - -int -do_spawn2 (pTHX_ char *cmd,int execf); - -int -do_spawn (pTHX_ char *cmd); - -bool -Perl_do_exec (pTHX_ const char *cmd); - -void -Perl_init_os_extras(pTHX); - -char -*djgpp_pathexp (const char *p); - -void -Perl_DJGPP_init (int *argcp,char ***argvp); - -int -djgpp_fflush (FILE *fp); - -/* DJGPP utility functions without prototypes? */ - -int _is_unixy_shell(char *s); - -#endif -- cgit v1.2.1