mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-27 23:06:53 +00:00
[SOLARIS2]: Define SUNOS_5.
This commit is contained in:
parent
b14b16769c
commit
3d3252b8de
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ extern int errno;
|
|||
#define decstation
|
||||
#endif
|
||||
|
||||
#if defined(sun) && defined(SVR4)
|
||||
#if (defined(sun) && defined(SVR4)) || defined (SOLARIS2)
|
||||
#define SUNOS_5
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue