diff options
author | markm <markm@FreeBSD.org> | 1998-09-09 07:00:04 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-09-09 07:00:04 +0000 |
commit | 2c552b4f878c73a4ed8ecfe7c9c836606e761a78 (patch) | |
tree | 699edc576921c396db19a31629d05f3a8e59db14 /contrib/perl5/ext/POSIX/hints/openbsd.pl | |
parent | cb3aa05291e093a15360cf28552c024d2402620d (diff) | |
parent | 4fcbc3669aa997848e15198cc9fb856287a6788c (diff) | |
download | FreeBSD-src-2c552b4f878c73a4ed8ecfe7c9c836606e761a78.zip FreeBSD-src-2c552b4f878c73a4ed8ecfe7c9c836606e761a78.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r38980,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/perl5/ext/POSIX/hints/openbsd.pl')
-rw-r--r-- | contrib/perl5/ext/POSIX/hints/openbsd.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/perl5/ext/POSIX/hints/openbsd.pl b/contrib/perl5/ext/POSIX/hints/openbsd.pl new file mode 100644 index 0000000..62732ac --- /dev/null +++ b/contrib/perl5/ext/POSIX/hints/openbsd.pl @@ -0,0 +1,3 @@ +# 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' ; |