summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2010-04-13 15:22:53 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2010-04-13 15:22:53 +0200
commit8f13cdc72a49a37610490c9ba442c68f9297e472 (patch)
treed0ca476662a2934f9c4db3c1c54d0164a1475412
parentc796e3db23c597b99f07485542338844e61a6a69 (diff)
downloadperl-8f13cdc72a49a37610490c9ba442c68f9297e472.tar.gz
Add d_prctl* for all other OS's
This was missing from c796e3db23c597b99f07485542338844e61a6a69
-rw-r--r--Cross/config.sh-arm-linux2
-rw-r--r--NetWare/config.wc2
-rw-r--r--Porting/config.sh2
-rw-r--r--configure.com2
-rw-r--r--epoc/config.sh2
-rw-r--r--plan9/config_sh.sample2
-rw-r--r--symbian/config.sh2
-rwxr-xr-xuconfig.sh2
-rw-r--r--win32/config.bc2
-rw-r--r--win32/config.ce2
-rw-r--r--win32/config.gc2
-rw-r--r--win32/config.vc2
-rw-r--r--win32/config.vc642
13 files changed, 26 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux
index 644b04f4c8..dd924edb52 100644
--- a/Cross/config.sh-arm-linux
+++ b/Cross/config.sh-arm-linux
@@ -357,6 +357,8 @@ d_phostname='undef'
d_pipe='define'
d_poll='define'
d_portable='define'
+d_prctl='define'
+d_prctl_set_name='define'
d_printf_format_null='undef'
d_procselfexe='define'
d_pseudofork='undef'
diff --git a/NetWare/config.wc b/NetWare/config.wc
index ed0ee69d41..05a270daa7 100644
--- a/NetWare/config.wc
+++ b/NetWare/config.wc
@@ -347,6 +347,8 @@ d_phostname='undef'
d_pipe='define'
d_poll='undef'
d_portable='define'
+d_prctl='undef'
+d_prctl_set_name='undef'
d_printf_format_null='undef'
d_procselfexe='undef'
d_pseudofork='undef'
diff --git a/Porting/config.sh b/Porting/config.sh
index 3e8768a04b..8170f7e449 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -371,6 +371,8 @@ d_phostname='undef'
d_pipe='define'
d_poll='define'
d_portable='define'
+d_prctl='define'
+d_prctl_set_name='define'
d_printf_format_null='define'
d_procselfexe='define'
d_pseudofork='undef'
diff --git a/configure.com b/configure.com
index 55edafb46c..5ce518d278 100644
--- a/configure.com
+++ b/configure.com
@@ -5898,6 +5898,8 @@ $ WC "d_attribute_noreturn='undef'"
$ WC "d_attribute_pure='undef'"
$ WC "d_attribute_unused='undef'"
$ WC "d_attribute_warn_unused_result='undef'"
+$ WC "d_prctl='undef'"
+$ WC "d_prctl_set_name='undef'"
$ WC "d_printf_format_null='undef'"
$ WC "d_bcmp='" + d_bcmp + "'"
$ WC "d_bcopy='" + d_bcopy + "'"
diff --git a/epoc/config.sh b/epoc/config.sh
index 955a064e0d..feac388c4a 100644
--- a/epoc/config.sh
+++ b/epoc/config.sh
@@ -1190,6 +1190,8 @@ d_builtin_expect='undef'
d_ctermid='undef'
d_inc_version_list='undef'
d_libm_lib_version='0'
+d_prctl='undef'
+d_prctl_set_name='undef'
d_printf_format_null='undef'
d_pseudofork='undef'
d_signbit='undef'
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index 4f4acd6728..de1172fdc6 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -357,6 +357,8 @@ d_phostname='undef'
d_pipe='define'
d_poll='undef'
d_portable='define'
+d_prctl='undef'
+d_prctl_set_name='undef'
d_printf_format_null='undef'
d_procselfexe='undef'
d_pseudofork='undef'
diff --git a/symbian/config.sh b/symbian/config.sh
index 2d88d01af6..5d393e420e 100644
--- a/symbian/config.sh
+++ b/symbian/config.sh
@@ -303,6 +303,8 @@ d_phostname='undef'
d_pipe='undef'
d_poll='undef'
d_portable='undef'
+d_prctl='undef'
+d_prctl_set_name='undef'
d_printf_format_null='undef'
d_procselfexe='undef'
d_pseudofork='undef'
diff --git a/uconfig.sh b/uconfig.sh
index ca3742d8c6..2233b9993d 100755
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -297,6 +297,8 @@ d_phostname='undef'
d_pipe='undef'
d_poll='undef'
d_portable='undef'
+d_prctl='undef'
+d_prctl_set_name='undef'
d_printf_format_null='undef'
d_procselfexe='undef'
d_pseudofork='undef'
diff --git a/win32/config.bc b/win32/config.bc
index 435ffcda01..8c5e41a0b9 100644
--- a/win32/config.bc
+++ b/win32/config.bc
@@ -345,6 +345,8 @@ d_phostname='undef'
d_pipe='define'
d_poll='undef'
d_portable='define'
+d_prctl='undef'
+d_prctl_set_name='undef'
d_printf_format_null='undef'
d_procselfexe='undef'
d_pseudofork='undef'
diff --git a/win32/config.ce b/win32/config.ce
index ba3d2fb3ce..edfe152611 100644
--- a/win32/config.ce
+++ b/win32/config.ce
@@ -347,6 +347,8 @@ d_phostname='undef'
d_pipe='undef'
d_poll='undef'
d_portable='define'
+d_prctl='undef'
+d_prctl_set_name='undef'
d_printf_format_null='undef'
d_procselfexe='undef'
d_pseudofork='undef'
diff --git a/win32/config.gc b/win32/config.gc
index 904033a0a2..b9a6893b55 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -345,6 +345,8 @@ d_phostname='undef'
d_pipe='define'
d_poll='undef'
d_portable='define'
+d_prctl='undef'
+d_prctl_set_name='undef'
d_printf_format_null='undef'
d_procselfexe='undef'
d_pseudofork='undef'
diff --git a/win32/config.vc b/win32/config.vc
index 4c286ffbbc..8bcd501ec7 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -345,6 +345,8 @@ d_phostname='undef'
d_pipe='define'
d_poll='undef'
d_portable='define'
+d_prctl='undef'
+d_prctl_set_name='undef'
d_printf_format_null='undef'
d_procselfexe='undef'
d_pseudofork='undef'
diff --git a/win32/config.vc64 b/win32/config.vc64
index 7878dfdbf8..e82627b70d 100644
--- a/win32/config.vc64
+++ b/win32/config.vc64
@@ -345,6 +345,8 @@ d_phostname='undef'
d_pipe='define'
d_poll='undef'
d_portable='define'
+d_prctl='undef'
+d_prctl_set_name='undef'
d_printf_format_null='undef'
d_procselfexe='undef'
d_pseudofork='undef'