ftp.nice.ch/pub/next/unix/music/cm.sd.tar.gz#/midi/sgi/unix-flavors.h

This is unix-flavors.h in view mode; [Download] [Up]

#pragma once

#define kern_return_t int
#define KERN_SUCCESS 0

#ifdef DEBUG
#define DEBUG0
#define DEBUG_WAIT
#define DEBUG_REQUEST
#endif

#ifdef sgi
#define SYSV
#endif
#if defined(SYSV) && !defined(sgi)
#define killpg(proc,sig)	kill((proc) * -1, sig);
#endif

extern void suicide(int errnr);
typedef char BOOL;
#define NO  0
#define YES 1
#define UNGUARDED  0
#define GUARDED 1
#define PRIVATE 0
#define SHARED  1

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.