From 0598d0bd05cd593746712c1a4eb7f21eca117d29 Mon Sep 17 00:00:00 2001 From: DarkWyrm Date: Fri, 24 Mar 2006 03:55:43 +0000 Subject: [PATCH] Fix build under R5 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16868 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/make/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/make/config.h b/src/bin/make/config.h index 3fceb0248e..4f59a5a19b 100644 --- a/src/bin/make/config.h +++ b/src/bin/make/config.h @@ -144,7 +144,9 @@ /* Define if defines the SA_RESTART constant. */ /* #undef HAVE_SA_RESTART */ +#if HOST_PLATFORM != r5 #define HAVE_SA_RESTART 1 +#endif /* Define to 1 if you have the `setegid' function. */ /* #undef HAVE_SETEGID */