diff options
| author | Richard M. Stallman | 1995-04-11 01:50:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-11 01:50:08 +0000 |
| commit | bf47de8e06374422c22246bc3f4851882f2dd7ee (patch) | |
| tree | 16f1dcbfce2c78d77c5dca872503b54e4d809f04 /src | |
| parent | 1e523e3da84e6b4c62d8ef43ecc0cbc6717a267f (diff) | |
| download | emacs-bf47de8e06374422c22246bc3f4851882f2dd7ee.tar.gz emacs-bf47de8e06374422c22246bc3f4851882f2dd7ee.zip | |
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sco4.h | 6 |
1 files changed, 6 insertions, 0 deletions
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. */ | |||
| 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 | ||