summaryrefslogtreecommitdiff
path: root/hints/darwin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/darwin.sh')
-rw-r--r--hints/darwin.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh
index ea521003c3..97a3ec59a9 100644
--- a/hints/darwin.sh
+++ b/hints/darwin.sh
@@ -509,16 +509,6 @@ esac
# the problem.
firstmakefile=GNUmakefile;
-# Parts of the system call setenv(), in particular in an atfork handler.
-# This causes problems when the child tries to clean up environ[], so
-# let libc manage environ[].
-cat >> config.over <<'EOOVER'
-if test "$d_unsetenv" = "$define" -a \
- `expr "$ccflags" : '.*-DPERL_USE_SAFE_PUTENV'` -eq 0; then
- ccflags="$ccflags -DPERL_USE_SAFE_PUTENV"
-fi
-EOOVER
-
# if you use a newer toolchain before OS X 10.9 these functions may be
# incorrectly detected, so disable them
# OS X 10.10.x corresponds to kernel 14.x