From 8f13cdc72a49a37610490c9ba442c68f9297e472 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Tue, 13 Apr 2010 15:22:53 +0200 Subject: Add d_prctl* for all other OS's This was missing from c796e3db23c597b99f07485542338844e61a6a69 --- Porting/config.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Porting') 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' -- cgit v1.2.1