diff options
| author | Paul Eggert | 2018-11-26 11:36:51 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-11-26 11:39:45 -0800 |
| commit | ed3ae3fc58c12bb413f52026c06320a5fff84084 (patch) | |
| tree | c02551f89f2959e3a9c5f39afc6a15f8f5dba871 /src/coding.c | |
| parent | 5c1bf59658997eef5bbd7dd10f406d92e3aeb3a5 (diff) | |
| download | emacs-ed3ae3fc58c12bb413f52026c06320a5fff84084.tar.gz emacs-ed3ae3fc58c12bb413f52026c06320a5fff84084.zip | |
emacsclient: assume HAVE_INET_SOCKETS
* configure.ac (HAVE_INET_SOCKETS): Remove.
* lib-src/emacsclient.c: Simplify by assuming HAVE_SOCKETS and
HAVE_INET_SOCKETS, which are always true nowadays, except perhaps
for MS-DOS and if so this program shouldn’t be built there anyway.
Don’t bother including sys/types.h, as it’s not needed on modern
systems (and syswait.h does it for us anyway).
(main): Simplify by assuming SIGSTOP (which is always defined
if SIGCONT is), and by assuming HAVE_SOCKETS && HAVE_INET_SOCKETS.
Diffstat (limited to 'src/coding.c')
0 files changed, 0 insertions, 0 deletions