Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!dalcs!aucs!peter From: peter@aucs.UUCP Newsgroups: comp.lang.c Subject: "unix" macro on System V? Message-ID: <317@aucs.UUCP> Date: Thu, 26-Mar-87 09:35:14 EST Article-I.D.: aucs.317 Posted: Thu Mar 26 09:35:14 1987 Date-Received: Sat, 28-Mar-87 00:48:58 EST Reply-To: peter@aucs.UUCP (Peter Steele) Distribution: na Organization: School of Computer Science, Acadia Univ., Nova Scotia Lines: 11 Under 4.3BSD Unix there is a C preprocessor macro called "unix" which can be used to control conditional compilation. E.g., #ifdef unix ...do some unix dependent stuff... #else ...do some generic stuff... #endif I do not have access to System V Unix. Is there such a macro under System V (or something similar).