mirror of
https://github.com/mirror/make.git
synced 2025-01-04 01:10:26 +08:00
[__hpux]: Define hpux. From Eric Backus.
[__sun]: Define sun. Reported by Kaveh Ghazi.
This commit is contained in:
parent
82e6316607
commit
c71e4ac269
@ -133,6 +133,14 @@ extern int errno;
|
|||||||
#define hpux
|
#define hpux
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined (__hpux) && !defined (hpux)
|
||||||
|
#define hpux
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined (__sun) && !defined (sun)
|
||||||
|
#define sun
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(hp300) && !defined(hpux)
|
#if defined(hp300) && !defined(hpux)
|
||||||
#define MORE_BSD
|
#define MORE_BSD
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user