#include #include #undef ntohl unsigned long int DEFUN(ntohl, (x), unsigned long int x) { return x; }