]> git.eshelyaron.com Git - emacs.git/commit
emacsclient: assume HAVE_INET_SOCKETS
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 Nov 2018 19:36:51 +0000 (11:36 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 Nov 2018 19:39:45 +0000 (11:39 -0800)
commited3ae3fc58c12bb413f52026c06320a5fff84084
treec02551f89f2959e3a9c5f39afc6a15f8f5dba871
parent5c1bf59658997eef5bbd7dd10f406d92e3aeb3a5
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.
admin/CPP-DEFINES
configure.ac
lib-src/emacsclient.c