1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 07:30:21 +00:00

define symbols are OS5/OS4 not SUNOS5/SUNOS4

modified:   ../inc/os.h
This commit is contained in:
Nick Briggs 2020-07-12 17:01:16 -07:00
parent 6aa938d453
commit 123520adf8

View File

@ -62,7 +62,7 @@
#define U_INT32_DECLARED_IN_AUTH 1
#endif
#ifdef SUNOS4
#ifdef OS4
#ifndef USE_NIT
#define USE_NIT 1
#endif
@ -79,7 +79,7 @@
#define U_INT32_DECLARED_IN_AUTH 1
#endif
#ifdef SUNOS5
#ifdef OS5
#ifndef SVR4
#define SVR4 1
#endif