diff options
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 | ||