diff options
| author | Richard M. Stallman | 1995-04-11 01:44:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-11 01:44:46 +0000 |
| commit | 1e523e3da84e6b4c62d8ef43ecc0cbc6717a267f (patch) | |
| tree | 7311c89d49fb3c24ff03bdc237f71b9d5addd808 /lib-src/emacsserver.c | |
| parent | 167018113cf0f690cca41e9e4c2f4a1121356352 (diff) | |
| download | emacs-1e523e3da84e6b4c62d8ef43ecc0cbc6717a267f.tar.gz emacs-1e523e3da84e6b4c62d8ef43ecc0cbc6717a267f.zip | |
Test NO_SOCKETS_IN_FILE_SYSTEM.
Diffstat (limited to 'lib-src/emacsserver.c')
| -rw-r--r-- | lib-src/emacsserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsserver.c b/lib-src/emacsserver.c index 11726eb3f72..29c87e8dbd2 100644 --- a/lib-src/emacsserver.c +++ b/lib-src/emacsserver.c | |||
| @@ -45,7 +45,7 @@ main () | |||
| 45 | 45 | ||
| 46 | #else /* HAVE_SOCKETS or HAVE_SYSVIPC */ | 46 | #else /* HAVE_SOCKETS or HAVE_SYSVIPC */ |
| 47 | 47 | ||
| 48 | #if defined (HAVE_SOCKETS) | 48 | #if defined (HAVE_SOCKETS) && ! defined (NO_SOCKETS_IN_FILE_SYSTEM) |
| 49 | /* BSD code is very different from SYSV IPC code */ | 49 | /* BSD code is very different from SYSV IPC code */ |
| 50 | 50 | ||
| 51 | #include <sys/types.h> | 51 | #include <sys/types.h> |