Mercurial > pidgin
comparison src/proxy.c @ 349:b402a23f35df
[gaim-migrate @ 359]
Let's see if *this* doesn't break everything
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 07 Jun 2000 17:14:32 +0000 |
| parents | 9d258a0aa560 |
| children | 5cb19972df52 |
comparison
equal
deleted
inserted
replaced
| 348:29f95b2b3e38 | 349:b402a23f35df |
|---|---|
| 21 | 21 |
| 22 /* this is a little piece of code to handle proxy connection */ | 22 /* this is a little piece of code to handle proxy connection */ |
| 23 /* it is intended to : 1st handle http proxy, using the CONNECT command | 23 /* it is intended to : 1st handle http proxy, using the CONNECT command |
| 24 , 2nd provide an easy way to add socks support */ | 24 , 2nd provide an easy way to add socks support */ |
| 25 | 25 |
| 26 #ifdef HAVE_CONFIG_H | |
| 27 #include "../config.h" | |
| 28 #endif | |
| 26 #include <stdio.h> | 29 #include <stdio.h> |
| 27 #include <stdlib.h> | 30 #include <stdlib.h> |
| 28 #include <string.h> | 31 #include <string.h> |
| 29 #include <sys/types.h> | 32 #include <sys/types.h> |
| 30 #include <sys/socket.h> | 33 #include <sys/socket.h> |
