summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-14 16:26:48 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:59:24 +0100
commitd54fbe846a9f98aaae47d79e46490ecda6819fe0 (patch)
tree50061fc453d0d8c250cf67c475c377db7fc36b3c /plan9
parent81f9da18781fda785bd4c55602364ac5ce848a10 (diff)
downloadperl-d54fbe846a9f98aaae47d79e46490ecda6819fe0.tar.gz
Rely on C89 <string.h>
This requires a corresponding change in the metaconfig units.
Diffstat (limited to 'plan9')
-rw-r--r--plan9/config.plan96
-rw-r--r--plan9/config_h.sample6
-rw-r--r--plan9/config_sh.sample1
3 files changed, 0 insertions, 13 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9
index 101ad92165..b1c566d082 100644
--- a/plan9/config.plan9
+++ b/plan9/config.plan9
@@ -676,12 +676,6 @@
*/
#define I_NETINET_IN /* config-skip */
-/* I_STRING:
- * This symbol, if defined, indicates to the C program that it should
- * include <string.h> (USG systems) instead of <strings.h> (BSD systems).
- */
-#define I_STRING /**/
-
/* I_SYS_DIR:
* This symbol, if defined, indicates to the C program that it should
* include <sys/dir.h>.
diff --git a/plan9/config_h.sample b/plan9/config_h.sample
index 2a31593eb0..d888d07f43 100644
--- a/plan9/config_h.sample
+++ b/plan9/config_h.sample
@@ -634,12 +634,6 @@
*/
#define I_NETINET_IN /**/
-/* I_STRING:
- * This symbol, if defined, indicates to the C program that it should
- * include <string.h> (USG systems) instead of <strings.h> (BSD systems).
- */
-#define I_STRING /**/
-
/* I_SYS_DIR:
* This symbol, if defined, indicates to the C program that it should
* include <sys/dir.h>.
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index 26d86663eb..22404da453 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -761,7 +761,6 @@ i_socks='undef'
i_stdbool='undef'
i_stdint='undef'
i_stdlib='define'
-i_string='define'
i_sunmath='undef'
i_sysaccess='undef'
i_sysdir='undef'