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 /admin/CPP-DEFINES | |
| 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 'admin/CPP-DEFINES')
| -rw-r--r-- | admin/CPP-DEFINES | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 04d1ff76f36..0e75b4d7dde 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -181,7 +181,6 @@ HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP | |||
| 181 | HAVE_G_TYPE_INIT | 181 | HAVE_G_TYPE_INIT |
| 182 | HAVE_IFADDRS_H | 182 | HAVE_IFADDRS_H |
| 183 | HAVE_IMAGEMAGICK | 183 | HAVE_IMAGEMAGICK |
| 184 | HAVE_INET_SOCKETS | ||
| 185 | HAVE_INTTYPES_H | 184 | HAVE_INTTYPES_H |
| 186 | HAVE_JPEG | 185 | HAVE_JPEG |
| 187 | HAVE_KERBEROSIV_KRB_H | 186 | HAVE_KERBEROSIV_KRB_H |