Variable: url-gateway-broken-resolution
url-gateway-broken-resolution is a customizable variable defined in
url-gw.el.gz.
Value
nil
Documentation
Whether to use nslookup to resolve hostnames.
This should be used when your version of Emacs cannot correctly use DNS, but your machine can. This usually happens if you are running a statically linked Emacs under SunOS 4.x.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-gw.el.gz
(defcustom url-gateway-broken-resolution nil
"Whether to use nslookup to resolve hostnames.
This should be used when your version of Emacs cannot correctly use DNS,
but your machine can. This usually happens if you are running a statically
linked Emacs under SunOS 4.x."
:type 'boolean
:group 'url-gateway)