OpenAFS CVS Commit: openafs/src/rx by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Tue, 13 Jan 2009 11:19:15 EST


Update of /cvs/openafs/src/rx
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-head/src/rx

Modified Files:
	Makefile.in rx.c rx_globals.h rx_trace.c 
Log Message:
DELTA rx-make-rxdebug-optional-20090113
AUTHOR jaltman@your-file-system.com
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.



--- DELTA config follows ---
rx-make-rxdebug-optional-20090113 openafs/src/rx/Makefile.in 1.19 1.20
rx-make-rxdebug-optional-20090113 openafs/src/rx/rx.c 1.155 1.156
rx-make-rxdebug-optional-20090113 openafs/src/rx/rx_globals.h 1.50 1.51
rx-make-rxdebug-optional-20090113 openafs/src/rx/rx_trace.c 1.15 1.16