summaryrefslogtreecommitdiff
path: root/Porting/config_H
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 /Porting/config_H
parent81f9da18781fda785bd4c55602364ac5ce848a10 (diff)
downloadperl-d54fbe846a9f98aaae47d79e46490ecda6819fe0.tar.gz
Rely on C89 <string.h>
This requires a corresponding change in the metaconfig units.
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H6
1 files changed, 0 insertions, 6 deletions
diff --git a/Porting/config_H b/Porting/config_H
index 8749ceeaf1..4ca543f930 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -630,12 +630,6 @@
*/
/*#define I_STDBOOL / **/
-/* 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>.