1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-17 00:22:59 +00:00

Go with the more BSD flavor of Solaris and don't redefine index/rindex/bcopy/etc

modified:   inc/version.h
This commit is contained in:
Nick Briggs 2020-07-12 18:03:54 -07:00
parent 2f8789f423
commit 82090e5c3d

View File

@ -349,15 +349,11 @@ typedef signed char s_char;
/* */
/********************************************************/
#ifdef OS5
/* Solaris, sort of SYSV-ish */
/* Solaris, sort of SYSV-ish, but not really */
#undef HAS_GETHOSTID
#define SYSVONLY 1
#define BSD_COMP 1
#define SYSVSIGNALS 1
#define index strchr
#define rindex strrchr
#define bzero(b,n) memset(b,0,n)
#define bcmp(a,b,n) memcmp(a,b,n)
#define bcopy(a,b,n) memcpy(b,a,n)
#define WAITINT 1
#define L_SET SEEK_SET
#define NOFORN
#define LOCK_X_UPDATES 1