Makefile.config Added no-dependencies to AUTOMAKE_OPTIONS for those not on GNU C/C++ acinclude.m4 Added -R${ZLIB_HOME} to LDFLAGS so that programs know where the zlib shared library is located configure.in Changed AM_PROG_YACC to AC_PROG_YACC as autoconf and autoreconf both complain that AM_PROG_YACC is not in the library. db/Makefile.am Added no-dependencies to AUTOMAKE_OPTIONS for those not on GNU C/C++ htcommon/DocumentDB.cc Removed default parameters as they are already declared in the header htcommon/HtConfiguration.cc Changed some of the loop declarations so that Sparc C 4.2 is happy Removed default parameters as they are already declared in the header Moved inline ParseString to header where it belongs Added initialization for HtConfiguration::_config static member variable Added implementation of HtConfiguration::config() static class member htcommon/HtConfiguration.h Added include for ParsedString.h Added declaration of static member function ::config() Added private static member variable _config; Added inline ParseString from implementation htcommon/HtURLCodec.cc Changed to use new global configuration semantics htcommon/HtURLRewriter.cc Changed to use new global configuration semantics htcommon/HtZlibCodec.cc Changed to use new global configuration semantics htcommon/URL.cc Changed to use new global configuration semantics htcommon/conf_lexer.lxx Changed to use new global configuration semantics htcommon/conf_parser.yxx Added a return to yyerror to quiet Sparc C 4.2. Should really return a value here. Is it normal to return a YY_something or just -1, 0, ? htcommon/defaults.cc Added line continuation characters at the end of all the string lines that did not completed by a quote htcommon/defaults.h Removed extern HtConfiguation config in favor of HtConfiguration::config() htdig/Document.cc Changed to use new global configuration semantics htdig/ExternalParser.cc Changed to use new global configuration semantics htdig/ExternalTransport.cc Changed to use new global configuration semantics htdig/ExternalTransport.h Changed return type of GetResponse to match superclass htdig/HTML.cc Changed to use new global configuration semantics htdig/Parsable.cc Changed to use new global configuration semantics htdig/Plaintext.cc Changed to use new global configuration semantics htdig/Retriever.cc Changed to use new global configuration semantics htdig/Server.cc Changed to use new global configuration semantics htdig/htdig.cc Changed to use new global configuration semantics htdig/htdig.h Removed extern reference to config in favor of HtConfiguration::config() htfuzzy/htfuzzy.cc Changed to use new global configuration semantics htlib/Configuration.cc Changed constructor to use initializers htlib/HtDateTime.cc Moved inlines to header htlib/HtDateTime.h Added inlines from implementation htlib/HtHeap.cc Changed Copy member to return same type as superclass htlib/HtHeap.h Changed Copy member to return same type as superclass htlib/HtRegex.cc Changed constructors to use initializers htlib/HtRegexReplace.cc Removed default parameters as they are declared already in the header htlib/HtRegexReplaceList.cc Removed default parameters as they are declared already in the header htlib/HtVector.cc Changed Copy member to match return type of superclass htlib/HtVector.h Changed Copy member to match return type of superclass htlib/HtVectorGeneric.h Changed Copy member to match return type of superclass htlib/HtVectorGenericCode.h Changed Copy member to match return type of superclass htlib/myqsort.h Changed comment in header to use C-style comments as it's compiled using a C. htlib/regex.h Changed #if __STDC__ to #if defined(__STDC__) htnet/HtFile.cc Changed to use new global configuration semantics htsearch/Display.cc Changed to use new global configuration semantics htsearch/QueryLexer.cc Changed to use new global configuration semantics htsearch/WordSearcher.cc Changed to use new global configuration semantics htsearch/htsearch.cc Changed to use new global configuration semantics htsearch/parser.cc Changed to use new global configuration semantics htsearch/qtest.cc Changed to use new global configuration semantics httools/htdump.cc Changed to use new global configuration semantics httools/htload.cc Changed to use new global configuration semantics httools/htmerge.cc Changed to use new global configuration semantics httools/htnotify.cc Changed to use new global configuration semantics httools/htpurge.cc Changed to use new global configuration semantics httools/htstat.cc Changed to use new global configuration semantics htword/WordKey.h Corrected const'ness