From bf47de8e06374422c22246bc3f4851882f2dd7ee Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 11 Apr 1995 01:50:08 +0000 Subject: [PATCH] (NO_SOCKETS_IN_FILE_SYSTEM): Defined. --- src/s/sco4.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/s/sco4.h b/src/s/sco4.h index 36d681ff22a..71520563d73 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h @@ -126,3 +126,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* wjs@wang.com (William Smith) says this is needed on 3.2.4.2. */ #define POSIX_SIGNALS + +/* wjs@wiis.wang.com says SCO 3.2 v4.2 "has sockets", + but only for network connections. + It doesn't have the kind of sockets that emacsclient.c + and emacsserver.c would use. */ +#define NO_SOCKETS_IN_FILE_SYSTEM -- 2.39.5