summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorH.Merijn Brand <perl5@tux.freedom.nl>2023-04-30 10:55:57 +0200
committerH.Merijn Brand <perl5@tux.freedom.nl>2023-04-30 11:29:23 +0200
commitd45c0d11c1c4f0389f94233f01562341113ed498 (patch)
treea7a55d34feae042a5f1662fbb6c6da665963652e /win32
parent56713ab45217704e3741b391feb10b4ab37c188b (diff)
downloadperl-d45c0d11c1c4f0389f94233f01562341113ed498.tar.gz
Default i_sysyscall to undef
Diffstat (limited to 'win32')
-rw-r--r--win32/config.gc2
-rw-r--r--win32/config.vc2
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/config.gc b/win32/config.gc
index abb9561772..3de8b72e73 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -801,7 +801,7 @@ i_syssockio='undef'
i_sysstat='define'
i_sysstatfs='undef'
i_sysstatvfs='undef'
-i_syssyscall='define'
+i_syssyscall='undef'
i_systime='undef'
i_systimek='undef'
i_systimes='undef'
diff --git a/win32/config.vc b/win32/config.vc
index f32f39f592..934e78f3bd 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -800,7 +800,7 @@ i_syssockio='undef'
i_sysstat='define'
i_sysstatfs='undef'
i_sysstatvfs='undef'
-i_syssyscall='define'
+i_syssyscall='undef'
i_systime='undef'
i_systimek='undef'
i_systimes='undef'