summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-12-10 19:32:59 +0100
committerNicholas Clark <nick@ccl4.org>2013-12-27 13:25:31 +0100
commit0b39d4dc4ab8382898c5a64491df5ec27b73c197 (patch)
treee576af81ece0c5bfb150e9e23d62d5df1026ac14 /win32
parent97cb92d6c0700e9454bd4ae6d4ab867918bf7861 (diff)
downloadperl-0b39d4dc4ab8382898c5a64491df5ec27b73c197.tar.gz
Purge sfio support from configure.com, Configure and related files.
Most of these are actually generated, so the maintenance complexity reduction is not as impressive as the diffstat suggests. (Incorporating a fix from Merijn)
Diffstat (limited to 'win32')
-rw-r--r--win32/config.ce3
-rw-r--r--win32/config.gc3
-rw-r--r--win32/config.vc3
-rw-r--r--win32/config_H.ce12
-rw-r--r--win32/config_H.gc12
-rw-r--r--win32/config_H.vc12
6 files changed, 0 insertions, 45 deletions
diff --git a/win32/config.ce b/win32/config.ce
index c20e1bf36a..5e329b1b68 100644
--- a/win32/config.ce
+++ b/win32/config.ce
@@ -427,7 +427,6 @@ d_setservent_r='undef'
d_setsid='undef'
d_setspent='undef'
d_setvbuf='undef'
-d_sfio='undef'
d_shm='undef'
d_shmat='undef'
d_shmatprototype='undef'
@@ -654,7 +653,6 @@ i_prot='undef'
i_pthread='undef'
i_pwd='undef'
i_rpcsvcdbm='undef'
-i_sfio='undef'
i_sgtty='undef'
i_shadow='undef'
i_socks='undef'
@@ -996,7 +994,6 @@ useperlio='~USE_PERLIO~'
useposix='true'
usereentrant='undef'
userelocatableinc='undef'
-usesfio='false'
useshrplib='true'
usesitecustomize='undef'
usesocks='undef'
diff --git a/win32/config.gc b/win32/config.gc
index e426c9b809..23ef3e3b26 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -427,7 +427,6 @@ d_setsent='undef'
d_setservent_r='undef'
d_setsid='undef'
d_setvbuf='define'
-d_sfio='undef'
d_shm='undef'
d_shmat='undef'
d_shmatprototype='undef'
@@ -666,7 +665,6 @@ i_prot='undef'
i_pthread='undef'
i_pwd='undef'
i_rpcsvcdbm='undef'
-i_sfio='undef'
i_sgtty='undef'
i_shadow='undef'
i_socks='undef'
@@ -1040,7 +1038,6 @@ useperlio='undef'
useposix='true'
usereentrant='undef'
userelocatableinc='undef'
-usesfio='false'
useshrplib='true'
usesitecustomize='undef'
usesocks='undef'
diff --git a/win32/config.vc b/win32/config.vc
index 8f2803f72e..a15b9267d3 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -427,7 +427,6 @@ d_setsent='undef'
d_setservent_r='undef'
d_setsid='undef'
d_setvbuf='define'
-d_sfio='undef'
d_shm='undef'
d_shmat='undef'
d_shmatprototype='undef'
@@ -665,7 +664,6 @@ i_prot='undef'
i_pthread='undef'
i_pwd='undef'
i_rpcsvcdbm='undef'
-i_sfio='undef'
i_sgtty='undef'
i_shadow='undef'
i_socks='undef'
@@ -1039,7 +1037,6 @@ useperlio='undef'
useposix='true'
usereentrant='undef'
userelocatableinc='undef'
-usesfio='false'
useshrplib='true'
usesitecustomize='undef'
usesocks='undef'
diff --git a/win32/config_H.ce b/win32/config_H.ce
index f6be13aec4..e7adb973d0 100644
--- a/win32/config_H.ce
+++ b/win32/config_H.ce
@@ -728,12 +728,6 @@
*/
/*#define I_NETINET_IN /**/
-/* I_SFIO:
- * This symbol, if defined, indicates to the C program that it should
- * include <sfio.h>.
- */
-/*#define I_SFIO /**/
-
/* I_STDDEF:
* This symbol, if defined, indicates that <stddef.h> exists and should
* be included.
@@ -2267,12 +2261,6 @@
*/
/*#define HAS_SETVBUF /**/
-/* USE_SFIO:
- * This symbol, if defined, indicates that sfio should
- * be used.
- */
-/*#define USE_SFIO /**/
-
/* HAS_SHM:
* This symbol, if defined, indicates that the entire shm*(2) library is
* supported.
diff --git a/win32/config_H.gc b/win32/config_H.gc
index 2b15a18a42..0db52063ce 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -703,12 +703,6 @@
*/
/*#define I_NETINET_IN / **/
-/* I_SFIO:
- * This symbol, if defined, indicates to the C program that it should
- * include <sfio.h>.
- */
-/*#define I_SFIO / **/
-
/* I_STDDEF:
* This symbol, if defined, indicates that <stddef.h> exists and should
* be included.
@@ -3898,12 +3892,6 @@
*/
/*#define HAS_SETPROCTITLE / **/
-/* USE_SFIO:
- * This symbol, if defined, indicates that sfio should
- * be used.
- */
-/*#define USE_SFIO / **/
-
/* HAS_SIGNBIT:
* This symbol, if defined, indicates that the signbit routine is
* available to check if the given number has the sign bit set.
diff --git a/win32/config_H.vc b/win32/config_H.vc
index f980639ef2..f55a6d246d 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -703,12 +703,6 @@
*/
/*#define I_NETINET_IN / **/
-/* I_SFIO:
- * This symbol, if defined, indicates to the C program that it should
- * include <sfio.h>.
- */
-/*#define I_SFIO / **/
-
/* I_STDDEF:
* This symbol, if defined, indicates that <stddef.h> exists and should
* be included.
@@ -3892,12 +3886,6 @@
*/
/*#define HAS_SETPROCTITLE / **/
-/* USE_SFIO:
- * This symbol, if defined, indicates that sfio should
- * be used.
- */
-/*#define USE_SFIO / **/
-
/* HAS_SIGNBIT:
* This symbol, if defined, indicates that the signbit routine is
* available to check if the given number has the sign bit set.