From: Richard M. Stallman Date: Thu, 15 Sep 1994 05:51:07 +0000 (+0000) Subject: (SUNOS4): Defined. X-Git-Tag: emacs-19.34~7097 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a63d4ba5e5f1bc3c51f62fdca3358e0e653627a;p=emacs.git (SUNOS4): Defined. --- diff --git a/src/s/sunos4-0.h b/src/s/sunos4-0.h index 17f17471900..02bdd1ea0c5 100644 --- a/src/s/sunos4-0.h +++ b/src/s/sunos4-0.h @@ -1,5 +1,9 @@ #include "bsd4-2.h" +#ifndef SUNOS4 +#define SUNOS4 +#endif + #if 0 /* This may have been needed for an earlier version of Sun OS 4. It seems to cause warnings in 4.0.3 and 4.1. */ #define O_NDELAY FNDELAY /* Non-blocking I/O (4.2 style) */