--- parser3/src/targets/isapi/parser3isapi.C 2001/09/26 10:32:26 1.44 +++ parser3/src/targets/isapi/parser3isapi.C 2001/09/26 11:45:00 1.45 @@ -4,7 +4,7 @@ Copyright (c) 2000,2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: parser3isapi.C,v 1.44 2001/09/26 10:32:26 parser Exp $ + $Id: parser3isapi.C,v 1.45 2001/09/26 11:45:00 parser Exp $ */ #ifndef _MSC_VER @@ -30,14 +30,18 @@ // 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 *parser3isapi_RCSIds[]; const char **RCSIds[]={ main_RCSIds, +#ifdef SMTP smtp_RCSIds, +#endif gd_RCSIds, classes_RCSIds, types_RCSIds,