summaryrefslogtreecommitdiff
path: root/config_h.SH
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 /config_h.SH
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 'config_h.SH')
-rwxr-xr-xconfig_h.SH12
1 files changed, 0 insertions, 12 deletions
diff --git a/config_h.SH b/config_h.SH
index 4cb16845f5..c56867be6a 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -738,12 +738,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$i_niin I_NETINET_IN /**/
-/* I_SFIO:
- * This symbol, if defined, indicates to the C program that it should
- * include <sfio.h>.
- */
-#$i_sfio I_SFIO /**/
-
/* I_STDDEF:
* This symbol, if defined, indicates that <stddef.h> exists and should
* be included.
@@ -3927,12 +3921,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_setproctitle HAS_SETPROCTITLE /**/
-/* USE_SFIO:
- * This symbol, if defined, indicates that sfio should
- * be used.
- */
-#$d_sfio 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.