O Utiliser le mode NOMMS pour compiler sur VAX avec VAX C et Wollongong en natif:   , $ @ MAKE_MOSAIC_VAX_TWG.COM "" "" "" "NOMMS"  < Modifications pour supprimer la reference a DECC$STAT dans :   [.LIBWWW2]HTFTP.C    +#ifndef __DECC   #if (stat != decc$stat)   struct stat sbuf;   #else  #undef stat    struct stat sbuf;  #define stat decc$stat 0  #endif /* VMS MultiNet work around, GEC, VRH */ +#else +  struct stat sbuf; +#endif /* __DECC */   et dans    [.SRC]MO-WWW.C   +#ifndef __DECC   #if (stat != decc$stat)   struct stat buf;  #else  #undef stat    struct stat buf;   #define stat decc$stat 0  #endif /* VMS MultiNet work around, GEC, VRH */ +#else +  struct stat buf;  +#endif /* __DECC */    