summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-02-29 09:39:45 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-02-29 09:40:58 -0800
commit93bf7d52841c60ffc10e0c9c789a7987812ce55e (patch)
tree443f8b37cf01441daab1a3e3a932417a3449a4c2 /lisp
parent938f104f1b8de0a082f4736aaf504cea4f65765e (diff)
downloademacs-93bf7d52841c60ffc10e0c9c789a7987812ce55e.tar.gz
Stop calling res_init
Emacs shouldn’t need to call res_init any more, now that nscd or equivalent is everywhere. On modern systems, calling res_init simply slows Emacs down. On ancient systems lacking nscd Emacs will still work well enough with this change; it’s just that it won’t respond to changes in /etc/resolv.conf. * configure.ac (HAVE_RES_INIT): Remove. Worry about -lresolv only when configured --with-hesiod. Hesiod is still used; see, e.g.: https://soylentnews.org/meta/article.pl?sid=15/07/13/0255214 * src/Makefile.in (LIBRESOLV): Remove. All uses removed.
Diffstat (limited to 'lisp')
0 files changed, 0 insertions, 0 deletions