Imported Upstream version 3.12
[debian/elilo] / elilo_debug.h
index bdea9e291598161acc49ca14e4c629a735d75a94..71a6968282fa5f666aae1f8ca28615be934617bb 100644 (file)
 #ifndef __ELILO_DEBUG__
 #define __ELILO_DEBUG__
 
+//#define DEBUG_MEM
+//#define DEBUG_GZIP
+//#define DEBUG_BZ
+
 #define ELILO_DEBUG 1
 
 #define ERR_PRT(a)     do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0);