1 + | --- common.h.orig 2004-09-21 20:35:20.000000000 +0200 |
2 + | +++ common.h 2007-09-08 22:33:03.000000000 +0200 |
3 + | @@ -31,6 +31,11 @@ |
4 + | #ifndef _COMMON_H_INCLUDED |
5 + | #define _COMMON_H_INCLUDED |
6 + | |
7 + | + |
8 + | +#ifndef __DECONST |
9 + | +#define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) |
10 + | +#endif |
11 + | + |
12 + | #define FTP_DEFAULT_PORT 21 |
13 + | #define HTTP_DEFAULT_PORT 80 |
14 + | #define FTP_DEFAULT_PROXY_PORT 21 |