From: ceriel Date: Fri, 8 Jul 1988 10:33:53 +0000 (+0000) Subject: Added indication of operating system X-Git-Tag: release-5-5~3074 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=892e6cf6f6ae7213b2e1207b367fbf61f7797837;p=ack.git Added indication of operating system --- diff --git a/first/local.h.src b/first/local.h.src index 1fdb12b1f..66c615d01 100644 --- a/first/local.h.src +++ b/first/local.h.src @@ -13,3 +13,7 @@ /* size of local machine, either 0 (for 16 bit address space), or 1 */ # define BIGMACHINE 1 + +/* operating system, SYS_5, V7, BSD4_1 or BSD4_2; Do NOT delete the comment + in the next line! */ +# define BSD4_2 1 /* SYSTEM */