diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-02-05 08:55:23 -0500 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-06 17:24:57 +0000 |
commit | 84ef74c402afedb118ae96e8e20646cc0ffe6ff8 (patch) | |
tree | 33e66a1168fe2b67fb6674a31e62226d8694db29 /hints/sunos_4_1.sh | |
parent | 5e212cb5841accd06262f40bb6be04cdf60c87d6 (diff) | |
download | perl-84ef74c402afedb118ae96e8e20646cc0ffe6ff8.tar.gz |
Re: posix::strftime (core dumped)
p4raw-id: //depot/perl@481
Diffstat (limited to 'hints/sunos_4_1.sh')
-rw-r--r-- | hints/sunos_4_1.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hints/sunos_4_1.sh b/hints/sunos_4_1.sh index 07cd89fc7b..9f342d100b 100644 --- a/hints/sunos_4_1.sh +++ b/hints/sunos_4_1.sh @@ -37,10 +37,6 @@ d_tzname and i_unistd. Keep the recommended values. See hints/sunos_4_1.sh for more information. EOM -# SunOS 4.1.3 has two extra fields in struct tm. This works around -# the problem. Other BSD platforms may have similar problems. -POSIX_cflags='ccflags="$ccflags -DSTRUCT_TM_HASZONE"' - # The correct setting of groupstype depends on which version of the C # library is used. If you are in the 'System V environment' # (i.e. you have /usr/5bin ahead of /usr/bin in your PATH), and |