--- parser3/src/include/pa_http.h 2013/03/10 23:39:23 1.10 +++ parser3/src/include/pa_http.h 2013/07/23 09:46:58 1.13 @@ -8,7 +8,7 @@ #ifndef PA_HTTP_H #define PA_HTTP_H -#define IDENT_PA_HTTP_H "$Id: pa_http.h,v 1.10 2013/03/10 23:39:23 misha Exp $" +#define IDENT_PA_HTTP_H "$Id: pa_http.h,v 1.13 2013/07/23 09:46:58 moko Exp $" #include "pa_vstring.h" #include "pa_vint.h" @@ -17,17 +17,7 @@ #include "pa_socks.h" #include "pa_request.h" -#ifdef WIN32 -#include - -#ifdef CYGWIN -typedef u_int SOCKET; -extern "C" int PASCAL FAR closesocket(SOCKET); -#endif - -#else // WIN32 -#define closesocket close -#endif +#define HTTP_COOKIES_NAME "cookies" #ifndef DOXYGEN struct File_read_http_result {