From 39f8eb4a21670e6b973dcfc86d0b1339064f5642 Mon Sep 17 00:00:00 2001 From: Neil Bowers Date: Wed, 16 Mar 2022 23:43:53 +0000 Subject: Add Configure question for taint support This adds a Configure question for whether you want taint support. It defaults to "yes", so that ./Configure -des will build a perl which supports taint in the usual way. If you say "no", then perl is compiled with -DSILENT_NO_TAINT_SUPPORT so that taint features silently do nothing. I've submitted a separate pull request on perl/metaconfig, which adds the underlying metaconfig unit for this question, which was used to build this Configure script. --- metaconfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'metaconfig.h') diff --git a/metaconfig.h b/metaconfig.h index 46d4ab1a8b..0743175c33 100644 --- a/metaconfig.h +++ b/metaconfig.h @@ -18,5 +18,6 @@ * HAS_NL_LANGINFO_L * HAS_FFS * HAS_FFSL + * HAS_TAINT_SUPPORT * */ -- cgit v1.2.1