SPC_SHOWACBS
#define SPC_ACBS(str) do {if (mha_debug & SPC_SHOWACBS) printf str;} while (0)
#define SPC_ACBS(s) SPC_PRINT(SPC_SHOWACBS, s)