comparison src/proxy.h @ 338:9d258a0aa560

[gaim-migrate @ 348] Whoa, all kinds of things happened here. The applet looks better. The preferences dialog changes based on your compile-time options (oscar, gnome). Whispering works again. libfaim got updated; it can almost do RVOUS stuff, and hopefully soon can make requests too. The applet doesn't need to have its sounds go through GNOME, although it still can. There is code to facilitate SOCKS5 support (all that needs to be done is to actually write the code to communicate with the proxy server). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 06 Jun 2000 09:55:30 +0000
parents 2846a03bda67
children 56c7ceb986a8
comparison
equal deleted inserted replaced
337:f5b199e20d12 338:9d258a0aa560
31 #include <netdb.h> 31 #include <netdb.h>
32 #include <netinet/in.h> 32 #include <netinet/in.h>
33 33
34 #define PROXY_NONE 0 34 #define PROXY_NONE 0
35 #define PROXY_HTTP 1 35 #define PROXY_HTTP 1
36 #define PROXY_SOCKS 2 /* Not Implemented !! */ 36 #define PROXY_SOCKS4 2
37 #define PROXY_SOCKS5 3
37 38
38 /* masking gethostbyname function */ 39 /* masking gethostbyname function */
39 extern struct hostent * proxy_gethostbyname(char *host) ; 40 extern struct hostent * proxy_gethostbyname(char *host) ;
40 41
41 /* masking connect function */ 42 /* masking connect function */