Mercurial > emacs
comparison src/s/sco4.h @ 11369:36b641f83e0c
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 11 Apr 1995 01:50:08 +0000 |
parents | cdc7e11a5ca8 |
children | b7c7710644d3 |
comparison
equal
deleted
inserted
replaced
11368:91abe61bb495 | 11369:36b641f83e0c |
---|---|
124 /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ | 124 /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ |
125 #define PREFER_VSUSP | 125 #define PREFER_VSUSP |
126 | 126 |
127 /* wjs@wang.com (William Smith) says this is needed on 3.2.4.2. */ | 127 /* wjs@wang.com (William Smith) says this is needed on 3.2.4.2. */ |
128 #define POSIX_SIGNALS | 128 #define POSIX_SIGNALS |
129 | |
130 /* wjs@wiis.wang.com says SCO 3.2 v4.2 "has sockets", | |
131 but only for network connections. | |
132 It doesn't have the kind of sockets that emacsclient.c | |
133 and emacsserver.c would use. */ | |
134 #define NO_SOCKETS_IN_FILE_SYSTEM |