summaryrefslogtreecommitdiff
path: root/ext/IPC/SysV/hints
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-06 23:04:29 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-06 23:04:29 +0000
commitd2a6e61ca10408703f6a8faa72cb1843e0f9b361 (patch)
tree96dda3638f64ffde0480ccc520be7e91978612e0 /ext/IPC/SysV/hints
parent18bdacd6ec50ce381ac2bc69ff4bb5e36d019e94 (diff)
downloadperl-d2a6e61ca10408703f6a8faa72cb1843e0f9b361.tar.gz
Rename ext/Sys/Syslog to ext/Sys-Syslog and ext/IPC/SysV to ext/IPC-SysV
(the missed parts)
Diffstat (limited to 'ext/IPC/SysV/hints')
-rw-r--r--ext/IPC/SysV/hints/cygwin.pl6
-rw-r--r--ext/IPC/SysV/hints/next_3.pl1
2 files changed, 0 insertions, 7 deletions
diff --git a/ext/IPC/SysV/hints/cygwin.pl b/ext/IPC/SysV/hints/cygwin.pl
deleted file mode 100644
index 7c7299d1ac..0000000000
--- a/ext/IPC/SysV/hints/cygwin.pl
+++ /dev/null
@@ -1,6 +0,0 @@
-# SysV IPC is an optional Cygwin package
-#
-# Starting with cygwin 1.5.7, cygipc is deprecated in favor of
-# cygserver (which requires no extra libs).
-# Uncomment if for some reason you need to get this to work with cygipc.
-#$self->{LIBS} = ['-lcygipc']
diff --git a/ext/IPC/SysV/hints/next_3.pl b/ext/IPC/SysV/hints/next_3.pl
deleted file mode 100644
index 2290ac7400..0000000000
--- a/ext/IPC/SysV/hints/next_3.pl
+++ /dev/null
@@ -1 +0,0 @@
-$self->{CCFLAGS} = $Config{ccflags} . ' -D_POSIX_SOURCE' ;