rx-make-rxdebug-optional-20090113
authorJeffrey Altman <jaltman@your-file-system.com>
Tue, 13 Jan 2009 16:19:11 +0000 (16:19 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 13 Jan 2009 16:19:11 +0000 (16:19 +0000)
commitf1a13e15625afa324ffc6614eea432dcc89bf768
tree1740015436474c50ead6356205593520d5c3d983
parent510b2042b017776366ed33e9590b81fc5c5c8b6c
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.
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