mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-06 05:10:40 +00:00
2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com>
o removed GSWEB_DEFAULT_HTML_PARSER_CLASS_NAME o added GSWOPTVALUE_DefaultTemplateParser git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14739 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a29abf6f12
commit
2b663f727f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,6 @@
|
||||||
#define GSWEB_STRICT 0
|
#define GSWEB_STRICT 0
|
||||||
#define GSWEB_WONAMES 0
|
#define GSWEB_WONAMES 0
|
||||||
|
|
||||||
#define GSWEB_DEFAULT_HTML_PARSER_CLASS_NAME @"GSWTemplateParserXMLHTML"
|
|
||||||
#define GSWOPTVALUE_ApplicationBaseURL_WO @"/WebObjects"
|
#define GSWOPTVALUE_ApplicationBaseURL_WO @"/WebObjects"
|
||||||
#define GSWOPTVALUE_ApplicationBaseURL_GSWEB @"/GSWeb"
|
#define GSWOPTVALUE_ApplicationBaseURL_GSWEB @"/GSWeb"
|
||||||
#define GSWOPTVALUE_AutoOpenInBrowser @"NO"
|
#define GSWOPTVALUE_AutoOpenInBrowser @"NO"
|
||||||
|
@ -54,5 +53,6 @@
|
||||||
#define GSWOPTVALUE_MultiThreadEnabled @"YES"
|
#define GSWOPTVALUE_MultiThreadEnabled @"YES"
|
||||||
#define GSWOPTVALUE_AdaptorHost @""
|
#define GSWOPTVALUE_AdaptorHost @""
|
||||||
#define GSWOPTVALUE_SaveResponsesPath nil
|
#define GSWOPTVALUE_SaveResponsesPath nil
|
||||||
|
#define GSWOPTVALUE_DefaultTemplateParser @"XMLHTML"
|
||||||
|
|
||||||
#endif // _GSWebConfig_h__
|
#endif // _GSWebConfig_h__
|
||||||
|
|
Loading…
Reference in a new issue