--- parser3/src/targets/cgi/parser3.C 2001/09/18 16:05:43 1.111 +++ parser3/src/targets/cgi/parser3.C 2001/09/26 11:48:04 1.115 @@ -2,10 +2,10 @@ Parser: scripting and CGI main. Copyright(c) 2001 ArtLebedev Group(http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) + + $Id: parser3.C,v 1.115 2001/09/26 11:48:04 parser Exp $ */ -static const char *RCSId="$Id: parser3.C,v 1.111 2001/09/18 16:05:43 parser Exp $"; #include "pa_config_includes.h" @@ -24,6 +24,26 @@ static const char *RCSId="$Id: parser3.C // consts +extern const char *main_RCSIds[]; +#ifdef SMTP +extern const char *smtp_RCSIds[]; +#endif +extern const char *gd_RCSIds[]; +extern const char *classes_RCSIds[]; +extern const char *types_RCSIds[]; +extern const char *parser3_RCSIds[]; +const char **RCSIds[]={ + main_RCSIds, +#ifdef SMTP + smtp_RCSIds, +#endif + gd_RCSIds, + classes_RCSIds, + types_RCSIds, + parser3_RCSIds, + 0 +}; + /// IIS refuses to read bigger chunks const size_t READ_POST_CHUNK_SIZE=0x400*0x400; // 1M