comparison mcabber/connwrap/connwrap.c @ 112:edb5591e2e64

[/trunk] Changeset 126 by mikael * Fix keepalive.
author mikael
date Sun, 24 Apr 2005 17:38:48 +0000
parents bf3d6e241714
children e19ad58c3cad
comparison
equal deleted inserted replaced
111:d896962c16fa 112:edb5591e2e64
5 #include <netinet/in.h> 5 #include <netinet/in.h>
6 #include <errno.h> 6 #include <errno.h>
7 #include <arpa/inet.h> 7 #include <arpa/inet.h>
8 #include <fcntl.h> 8 #include <fcntl.h>
9 #include <sys/time.h> 9 #include <sys/time.h>
10 #include <unistd.h>
10 11
11 #define PROXY_TIMEOUT 10 12 #define PROXY_TIMEOUT 10
12 // HTTP proxy timeout in seconds (for the CONNECT method) 13 // HTTP proxy timeout in seconds (for the CONNECT method)
13 14
14 #ifdef HAVE_OPENSSL 15 #ifdef HAVE_OPENSSL