summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/POSIX/hints
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/ext/POSIX/hints')
-rw-r--r--contrib/perl5/ext/POSIX/hints/bsdos.pl3
-rw-r--r--contrib/perl5/ext/POSIX/hints/dynixptx.pl4
-rw-r--r--contrib/perl5/ext/POSIX/hints/freebsd.pl3
-rw-r--r--contrib/perl5/ext/POSIX/hints/linux.pl5
-rw-r--r--contrib/perl5/ext/POSIX/hints/mint.pl2
-rw-r--r--contrib/perl5/ext/POSIX/hints/netbsd.pl3
-rw-r--r--contrib/perl5/ext/POSIX/hints/next_3.pl5
-rw-r--r--contrib/perl5/ext/POSIX/hints/openbsd.pl3
-rw-r--r--contrib/perl5/ext/POSIX/hints/sunos_4.pl10
-rw-r--r--contrib/perl5/ext/POSIX/hints/svr4.pl12
10 files changed, 0 insertions, 50 deletions
diff --git a/contrib/perl5/ext/POSIX/hints/bsdos.pl b/contrib/perl5/ext/POSIX/hints/bsdos.pl
deleted file mode 100644
index 62732ac..0000000
--- a/contrib/perl5/ext/POSIX/hints/bsdos.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' ;
diff --git a/contrib/perl5/ext/POSIX/hints/dynixptx.pl b/contrib/perl5/ext/POSIX/hints/dynixptx.pl
deleted file mode 100644
index 9b63684..0000000
--- a/contrib/perl5/ext/POSIX/hints/dynixptx.pl
+++ /dev/null
@@ -1,4 +0,0 @@
-# Need to add an extra '-lc' to the end to work around a DYNIX/ptx bug
-# PR#227670 - linker error on fpgetround()
-
-$self->{LIBS} = ['-ldb -lm -lc'];
diff --git a/contrib/perl5/ext/POSIX/hints/freebsd.pl b/contrib/perl5/ext/POSIX/hints/freebsd.pl
deleted file mode 100644
index 62732ac..0000000
--- a/contrib/perl5/ext/POSIX/hints/freebsd.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' ;
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' ;
diff --git a/contrib/perl5/ext/POSIX/hints/mint.pl b/contrib/perl5/ext/POSIX/hints/mint.pl
deleted file mode 100644
index b975cbb..0000000
--- a/contrib/perl5/ext/POSIX/hints/mint.pl
+++ /dev/null
@@ -1,2 +0,0 @@
-$self->{CCFLAGS} = $Config{ccflags} . ' -DNO_LOCALECONV_GROUPING -DNO_LOCALECONV_MON_GROUPING';
-
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' ;
diff --git a/contrib/perl5/ext/POSIX/hints/next_3.pl b/contrib/perl5/ext/POSIX/hints/next_3.pl
deleted file mode 100644
index d907783..0000000
--- a/contrib/perl5/ext/POSIX/hints/next_3.pl
+++ /dev/null
@@ -1,5 +0,0 @@
-# NeXT *does* have setpgid when we use the -posix flag, but
-# doesn't when we don't. The main perl sources are compiled
-# without -posix, so the hints/next_3.sh hint file tells Configure
-# that d_setpgid=undef.
-$self->{CCFLAGS} = $Config{ccflags} . ' -posix -DHAS_SETPGID' ;
diff --git a/contrib/perl5/ext/POSIX/hints/openbsd.pl b/contrib/perl5/ext/POSIX/hints/openbsd.pl
deleted file mode 100644
index 62732ac..0000000
--- a/contrib/perl5/ext/POSIX/hints/openbsd.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' ;
diff --git a/contrib/perl5/ext/POSIX/hints/sunos_4.pl b/contrib/perl5/ext/POSIX/hints/sunos_4.pl
deleted file mode 100644
index 32b3558..0000000
--- a/contrib/perl5/ext/POSIX/hints/sunos_4.pl
+++ /dev/null
@@ -1,10 +0,0 @@
-# SunOS 4.1.3 has two extra fields in struct tm. This works around
-# the problem. Other BSD platforms may have similar problems.
-# This state of affairs also persists in glibc2, found
-# on linux systems running libc6.
-# XXX A Configure test is needed.
-
-# Although <unistd.h> is inappropriate in general for SunOS, we need it
-# in POSIX.xs to get the correct prototype for ttyname().
-
-$self->{CCFLAGS} = $Config{ccflags} . ' -DSTRUCT_TM_HASZONE -DI_UNISTD' ;
diff --git a/contrib/perl5/ext/POSIX/hints/svr4.pl b/contrib/perl5/ext/POSIX/hints/svr4.pl
deleted file mode 100644
index 07f2cb0..0000000
--- a/contrib/perl5/ext/POSIX/hints/svr4.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-# NCR MP-RAS. Thanks to Doug Hendricks for this info.
-# Configure sets osname=svr4.0, osvers=3.0, archname='3441-svr4.0'
-# This system needs to explicitly link against -lmw to pull in some
-# symbols such as _mwoflocheckl and possibly others.
-# A. Dougherty Thu Dec 7 11:55:28 EST 2000
-if ($Config{'archname'} =~ /3441-svr4/) {
- $self->{LIBS} = ['-lm -posix -lcposix -lmw'];
-}
-# Not sure what OS this one is.
-elsif ($Config{archname} =~ /RM\d\d\d-svr4/) {
- $self->{LIBS} = ['-lm -lc -lposix -lcposix'];
-}
OpenPOWER on IntegriCloud