diff options
Diffstat (limited to 'contrib/perl5/ext/POSIX/hints/linux.pl')
-rw-r--r-- | contrib/perl5/ext/POSIX/hints/linux.pl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/perl5/ext/POSIX/hints/linux.pl b/contrib/perl5/ext/POSIX/hints/linux.pl deleted file mode 100644 index f1d1981..0000000 --- a/contrib/perl5/ext/POSIX/hints/linux.pl +++ /dev/null @@ -1,5 +0,0 @@ -# libc6, aka glibc2, seems to need STRUCT_TM_HASZONE defined. -# Thanks to Bart Schuller <schuller@Lunatech.com> -# See Message-ID: <19971009002636.50729@tanglefoot> -# XXX A Configure test is needed. -$self->{CCFLAGS} = $Config{ccflags} . ' -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST' ; |