Do the following to apply patch:

        cd dante-1.1.13
        patch -p0 < dante-1.1.13_bswap_patch

        ./configure && make

You do not need this patch unless compilation fails with errors
complaining about 'undefined reference to `__bswap_32''.

RCS file: /share/inferno/src/socks/include/common.h,v
retrieving revision 1.308
diff -c -r1.308 common.h
*** include/common.h    20 Mar 2003 17:40:58 -0000      1.308
--- include/common.h    25 Mar 2003 20:52:33 -0000
***************
*** 180,185 ****
--- 180,194 ----
  
  #include "yacconfig.h"
  
+ #if HAVE_LINUX_BUGS
+ #if (defined __bswap_16) && (!defined __bswap_32)
+ #undef ntohl
+ #undef ntohs
+ #undef htonl
+ #undef htons
+ #endif
+ #endif /* HAVE_LINUX_BUGS */
+ 
  #ifdef lint
  extern const int lintnoloop_common_h;
  #else
