diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-05-28 09:27:25 -0400 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-05-28 17:59:18 +0000 |
commit | bd89102fe7784367e3eeddc7cefae29defae903a (patch) | |
tree | 79cc385dded6a269bf4f938ac1be5a70c7e644f4 /hints/sunos_4_1.sh | |
parent | 1d26b16b4a5b44b9f5893c8b4c8ce90d163883e5 (diff) | |
download | perl-bd89102fe7784367e3eeddc7cefae29defae903a.tar.gz |
[PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
Subject: [PATCH 5.004_65] Config_65-03-04.diff: semctl probing
Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
p4raw-id: //depot/perl@1047
Diffstat (limited to 'hints/sunos_4_1.sh')
-rw-r--r-- | hints/sunos_4_1.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/hints/sunos_4_1.sh b/hints/sunos_4_1.sh index 9f342d100b..4585d793d7 100644 --- a/hints/sunos_4_1.sh +++ b/hints/sunos_4_1.sh @@ -1,5 +1,5 @@ # hints/sunos_4_1.sh -# Last modified: Thu Feb 8 11:46:05 EST 1996 +# Last modified: Wed May 27 11:00:02 EDT 1998 # Andy Dougherty <doughera@lafcol.lafayette.edu> case "$cc" in @@ -25,9 +25,7 @@ d_tzname='undef' # The gcc fix-includes script exposes those incorrect prototypes. # There may be other examples as well. Volunteers are welcome to # track them all down :-). In the meantime, we'll just skip unistd.h -# for SunOS in most of the code. The POSIX extension is built with -# unistd.h because, even though unistd.h has problems, if used with -# care, it helps create a better POSIX extension. +# for SunOS in most of the code. (However, see ext/POSIX/hints/sunos_4.pl.) i_unistd='undef' cat << 'EOM' >&4 |