Variable: gud-sdb-needs-tags

gud-sdb-needs-tags is a variable defined in gud.el.gz.

Value

nil

Documentation

If nil, we're on a System V Release 4 and don't need the tags hack.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(defvar gud-sdb-needs-tags (not (file-exists-p "/var"))
  "If nil, we're on a System V Release 4 and don't need the tags hack.")