rpm
5.2.1
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 WITH_DMALLOC
17
#include <dmalloc.h>
18
#endif
19
20
#endif
/* H_DEBUG */
Generated on Tue Sep 24 2013 23:28:36 for rpm by
1.8.3.1