--- common.h.orig 2004-09-21 20:35:20.000000000 +0200
+++ common.h 2007-09-08 22:33:03.000000000 +0200
#ifndef _COMMON_H_INCLUDED
#define _COMMON_H_INCLUDED
+#define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))
#define FTP_DEFAULT_PORT 21
#define HTTP_DEFAULT_PORT 80
#define FTP_DEFAULT_PROXY_PORT 21