|
|
| version 1.150, 2003/01/15 10:34:51 | version 1.153, 2003/04/04 08:16:20 |
|---|---|
| Line 1 | Line 1 |
| /** @file | /** @file |
| Parser: globals. | Parser: globals. |
| Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) | Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) |
| Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru) | Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru) |
| */ | */ |
| Line 81 String *hash_default_element_name; | Line 81 String *hash_default_element_name; |
| String *http_method_name; | String *http_method_name; |
| String *http_timeout_name; | String *http_timeout_name; |
| String *http_headers_name; | String *http_headers_name; |
| String *http_any_status_name; | |
| String *file_status_name; | String *file_status_name; |
| Line 359 void pa_globals_init(Pool& pool) { | Line 360 void pa_globals_init(Pool& pool) { |
| http_method_name=NEW String(pool, HTTP_METHOD_NAME); | http_method_name=NEW String(pool, HTTP_METHOD_NAME); |
| http_timeout_name=NEW String(pool, HTTP_TIMEOUT_NAME); | http_timeout_name=NEW String(pool, HTTP_TIMEOUT_NAME); |
| http_headers_name=NEW String(pool, HTTP_HEADERS_NAME); | http_headers_name=NEW String(pool, HTTP_HEADERS_NAME); |
| http_any_status_name=NEW String(pool, HTTP_ANY_STATUS_NAME); | |
| file_status_name=NEW String(pool, FILE_STATUS_NAME); | file_status_name=NEW String(pool, FILE_STATUS_NAME); |
| Line 582 void pa_globals_init(Pool& pool) { | Line 584 void pa_globals_init(Pool& pool) { |
| } | } |
| #if defined(XML) && defined(_MSC_VER) | #if defined(XML) && defined(_MSC_VER) |
| # define GNOME_LIBS "/parser3project/win32xml/win32/gnome" | # define GNOME_LIBS "../../../../win32xml/win32/gnome" |
| # pragma comment(lib, GNOME_LIBS "/glib/lib/libglib-1.3-11.lib") | # pragma comment(lib, GNOME_LIBS "/glib/lib/libglib-1.3-11.lib") |
| # ifdef _DEBUG | # ifdef _DEBUG |
| # pragma comment(lib, GNOME_LIBS "/libxml2-x.x.x/win32/dsp/libxml2_so_debug/libxml2.lib") | # pragma comment(lib, GNOME_LIBS "/libxml2-x.x.x/win32/dsp/libxml2_so_debug/libxml2.lib") |