]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-rx-make-rxdebug-optional-20090113
authorJeffrey Altman <jaltman@your-file-system.com>
Tue, 13 Jan 2009 16:33:30 +0000 (16:33 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 13 Jan 2009 16:33:30 +0000 (16:33 +0000)
commit7db92770ccd7a3c96b2f02095f1528308e8ca9ef
treec67a8a5d5c07a3220642bd081de497fc56db42c7
parent6f16b7ae43560f175b87fe242279bc958c9529f1
DEVEL15-rx-make-rxdebug-optional-20090113

LICENSE BSD

Permit the rx library to be built without the RXDEBUG preprocessor
definition.  When RXDEBUG is not defined all of the debugging functions
either become stubs or log a message indicating that the library was
built without RXDEBUG so that there will be no surprises.  There
are no changes to the export list.  By default RXDEBUG is defined.

Eventually the definition of RXDEBUG can become a configuration option
to the build system.

(cherry picked from commit f1a13e15625afa324ffc6614eea432dcc89bf768)
src/cf/osconf.m4
src/rx/Makefile.in
src/rx/rx.c
src/rx/rx_globals.h
src/rx/rx_trace.c
src/rxdebug/Makefile.in
src/viced/Makefile.in