Textually #included by:
vc-camera.setl (Section A.4 [vc-camera.setl])
vc-do.setl (Section A.11 [vc-do.setl])
vc-event.setl (Section A.12 [vc-event.setl])
vc-giver.setl (Section A.17 [vc-giver.setl])
vc-httpd.setl (Section A.19 [vc-httpd.setl])
vc-image.setl (Section A.20 [vc-image.setl])
vc-input.setl (Section A.22 [vc-input.setl])
vc-javent.setl (Section A.23 [vc-javent.setl])
vc-model.setl (Section A.27 [vc-model.setl])
vc-mouse.setl (Section A.28 [vc-mouse.setl])
vc-ptz.setl (Section A.33 [vc-ptz.setl])
vc-push.setl (Section A.34 [vc-push.setl])
vc-recv.setl (Section A.36 [vc-recv.setl])
vc-send.setl (Section A.38 [vc-send.setl])
vc-seq.setl (Section A.39 [vc-seq.setl])
vc-simpler.setl (Section A.40 [vc-simpler.setl])
vc-snap.setl (Section A.41 [vc-snap.setl])
Source code: *
-- If the program which #includes this file is a server started by
-- vc-toplev.setl (or a subprocess thereof), and identifies itself in
-- the string yhwh, then this routine spews a message that will end
-- up in the log file, because vc-toplev.setl captures all output sent
-- to stderr by its subprocesses and feeds that output through to the
-- spew routine of vc-admin.setl, prefixed by a timestamp and yhwh.
proc msg (s);
printa (stderr, yhwh, `:', s);
end proc;