debug.h

Go to the documentation of this file.
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 */

Generated on Fri Oct 12 08:44:53 2007 for rpm by  doxygen 1.5.2