summaryrefslogtreecommitdiff
path: root/uconfig.h
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 /uconfig.h
parent56713ab45217704e3741b391feb10b4ab37c188b (diff)
downloadperl-d45c0d11c1c4f0389f94233f01562341113ed498.tar.gz
Default i_sysyscall to undef
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h4
1 files changed, 2 insertions, 2 deletions
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: */