diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-02-24 11:02:43 -0500 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-25 14:58:00 +0000 |
commit | dfe9444ca7881e716e9e8feaf20b55da491363ca (patch) | |
tree | 858ae366f65093b5a6cbd3e4e257b587547759ab /ext | |
parent | eefabb09a1a549c1747d7c554d375ecb16cafff1 (diff) | |
download | perl-dfe9444ca7881e716e9e8feaf20b55da491363ca.tar.gz |
Re: ANNOUNCE: perl5.004_60 Configure patch is available
p4raw-id: //depot/perl@575
Diffstat (limited to 'ext')
-rw-r--r-- | ext/POSIX/POSIX.xs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs index d3714557ec..31439b2365 100644 --- a/ext/POSIX/POSIX.xs +++ b/ext/POSIX/POSIX.xs @@ -247,6 +247,12 @@ char *tzname[] = { "" , "" }; * support is added and NETaa14816 is considered in full. * It does not address tzname aspects of NETaa14816. */ +#ifdef HAS_GNULIBC +# ifndef STRUCT_TM_HASZONE +# define STRUCT_TM_HAS_ZONE +# endif +#endif + #ifdef STRUCT_TM_HASZONE static void init_tm(ptm) /* see mktime, strftime and asctime */ |