Rev 8177 | Rev 11124 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8177 | Rev 8185 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | 22 | ||
23 | #include <netdb.h> |
23 | #include <netdb.h> |
24 | #include <sys/socket.h> |
24 | #include <sys/socket.h> |
25 | #include <netinet/in.h> |
25 | #include <netinet/in.h> |
26 | 26 | ||
- | 27 | #include "../includes.h" |
|
27 | #include "../ |
28 | #include "../wimsdef.h" |
- | 29 | ||
28 | char *cheater1="User-Agent: WIMS-webget"; |
30 | char *cheater1="User-Agent: WIMS-webget"; |
29 | char *cheater2="Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */*\r\n\ |
31 | char *cheater2="Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */*\r\n\ |
30 | Accept-Encoding: gzip\r\n\ |
32 | Accept-Encoding: gzip\r\n\ |
31 | Accept-Language: en, fr, it, de, es\r\n\ |
33 | Accept-Language: en, fr, it, de, es\r\n\ |
32 | Accept-Charset: iso-8859-1,*,utf-8"; |
34 | Accept-Charset: iso-8859-1,*,utf-8"; |