source: vendor/perl/5.8.8/djgpp/djgpp.h@ 3397

Last change on this file since 3397 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 864 bytes
RevLine 
[3181]1#ifndef PERL_DJGPP_DJGPP_H
2#define PERL_DJGPP_DJGPP_H
3
4#include <libc/stubs.h>
5#include <io.h>
6#include <errno.h>
7#include <stdio.h>
8#include <stdlib.h>
9#include <string.h>
10#include <unistd.h>
11#include <libc/file.h>
12#include <process.h>
13#include <fcntl.h>