Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

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 Sun Oct 26 13:01:58 2003 for rpm by doxygen1.2.18