summaryrefslogtreecommitdiff
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
parent56713ab45217704e3741b391feb10b4ab37c188b (diff)
downloadperl-d45c0d11c1c4f0389f94233f01562341113ed498.tar.gz
Default i_sysyscall to undef
-rw-r--r--Cross/config.sh-arm-linux2
-rw-r--r--Cross/config.sh-arm-linux-n7702
-rw-r--r--plan9/config_sh.sample2
-rw-r--r--uconfig.h4
-rw-r--r--uconfig.sh2
-rw-r--r--uconfig64.sh2
-rw-r--r--win32/config.gc2
-rw-r--r--win32/config.vc2
8 files changed, 9 insertions, 9 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux
index 459055442b..46d208f0c2 100644
--- a/Cross/config.sh-arm-linux
+++ b/Cross/config.sh-arm-linux
@@ -810,7 +810,7 @@ i_syssockio='undef'
i_sysstat='define'
i_sysstatfs='define'
i_sysstatvfs='define'
-i_syssyscall='define'
+i_syssyscall='undef'
i_systime='define'
i_systimek='undef'
i_systimes='define'
diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770
index a0c41dd70f..21eb2dcb26 100644
--- a/Cross/config.sh-arm-linux-n770
+++ b/Cross/config.sh-arm-linux-n770
@@ -808,7 +808,7 @@ i_syssockio='undef'
i_sysstat='define'
i_sysstatfs='define'
i_sysstatvfs='define'
-i_syssyscall='define'
+i_syssyscall='undef'
i_systime='define'
i_systimek='undef'
i_systimes='define'
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index 0d0898da86..b6e5d9cd6d 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -804,7 +804,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='define'
diff --git a/uconfig.h b/uconfig.h
index 7013262319..b7a8e3cdf5 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -3814,7 +3814,7 @@
/* I_SYS_SYSCALL:
* This symbol, if defined, indicates that <sys/syscall.h> exists.
*/
-#define I_SYS_SYSCALL /**/
+/*#define I_SYS_SYSCALL / **/
/* I_SYSUTSNAME:
* This symbol, if defined, indicates that <sys/utsname.h> exists and
@@ -5383,5 +5383,5 @@
/* Generated from:
* 174bcf68d4780b29467af80be166e1fc8ce42f57426a7bd489282f4c7e351597 config_h.SH
- * 3577cf63ab13f859a1a2bfb5e211ddc0befbf0b1d4c6f2f8819f7ed79a91f695 uconfig.sh
+ * dac2aceefc94292b9ec73e8a4615ae98e521658172c452c5467759219568c800 uconfig.sh
* ex: set ro ft=c: */
diff --git a/uconfig.sh b/uconfig.sh
index bd9c55c739..5a742882c9 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -718,7 +718,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/uconfig64.sh b/uconfig64.sh
index 73fd813977..70bc6274cb 100644
--- a/uconfig64.sh
+++ b/uconfig64.sh
@@ -718,7 +718,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.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'