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 /NetWare | |
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 'NetWare')
-rw-r--r-- | NetWare/config.wc | 1 | ||||
-rw-r--r-- | NetWare/config_H.wc | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc index 660dd9c564..56553addfc 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -749,7 +749,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/NetWare/config_H.wc b/NetWare/config_H.wc index a369f6e854..164de99461 100644 --- a/NetWare/config_H.wc +++ b/NetWare/config_H.wc @@ -672,12 +672,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>. |