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:
parent
3ecd9d8fbb
commit
91c1b58f82
@ -103,6 +103,11 @@ freely, subject to the following restrictions:
|
|||||||
# define UNIX
|
# define UNIX
|
||||||
# endif
|
# endif
|
||||||
#endif /* CONVEX || MINIX || _AIX || __QNX__ */
|
#endif /* CONVEX || MINIX || _AIX || __QNX__ */
|
||||||
|
#if (defined(__APPLE__))
|
||||||
|
# ifndef UNIX
|
||||||
|
# define UNIX
|
||||||
|
# endif
|
||||||
|
#endif /* __APPLE__ */
|
||||||
|
|
||||||
#if (defined(VM_CMS) || defined(MVS))
|
#if (defined(VM_CMS) || defined(MVS))
|
||||||
# define CMS_MVS
|
# define CMS_MVS
|
||||||
|
Loading…
Reference in New Issue
Block a user