Attempt to make unzip build for MacOS X as well.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22765 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-10-29 22:27:43 +00:00
parent 3ecd9d8fbb
commit 91c1b58f82

View File

@ -103,6 +103,11 @@ freely, subject to the following restrictions:
# define UNIX
# endif
#endif /* CONVEX || MINIX || _AIX || __QNX__ */
#if (defined(__APPLE__))
# ifndef UNIX
# define UNIX
# endif
#endif /* __APPLE__ */
#if (defined(VM_CMS) || defined(MVS))
# define CMS_MVS