diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-07-15 20:46:37 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-07-15 20:46:37 +0000 |
commit | d44e0d5ab2e8f460af0cf566f8f36a0cb9b9dcda (patch) | |
tree | 9e82553b81cc1e35a200b03ca9b3842e7e0b07fc /hints/sunos_4_0.sh | |
parent | f06570ecd736f8f16c70df9f2d0383e8cbc6c8a2 (diff) | |
download | perl-d44e0d5ab2e8f460af0cf566f8f36a0cb9b9dcda.tar.gz |
Don't include <unistd.h>
Diffstat (limited to 'hints/sunos_4_0.sh')
-rw-r--r-- | hints/sunos_4_0.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/sunos_4_0.sh b/hints/sunos_4_0.sh index 99fce3f44b..56a87bf5be 100644 --- a/hints/sunos_4_0.sh +++ b/hints/sunos_4_0.sh @@ -1 +1,2 @@ ccflags="$ccflags -DFPUTS_BOTCH" +i_unistd=$undef |