rpm
4.5
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
debug.h
Go to the documentation of this file.
1
4
#ifndef H_DEBUG
5
#define H_DEBUG
6
7
#include <assert.h>
8
9
#ifdef __LCLINT__
10
#define ntohl(_x) (_x)
11
#define ntohs(_x) (_x)
12
#define htonl(_x) (_x)
13
#define htons(_x) (_x)
14
#endif
15
16
#ifdef DMALLOC
17
#include <dmalloc.h>
18
#endif
19
20
#endif
/* H_DEBUG */
Generated on Tue Aug 28 2012 18:13:46 for rpm by
1.8.2