change preprocessor conditional to check for 1/0 instead of true/false
This commit is contained in:
@ -129,10 +129,10 @@
|
|||||||
#define SAMLOGS(str) sam_log("%s:%d:%s: " str, __FILE__, __LINE__, __func__)
|
#define SAMLOGS(str) sam_log("%s:%d:%s: " str, __FILE__, __LINE__, __func__)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Set this to true if you want the raw SAM commands to be printed on stdout
|
* Set this to '1' if you want the raw SAM commands to be printed on stdout
|
||||||
* (useful for debugging)
|
* (useful for debugging). Otherwise, set it to '0'.
|
||||||
*/
|
*/
|
||||||
#define SAM_WIRETAP false
|
#define SAM_WIRETAP 0
|
||||||
#if SAM_WIRETAP
|
#if SAM_WIRETAP
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user