[__hpux]: Define hpux. From Eric Backus.

[__sun]: Define sun.  Reported by Kaveh Ghazi.
This commit is contained in:
Jim Meyering 1996-10-10 03:29:50 +00:00
parent 82e6316607
commit c71e4ac269

View File

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