Variable: url-gateway-nslookup-program

url-gateway-nslookup-program is a customizable variable defined in url-gw.el.gz.

Value

"nslookup"

Documentation

If non-nil then a string naming nslookup program.

Source Code

;; Defined in /usr/src/emacs/lisp/url/url-gw.el.gz
(defcustom url-gateway-nslookup-program "nslookup"
  "If non-nil then a string naming nslookup program."
  :type '(choice (const :tag "None" :value nil) string)
  :group 'url-gateway)