summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2015-12-29 22:58:51 -0500
committerAndy Dougherty <doughera@lafayette.edu>2016-01-04 11:10:34 -0500
commit8b8c6ab7a0f348f87b1d3cb71ad386b19d348719 (patch)
tree6e3d11ab2dea4903acb825d7366eadec7951c117 /win32
parent36b1c8929241ab83b3003de806e94e66990e4c6d (diff)
downloadperl-8b8c6ab7a0f348f87b1d3cb71ad386b19d348719.tar.gz
Add Configure support for fdclose() for [perl #126847].
This patch also adjusts the generated files suggested by Porting/checkcfgvar.pl.
Diffstat (limited to 'win32')
-rw-r--r--win32/config.ce1
-rw-r--r--win32/config.gc1
-rw-r--r--win32/config.vc1
3 files changed, 3 insertions, 0 deletions
diff --git a/win32/config.ce b/win32/config.ce
index 3c10d778d7..2c978a5509 100644
--- a/win32/config.ce
+++ b/win32/config.ce
@@ -185,6 +185,7 @@ d_fcntl='undef'
d_fcntl_can_lock='undef'
d_fd_macros='define'
d_fd_set='define'
+d_fdclose='undef'
d_fdim='undef'
d_fds_bits='define'
d_fegetround='undef'
diff --git a/win32/config.gc b/win32/config.gc
index e0eb2382b6..7b37e54224 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -186,6 +186,7 @@ d_fcntl='undef'
d_fcntl_can_lock='undef'
d_fd_macros='define'
d_fd_set='define'
+d_fdclose='undef'
d_fdim='undef'
d_fds_bits='define'
d_fegetround='undef'
diff --git a/win32/config.vc b/win32/config.vc
index b4efd32b1b..8bf7fbadc2 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -186,6 +186,7 @@ d_fcntl='undef'
d_fcntl_can_lock='undef'
d_fd_macros='define'
d_fd_set='define'
+d_fdclose='undef'
d_fdim='undef'
d_fds_bits='define'
d_fegetround='undef'