Roxen.git
/
server
/
modules
/
misc
/
pathinfo.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/modules/misc/pathinfo.pike:1:
// This is a roxen module. Copyright © 1998 - 2009, Roxen IS. #include <module.h> inherit "module";
-
constant cvs_version = "
$Id: pathinfo.pike,v 1.22 2009/05/07 14:15:55 mast Exp $
";
+
constant cvs_version = "
$Id$
";
constant thread_safe = 1; #ifdef PATHINFO_DEBUG # define PATHINFO_WERR(X) werror("PATHINFO: "+X+"\n"); #else # define PATHINFO_WERR(X) #endif constant module_type = MODULE_LAST; constant module_name = "Scripting: Path info support";