summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-09-03 13:30:35 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-09-03 13:30:35 +0200
commitf16b18234948782039b17f82f9dda9a52c267eec (patch)
tree3a9213d72d86ef4a694815d641875d5eb90cbebe /debug.h
parent1f8c7ab9d8a433b34a507186be0e5e10432db831 (diff)
downloadrpm-f16b18234948782039b17f82f9dda9a52c267eec.tar.gz
Remove __LCLINT__-ifdef'ed blocks.
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/debug.h b/debug.h
index 44c8d6471..19376c043 100644
--- a/debug.h
+++ b/debug.h
@@ -6,13 +6,6 @@
#include <assert.h>
-#ifdef __LCLINT__
-#define ntohl(_x) (_x)
-#define ntohs(_x) (_x)
-#define htonl(_x) (_x)
-#define htons(_x) (_x)
-#endif
-
#ifdef DMALLOC
#include <dmalloc.h>
#endif