Variable: semantic-default-c-path
semantic-default-c-path is a customizable variable defined in c.el.gz.
Value
nil
Documentation
Default set of include paths for C code.
Used by semantic-dep to define an include path.
NOTE: In process of obsoleting this.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/bovine/c.el.gz
(defcustom semantic-default-c-path nil
"Default set of include paths for C code.
Used by `semantic-dep' to define an include path.
NOTE: In process of obsoleting this."
:group 'c
:group 'semantic
:type '(repeat (string :tag "Path")))