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:
Manuel Guesdon 2002-10-12 11:28:49 +00:00
parent a29abf6f12
commit 2b663f727f

View file

@ -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__