Branch: Tag:

1997-08-20

1997-08-20 08:59:20 by Per Hedbor <ph@opera.com>

.no_modules file supported in directories.

Rev: server/base_server/roxen.pike:1.106

1: - constant cvs_version = "$Id: roxen.pike,v 1.105 1997/08/20 07:49:23 per Exp $"; + constant cvs_version = "$Id: roxen.pike,v 1.106 1997/08/20 08:59:20 per Exp $";   #define IN_ROXEN   #include <roxen.h>   #include <config.h>
1739:    MD_PERROR(("No modules in here. Continuing elsewhere"));    return;    } +  if(search(q, ".no_modules")!=-1) { +  MD_PERROR(("No modules in here. Continuing elsewhere")); +  return; +  }    MD_PERROR(("There are "+language("en","number")(sizeof(q))+" files.\n"));       foreach( q, file )