00001 00004 #ifndef H_DEBUG 00005 #define H_DEBUG 00006 00007 #include <assert.h> 00008 00009 #ifdef __LCLINT__ 00010 #define ntohl(_x) (_x) 00011 #define ntohs(_x) (_x) 00012 #define htonl(_x) (_x) 00013 #define htons(_x) (_x) 00014 #endif 00015 00016 #ifdef DMALLOC 00017 #include <dmalloc.h> 00018 #endif 00019 00020 #endif /* H_DEBUG */