From 2f5d215b2ee92a94c0a957f46a3908156b3016a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 26 Apr 2008 15:58:25 +0000 Subject: [PATCH] Fix building for BeOS. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25186 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/bash/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/bash/config.h b/src/bin/bash/config.h index 21c460b3e9..29ff8984e7 100644 --- a/src/bin/bash/config.h +++ b/src/bin/bash/config.h @@ -419,7 +419,9 @@ /* #undef HAVE_STD_PUTENV */ +#if __HAIKU__ #define HAVE_STD_UNSETENV 1 +#endif /* #undef HAVE_PRINTF_A_FORMAT */