Wrap the definition of "XE_DEBUG" so it is overridable from the ``cc''

commandline or kernel conf file.
This commit is contained in:
David E. O'Brien 1999-06-22 19:21:00 +00:00
parent 09f86e4760
commit 55cbed40d3
2 changed files with 4 additions and 0 deletions

View File

@ -99,7 +99,9 @@
*/
#ifndef XE_DEBUG
#define XE_DEBUG 1 /* Increase for more voluminous output! */
#endif
#include "xe.h"
#include "card.h"

View File

@ -99,7 +99,9 @@
*/
#ifndef XE_DEBUG
#define XE_DEBUG 1 /* Increase for more voluminous output! */
#endif
#include "xe.h"
#include "card.h"