[SOLARIS2]: Define SUNOS_5.

This commit is contained in:
Karl Heuer
1996-05-28 00:17:16 +00:00
parent 0f965ba3f7
commit 6f32ea6a98

View File

@@ -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