diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacsclient.c | 2 | ||||
| -rw-r--r-- | lib-src/emacsserver.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index ed174f03b92..65b5770c47e 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -42,7 +42,7 @@ main (argc, argv) | |||
| 42 | 42 | ||
| 43 | #else /* HAVE_SOCKETS or HAVE_SYSVIPC */ | 43 | #else /* HAVE_SOCKETS or HAVE_SYSVIPC */ |
| 44 | 44 | ||
| 45 | #if defined (HAVE_SOCKETS) | 45 | #if defined (HAVE_SOCKETS) && ! defined (NO_SOCKETS_IN_FILE_SYSTEM) |
| 46 | /* BSD code is very different from SYSV IPC code */ | 46 | /* BSD code is very different from SYSV IPC code */ |
| 47 | 47 | ||
| 48 | #include <sys/types.h> | 48 | #include <sys/types.h> |
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> |