diff options
Diffstat (limited to 'contrib/perl5/ext/POSIX/hints/netbsd.pl')
-rw-r--r-- | contrib/perl5/ext/POSIX/hints/netbsd.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/perl5/ext/POSIX/hints/netbsd.pl b/contrib/perl5/ext/POSIX/hints/netbsd.pl deleted file mode 100644 index 62732ac..0000000 --- a/contrib/perl5/ext/POSIX/hints/netbsd.pl +++ /dev/null @@ -1,3 +0,0 @@ -# BSD platforms have extra fields in struct tm that need to be initialized. -# XXX A Configure test is needed. -$self->{CCFLAGS} = $Config{ccflags} . ' -DSTRUCT_TM_HASZONE' ; |