aboutsummaryrefslogtreecommitdiffstats
path: root/admin/CPP-DEFINES
diff options
context:
space:
mode:
authorPaul Eggert2018-11-26 11:36:51 -0800
committerPaul Eggert2018-11-26 11:39:45 -0800
commited3ae3fc58c12bb413f52026c06320a5fff84084 (patch)
treec02551f89f2959e3a9c5f39afc6a15f8f5dba871 /admin/CPP-DEFINES
parent5c1bf59658997eef5bbd7dd10f406d92e3aeb3a5 (diff)
downloademacs-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-DEFINES1
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
181HAVE_G_TYPE_INIT 181HAVE_G_TYPE_INIT
182HAVE_IFADDRS_H 182HAVE_IFADDRS_H
183HAVE_IMAGEMAGICK 183HAVE_IMAGEMAGICK
184HAVE_INET_SOCKETS
185HAVE_INTTYPES_H 184HAVE_INTTYPES_H
186HAVE_JPEG 185HAVE_JPEG
187HAVE_KERBEROSIV_KRB_H 186HAVE_KERBEROSIV_KRB_H