diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 15:54:04 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 15:54:04 +0000 |
commit | 5916873434de2a57e45ed572c33dafbf7db11798 (patch) | |
tree | 8da787182ae843967c47e779685b499b0074d253 /pp_sys.c | |
parent | 5f9b4baf8833a19431dd8bbccd909cd53c01e255 (diff) | |
download | perl-5916873434de2a57e45ed572c33dafbf7db11798.tar.gz |
some rearrangement of the includes for easier "microperl" build;
add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk>
p4raw-id: //depot/perl@5143
Diffstat (limited to 'pp_sys.c')
-rw-r--r-- | pp_sys.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -112,12 +112,6 @@ extern int h_errno; # include <utime.h> # endif #endif -#ifdef I_FCNTL -#include <fcntl.h> -#endif -#ifdef I_SYS_FILE -#include <sys/file.h> -#endif /* Put this after #includes because fork and vfork prototypes may conflict. */ #ifndef HAS_VFORK |