diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-14 16:26:48 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:59:24 +0100 |
commit | d54fbe846a9f98aaae47d79e46490ecda6819fe0 (patch) | |
tree | 50061fc453d0d8c250cf67c475c377db7fc36b3c /win32 | |
parent | 81f9da18781fda785bd4c55602364ac5ce848a10 (diff) | |
download | perl-d54fbe846a9f98aaae47d79e46490ecda6819fe0.tar.gz |
Rely on C89 <string.h>
This requires a corresponding change in the metaconfig units.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.ce | 1 | ||||
-rw-r--r-- | win32/config.gc | 1 | ||||
-rw-r--r-- | win32/config.vc | 1 | ||||
-rw-r--r-- | win32/config_H.ce | 6 | ||||
-rw-r--r-- | win32/config_H.gc | 6 | ||||
-rw-r--r-- | win32/config_H.vc | 6 |
6 files changed, 0 insertions, 21 deletions
diff --git a/win32/config.ce b/win32/config.ce index 734969185d..1ec2affa96 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -745,7 +745,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' diff --git a/win32/config.gc b/win32/config.gc index 5baf5fe8a4..4ad5b9c1b4 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -759,7 +759,6 @@ i_socks='undef' i_stdbool='define' i_stdint='undef' i_stdlib='define' -i_string='define' i_sunmath='undef' i_sysaccess='undef' i_sysdir='undef' diff --git a/win32/config.vc b/win32/config.vc index ef7f652ce9..f7fb2c1a0c 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -756,7 +756,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' diff --git a/win32/config_H.ce b/win32/config_H.ce index f4a1e12871..761523b55d 100644 --- a/win32/config_H.ce +++ b/win32/config_H.ce @@ -616,12 +616,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/win32/config_H.gc b/win32/config_H.gc index 9bd3db7437..d22745171a 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -632,12 +632,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/win32/config_H.vc b/win32/config_H.vc index f4bb807cdb..606dd8cf3a 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -632,12 +632,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>. |