diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2018-03-27 09:17:48 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2018-03-27 09:17:48 +0200 |
commit | 0cc3cc274e71bf1211f53331f706d17b75acdd54 (patch) | |
tree | 2404a788464cbf737da51a67853c769fe479fbc7 /win32 | |
parent | 7dddaf741cbebb8977f5eb34ceecdca24c0cb444 (diff) | |
download | perl-0cc3cc274e71bf1211f53331f706d17b75acdd54.tar.gz |
d_strchr is C89 and has been removed from Configure
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 |
3 files changed, 0 insertions, 3 deletions
diff --git a/win32/config.ce b/win32/config.ce index 2f2d70a567..b9e058ceb4 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -548,7 +548,6 @@ d_stdio_ptr_lval_sets_cnt='undef' d_stdio_stream_array='undef' d_stdiobase='undef' d_stdstdio='undef' -d_strchr='define' d_strcoll='define' d_strerror_l='undef' d_strerror_r='undef' diff --git a/win32/config.gc b/win32/config.gc index 46a6a7d70e..ee640a10f8 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -548,7 +548,6 @@ d_stdio_ptr_lval_sets_cnt='undef' d_stdio_stream_array='undef' d_stdiobase='define' d_stdstdio='define' -d_strchr='define' d_strcoll='define' d_strerror_l='undef' d_strerror_r='undef' diff --git a/win32/config.vc b/win32/config.vc index a7cea270ce..c1fc92d3ea 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -548,7 +548,6 @@ d_stdio_ptr_lval_sets_cnt='undef' d_stdio_stream_array='undef' d_stdiobase='define' d_stdstdio='define' -d_strchr='define' d_strcoll='define' d_strerror_l='undef' d_strerror_r='undef' |