Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-08-20
1997-08-20 08:59:20 by Per Hedbor <ph@opera.com>
3bba75f7113d7d0c671f19fc5ba2903b901c5fae (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
.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 )